body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .jrst-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .jrst-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .jrst-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .jrst-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .jrst-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: 1600px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
  color: #4c08c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dfcefd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97bfa !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #dfcefd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6cf9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.jrst-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.jrst-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.jrst-plan-header.bg-primary .jrst-plan-subtitle,
.jrst-plan-header.bg-primary .jrst-plan-price-desc {
  color: #ffffff;
}
.jrst-plan-header.bg-success .jrst-plan-subtitle,
.jrst-plan-header.bg-success .jrst-plan-price-desc {
  color: #a0d8df;
}
.jrst-plan-header.bg-info .jrst-plan-subtitle,
.jrst-plan-header.bg-info .jrst-plan-price-desc {
  color: #ffffff;
}
.jrst-plan-header.bg-warning .jrst-plan-subtitle,
.jrst-plan-header.bg-warning .jrst-plan-price-desc {
  color: #ffffff;
}
.jrst-plan-header.bg-danger .jrst-plan-subtitle,
.jrst-plan-header.bg-danger .jrst-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .jrst-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .jrst-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfcefd !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='%23ffffff' %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;
}

.hs3hshazv-upzjnmQGir .row {
  align-items: center;
}
.hs3hshazv-upzjnmQGir .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hs3hshazv-upzjnmQGir .image-wrapper {
    padding-top: 1.5rem;
  }
}
.hs3hshazv-upzjnmQGir .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .hs3hshazv-upzjnmQGir .text-wrapper {
    padding-right: 115px;
  }
}
.hs3hshazv-upzjnmQGir .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #111111;
}
.hs3hshazv-upzjnmQGir .jrst-section-title {
  margin-bottom: 12px;
  color: #000000;
}
.hs3hshazv-upzjnmQGir .jrst-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.hs3hshazv-upzjnmQGir .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.hs3hshazv-upzjnmQGir .btn-container {
  width: 100%;
}
.hs3hshazv-upzjnmQGir .jrst-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .hs3hshazv-upzjnmQGir .jrst-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .hs3hshazv-upzjnmQGir .jrst-section-btn .btn {
    width: 100%;
  }
}
.hs3hshazv-upzjnmQGir .jrst-text,
.hs3hshazv-upzjnmQGir .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzjpxTX78 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #A65233;
}
.hs3hshazv-upzjpxTX78 a:hover {
  background-image: none !important;
}
.hs3hshazv-upzjpxTX78 .jrst-section-title {
  text-indent: -0.07em;
  color: #ffffff;
}
.hs3hshazv-upzjpxTX78 .jrst-section-subtitle {
  color: #ffffff;
}
.hs3hshazv-upzjpxTX78 .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-upzjpxTX78 .colored-text {
  color: #ffffff !important;
}
.hs3hshazv-upzlHDK2AX {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.hs3hshazv-upzlHDK2AX .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzlHDK2AX .jrst-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.hs3hshazv-upzlHDK2AX .jrst-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.hs3hshazv-upzlHDK2AX img {
  border-radius: 1rem;
}
.hs3hshazv-upzlHDK2AX .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzlHDK2AX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .hs3hshazv-upzlHDK2AX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzlHDK2AX .text-wrapper {
    padding: 0 2rem;
  }
}
.hs3hshazv-upzlHDK2AX .jrst-section-title {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzlHDK2AX .jrst-section-subtitle,
.hs3hshazv-upzlHDK2AX .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.hs3hshazv-upzlHDK2AX .jrst-text,
.hs3hshazv-upzlHDK2AX .jrst-section-btn {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzjr8Fr0A {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #777777;
}
@media (min-width: 992px) {
  .hs3hshazv-upzjr8Fr0A .display-1 {
    font-size: 80px;
  }
}
.hs3hshazv-upzjr8Fr0A .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .hs3hshazv-upzjr8Fr0A .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hs3hshazv-upzjr8Fr0A .row {
  padding: 0 32px;
}
.hs3hshazv-upzjr8Fr0A .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.hs3hshazv-upzjr8Fr0A .card-title {
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzjr8Fr0A .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-upzjr8Fr0A .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.hs3hshazv-upzjr8Fr0A .link-contacts {
  display: flex;
  justify-content: center;
}
.hs3hshazv-upzjr8Fr0A .emerging-underline-link {
  color: #3d3d3d;
}
.hs3hshazv-upzjr8Fr0A .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.hs3hshazv-upzjxu4fY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzjxu4fY9 .jrst-section-title {
  text-align: center;
  color: #000000;
}
.hs3hshazv-upzjxu4fY9 .jrst-text,
.hs3hshazv-upzjxu4fY9 .jrst-section-btn {
  text-align: center;
  color: #000000;
}
.hs3hshazv-upzjxu4fY9 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzjxu4fY9 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upAgK4b8jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upAgK4b8jU .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upAgK4b8jU .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upAgK4b8jU .card-wrapper {
  background: #777777;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upAgK4b8jU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upAgK4b8jU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upAgK4b8jU .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upAgK4b8jU .jrst-text,
.hs3hshazv-upAgK4b8jU .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upAgK4b8jU .card-title,
.hs3hshazv-upAgK4b8jU .card-box {
  text-align: left;
  color: #ffffff;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upAgJrgfvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upAgJrgfvH .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upAgJrgfvH .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upAgJrgfvH .card-wrapper {
  background: #777777;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upAgJrgfvH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upAgJrgfvH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upAgJrgfvH .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upAgJrgfvH .jrst-text,
.hs3hshazv-upAgJrgfvH .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upAgJrgfvH .card-title,
.hs3hshazv-upAgJrgfvH .card-box {
  text-align: left;
  color: #ffffff;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upAgIHpHXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upAgIHpHXM .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upAgIHpHXM .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upAgIHpHXM .card-wrapper {
  background: #777777;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upAgIHpHXM .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upAgIHpHXM .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upAgIHpHXM .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upAgIHpHXM .jrst-text,
.hs3hshazv-upAgIHpHXM .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upAgIHpHXM .card-title,
.hs3hshazv-upAgIHpHXM .card-box {
  text-align: left;
  color: #ffffff;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upAfHTAFZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upAfHTAFZX .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upAfHTAFZX .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upAfHTAFZX .card-wrapper {
  background: #777777;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upAfHTAFZX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upAfHTAFZX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upAfHTAFZX .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upAfHTAFZX .jrst-text,
.hs3hshazv-upAfHTAFZX .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upAfHTAFZX .card-title,
.hs3hshazv-upAfHTAFZX .card-box {
  text-align: left;
  color: #ffffff;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzLVwNsPA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
.hs3hshazv-upzLVwNsPA .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzLVwNsPA .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzLVwNsPA .container-fluid {
  max-width: 100% !important;
}
.hs3hshazv-upzLVwNsPA .img-wrap {
  width: 100%;
  height: 100%;
}
.hs3hshazv-upzLVwNsPA .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs3hshazv-upzLVwNsPA .text-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA .text-box {
    padding: 0 7% 0 7%;
  }
}
.hs3hshazv-upzLVwNsPA .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA .text-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .hs3hshazv-upzLVwNsPA .text-wrap {
    padding: 12% 0 14% 0;
  }
}
.hs3hshazv-upzLVwNsPA .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA .text-bottom {
    padding-top: 9%;
    margin-top: 40px;
  }
}
.hs3hshazv-upzLVwNsPA .jrst-text {
  color: #303030;
}
.hs3hshazv-upzLVwNsPA .jrst-section-btn {
  margin-top: 16px;
}
.hs3hshazv-upzLVwNsPA .form-box {
  width: 100%;
  height: 100%;
  padding: 0 16% 0 10.5%;
  background-color: #ededf3;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA .form-box {
    padding: 0 7% 0 7%;
  }
}
.hs3hshazv-upzLVwNsPA .form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12% 0 12.7% 0;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA .form-wrap {
    padding: 7% 0 8% 0;
  }
}
@media (max-width: 767px) {
  .hs3hshazv-upzLVwNsPA .form-wrap {
    padding: 12% 0 14% 0;
  }
}
.hs3hshazv-upzLVwNsPA .form-title {
  color: #000000;
  margin-bottom: 20px;
}
.hs3hshazv-upzLVwNsPA div.jrst-form {
  margin-top: auto;
}
@media (max-width: 991px) {
  .hs3hshazv-upzLVwNsPA div.jrst-form {
    padding-top: 11%;
  }
}
@media (max-width: 767px) {
  .hs3hshazv-upzLVwNsPA div.jrst-form {
    padding-top: 14%;
  }
}
.hs3hshazv-upzLVwNsPA form {
  width: 100%;
}
.hs3hshazv-upzLVwNsPA form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.hs3hshazv-upzLVwNsPA form p {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.hs3hshazv-upzLVwNsPA form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  transition: .3s;
}
.hs3hshazv-upzLVwNsPA form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form .form-control::-moz-placeholder {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form .form-control:-moz-placeholder {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form .form-control:-ms-input-placeholder {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form select {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.hs3hshazv-upzLVwNsPA form textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form textarea::-moz-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form textarea:-moz-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form textarea:-ms-input-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form input,
.hs3hshazv-upzLVwNsPA form textarea {
  transition: .3s all;
}
.hs3hshazv-upzLVwNsPA form input:active,
.hs3hshazv-upzLVwNsPA form textarea:active,
.hs3hshazv-upzLVwNsPA form input:focus,
.hs3hshazv-upzLVwNsPA form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.hs3hshazv-upzLVwNsPA form input:active::-webkit-input-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:active::-webkit-input-placeholder,
.hs3hshazv-upzLVwNsPA form input:focus::-webkit-input-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:focus::-webkit-input-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form input:active::-moz-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:active::-moz-placeholder,
.hs3hshazv-upzLVwNsPA form input:focus::-moz-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:focus::-moz-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form input:active:-moz-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:active:-moz-placeholder,
.hs3hshazv-upzLVwNsPA form input:focus:-moz-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:focus:-moz-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form input:active:-ms-input-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:active:-ms-input-placeholder,
.hs3hshazv-upzLVwNsPA form input:focus:-ms-input-placeholder,
.hs3hshazv-upzLVwNsPA form textarea:focus:-ms-input-placeholder {
  color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.hs3hshazv-upzLVwNsPA form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.hs3hshazv-upzLVwNsPA form label {
  width: 100%;
  color: #000000;
  margin-bottom: 6px;
}
.hs3hshazv-upzLVwNsPA form .form-check label {
  color: #000000;
}
.hs3hshazv-upzLVwNsPA form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.hs3hshazv-upzLVwNsPA form .form-check-input:focus,
.hs3hshazv-upzLVwNsPA form .form-check-input:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.hs3hshazv-upzLVwNsPA .jrst-text,
.hs3hshazv-upzLVwNsPA .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 50px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzpguqvk3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.hs3hshazv-upzpguqvk3 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzpguqvk3 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-upzpguqvk3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.hs3hshazv-upzpguqvk3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .hs3hshazv-upzpguqvk3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzpguqvk3 .text-wrapper {
    padding: 0 2rem;
  }
}
.hs3hshazv-upzpguqvk3 .jrst-section-title {
  color: #000000;
  text-align: left;
}
.hs3hshazv-upzpguqvk3 .jrst-text,
.hs3hshazv-upzpguqvk3 .jrst-section-btn {
  color: #000000;
  text-align: left;
}
.hs3hshazv-upzoOnx1xh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #777777;
}
.hs3hshazv-upzoOnx1xh .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzoOnx1xh .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzoOnx1xh .jrst-section-title {
  text-align: center;
}
.hs3hshazv-upzoOnx1xh .jrst-text,
.hs3hshazv-upzoOnx1xh .jrst-section-btn {
  text-align: center;
  color: #ffffff;
}
.hs3hshazv-upzoOnx1xh .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.hs3hshazv-upzoOnx1xh .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.hs3hshazv-upzoOnx1xh .jrst-section-title,
.hs3hshazv-upzoOnx1xh .dot {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzoOnx1xh .jrst-section-subtitle {
  text-align: center;
}
.hs3hshazv-upzoRqVEEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzoRqVEEy .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzoRqVEEy .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzoRqVEEy .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .hs3hshazv-upzoRqVEEy .col-text {
    padding-right: 28px;
  }
}
.hs3hshazv-upzoRqVEEy .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .hs3hshazv-upzoRqVEEy .col-img {
    padding-left: 28px;
  }
}
.hs3hshazv-upzoRqVEEy .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-upzoRqVEEy .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.hs3hshazv-upzoRqVEEy .jrst-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-upzoRqVEEy .jrst-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.hs3hshazv-upzoRqVEEy .jrst-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .hs3hshazv-upzoRqVEEy .jrst-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .hs3hshazv-upzoRqVEEy .jrst-section-btn {
    width: 100%;
  }
}
.hs3hshazv-upzoRqVEEy .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hs3hshazv-upzoRqVEEy .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .hs3hshazv-upzoRqVEEy .image-wrapper {
    height: auto;
  }
}
.hs3hshazv-upzoRqVEEy .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.hs3hshazv-upzoRqVEEy .card-title,
.hs3hshazv-upzoRqVEEy .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzoRqVEEy .jrst-text,
.hs3hshazv-upzoRqVEEy .link-wrap {
  color: #000000;
}
.hs3hshazv-upzoUdIERc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #A65233;
}
.hs3hshazv-upzoUdIERc .row {
  align-items: center;
  background-color: #F2C6AC;
  padding: 6.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 25px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzoUdIERc .row {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzoUdIERc .row {
    padding: 1rem;
  }
}
@media (max-width: 425px) {
  .hs3hshazv-upzoUdIERc .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-upzoUdIERc .image-wrapper {
    padding: 1rem;
  }
}
.hs3hshazv-upzoUdIERc .image-wrapper img {
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .hs3hshazv-upzoUdIERc .text-wrapper {
    padding: 0 2rem;
  }
}
.hs3hshazv-upzoUdIERc .jrst-section-title {
  margin-bottom: 3rem;
  color: #000000;
}
.hs3hshazv-upzoUdIERc .jrst-text {
  margin-bottom: 1.5rem;
  color: #e082c5;
}
.hs3hshazv-upzoUdIERc .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.hs3hshazv-upzoUdIERc .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzoUdIERc .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzoUdIERc .jrst-text,
.hs3hshazv-upzoUdIERc .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzp2qbQDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.hs3hshazv-upzp2qbQDL .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzp2qbQDL .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .container {
    padding: 0 30px;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper {
    padding: 0;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper .desc-wrapper .jrst-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .desc-wrapper .jrst-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper .desc-wrapper .jrst-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #777777;
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .desc-wrapper .jrst-desc::before {
    width: 40px;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper .jrst-section-title {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .jrst-section-title {
    margin-bottom: 80px;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.hs3hshazv-upzp2qbQDL .content-wrapper .text-wrapper .jrst-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzp2qbQDL .content-wrapper .text-wrapper .jrst-text {
    margin-bottom: 30px;
  }
}
.hs3hshazv-upzp2qbQDL .jrst-desc {
  color: #254b45;
}
.hs3hshazv-upzp2qbQDL .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzp2qbQDL .jrst-text {
  color: #254b45;
}
.hs3hshazv-upzp2qbQDL .jrst-text,
.hs3hshazv-upzp2qbQDL .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzrgZFErR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ededf3;
}
.hs3hshazv-upzrgZFErR .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzrgZFErR .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzrgZFErR .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .hs3hshazv-upzrgZFErR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzrgZFErR .container {
    padding: 0 20px;
  }
}
.hs3hshazv-upzrgZFErR .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzrgZFErR .content-wrapper {
    padding: 46px 0;
  }
}
.hs3hshazv-upzrgZFErR .content-wrapper .jrst-desc {
  margin-bottom: 32px;
}
.hs3hshazv-upzrgZFErR .content-wrapper .jrst-section-title {
  margin-bottom: 32px;
}
.hs3hshazv-upzrgZFErR .content-wrapper .text-wrapper .jrst-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzrgZFErR .content-wrapper .text-wrapper .jrst-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.hs3hshazv-upzrgZFErR .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzrgZFErR .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.hs3hshazv-upzrgZFErR .content-wrapper .jrst-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzrgZFErR .content-wrapper .jrst-section-btn {
    margin-top: 20px;
  }
}
.hs3hshazv-upzrgZFErR .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzrgZFErR .jrst-desc {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzrgZFErR .jrst-text,
.hs3hshazv-upzrgZFErR .text-wrapper {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzrgZFErR .jrst-section-title,
.hs3hshazv-upzrgZFErR .jrst-section-btn,
.hs3hshazv-upzrgZFErR .image-wrapper {
  text-align: center;
}
.hs3hshazv-upzri5wQVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
  position: relative;
  overflow: hidden;
}
.hs3hshazv-upzri5wQVq::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #777777 -10%, transparent 70%);
}
.hs3hshazv-upzri5wQVq .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzri5wQVq .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .hs3hshazv-upzri5wQVq .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzri5wQVq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hs3hshazv-upzri5wQVq .content-wrapper .jrst-section-title {
  margin-bottom: 50px;
}
.hs3hshazv-upzri5wQVq .content-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzri5wQVq .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzri5wQVq .jrst-text {
  color: #000000;
}
.hs3hshazv-upzri5wQVq .jrst-text,
.hs3hshazv-upzri5wQVq .icon-wrapper {
  color: #ffffff;
}
.hs3hshazv-upzriS5qM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzriS5qM4 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzriS5qM4 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzriS5qM4 .container {
    padding: 0 22px;
  }
}
.hs3hshazv-upzriS5qM4 .row {
  justify-content: center;
}
.hs3hshazv-upzriS5qM4 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzriS5qM4 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.hs3hshazv-upzriS5qM4 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.hs3hshazv-upzriS5qM4 .content-wrapper .jrst-section-title {
  margin-bottom: 0;
}
.hs3hshazv-upzriS5qM4 .content-wrapper .icon-wrapper .jrst-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.hs3hshazv-upzriS5qM4 .content-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzriS5qM4 .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzriS5qM4 .jrst-text {
  color: #000000;
  text-align: left;
}
.hs3hshazv-upzriS5qM4 .jrst-section-title,
.hs3hshazv-upzriS5qM4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.hs3hshazv-upzuaJDqSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzuaJDqSk .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzuaJDqSk .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuaJDqSk .container {
    padding: 0 22px;
  }
}
.hs3hshazv-upzuaJDqSk .row {
  justify-content: space-between;
}
.hs3hshazv-upzuaJDqSk .title-wrapper .jrst-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuaJDqSk .title-wrapper .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzuaJDqSk .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuaJDqSk .text-wrapper {
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzuaJDqSk .text-wrapper .jrst-text {
  margin-bottom: 10px;
}
.hs3hshazv-upzuaJDqSk .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuaJDqSk .image-wrapper img {
    height: 350px;
  }
}
.hs3hshazv-upzuaJDqSk .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzuaJDqSk .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzuaJDqSk .jrst-text,
.hs3hshazv-upzuaJDqSk .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzrlmBfXb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ededf3;
}
.hs3hshazv-upzrlmBfXb .jrst-text {
  color: #000000;
}
.hs3hshazv-upzrlmBfXb .jrst-section-subtitle {
  color: #f3f6f9;
}
.hs3hshazv-upzrlmBfXb .jrst-section-title {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzuW8e0U8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzuW8e0U8 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzuW8e0U8 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzuW8e0U8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuW8e0U8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuW8e0U8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzuW8e0U8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuW8e0U8 .container {
    padding: 0 16px;
  }
}
/* .hs3hshazv-upzuW8e0U8 .row {
  justify-content: center;
} */
.hs3hshazv-upzuW8e0U8 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #777777;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzuW8e0U8 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzuW8e0U8 .content-wrapper {
    padding: 30px 25px;
  }
}
.hs3hshazv-upzuW8e0U8 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzuW8e0U8 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.hs3hshazv-upzuW8e0U8 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzuW8e0U8 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.hs3hshazv-upzuW8e0U8 .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzuW8e0U8 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.hs3hshazv-upzuW8e0U8 .content-wrapper .content-wrap .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzuW8e0U8 .content-wrapper .content-wrap .jrst-text {
  margin-bottom: 16px;
}
.hs3hshazv-upzuW8e0U8 .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzuW8e0U8 .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzuX5ghCr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #BF6C3B;
}
.hs3hshazv-upzuX5ghCr .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzuX5ghCr .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzuX5ghCr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuX5ghCr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuX5ghCr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzuX5ghCr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuX5ghCr .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzuX5ghCr .row {
  justify-content: center;
}
.hs3hshazv-upzuX5ghCr .content-wrapper .jrst-section-subtitle {
  margin-bottom: 32px;
}
.hs3hshazv-upzuX5ghCr .content-wrapper .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzuX5ghCr .content-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzuX5ghCr .jrst-section-title {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzuX5ghCr .jrst-section-subtitle {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzuX5ghCr .jrst-text {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzuYv2YJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzuYv2YJB .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzuYv2YJB .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzuYv2YJB .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuYv2YJB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuYv2YJB .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzuYv2YJB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzuYv2YJB .container {
    padding: 0 14px;
  }
}
.hs3hshazv-upzuYv2YJB .row {
  justify-content: center;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .jrst-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzuYv2YJB .content-wrapper .jrst-section-title {
    margin-bottom: 32px;
  }
}
.hs3hshazv-upzuYv2YJB .content-wrapper .jrst-text_1 {
  margin-bottom: 32px;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .list-wrapper .jrst-list-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.hs3hshazv-upzuYv2YJB .content-wrapper .jrst-text_2 {
  margin-bottom: 0;
}
.hs3hshazv-upzuYv2YJB .jrst-section-title {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzuYv2YJB .jrst-text_1 {
  color: #000000;
}
.hs3hshazv-upzuYv2YJB .list {
  color: #01004c;
}
.hs3hshazv-upzuYv2YJB .jrst-text_2 {
  color: #01004c;
}
.hs3hshazv-upzv32SQBU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #BF6C3B;
}
.hs3hshazv-upzv32SQBU .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzv32SQBU .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzv32SQBU .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .container {
    padding: 0 6px;
  }
}
.hs3hshazv-upzv32SQBU .row {
  margin: 0 0px;
  padding: 150px 70px;
  border-radius: 20px;
  background-color: #ededf3;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzv32SQBU .row {
    padding: 150px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .hs3hshazv-upzv32SQBU .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzv32SQBU .row {
    padding: 70px 30px;
  }
}
.hs3hshazv-upzv32SQBU .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.hs3hshazv-upzv32SQBU .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .desc-wrapper {
    padding: 0;
    text-align: center;
  }
}
.hs3hshazv-upzv32SQBU .desc-wrapper .jrst-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.hs3hshazv-upzv32SQBU .title-wrapper {
  margin-bottom: 64px;
}
.hs3hshazv-upzv32SQBU .title-wrapper span {
  color: #000000;
}
.hs3hshazv-upzv32SQBU .title-wrapper .jrst-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .title-wrapper .jrst-section-title {
    text-align: center;
  }
}
.hs3hshazv-upzv32SQBU .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .content-wrapper {
    display: block;
  }
}
.hs3hshazv-upzv32SQBU .content-wrapper .image-wrapper {
  display: flex;
  margin-right: 42px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzv32SQBU .content-wrapper .image-wrapper {
    margin-right: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
}
.hs3hshazv-upzv32SQBU .content-wrapper .image-wrapper img {
  width: 231px;
  height: 231px;
  border-radius: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.hs3hshazv-upzv32SQBU .content-wrapper .image-wrapper .jrst-iconfont {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #009472;
  border: 1px solid #cfcfcf;
  margin-left: -1rem;
}
.hs3hshazv-upzv32SQBU .content-wrapper .text-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzv32SQBU .content-wrapper .text-wrapper .jrst-section-btn {
  margin-top: 40px;
}
.hs3hshazv-upzv32SQBU .jrst-desc {
  color: #262626;
}
.hs3hshazv-upzv32SQBU .jrst-section-title {
  color: #131313;
}
.hs3hshazv-upzv32SQBU .jrst-text {
  color: #000000;
}
.hs3hshazv-upzv32SQBU .jrst-section-title,
.hs3hshazv-upzv32SQBU .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzv7y4aLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzv7y4aLH .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzv7y4aLH .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzv7y4aLH .card-wrapper {
  background: #A65233;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upzv7y4aLH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upzv7y4aLH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzv7y4aLH .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upzv7y4aLH .jrst-text,
.hs3hshazv-upzv7y4aLH .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzv7y4aLH .card-title,
.hs3hshazv-upzv7y4aLH .card-box {
  text-align: left;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzwlvM5na {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzwlvM5na .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzwlvM5na .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwlvM5na .container {
    padding: 0 30px;
  }
}
.hs3hshazv-upzwlvM5na .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwlvM5na .content-wrapper {
    display: block;
  }
}
.hs3hshazv-upzwlvM5na .content-wrapper .card {
  justify-content: center;
}
.hs3hshazv-upzwlvM5na .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #777777;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwlvM5na .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.hs3hshazv-upzwlvM5na .content-wrapper .content-wrap .jrst-section-title {
  margin-bottom: 35px;
}
.hs3hshazv-upzwlvM5na .content-wrapper .content-wrap .jrst-text {
  margin-bottom: 40px;
}
.hs3hshazv-upzwlvM5na .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwlvM5na .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.hs3hshazv-upzwlvM5na .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwlvM5na .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.hs3hshazv-upzwlvM5na .jrst-section-title {
  color: #144031;
}
.hs3hshazv-upzwlvM5na .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzwlvM5na .jrst-section-title,
.hs3hshazv-upzwlvM5na .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzwoCgc7J {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #777777;
}
.hs3hshazv-upzwoCgc7J .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzwoCgc7J .jrst-section-subtitle {
  color: #f3f6f9;
}
.hs3hshazv-upzwoCgc7J .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzwpT8dGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzwpT8dGP .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzwpT8dGP .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzwpT8dGP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzwpT8dGP .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzwpT8dGP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzwpT8dGP .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzwpT8dGP .row {
  justify-content: center;
}
.hs3hshazv-upzwpT8dGP .title-wrapper .jrst-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwpT8dGP .title-wrapper .jrst-section-title {
    margin-bottom: 36px;
  }
}
.hs3hshazv-upzwpT8dGP .title-wrapper .jrst-text {
  margin-bottom: 32px;
}
.hs3hshazv-upzwpT8dGP .jrst-section-title {
  color: #f0f0f0;
}
.hs3hshazv-upzwpT8dGP .jrst-text {
  color: #000000;
}
.hs3hshazv-upzwpT8dGP .jrst-section-title,
.hs3hshazv-upzwpT8dGP .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzws1I1TR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
  overflow: hidden;
}
.hs3hshazv-upzws1I1TR .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzws1I1TR .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzws1I1TR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzws1I1TR .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzws1I1TR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzws1I1TR .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzws1I1TR .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzws1I1TR .row {
  justify-content: space-between;
}
.hs3hshazv-upzws1I1TR .row:hover,
.hs3hshazv-upzws1I1TR .row:focus {
  cursor: pointer;
}
.hs3hshazv-upzws1I1TR .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzws1I1TR .image-wrapper {
    margin-bottom: 32px;
  }
}
.hs3hshazv-upzws1I1TR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzws1I1TR .image-wrapper img {
    height: 300px;
  }
}
.hs3hshazv-upzws1I1TR .content-wrapper .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzws1I1TR .content-wrapper .jrst-text {
  margin-bottom: 16px;
}
.hs3hshazv-upzws1I1TR .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzws1I1TR .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzws1I1TR .jrst-section-title,
.hs3hshazv-upzws1I1TR .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzwwqaLjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9eaf8;
}
.hs3hshazv-upzwwqaLjq .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzwwqaLjq .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzwwqaLjq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwwqaLjq .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzwwqaLjq .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzwwqaLjq .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzwwqaLjq .container {
    padding: 0 12px;
  }
}
.hs3hshazv-upzwwqaLjq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzwwqaLjq .content-wrapper {
    padding: 0 24px;
  }
}
.hs3hshazv-upzwwqaLjq .content-wrapper .jrst-section-title {
  margin-bottom: 22px;
}
.hs3hshazv-upzwwqaLjq .content-wrapper .jrst-text {
  margin-bottom: 22px;
}
.hs3hshazv-upzwwqaLjq .jrst-section-title {
  color: #1D1D1F;
}
.hs3hshazv-upzwwqaLjq .jrst-text {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzwwqaLjq .jrst-section-title,
.hs3hshazv-upzwwqaLjq .jrst-section-btn {
  text-align: center;
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzxWylZYv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9eaf8;
}
.hs3hshazv-upzxWylZYv .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzxWylZYv .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzxWylZYv .content-wrapper {
  background: #777777;
}
@media (max-width: 991px) {
  .hs3hshazv-upzxWylZYv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .hs3hshazv-upzxWylZYv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upzxWylZYv .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzxWylZYv .content-wrapper {
    padding: 5rem 3rem;
  }
  .hs3hshazv-upzxWylZYv .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.hs3hshazv-upzxWylZYv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.hs3hshazv-upzxWylZYv .jrst-text,
.hs3hshazv-upzxWylZYv .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzxWylZYv .card-title {
  color: #ffffff;
}
.hs3hshazv-upzy9CfgWI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzy9CfgWI .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzy9CfgWI .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzy9CfgWI .container {
    padding: 0 15px;
  }
}
.hs3hshazv-upzy9CfgWI .row {
  justify-content: center;
}
.hs3hshazv-upzy9CfgWI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper .item:nth-child(2n) {
    margin-top: 0;
  }
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #e9eaf8;
}
@media (max-width: 992px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .item-number {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .item-number {
    top: -4.5rem;
  }
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .icon-wrapper .jrst-iconfont {
  display: inline-flex;
  font-size: 45px;
  color: #30262b;
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.hs3hshazv-upzy9CfgWI .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.hs3hshazv-upzy9CfgWI .item-title {
  color: #30262b;
}
.hs3hshazv-upzy9CfgWI .item-text {
  color: #000000;
}
.hs3hshazv-upzy9CfgWI .item-number {
  color: #dfe6d8;
}
.hs3hshazv-upzy9CfgWI .item-title,
.hs3hshazv-upzy9CfgWI .icon-wrapper {
  color: #000000;
}
.hs3hshazv-upzyaChwWM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e9eaf8;
}
.hs3hshazv-upzyaChwWM .jrst-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .hs3hshazv-upzyaChwWM .display-1 {
    font-size: 2rem;
  }
}
.hs3hshazv-upzyaChwWM .jrst-section-title {
  padding-left: 2rem;
}
.hs3hshazv-upzyaChwWM .content-wrap {
  position: relative;
  overflow: hidden;
}
.hs3hshazv-upzyaChwWM .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #ffffff;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.hs3hshazv-upzyaChwWM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.hs3hshazv-upzyaChwWM .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzyaChwWM .jrst-section-subtitle,
.hs3hshazv-upzyaChwWM .line {
  color: #291f1e;
}
.hs3hshazv-upzyaChwWM .jrst-text,
.hs3hshazv-upzyaChwWM .jrst-section-btn {
  text-align: left;
  color: #000000;
}
.hs3hshazv-upzyaChwWM .jrst-section-title,
.hs3hshazv-upzyaChwWM .line {
  color: #291f1e;
  text-align: left;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzzwNZZYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzzwNZZYh .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzzwNZZYh .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzzwNZZYh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzzwNZZYh .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzzwNZZYh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzzwNZZYh .container {
    padding: 0 20px;
  }
}
.hs3hshazv-upzzwNZZYh .content-wrapper .jrst-section-title {
  margin-bottom: 40px;
}
.hs3hshazv-upzzwNZZYh .content-wrapper .text-wrapper .jrst-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzzwNZZYh .content-wrapper .text-wrapper .jrst-text {
    width: 100%;
  }
}
.hs3hshazv-upzzwNZZYh .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hs3hshazv-upzzwNZZYh .image-wrapper img {
    height: 350px;
  }
}
.hs3hshazv-upzzwNZZYh .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzzwNZZYh .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzzwNZZYh .jrst-text,
.hs3hshazv-upzzwNZZYh .text-wrapper {
  color: #000000;
}
.hs3hshazv-upzzwNZZYh .jrst-section-title,
.hs3hshazv-upzzwNZZYh .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzzKr1wWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzzKr1wWi .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzzKr1wWi .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzzKr1wWi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hs3hshazv-upzzKr1wWi .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzzKr1wWi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzzKr1wWi .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzzKr1wWi .card {
  justify-content: center;
}
.hs3hshazv-upzzKr1wWi .title-wrapper .jrst-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzzKr1wWi .title-wrapper .jrst-section-title {
    margin-bottom: 36px;
  }
}
.hs3hshazv-upzzKr1wWi .text-wrapper .jrst-text {
  margin: 48px 0 0 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzzKr1wWi .text-wrapper .jrst-text {
    margin: 36px 0 0 0;
  }
}
.hs3hshazv-upzzKr1wWi .jrst-section-title {
  color: #080808;
}
.hs3hshazv-upzzKr1wWi .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzzKr1wWi .jrst-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .hs3hshazv-upzzKr1wWi .jrst-section-btn {
    text-align: left;
  }
}
.hs3hshazv-upzzKr1wWi .jrst-section-title,
.hs3hshazv-upzzKr1wWi .jrst-section-btn {
  text-align: left;
  color: #ffffff;
}
.hs3hshazv-upzA9IHfHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededf3;
}
.hs3hshazv-upzA9IHfHc .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzA9IHfHc .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzA9IHfHc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzA9IHfHc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzA9IHfHc .container {
    padding: 0 24px;
  }
}
.hs3hshazv-upzA9IHfHc .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.hs3hshazv-upzA9IHfHc .image-wrapper {
  height: 100%;
}
.hs3hshazv-upzA9IHfHc .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzA9IHfHc .image-wrapper img {
    height: 350px;
  }
}
.hs3hshazv-upzA9IHfHc .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #777777;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzA9IHfHc .content-wrapper {
    padding: 24px;
  }
}
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap {
  width: 100%;
}
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap .jrst-section-title {
  margin-bottom: 32px;
}
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap .jrst-text {
  margin-bottom: 16px;
}
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap .jrst-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap .jrst-section-btn .btn:hover,
.hs3hshazv-upzA9IHfHc .content-wrapper .content-wrap .jrst-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.hs3hshazv-upzA9IHfHc .jrst-section-title {
  color: #141414;
}
.hs3hshazv-upzA9IHfHc .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-upzA9IHfHc .jrst-section-title,
.hs3hshazv-upzA9IHfHc .title-wrapper,
.hs3hshazv-upzA9IHfHc .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzzJoRFpC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #777777;
}
.hs3hshazv-upzzJoRFpC .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzzJoRFpC .jrst-section-subtitle {
  color: #f3f6f9;
}
.hs3hshazv-upzzJoRFpC .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzzzIniQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzzzIniQR .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzzzIniQR .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzzzIniQR .jrst-section-subtitle {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzzzIniQR .jrst-section-title {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzBaeggSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzBaeggSn .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzBaeggSn .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzBaeggSn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBaeggSn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBaeggSn .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzBaeggSn .row {
  padding: 60px 44px;
  background-color: #777777;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzBaeggSn .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .row {
    padding: 25px 9px;
  }
}
.hs3hshazv-upzBaeggSn .title-wrapper .jrst-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .title-wrapper .jrst-section-title {
    margin-bottom: 32px;
  }
}
.hs3hshazv-upzBaeggSn .content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.hs3hshazv-upzBaeggSn .content-wrapper .content-wrap .jrst-text {
  margin-bottom: 16px;
}
.hs3hshazv-upzBaeggSn .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBaeggSn .image-wrapper img {
    height: 350px;
  }
}
.hs3hshazv-upzBaeggSn .jrst-section-title {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzBaeggSn .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzBaeggSn .jrst-name {
  color: #000000;
}
.hs3hshazv-upzBf3ueFZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-upzBf3ueFZ .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzBf3ueFZ .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzBf3ueFZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBf3ueFZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBf3ueFZ .container {
    padding: 0 12px;
  }
}
.hs3hshazv-upzBf3ueFZ .image-wrapper img,
.hs3hshazv-upzBf3ueFZ .image-wrap img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .hs3hshazv-upzBf3ueFZ .image-wrapper img,
  .hs3hshazv-upzBf3ueFZ .image-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .image-wrapper img,
  .hs3hshazv-upzBf3ueFZ .image-wrap img {
    margin-right: 16px;
  }
  .hs3hshazv-upzBf3ueFZ .image-wrapper img:nth-child(2n),
  .hs3hshazv-upzBf3ueFZ .image-wrap img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBf3ueFZ .image-wrapper img,
  .hs3hshazv-upzBf3ueFZ .image-wrap img {
    width: 100px;
    height: 100px;
  }
}
.hs3hshazv-upzBf3ueFZ .image-wrapper {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .image-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.hs3hshazv-upzBf3ueFZ .image-wrapper img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .image-wrapper img {
    margin-bottom: 0;
  }
}
.hs3hshazv-upzBf3ueFZ .image-wrap {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .image-wrap {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.hs3hshazv-upzBf3ueFZ .image-wrap img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .content-wrapper {
    padding: 0 24px;
  }
}
.hs3hshazv-upzBf3ueFZ .content-wrapper .jrst-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBf3ueFZ .content-wrapper .jrst-section-title {
    margin-bottom: 56px;
  }
}
.hs3hshazv-upzBf3ueFZ .content-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzBf3ueFZ .jrst-section-title {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzBf3ueFZ .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzBfxnG0P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededf3;
}
.hs3hshazv-upzBfxnG0P .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzBfxnG0P .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzBfxnG0P .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBfxnG0P .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBfxnG0P .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBfxnG0P .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzBfxnG0P .container {
    padding: 0 12px;
  }
}
.hs3hshazv-upzBfxnG0P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBfxnG0P .content-wrapper {
    padding: 0 24px;
  }
}
.hs3hshazv-upzBfxnG0P .content-wrapper .jrst-section-title {
  margin-bottom: 22px;
}
.hs3hshazv-upzBfxnG0P .content-wrapper .jrst-text {
  margin-bottom: 22px;
}
.hs3hshazv-upzBfxnG0P .jrst-section-title {
  color: #1D1D1F;
}
.hs3hshazv-upzBfxnG0P .jrst-text {
  color: #000000;
  text-align: left;
}
.hs3hshazv-upzBfxnG0P .jrst-section-title,
.hs3hshazv-upzBfxnG0P .jrst-section-btn {
  text-align: center;
  color: #000000;
}
.hs3hshazv-upzBkIbDH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzBkIbDH6 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzBkIbDH6 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzBkIbDH6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .container {
    padding: 0 30px;
  }
}
.hs3hshazv-upzBkIbDH6 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzBkIbDH6 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .image-wrapper img {
    height: 300px;
  }
}
.hs3hshazv-upzBkIbDH6 .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .text-wrapper {
    margin: 0;
  }
}
.hs3hshazv-upzBkIbDH6 .text-wrapper .jrst-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBkIbDH6 .text-wrapper .jrst-section-title {
    margin-bottom: 30px;
  }
}
.hs3hshazv-upzBkIbDH6 .text-wrapper .jrst-text {
  margin-bottom: 20px;
}
.hs3hshazv-upzBkIbDH6 .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzBkIbDH6 .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzBkIbDH6 .jrst-section-title,
.hs3hshazv-upzBkIbDH6 .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzBpn1AXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzBpn1AXf .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzBpn1AXf .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzBpn1AXf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBpn1AXf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzBpn1AXf .container {
    padding: 0;
  }
}
.hs3hshazv-upzBpn1AXf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzBpn1AXf .title-wrapper {
    padding: 0 16px;
  }
}
.hs3hshazv-upzBpn1AXf .title-wrapper .jrst-section-title {
  margin-bottom: 0;
}
.hs3hshazv-upzBpn1AXf .title-wrapper .jrst-text {
  margin: 30px 0 0 0;
}
.hs3hshazv-upzBpn1AXf .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzBpn1AXf .jrst-text {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzCrcwlmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzCrcwlmd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzCrcwlmd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzCrcwlmd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzCrcwlmd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzCrcwlmd .container {
    padding: 0;
  }
}
.hs3hshazv-upzCrcwlmd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzCrcwlmd .title-wrapper {
    padding: 0 16px;
  }
}
.hs3hshazv-upzCrcwlmd .title-wrapper .jrst-section-title {
  margin-bottom: 0;
}
.hs3hshazv-upzCrcwlmd .title-wrapper .jrst-text {
  margin: 30px 0 0 0;
}
.hs3hshazv-upzCrcwlmd .jrst-section-title {
  color: #000000;
  text-align: center;
}
.hs3hshazv-upzCrcwlmd .jrst-text {
  color: #000000;
}
.hs3hshazv-upzCKZkgeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzCKZkgeb .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzCKZkgeb .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzCKZkgeb .text-wrapper .jrst-section-title {
  margin-bottom: 0;
}
.hs3hshazv-upzCKZkgeb .text-wrapper .jrst-text {
  margin: 32px 0 0 0;
}
.hs3hshazv-upzCKZkgeb .jrst-section-title {
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-upzCKZkgeb .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-upzDD3Tcjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzDD3Tcjc .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzDD3Tcjc .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzDD3Tcjc .title-wrapper .jrst-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzDD3Tcjc .title-wrapper .jrst-section-title {
    margin-bottom: 46px;
  }
}
.hs3hshazv-upzDD3Tcjc .items-wrapper {
  margin: 0 -10px;
}
.hs3hshazv-upzDD3Tcjc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzDD3Tcjc .item {
    margin-bottom: 16px;
  }
}
.hs3hshazv-upzDD3Tcjc .item:hover .item-wrapper .item-content .icon-wrapper,
.hs3hshazv-upzDD3Tcjc .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.hs3hshazv-upzDD3Tcjc .item:hover .item-wrapper .item-content .item-img,
.hs3hshazv-upzDD3Tcjc .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.hs3hshazv-upzDD3Tcjc .item:nth-child(2n) .item-wrapper {
  background-color: #777777;
}
.hs3hshazv-upzDD3Tcjc .item:nth-child(3n) .item-wrapper {
  background-color: #777777;
}
.hs3hshazv-upzDD3Tcjc .item:nth-child(4n) .item-wrapper {
  background-color: #777777;
}
.hs3hshazv-upzDD3Tcjc .item:nth-child(6n) .item-wrapper {
  background-color: #777777;
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #777777;
}
@media (max-width: 992px) {
  .hs3hshazv-upzDD3Tcjc .item .item-wrapper {
    padding: 46px 22px;
  }
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content {
  position: relative;
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .icon-wrapper .jrst-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.hs3hshazv-upzDD3Tcjc .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.hs3hshazv-upzDD3Tcjc .jrst-section-title {
  color: #212529;
}
.hs3hshazv-upzDD3Tcjc .panel-title-edit {
  color: #212529;
}
.hs3hshazv-upzDD3Tcjc .panel-text {
  color: #51565c;
}
.hs3hshazv-upzDD3Tcjc .item-title {
  color: #ffffff;
}
.hs3hshazv-upzDD3Tcjc .item-text {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzFwmkKyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzFwmkKyp .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzFwmkKyp .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzFwmkKyp .card-wrapper {
  background: #777777;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hs3hshazv-upzFwmkKyp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hs3hshazv-upzFwmkKyp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzFwmkKyp .card-wrapper {
    padding: 4rem;
  }
}
.hs3hshazv-upzFwmkKyp .jrst-text,
.hs3hshazv-upzFwmkKyp .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzFwmkKyp .card-title {
  color: #ffffff;
}
.hs3hshazv-upzFxkOdRs {
  background-color: #777777;
}
.hs3hshazv-upzFxkOdRs .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzFxkOdRs .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzFxkOdRs .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .hs3hshazv-upzFxkOdRs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.hs3hshazv-upzFxkOdRs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .hs3hshazv-upzFxkOdRs .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .hs3hshazv-upzFxkOdRs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.hs3hshazv-upzFxkOdRs .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzFxkOdRs .jrst-text,
.hs3hshazv-upzFxkOdRs .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-whs5jxjf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-whs5jxjf .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-whs5jxjf .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .hs3hshazv-whs5jxjf .container {
    padding: 0 24px;
  }
}
.hs3hshazv-whs5jxjf .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .hs3hshazv-whs5jxjf .content-wrapper {
    padding: 24px;
  }
}
.hs3hshazv-whs5jxjf .content-wrapper .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-whs5jxjf .content-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-whs5jxjf .content-wrapper .jrst-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-whs5jxjf .content-wrapper .jrst-section-btn {
    margin-top: 24px;
  }
}
.hs3hshazv-whs5jxjf .jrst-section-title {
  color: #F9F6E0;
}
.hs3hshazv-whs5jxjf .jrst-text {
  color: #000000;
}
.hs3hshazv-whs5jxjf .jrst-section-title,
.hs3hshazv-whs5jxjf .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzFMoPmND {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #777777;
}
.hs3hshazv-upzFMoPmND .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzFMoPmND .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzFMoPmND .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .hs3hshazv-upzFMoPmND .text-wrapper {
    padding: 3rem 1rem;
  }
}
.hs3hshazv-upzFMoPmND .wrapper {
  background: #ededf3;
  border-radius: 2rem;
  overflow: hidden;
}
.hs3hshazv-upzFMoPmND .image-wrapper {
  padding: 0;
}
.hs3hshazv-upzFMoPmND .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.hs3hshazv-upzFMoPmND .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzFMoPmND .jrst-text,
.hs3hshazv-upzFMoPmND .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzFPUCBG8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ededf3;
}
.hs3hshazv-upzFPUCBG8 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .hs3hshazv-upzFPUCBG8 .row {
    text-align: center!important;
  }
}
.hs3hshazv-upzFPUCBG8 .jrst-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .hs3hshazv-upzFPUCBG8 .jrst-section-title {
    text-align: center;
  }
}
.hs3hshazv-upzFPUCBG8 .jrst-section-subtitle {
  color: #0099ff;
}
.hs3hshazv-upzFPUCBG8 .jrst-text {
  color: #000000;
  margin-top: 28px;
}
.hs3hshazv-upzFPUCBG8 .jrst-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .hs3hshazv-upzFPUCBG8 .jrst-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .hs3hshazv-upzFPUCBG8 .jrst-section-btn .btn {
    width: 100%;
  }
}
.hs3hshazv-upzFPUCBG8 .btn-primary-outline,
.hs3hshazv-upzFPUCBG8 .btn-secondary-outline,
.hs3hshazv-upzFPUCBG8 .btn-success-outline,
.hs3hshazv-upzFPUCBG8 .btn-info-outline,
.hs3hshazv-upzFPUCBG8 .btn-warning-outline,
.hs3hshazv-upzFPUCBG8 .btn-danger-outline,
.hs3hshazv-upzFPUCBG8 .btn-white-outline,
.hs3hshazv-upzFPUCBG8 .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.hs3hshazv-upzFPUCBG8 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzFPUCBG8 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzH0NJZAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzH0NJZAX .row {
  align-items: center;
  justify-content: space-between;
}
.hs3hshazv-upzH0NJZAX .jrst-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.hs3hshazv-upzH0NJZAX .jrst-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.hs3hshazv-upzH0NJZAX .jrst-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.hs3hshazv-upzH0NJZAX .right-side {
  max-width: 754px;
}
.hs3hshazv-upzH0NJZAX .rs {
  margin-right: 60px;
}
.hs3hshazv-upzH0NJZAX .jrst-section-btn {
  width: auto;
  display: inline-block;
}
.hs3hshazv-upzH0NJZAX .margin {
  margin-right: 14px;
}
.hs3hshazv-upzH0NJZAX .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.hs3hshazv-upzH0NJZAX img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .hs3hshazv-upzH0NJZAX .gray {
    padding: 0px 0 5px;
  }
  .hs3hshazv-upzH0NJZAX img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .hs3hshazv-upzH0NJZAX .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .hs3hshazv-upzH0NJZAX .b {
    margin-bottom: 10px;
  }
}
.hs3hshazv-upzH0NJZAX .btn {
  margin-top: 20px;
}
.hs3hshazv-upzH0NJZAX a.btn > span {
  margin-left: 0.5rem;
}
.hs3hshazv-upzH0NJZAX .jrst-text,
.hs3hshazv-upzH0NJZAX .button-align {
  color: #000000;
}
.hs3hshazv-upzH33OE0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #A65233;
}
.hs3hshazv-upzH33OE0C .jrst-section-title {
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
  display: inline-block;
}
.hs3hshazv-upzH33OE0C .jrst-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: left;
  max-width: 739px;
  /* margin: auto; */
}
.hs3hshazv-upzH33OE0C .button-align {
  text-align: center;
}
.hs3hshazv-upzH33OE0C .margin {
  margin-right: 14px;
}
.hs3hshazv-upzH33OE0C .jrst-section-btn {
  display: block;
}
@media (max-width: 440px) {
  .hs3hshazv-upzH33OE0C .margin {
    margin-right: 0px;
  }
  .hs3hshazv-upzH33OE0C .b {
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzH33OE0C .btn {
  margin-top: 20px;
}
.hs3hshazv-upzH33OE0C a.btn > span {
  margin-left: 0.5rem;
}
.hs3hshazv-upzH33OE0C .jrst-text,
.hs3hshazv-upzH33OE0C .button-align {
  color: #ffffff;
}
.hs3hshazv-upzH3CsO9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hs3hshazv-upzH3CsO9k .jrst-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}
.hs3hshazv-upzH3CsO9k .jrst-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.hs3hshazv-upzH3CsO9k .button-align {
  text-align: center;
}
.hs3hshazv-upzH3CsO9k .jrst-section-btn {
  display: block;
}
.hs3hshazv-upzH3CsO9k .container {
  max-width: 739px;
}
.hs3hshazv-upzH3CsO9k .btn {
  margin-top: 20px;
}
.hs3hshazv-upzH3CsO9k a.btn > span {
  margin-left: 0.5rem;
}
.hs3hshazv-upzH3CsO9k .jrst-text,
.hs3hshazv-upzH3CsO9k .button-align {
  color: #000000;
}
.hs3hshazv-upzHcoNeCM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #A65233;
}
.hs3hshazv-upzHcoNeCM .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzHcoNeCM .col-12 {
  padding: 0;
}
.hs3hshazv-upzHcoNeCM .row {
  margin: 0;
}
.hs3hshazv-upzHcoNeCM .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzHcoNeCM .card-margin {
    margin-top: -1px;
  }
}
.hs3hshazv-upzHcoNeCM .card-wrapper {
  min-height: 500px;
  border: 1px solid #ffffff;
  border-radius: 1em;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .hs3hshazv-upzHcoNeCM .card-wrapper {
    padding: 1rem;
  }
}
.hs3hshazv-upzHcoNeCM .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzHcoNeCM .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hs3hshazv-upzHcoNeCM .card-company-row {
    margin-top: 0.5em;
  }
}
.hs3hshazv-upzHcoNeCM .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hs3hshazv-upzHcoNeCM .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.hs3hshazv-upzHcoNeCM .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .hs3hshazv-upzHcoNeCM .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-upzHcoNeCM .image-wrapper {
    padding: 1rem;
  }
}
.hs3hshazv-upzHcoNeCM .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzHcoNeCM .jrst-text,
.hs3hshazv-upzHcoNeCM .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzHrFcEGD {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.hs3hshazv-upzHrFcEGD .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzHrFcEGD .col-12 {
  padding: 0;
}
.hs3hshazv-upzHrFcEGD .row {
  margin: 0;
}
.hs3hshazv-upzHrFcEGD .card-wrapper {
  border: 1px solid #A65233;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .hs3hshazv-upzHrFcEGD .card-wrapper {
    padding: 1rem;
  }
}
.hs3hshazv-upzHrFcEGD .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzHrFcEGD .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hs3hshazv-upzHrFcEGD .card-company-row {
    margin-top: 0.5em;
  }
}
.hs3hshazv-upzHrFcEGD .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hs3hshazv-upzHrFcEGD .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.hs3hshazv-upzHrFcEGD .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .hs3hshazv-upzHrFcEGD .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-upzHrFcEGD .image-wrapper {
    padding: 1rem;
  }
}
.hs3hshazv-upzHrFcEGD .jrst-section-title {
  color: #000000;
}
.hs3hshazv-upzHrFcEGD .jrst-text,
.hs3hshazv-upzHrFcEGD .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzInWdR6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededf3;
}
.hs3hshazv-upzInWdR6a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzInWdR6a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzInWdR6a .container {
    padding: 0 25px;
  }
}
.hs3hshazv-upzInWdR6a .row {
  margin: 0;
}
.hs3hshazv-upzInWdR6a .row .card {
  padding: 0;
}
.hs3hshazv-upzInWdR6a .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzInWdR6a .image-wrapper {
    height: 350px;
  }
}
.hs3hshazv-upzInWdR6a .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs3hshazv-upzInWdR6a .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #777777;
}
@media (max-width: 768px) {
  .hs3hshazv-upzInWdR6a .title-wrapper {
    padding: 45px 25px;
  }
}
.hs3hshazv-upzInWdR6a .title-wrapper .jrst-section-title {
  margin-bottom: 105px;
}
.hs3hshazv-upzInWdR6a .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.hs3hshazv-upzInWdR6a .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.hs3hshazv-upzInWdR6a .title-wrapper .jrst-section-subtitle {
  margin-bottom: 25px;
}
.hs3hshazv-upzInWdR6a .title-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzInWdR6a .title-wrapper .jrst-section-btn {
  margin-top: 35px;
}
.hs3hshazv-upzInWdR6a .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzInWdR6a .jrst-section-subtitle {
  color: #ffffff;
}
.hs3hshazv-upzInWdR6a .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzInWdR6a .jrst-section-title,
.hs3hshazv-upzInWdR6a .jrst-section-btn,
.hs3hshazv-upzInWdR6a .logo-wrapper {
  color: #ffffff;
}
.hs3hshazv-upzIr3h3M6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #A65233;
}
@media (max-width: 992px) and (max-width: 992px) {
  .hs3hshazv-upzIr3h3M6 .container {
    padding: 0 24px;
  }
}
.hs3hshazv-upzIr3h3M6 .card {
  justify-content: center;
}
.hs3hshazv-upzIr3h3M6 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIr3h3M6 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.hs3hshazv-upzIr3h3M6 .title-wrapper .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzIr3h3M6 .title-wrapper .jrst-desc {
  margin-bottom: 0;
}
.hs3hshazv-upzIr3h3M6 .text-wrapper {
  border-top: 1px solid #F2C6AC;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  border-radius: 80px 80px;
  border-bottom: 1px solid #F2C6AC;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIr3h3M6 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.hs3hshazv-upzIr3h3M6 .text-wrapper .jrst-text {
  width: 45%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIr3h3M6 .text-wrapper .jrst-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .hs3hshazv-upzIr3h3M6 .text-wrapper .jrst-text:last-child {
    margin-bottom: 0;
  }
}
.hs3hshazv-upzIr3h3M6 .jrst-section-title {
  color: #F9F6E0;
}
.hs3hshazv-upzIr3h3M6 .jrst-desc {
  color: #F9F6E0;
}
.hs3hshazv-upzIr3h3M6 .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzIr3h3M6 .jrst-section-btn {
  text-align: right;
}
.hs3hshazv-upzIr3h3M6 .jrst-section-title,
.hs3hshazv-upzIr3h3M6 .jrst-section-btn {
  color: #ffffff;
}
.hs3hshazv-upzItiqjKo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ededf3;
}
.hs3hshazv-upzItiqjKo .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzItiqjKo .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzItiqjKo .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzItiqjKo .row {
    margin: 0;
  }
}
.hs3hshazv-upzItiqjKo .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.hs3hshazv-upzItiqjKo .row .card:nth-child(2) {
  border-left: 1px solid #A65233;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.hs3hshazv-upzItiqjKo .row .card:nth-child(3) {
  border-top: 1px solid #A65233;
}
.hs3hshazv-upzItiqjKo .row .card:nth-child(4) {
  border-top: 1px solid #A65233;
  border-left: 1px solid #A65233;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.hs3hshazv-upzItiqjKo .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .subtitle-wrap {
    display: block;
  }
}
.hs3hshazv-upzItiqjKo .subtitle-wrap .jrst-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .subtitle-wrap .jrst-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #777777;
    text-align: left;
  }
}
.hs3hshazv-upzItiqjKo .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .content-wrapper {
    padding: 24px;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
  }
}
.hs3hshazv-upzItiqjKo .content-wrapper .jrst-section-title {
  margin-bottom: 16px;
}
.hs3hshazv-upzItiqjKo .content-wrapper .jrst-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .content-wrapper .jrst-text {
    text-align: left;
  }
}
.hs3hshazv-upzItiqjKo .content-wrapper .jrst-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .content-wrapper .jrst-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.hs3hshazv-upzItiqjKo .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzItiqjKo .content-wrapper .list {
    margin-top: 24px;
  }
}
.hs3hshazv-upzItiqjKo .content-wrapper .list .item {
  margin-bottom: 24px;
}
.hs3hshazv-upzItiqjKo .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.hs3hshazv-upzItiqjKo .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0b548;
  -webkit-background-clip: text;
}
.hs3hshazv-upzItiqjKo .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.hs3hshazv-upzItiqjKo .jrst-section-title {
  color: #F9F6E0;
}
.hs3hshazv-upzItiqjKo .jrst-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.hs3hshazv-upzItiqjKo .jrst-text {
  color: #000000;
}
.hs3hshazv-upzItiqjKo .card-text {
  color: #F9F6E0;
}
.hs3hshazv-upzItiqjKo .jrst-section-title,
.hs3hshazv-upzItiqjKo .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzItiqjKo .card-text,
.hs3hshazv-upzItiqjKo .card-box {
  color: #000000;
}
.hs3hshazv-upzIxciRaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #A65233;
}
.hs3hshazv-upzIxciRaH .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzIxciRaH .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzIxciRaH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .container {
    padding: 0 16px;
  }
}
.hs3hshazv-upzIxciRaH .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .row {
    margin: 0 10px;
  }
}
.hs3hshazv-upzIxciRaH .row .card {
  position: relative;
  padding: 0;
}
.hs3hshazv-upzIxciRaH .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #f9a600;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .hs3hshazv-upzIxciRaH .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .row .card .decor-wrapper {
    display: none;
  }
}
.hs3hshazv-upzIxciRaH .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #f9a600;
  z-index: 1;
}
@media (max-width: 1300px) {
  .hs3hshazv-upzIxciRaH .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .row .card .icon-decor {
    display: none;
  }
}
.hs3hshazv-upzIxciRaH .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .title-wrapper {
    width: 100%;
  }
}
.hs3hshazv-upzIxciRaH .title-wrapper .jrst-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzIxciRaH .title-wrapper .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzIxciRaH .title-wrapper .jrst-text {
  margin-bottom: 0;
}
.hs3hshazv-upzIxciRaH .jrst-section-title {
  color: #fdfcfc;
}
.hs3hshazv-upzIxciRaH .jrst-text {
  color: #fdfcfc;
}
.hs3hshazv-upzIytgD7m {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ededf3;
}
.hs3hshazv-upzIytgD7m .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzIytgD7m .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-upzIytgD7m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.hs3hshazv-upzIytgD7m .row {
  flex-direction: row-reverse;
}
.hs3hshazv-upzIytgD7m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .hs3hshazv-upzIytgD7m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .hs3hshazv-upzIytgD7m .text-wrapper {
    padding: 0 2rem;
  }
}
.hs3hshazv-upzIytgD7m .jrst-section-title {
  color: #000000;
  text-align: left;
}
.hs3hshazv-upzIytgD7m .jrst-text,
.hs3hshazv-upzIytgD7m .jrst-section-btn {
  color: #000000;
  text-align: left;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #777777;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #777777 !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #777777 !important;
  background: #777777;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.hs3hshazv-upzKb907ka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.hs3hshazv-upzKb907ka .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzKb907ka .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzKb907ka .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .hs3hshazv-upzKb907ka .container {
    padding: 0 15px;
  }
}
.hs3hshazv-upzKb907ka .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzKb907ka .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.hs3hshazv-upzKb907ka .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hs3hshazv-upzKb907ka .image-wrapper img {
    height: 400px;
  }
}
.hs3hshazv-upzKb907ka .content-wrapper .jrst-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .hs3hshazv-upzKb907ka .content-wrapper .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-upzKb907ka .content-wrapper .jrst-section-subtitle {
  margin-bottom: 20px;
}
.hs3hshazv-upzKb907ka .content-wrapper .jrst-text {
  margin-bottom: 16px;
}
.hs3hshazv-upzKb907ka .content-wrapper .jrst-section-btn {
  margin-top: 40px;
}
.hs3hshazv-upzKb907ka .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzKb907ka .jrst-section-subtitle {
  color: #ffffff;
}
.hs3hshazv-upzKb907ka .jrst-text {
  color: #000000;
}
.hs3hshazv-upzKb907ka .jrst-section-title,
.hs3hshazv-upzKb907ka .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzKiA9Vi5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #A65233;
}
.hs3hshazv-upzKiA9Vi5 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzKiA9Vi5 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzKiA9Vi5 .jrst-section-title {
  color: #ffffff;
}
.hs3hshazv-upzKiA9Vi5 .jrst-text {
  color: #ffffff;
}
.hs3hshazv-upzKhq8dDO {
  padding-top: 105px;
  padding-bottom: 105px;
}
.hs3hshazv-upzKhq8dDO .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzKhq8dDO .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzKhq8dDO img {
  object-fit: cover;
}
.hs3hshazv-upzKhq8dDO .jrst-section-subtitle {
  color: #000000;
}
.hs3hshazv-upzKhq8dDO .jrst-text,
.hs3hshazv-upzKhq8dDO .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-upzKNmDc5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.hs3hshazv-upzKNmDc5O .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzKNmDc5O .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzKNmDc5O .text-wrap {
  width: 100%;
}
.hs3hshazv-upzKNmDc5O .jrst-title {
  margin-bottom: 0;
  color: #ffffff;
}
.hs3hshazv-upzKNmDc5O .jrst-text {
  padding-top: 10px;
  color: #ffffff;
}
.hs3hshazv-upzKNmDc5O .comment-text {
  margin-top: 40px;
  color: #000000;
}
.hs3hshazv-upzKU7mYy4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hs3hshazv-upzKU7mYy4 .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-upzKU7mYy4 .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-upzKU7mYy4 .jrst-text,
.hs3hshazv-upzKU7mYy4 .jrst-section-btn {
  text-align: left;
  color: #000000;
}
.hs3hshazv-upzKU7mYy4 .jrst-section-title {
  text-align: center;
  color: #000000;
}
.hs3hshazv-shs43yhjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #59291E;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image.disabled {
  display: none;
}
.hs3hshazv-shs43yhjd .jrst-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hs3hshazv-shs43yhjd .row {
  justify-content: space-between;
}
.hs3hshazv-shs43yhjd .jrst-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-title {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .jrst-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .jrst-section-btn {
    margin-bottom: 20px;
  }
}
.hs3hshazv-shs43yhjd .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
  font-size: 16px;
}
.hs3hshazv-shs43yhjd .list li {
  margin-bottom: 25px;
}
.hs3hshazv-shs43yhjd .list li:last-child {
  margin-bottom: 0;
}
.hs3hshazv-shs43yhjd .jrst-desc {
  margin-bottom: 8px;
}
.hs3hshazv-shs43yhjd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.hs3hshazv-shs43yhjd .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a:hover .jrst-iconfont {
  border-color: #47b5ed;
}
.hs3hshazv-shs43yhjd .social-row .soc-item a .jrst-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #777777;
  transition: all .3s ease;
}
.hs3hshazv-shs43yhjd .copyright {
  margin: 50px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.hs3hshazv-shs43yhjd .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #777777;
  opacity: .4;
}
@media (max-width: 992px) {
  .hs3hshazv-shs43yhjd .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.hs3hshazv-shs43yhjd .jrst-desc,
.hs3hshazv-shs43yhjd .jrst-iconfont {
  color: #ffffff;
}
.hs3hshazv-shs43yhjd .jrst-text,
.hs3hshazv-shs43yhjd .jrst-section-btn {
  color: #000000;
}
.hs3hshazv-ewy43jsj {
  background-color: #ededf3;
  border: 18px solid #ededf3;
}
@media (max-width: 768px) {
  .hs3hshazv-ewy43jsj {
    border: 8px solid #ededf3;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  background-color: #BF6C3B !important;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #A65233 !important;
  background: #A65233;
  border-radius: 1em;
}
.hs3hshazv-ewy43jsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .menu_box .navbar.opened,
  .hs3hshazv-ewy43jsj .menu_box .navbar-collapse {
    background-color: #777777 !important;
    transition: all 0s ease 0s;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown {
  position: relative !important;
}
.hs3hshazv-ewy43jsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main {
    margin-top: 1rem;
  }
}
.hs3hshazv-ewy43jsj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .hs3hshazv-ewy43jsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-text,
  .hs3hshazv-ewy43jsj .offcanvas-body .jrst-section-subtitle {
    margin-bottom: 32px;
  }
  .hs3hshazv-ewy43jsj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .hs3hshazv-ewy43jsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .hs3hshazv-ewy43jsj li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .hs3hshazv-ewy43jsj .lg_brand {
    margin: 0 1rem;
  }
}
.hs3hshazv-ewy43jsj .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .nav-item {
    margin: 4px 0 !important;
  }
}
.hs3hshazv-ewy43jsj .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .hs3hshazv-ewy43jsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .hs3hshazv-ewy43jsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .hs3hshazv-ewy43jsj .offcanvas_box {
    display: none;
  }
}
.hs3hshazv-ewy43jsj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.hs3hshazv-ewy43jsj .container {
  display: flex;
  margin: auto;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.hs3hshazv-ewy43jsj .iconfont-wrapper:hover {
  opacity: .5;
}
.hs3hshazv-ewy43jsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar-nav {
    margin: 0;
  }
}
.hs3hshazv-ewy43jsj .dropdown-menu,
.hs3hshazv-ewy43jsj .navbar.opened {
  background-color: false !important;
}
.hs3hshazv-ewy43jsj .nav-item:focus,
.hs3hshazv-ewy43jsj .nav-link:focus {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hs3hshazv-ewy43jsj .dropdown .dropdown-menu .dropdown-item .jrst-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hs3hshazv-ewy43jsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.hs3hshazv-ewy43jsj .navbar.opened {
  transition: all 0.3s;
}
.hs3hshazv-ewy43jsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.hs3hshazv-ewy43jsj .navbar .navbar-logo img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  border-radius: .5em;
}
.hs3hshazv-ewy43jsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar.collapsed {
  justify-content: center;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hs3hshazv-ewy43jsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.hs3hshazv-ewy43jsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .hs3hshazv-ewy43jsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .hs3hshazv-ewy43jsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hs3hshazv-ewy43jsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .hs3hshazv-ewy43jsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .hs3hshazv-ewy43jsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hs3hshazv-ewy43jsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hs3hshazv-ewy43jsj .navbar .icons-menu {
    padding: 0;
  }
}
.hs3hshazv-ewy43jsj .navbar.navbar-short {
  min-height: 60px;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hs3hshazv-ewy43jsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.hs3hshazv-ewy43jsj .navbar-brand .navbar-logo a {
  outline: none;
}
.hs3hshazv-ewy43jsj .dropdown-item.active,
.hs3hshazv-ewy43jsj .dropdown-item:active {
  background-color: transparent;
}
.hs3hshazv-ewy43jsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hs3hshazv-ewy43jsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hs3hshazv-ewy43jsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hs3hshazv-ewy43jsj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.hs3hshazv-ewy43jsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hs3hshazv-ewy43jsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #777777;
  background: #ffffff;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hs3hshazv-ewy43jsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hs3hshazv-ewy43jsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hs3hshazv-ewy43jsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hs3hshazv-ewy43jsj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hs3hshazv-ewy43jsj .navbar {
    height: 70px;
  }
  .hs3hshazv-ewy43jsj .navbar.opened {
    height: auto;
  }
  .hs3hshazv-ewy43jsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hs3hshazv-ewy43jsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.hs3hshazv-ewy43jsj .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main {
  padding-top: 5px;
}
.hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .hs3hshazv-ewy43jsj .jrst-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.hs3hshazv-ewy43jsj .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .hs3hshazv-ewy43jsj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.hs3hshazv-ewy43jsj .text_widget {
  margin-bottom: 32px;
}
.hs3hshazv-ewy43jsj .text_widget a {
  transition: all 0.3s ease-out;
}
.hs3hshazv-ewy43jsj .text_widget a:hover {
  color: #ffffff !important;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-text {
  color: #ffffff;
  text-align: left;
}
.hs3hshazv-ewy43jsj .jrst-section-subtitle,
.hs3hshazv-ewy43jsj .text_widget,
.hs3hshazv-ewy43jsj .jrst-section-btn {
  text-align: left;
}
.hs3hshazv-ewy43jsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.menu nav{
  background-color: #BF6C3B !important;
}
.btn-custom{
  color: #fff;
  background-color: #59291E;
}
.btn-custom:hover{
  background-color: #A65233;
}
.pg_home-sec_1 img{
  border-radius: 1em;
}
.pg_home-sec_2 h2{
  text-align: left;
  color: #fff !important;
}
.pg_home-sec_2 img{
  border-radius: 1em;
}
.pg_home-sec_4{
  background-color: #A65233;
}
.pg_home-sec_4 h1, .pg_home-sec_4 p{
  color: #fff !important;
}
img{
  border-radius: 1em !important;
}
.pg_mission-sec_2 .container{
  background-color: #a6523378;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg_mission-sec_3 .col-img{
  position: relative;
}
.pg_mission-sec_3 .mission-img{
  position: absolute;
    max-width: 300px;
    max-height: 300px;
    top: 17em;
    left: 0em;
}
.pg_mission-sec_5 p{
  padding: 2em;
  border-radius: 1em;
  background-color: #A65233;
}
.pg_partnership-sec_1 h1 ,.pg_partnership-sec_1 p{
  color: #A65233 !important;
}
.pg_partnership-sec_1 .row div:nth-child(2){
  background-color: #BF6C3B;
  border-radius: 1em;
  margin-right: 16px;
  margin-left: 16px;
  max-width: 628px;
}
.pg_partnership-sec_1 .row div:nth-child(3){
  background-color: #BF6C3B;
  border-radius: 1em;
  margin-top: 2em;
  margin-right: 16px;
    margin-left: 16px;
    max-width: 628px;
}
.pg_partnership-sec_1 .row div:nth-child(4){
  margin-top: 2em;
}
.pg_partnership-sec_5 .card-wrapper{
  border-radius: 1em !important;
}
.pg_calculation-sec_1 .row div:nth-child(2){
  position: relative;
}
.pg_calculation-sec_1 img:nth-child(2){
  position: absolute;
  bottom: -4em;
  right: 8em;
}
.pg_calculation-sec_2 .row{
  position: relative;
}
.pg_calculation-sec_2 .row div:nth-child(1){
  padding: 3em;
  border-radius: 1em;
  background-color: #BF6C3B;
  position: relative;
  z-index: 9;
}
.pg_calculation-sec_2 .row div:nth-child(2){
  border-radius: 1em;
    background-color: #F2C6AC;
    position: absolute;
    max-width: 500px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    right: 1em;
    top: 4.3em;
}
.pg_payments-sec_1 .title-wrapper{
  border-radius: 1em !important;
  background-color: #A65233;
}
.pg_payments-sec_3 img:nth-child(1){
  border-radius: 1em 1em 0 0 !important;
}
.pg_payments-sec_3 img:nth-child(1){
  border-radius: 0 0 1em 1em !important;
}
.pg_payments-sec_5 img:nth-child(2){
  margin-top: 2em;
}
.pg_consultation-sec_1 .row div:nth-child(2){
  padding: 3em;
  border-radius: 1em;
  background-color: #BF6C3B;
}
.pg_consultation-sec_3 .row div:nth-child(1){
  padding: 1em 1em;
  background-color: #BF6C3B;
  border-radius: 1em;
  position: relative;
  z-index: 9;
}
.pg_consultation-sec_3 .row div:nth-child(2){
  position: relative;
  padding: 0 !important;
  margin-top: 3em;
}
.pg_consultation-sec_4{
  background-color: #A65233;
}
.pg_consultation-sec_5 h1{
  text-align: left !important;
}
.pg_consultation-sec_5 .inner{
  display: flex;
  flex-wrap: wrap;
}
.pg_consultation-sec_5 img{
  max-width: 300px;
}
.pg_consultation-sec_5 .color-inner{
  width: 300px;
  height: 300px;
  background-color: #A65233;
  border-radius: 1em;
}
.pg_policy-sec_1 .card-wrapper{
  border-radius: 1em !important;
  background-color: #A65233;
}
.pg_privacy-sec_1 .card-wrapper{
  border-radius: 1em !important;
  background-color: #A65233;
}
.pg_terms-sec_1 .card-wrapper{
  border-radius: 1em !important;
  background-color: #A65233;
}
.pg_service-sec_1 .card-wrapper{
  border-radius: 1em !important;
  background-color: #A65233;
}

.footer1.hs3hshazv-shs43yhjd {
    padding-top: 4rem;
    padding-bottom: 2rem;
}