.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.button-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inclusive Sans;
}
.display-1 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
}
.display-1 > .button-iconfont {
  font-size: 5.9375rem;
}
.display-2 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 4.125rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .button-iconfont {
  font-size: 5.15625rem;
}
.display-4 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-4 > .button-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.display-5 > .button-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.display-7 > .button-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.325rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.3rem;
    font-size: calc( 2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.09375rem + (4.125 - 2.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #2f4e3c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e69000 !important;
}
.bg-danger {
  background-color: #e6c300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b97400 !important;
  border-color: #b97400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ec9400 !important;
  border-color: #ec9400 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ec9400 !important;
  border-color: #ec9400 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #2f4e3c !important;
  border-color: #2f4e3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #426e54 !important;
  border-color: #426e54 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #426e54 !important;
  border-color: #426e54 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e69000 !important;
  border-color: #e69000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa91a !important;
  border-color: #ffa91a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffdc1a !important;
  border-color: #ffdc1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #b97400;
  color: #b97400;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #623e00 !important;
  background-color: transparent !important;
  border-color: #623e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b97400 !important;
  border-color: #b97400 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2f4e3c;
  color: #2f4e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e1812 !important;
  background-color: transparent !important;
  border-color: #0e1812 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2f4e3c !important;
  border-color: #2f4e3c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e69000;
  color: #e69000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f5a00 !important;
  background-color: transparent !important;
  border-color: #8f5a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e69000 !important;
  border-color: #e69000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6c300;
  color: #e6c300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f7900 !important;
  background-color: transparent !important;
  border-color: #8f7900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c300 !important;
  border-color: #e6c300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #b97400 !important;
}
.text-success {
  color: #2f4e3c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e69000 !important;
}
.text-danger {
  color: #e6c300 !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: #533400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #090e0b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #805000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #806d00 !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: #ffffff;
}
.alert-warning {
  background-color: #e69000;
}
.alert-danger {
  background-color: #e6c300;
}
.button-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.button-gallery-filter li a {
  border-radius: 100px !important;
}
.button-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.button-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.button-plan-header.bg-primary .button-plan-subtitle,
.button-plan-header.bg-primary .button-plan-price-desc {
  color: #ffffff;
}
.button-plan-header.bg-success .button-plan-subtitle,
.button-plan-header.bg-success .button-plan-price-desc {
  color: #9ec5ae;
}
.button-plan-header.bg-info .button-plan-subtitle,
.button-plan-header.bg-info .button-plan-price-desc {
  color: #ffffff;
}
.button-plan-header.bg-warning .button-plan-subtitle,
.button-plan-header.bg-warning .button-plan-price-desc {
  color: #ffe3b3;
}
.button-plan-header.bg-danger .button-plan-subtitle,
.button-plan-header.bg-danger .button-plan-price-desc {
  color: #fff3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .button-iconfont {
  font-size: 1.5625rem;
}
.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: 'Inclusive Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .button-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.button-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.button-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.button-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.button-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #ffffff !important;
  background: #b97400 !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;
}
.button-section-btn .btn,
.button-section-btn-main .btn {
  box-shadow: none;
  padding: 12px 25px;
  border-radius: 30px !important;
}
.button-section-btn .btn .button-iconfont,
.button-section-btn-main .btn .button-iconfont {
  margin-left: 24px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.button-section-btn .btn:hover,
.button-section-btn-main .btn:hover,
.button-section-btn .btn:focus,
.button-section-btn-main .btn:focus {
  box-shadow: none;
}
.button-section-btn .btn:hover .button-iconfont,
.button-section-btn-main .btn:hover .button-iconfont,
.button-section-btn .btn:focus .button-iconfont,
.button-section-btn-main .btn:focus .button-iconfont {
  transform: rotate(0);
}
.button-section-btn .btn-primary:hover,
.button-section-btn-main .btn-primary:hover,
.button-section-btn .btn-primary:focus,
.button-section-btn-main .btn-primary:focus {
  color: #b97400 !important;
  background-color: #ffffff !important;
}
.button-section-btn .btn-primary:hover .button-iconfont,
.button-section-btn-main .btn-primary:hover .button-iconfont,
.button-section-btn .btn-primary:focus .button-iconfont,
.button-section-btn-main .btn-primary:focus .button-iconfont {
  color: #ffffff !important;
}
img {
  border-radius: 10px !important;
}
.card {
  border-radius: 20px !important;
  overflow: hidden;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTM94xiMm {
  background-image: url("../../../assets/images/solid.jpg-1376x768.jpg");
}
.D2JTo-uMTM94xiMm H1 {
  color: #e6c300;
}
.D2JTo-uMTM94xiMm h1 {
  background: linear-gradient(to left, #b97400, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.D2JTo-uMTM94xiMm .button-text,
.D2JTo-uMTM94xiMm .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTM94xiMm .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTM94xiMm .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTMpGYJ07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTMpGYJ07 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.D2JTo-uMTMpGYJ07 .button-section-title {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTMpGYJ07 .button-text {
  margin-bottom: 50px;
}
.D2JTo-uMTMpGYJ07 .card_wrap {
  margin-bottom: 20px;
}
.D2JTo-uMTMpGYJ07 .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(230, 144, 0, 0.07);
}
.D2JTo-uMTMpGYJ07 .item:nth-child(1) .button-iconfont {
  color: #e69000;
}
.D2JTo-uMTMpGYJ07 .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(255, 255, 255, 0.07);
}
.D2JTo-uMTMpGYJ07 .item:nth-child(2) .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMTMpGYJ07 .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.D2JTo-uMTMpGYJ07 .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.D2JTo-uMTMpGYJ07 .item .icon_block .button-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.D2JTo-uMTMpGYJ07 .card_title {
  margin-bottom: 18px;
  color: #009472;
}
.D2JTo-uMTMpGYJ07 .card_text {
  margin-bottom: 0;
  color: #3eb298;
}
.D2JTo-uMTMpGYJ07 .button-section-btn {
  margin-top: 30px;
}
.D2JTo-uMTMpGYJ07 .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.D2JTo-uMTMpGYJ07 .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #2f4e3c;
  border-radius: 50%;
}
.D2JTo-uMTMpGYJ07 .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.D2JTo-uMTMpGYJ07 .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #e69000;
}
.D2JTo-uMTMpGYJ07 .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e6c300;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .D2JTo-uMTMpGYJ07 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTMpGYJ07 .text-wrapper {
    text-align: center;
  }
  .D2JTo-uMTMpGYJ07 .card_wrap {
    margin-bottom: 20px;
  }
  .D2JTo-uMTMpGYJ07 .icon_block {
    margin-bottom: 20px;
  }
  .D2JTo-uMTMpGYJ07 .card_title {
    margin-bottom: 10px;
  }
  .D2JTo-uMTMpGYJ07 .image-wrapper {
    margin-bottom: 40px;
  }
  .D2JTo-uMTMpGYJ07 .button-text {
    margin-bottom: 25px;
  }
}
.D2JTo-uMTMpGYJ07 .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTMpGYJ07 .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTMpGYJ07 .button-text,
.D2JTo-uMTMpGYJ07 .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTMuqJ382 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTMuqJ382 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #365944;
  height: 100%;
}
@media (max-width: 767px) {
  .D2JTo-uMTMuqJ382 .wrap {
    padding: 30px 15px;
  }
}
.D2JTo-uMTMuqJ382 .wrap:hover .item-title a {
  color: #b97400 !important;
}
.D2JTo-uMTMuqJ382 .icon_block,
.D2JTo-uMTMuqJ382 .item-title {
  margin-bottom: 12px;
}
.D2JTo-uMTMuqJ382 .icon_block .button-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.D2JTo-uMTMuqJ382 .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.D2JTo-uMTMuqJ382 .item:before {
  content: "\e95e";
  font-family: 'font2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.D2JTo-uMTMuqJ382 .button-section-btn {
  margin-top: 25px;
}
.D2JTo-uMTMuqJ382 .button-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.D2JTo-uMTMuqJ382 .item-title,
.D2JTo-uMTMuqJ382 .icon_block {
  color: #ffffff;
}
.D2JTo-uMTMQSIzTq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #365944;
}
.D2JTo-uMTMQSIzTq img {
  width: 90%;
}
@media (max-width: 992px) {
  .D2JTo-uMTMQSIzTq img {
    width: 100%;
  }
  .D2JTo-uMTMQSIzTq .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.D2JTo-uMTMQSIzTq ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.D2JTo-uMTMQSIzTq ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.D2JTo-uMTMQSIzTq ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6c300;
}
.D2JTo-uMTMQSIzTq .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTMQSIzTq .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTMQSIzTq .text1 {
  color: #ffffff;
}
.D2JTo-uMTMQSIzTq H1 {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTMQSIzTq H3 {
  color: #ffffff;
}
.D2JTo-uMTMQSIzTq .counter-container {
  color: #ffffff;
}
.D2JTo-uMTMQSIzTq .text2 {
  color: #ffffff;
}
.D2JTo-uMTNmvatva {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.D2JTo-uMTNmvatva .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTNmvatva .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTNmvatva .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .D2JTo-uMTNmvatva .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .D2JTo-uMTNmvatva .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTNmvatva .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .D2JTo-uMTNmvatva .container {
    padding: 0 12px;
  }
}
.D2JTo-uMTNmvatva .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .D2JTo-uMTNmvatva .content-wrapper {
    padding: 0 24px;
  }
}
.D2JTo-uMTNmvatva .content-wrapper .button-section-title {
  margin-bottom: 22px;
}
.D2JTo-uMTNmvatva .content-wrapper .button-text {
  margin-bottom: 22px;
}
.D2JTo-uMTNmvatva .button-section-title {
  color: #1D1D1F;
}
.D2JTo-uMTNmvatva .button-text {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTNmvatva .button-section-title,
.D2JTo-uMTNmvatva .button-section-btn {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMTOjKT97T {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #365944;
}
.D2JTo-uMTOjKT97T .card-box {
  padding: 2rem;
  width: auto;
}
.D2JTo-uMTOjKT97T .img-wrapper {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.D2JTo-uMTOjKT97T .button-iconfont {
  display: block;
  font-size: 10rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}
.D2JTo-uMTOjKT97T .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.D2JTo-uMTOjKT97T .card-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .D2JTo-uMTOjKT97T .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .D2JTo-uMTOjKT97T .card-wrapper {
    flex-direction: column;
  }
  .D2JTo-uMTOjKT97T .card-box {
    padding: 1rem;
  }
  .D2JTo-uMTOjKT97T .card-box,
  .D2JTo-uMTOjKT97T .img-wrapper {
    width: 100%;
  }
  .D2JTo-uMTOjKT97T .img-wrapper {
    padding: 2rem 1rem;
  }
  .D2JTo-uMTOjKT97T .button-flex {
    flex-direction: column;
  }
}
.D2JTo-uMTOjKT97T .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTOjKT97T .button-text,
.D2JTo-uMTOjKT97T .link-wrap {
  color: #555555;
}
.D2JTo-uMTOjKT97T .button-text,
.D2JTo-uMTOjKT97T .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTOjKT97T .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTOjKT97T .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTOjKT97T .card-title,
.D2JTo-uMTOjKT97T .card-box {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTOtWNvwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTOtWNvwA .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTOtWNvwA .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTOtWNvwA .container {
    padding: 0 20px;
  }
}
.D2JTo-uMTOtWNvwA .row {
  margin: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTOtWNvwA .title-wrapper {
    margin-bottom: 50px;
  }
}
.D2JTo-uMTOtWNvwA .title-wrapper .button-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .D2JTo-uMTOtWNvwA .title-wrapper .button-section-title {
    margin-bottom: 32px;
  }
}
.D2JTo-uMTOtWNvwA .title-wrapper .button-text {
  margin-bottom: 32px;
}
.D2JTo-uMTOtWNvwA .image-wrapper {
  position: relative;
}
.D2JTo-uMTOtWNvwA .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #8a7705 50%, #1c1c1c 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.D2JTo-uMTOtWNvwA .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .D2JTo-uMTOtWNvwA .image-wrapper img {
    height: 350px;
  }
}
.D2JTo-uMTOtWNvwA .button-section-title {
  color: #ffffff;
}
.D2JTo-uMTOtWNvwA .button-text {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTOtWNvwA .button-number {
  color: #f5fd7b;
}
.D2JTo-uMTOtWNvwA .button-desc {
  color: #ffffff;
}
.D2JTo-uMTOtWNvwA .button-link {
  color: #ffffff;
}
.D2JTo-uMTOtWNvwA .button-section-title,
.D2JTo-uMTOtWNvwA .button-section-btn {
  text-align: center;
}
.D2JTo-uMTOP6PBPX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTOP6PBPX .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTOP6PBPX .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTOP6PBPX .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .D2JTo-uMTOP6PBPX .container-fluid {
    padding: 0 12px;
  }
}
.D2JTo-uMTOP6PBPX .container-fluid .row {
  padding: 0;
}
.D2JTo-uMTOP6PBPX .row {
  border: 3px solid #1c1c1c;
  margin-top: -3px;
  border-radius: 5px;
}
.D2JTo-uMTOP6PBPX .card {
  padding: 64px 28px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .D2JTo-uMTOP6PBPX .card {
    border-left: 1px solid #1c1c1c;
    border-left: none;
    border-right: 2px solid #1c1c1c;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTOP6PBPX .card {
    padding: 48px 20px;
  }
}
.D2JTo-uMTOP6PBPX .card:first-child {
  position: relative;
}
.D2JTo-uMTOP6PBPX .card:first-child::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -3rem;
  border-radius: 100%;
  width: 85px;
  height: 300px;
  background-color: transparent;
  border: 5px solid #e6c300;
}
@media (max-width: 992px) {
  .D2JTo-uMTOP6PBPX .card:first-child::before {
    display: none;
  }
}
.D2JTo-uMTOP6PBPX .card:first-child::after {
  content: '';
  position: absolute;
  bottom: -7rem;
  right: 3rem;
  border-radius: 100%;
  width: 300px;
  height: 180px;
  background-color: transparent;
  border: 5px solid #e6c300;
}
@media (max-width: 992px) {
  .D2JTo-uMTOP6PBPX .card:first-child::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .D2JTo-uMTOP6PBPX .card:last-child {
    border-left: none;
    border-right: 2px solid #1c1c1c;
    border-right: none;
    border-left: 1px solid #1c1c1c;
  }
}
.D2JTo-uMTOP6PBPX .card .title-wrapper .button-section-title {
  margin-bottom: 0;
}
.D2JTo-uMTOP6PBPX .card .text-wrapper .button-text {
  margin-bottom: 0;
}
.D2JTo-uMTOP6PBPX .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTOP6PBPX .button-text {
  color: #ffffff;
}
.D2JTo-uMTUPeE1pR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #262626;
}
.D2JTo-uMTUPeE1pR .row {
  flex-direction: row-reverse;
}
.D2JTo-uMTUPeE1pR .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTUPeE1pR .button-text,
.D2JTo-uMTUPeE1pR .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTUPeE1pR .button-section-subtitle {
  color: #8364e2;
}
.D2JTo-uMTUPeE1pR img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTUPeE1pR .image-wrapper {
    padding-right: 4rem;
  }
}
.D2JTo-uMTUPeE1pR .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTUPeE1pR .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTOUEzdyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTOUEzdyf .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTOUEzdyf .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTOUEzdyf .container,
.D2JTo-uMTOUEzdyf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .D2JTo-uMTOUEzdyf .container,
  .D2JTo-uMTOUEzdyf .container-fluid {
    padding: 0 20px;
  }
}
.D2JTo-uMTOUEzdyf .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #ffe02c;
  border-bottom: 1px solid #ffe02c;
}
@media (max-width: 992px) {
  .D2JTo-uMTOUEzdyf .title-wrapper {
    padding: 25px 0;
  }
}
.D2JTo-uMTOUEzdyf .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #365944;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .D2JTo-uMTOUEzdyf .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.D2JTo-uMTOUEzdyf .title-wrapper .title-wrap .button-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .D2JTo-uMTOUEzdyf .title-wrapper .title-wrap .button-section-title {
    margin-bottom: 20px;
  }
}
.D2JTo-uMTOUEzdyf .title-wrapper .title-wrap .button-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .D2JTo-uMTOUEzdyf .title-wrapper .title-wrap .button-text {
    margin-bottom: 20px;
  }
}
.D2JTo-uMTOUEzdyf .button-section-title {
  color: #3d4045;
}
.D2JTo-uMTOUEzdyf .button-text {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTOUEzdyf .button-section-btn {
  text-align: right;
}
.D2JTo-uMTOUEzdyf .button-section-title,
.D2JTo-uMTOUEzdyf .button-section-btn {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTP0DxTM9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTP0DxTM9 .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTP0DxTM9 .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTP0DxTM9 .icon-wrapper .button-iconfont {
  font-size: 38px;
}
@media (max-width: 992px) {
  .D2JTo-uMTP0DxTM9 .icon-wrapper .button-iconfont {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTP0DxTM9 .text-wrapper {
    margin-bottom: 32px;
  }
}
.D2JTo-uMTP0DxTM9 .text-wrapper .button-section-title {
  margin-bottom: 32px;
}
.D2JTo-uMTP0DxTM9 .text-wrapper .button-text {
  margin-bottom: 0;
}
.D2JTo-uMTP0DxTM9 .image-wrapper img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  box-shadow: 6px 6px 20px #2f4e3c;
  border-radius: 10px;
}
.D2JTo-uMTP0DxTM9 .button-section-title,
.D2JTo-uMTP0DxTM9 .button-iconfont {
  color: #101511;
}
.D2JTo-uMTP0DxTM9 .button-text {
  color: #ffffff;
}
.D2JTo-uMTP0DxTM9 .button-section-title,
.D2JTo-uMTP0DxTM9 .button-iconfont,
.D2JTo-uMTP0DxTM9 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMTP4vOzLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262626;
}
.D2JTo-uMTP4vOzLQ .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTP4vOzLQ .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTP4vOzLQ .button-section-subtitle {
  color: #ffffff;
}
.D2JTo-uMTP4vOzLQ .button-section-title {
  color: #ffffff;
}
.D2JTo-uMTP9qQUuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1c1c1c;
}
.D2JTo-uMTP9qQUuE .container {
  max-width: 1600px;
}
.D2JTo-uMTP9qQUuE .row {
  justify-content: center;
}
.D2JTo-uMTP9qQUuE .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .text-container {
    margin-bottom: 50px;
  }
}
.D2JTo-uMTP9qQUuE .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTP9qQUuE .button-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .button-section-subtitle {
    margin-top: 1rem;
  }
}
.D2JTo-uMTP9qQUuE .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .D2JTo-uMTP9qQUuE .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.D2JTo-uMTP9qQUuE .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #365944;
  transition: .18s all;
}
.D2JTo-uMTP9qQUuE .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .card-wrapper {
    padding: 16px;
  }
}
.D2JTo-uMTP9qQUuE .card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.D2JTo-uMTP9qQUuE .card-price {
  width: 100%;
  margin-bottom: 0;
  opacity: 0.6;
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTP9qQUuE .card-title {
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  color: #212132;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .card-title {
    margin-top: 8px;
  }
}
.D2JTo-uMTP9qQUuE .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .card-text {
    margin-top: 8px;
  }
}
.D2JTo-uMTP9qQUuE .button-section-btn {
  margin-top: 24px;
}
.D2JTo-uMTP9qQUuE .button-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.D2JTo-uMTP9qQUuE .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .D2JTo-uMTP9qQUuE .card-img {
    height: 500px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .D2JTo-uMTP9qQUuE .card-img {
    height: auto;
  }
}
.D2JTo-uMTP9qQUuE .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.D2JTo-uMTP9qQUuE .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #b99e00 2.76%, #2f4e3c 29.66%, #2f4e3c 61%, #b99e00 99.93%);
}
.D2JTo-uMTP9qQUuE .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.D2JTo-uMTP9qQUuE .custom-section-btn::after {
  background-image: linear-gradient(90deg, #b99e00 2.76%, #2f4e3c 29.66%, #2f4e3c 61%, #b99e00 99.93%);
}
.D2JTo-uMTP9qQUuE .card-title,
.D2JTo-uMTP9qQUuE .button-section-btn {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTPKPCfk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262626;
}
.D2JTo-uMTPKPCfk5 .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTPKPCfk5 .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTPKPCfk5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .D2JTo-uMTPKPCfk5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTPKPCfk5 .container {
    padding: 0 24px;
  }
}
.D2JTo-uMTPKPCfk5 .row {
  justify-content: center;
}
.D2JTo-uMTPKPCfk5 .content-wrapper {
  border-radius: 40px;
  background-color: #2f4e3c;
  padding: 64px;
}
@media (max-width: 992px) {
  .D2JTo-uMTPKPCfk5 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .D2JTo-uMTPKPCfk5 .content-wrapper {
    padding: 32px;
  }
}
.D2JTo-uMTPKPCfk5 .content-wrapper .button-section-title {
  margin-bottom: 0;
}
.D2JTo-uMTPKPCfk5 .content-wrapper .button-text {
  margin: 16px 0 0;
}
.D2JTo-uMTPKPCfk5 .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTPKPCfk5 .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTQQ4A8Hs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTQQ4A8Hs .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .D2JTo-uMTQQ4A8Hs .row {
    padding: 0 12px;
  }
}
.D2JTo-uMTQQ4A8Hs .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTQQ4A8Hs .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTQQ4A8Hs .image-wrapper {
  position: relative;
}
.D2JTo-uMTQQ4A8Hs .image-wrapper::before {
  content: '';
  display: block;
  background-color: #2f4e3c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .D2JTo-uMTQQ4A8Hs .image-wrapper::before {
    display: none;
  }
}
.D2JTo-uMTQQ4A8Hs .image-wrapper::after {
  content: '';
  display: block;
  background-color: #e6c300;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTQQ4A8Hs .image-wrapper::after {
    display: none;
  }
}
.D2JTo-uMTQQ4A8Hs .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.D2JTo-uMTQQ4A8Hs .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .D2JTo-uMTQQ4A8Hs .text-wrapper {
    padding: 60px 0 0;
  }
}
.D2JTo-uMTQQ4A8Hs .text-wrapper .button-section-title {
  margin-bottom: 15px;
}
.D2JTo-uMTQQ4A8Hs .text-wrapper .button-text {
  margin-bottom: 0;
}
.D2JTo-uMTQQ4A8Hs .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTQQ4A8Hs .button-text {
  color: #ffffff;
}
.D2JTo-uMTR03M34k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #262626;
}
@media (max-width: 991px) {
  .D2JTo-uMTR03M34k .col-title {
    margin-bottom: 20px;
  }
}
.D2JTo-uMTR03M34k .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTR03M34k .button-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.D2JTo-uMTR03M34k .button-text {
  color: #ffffff;
}
.D2JTo-uMTR7L57At {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTR7L57At .button-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .D2JTo-uMTR7L57At .button-list {
    display: block;
    width: auto;
  }
}
.D2JTo-uMTR7L57At .button-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.D2JTo-uMTR7L57At .button-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.D2JTo-uMTR7L57At .button-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c300;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.D2JTo-uMTR7L57At .button-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #e6c300;
  text-align: center;
}
.D2JTo-uMTR7L57At .button-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.D2JTo-uMTR7L57At .button-text {
  margin-bottom: 32px;
  color: #ffffff;
}
.D2JTo-uMTR7L57At .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .D2JTo-uMTR7L57At .image-wrapper {
    margin-top: 23px;
  }
}
.D2JTo-uMTR7L57At .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.D2JTo-uMTR7L57At .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .D2JTo-uMTR7L57At .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.D2JTo-uMTR7L57At .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.D2JTo-uMTR7L57At .button-section-title,
.D2JTo-uMTR7L57At .list-wrapper {
  text-align: left;
  color: #ffffff;
}
.D2JTo-uMTRkqHWLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTRkqHWLB .wrapper {
  background: #365944;
}
.D2JTo-uMTRkqHWLB .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTRkqHWLB .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTRkqHWLB .button-section-title {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMTRkqHWLB .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTRwlVarh {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/hard-hill.jpg-1376x768.jpg");
}
.D2JTo-uMTRwlVarh .media-container-column .btn-bgr {
  z-index: 0;
}
.D2JTo-uMTRwlVarh .button-overlay {
  background: linear-gradient(#000000 -10%, #182719 75%);
}
.D2JTo-uMTRwlVarh .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTRwlVarh .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTRFmj0sB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTRFmj0sB .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTRFmj0sB .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTRFmj0sB .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #e6c300;
  background-color: #1c1c1c;
}
@media (max-width: 992px) {
  .D2JTo-uMTRFmj0sB .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.D2JTo-uMTRFmj0sB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2f4e3c, #1c1c1c 50%);
  opacity: .5;
}
.D2JTo-uMTRFmj0sB .content-wrapper .button-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .D2JTo-uMTRFmj0sB .content-wrapper .button-section-title {
    margin-bottom: 32px;
  }
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #e6c300;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #e6c300;
  border-radius: 100%;
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .button-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTRFmj0sB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.D2JTo-uMTRFmj0sB .button-section-title {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTRFmj0sB .panel-title-edit {
  color: #ffffff;
}
.D2JTo-uMTRFmj0sB .panel-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTRSEtqzj {
  background-color: #1c1c1c;
}
.D2JTo-uMTRSEtqzj .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMTRSEtqzj .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMTRSEtqzj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .D2JTo-uMTRSEtqzj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .D2JTo-uMTRSEtqzj .container {
    padding: 0 24px;
  }
}
.D2JTo-uMTRSEtqzj .row {
  justify-content: center;
}
.D2JTo-uMTRSEtqzj .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #e6c300;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper {
    padding: 64px 24px;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .desc-wrapper .button-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #262626;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .button-section-title {
  margin-bottom: 16px;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .text-wrapper .button-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .text-wrapper .button-text {
    width: 100%;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .button-soc,
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .button-soc {
  opacity: .5;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .button-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .button-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #e6e6e6;
  border: 1px solid #e6c300;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .button-section-title {
  margin-bottom: 24px !important;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .button-text {
  margin-bottom: 24px !important;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #e6c300 !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e6c300;
  border-color: #e6c300;
  border-radius: 0;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .button-section-btn {
  width: 100%;
}
.D2JTo-uMTRSEtqzj .content-wrapper .content-wrap .form-wrapper .dragArea.row .button-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.D2JTo-uMTRSEtqzj .button-section-title {
  color: #ffffff;
}
.D2JTo-uMTRSEtqzj .button-desc {
  color: #18212d;
}
.D2JTo-uMTRSEtqzj .button-text {
  color: #18212d;
}
.D2JTo-uMTRSEtqzj .button-soc {
  color: #18212d;
}
.D2JTo-uMTRSEtqzj label {
  color: #18212d;
}
.D2JTo-uMTRSEtqzj .button-text,
.D2JTo-uMTRSEtqzj .text-wrapper {
  color: #ffffff;
}
.D2JTo-uMTRSEtqzj .button-desc,
.D2JTo-uMTRSEtqzj .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTL7YDchC {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTL7YDchC {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTL7YDchC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .menu_box .navbar.opened,
  .D2JTo-uMTL7YDchC .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTL7YDchC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTL7YDchC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTL7YDchC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .button-text,
  .D2JTo-uMTL7YDchC .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTL7YDchC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTL7YDchC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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);
  }
  .D2JTo-uMTL7YDchC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTL7YDchC 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;
  }
  .D2JTo-uMTL7YDchC .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTL7YDchC .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTL7YDchC .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTL7YDchC .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;
  }
  .D2JTo-uMTL7YDchC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTL7YDchC .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTL7YDchC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTL7YDchC .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTL7YDchC .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;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTL7YDchC .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTL7YDchC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTL7YDchC .dropdown-menu,
.D2JTo-uMTL7YDchC .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTL7YDchC .nav-item:focus,
.D2JTo-uMTL7YDchC .nav-link:focus {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTL7YDchC .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTL7YDchC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTL7YDchC .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTL7YDchC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTL7YDchC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTL7YDchC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTL7YDchC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTL7YDchC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTL7YDchC .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTL7YDchC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTL7YDchC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTL7YDchC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTL7YDchC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTL7YDchC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTL7YDchC .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTL7YDchC .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTL7YDchC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTL7YDchC .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTL7YDchC .dropdown-item.active,
.D2JTo-uMTL7YDchC .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTL7YDchC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTL7YDchC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTL7YDchC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTL7YDchC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTL7YDchC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTL7YDchC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTL7YDchC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTL7YDchC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTL7YDchC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTL7YDchC .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) {
  .D2JTo-uMTL7YDchC .navbar {
    height: 70px;
  }
  .D2JTo-uMTL7YDchC .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTL7YDchC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTL7YDchC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTL7YDchC .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTL7YDchC .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTL7YDchC .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTL7YDchC .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTL7YDchC .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTL7YDchC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTL7YDchC .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTL7YDchC .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTL7YDchC .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTL7YDchC .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTL7YDchC .button-section-subtitle,
.D2JTo-uMTL7YDchC .text_widget,
.D2JTo-uMTL7YDchC .button-section-btn {
  text-align: left;
}
.D2JTo-uMTL7YDchC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTSo9n4xA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTSo9n4xA .button-text {
  color: #ffffff;
}
.D2JTo-uMTSo9n4xA .button-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTSo9n4xA .button-section-title {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTSvVNpUt {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTSvVNpUt {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTSvVNpUt .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTSvVNpUt .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTSvVNpUt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTSvVNpUt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .menu_box .navbar.opened,
  .D2JTo-uMTSvVNpUt .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTSvVNpUt .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTSvVNpUt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTSvVNpUt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTSvVNpUt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTSvVNpUt .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTSvVNpUt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTSvVNpUt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTSvVNpUt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTSvVNpUt .offcanvas-body .button-text,
  .D2JTo-uMTSvVNpUt .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTSvVNpUt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTSvVNpUt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTSvVNpUt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSvVNpUt .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);
  }
  .D2JTo-uMTSvVNpUt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTSvVNpUt 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;
  }
  .D2JTo-uMTSvVNpUt .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTSvVNpUt .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTSvVNpUt .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTSvVNpUt .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTSvVNpUt .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSvVNpUt .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSvVNpUt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTSvVNpUt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTSvVNpUt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSvVNpUt .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;
  }
  .D2JTo-uMTSvVNpUt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTSvVNpUt .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTSvVNpUt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTSvVNpUt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTSvVNpUt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTSvVNpUt .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTSvVNpUt .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;
}
.D2JTo-uMTSvVNpUt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTSvVNpUt .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTSvVNpUt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTSvVNpUt .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTSvVNpUt .dropdown-menu,
.D2JTo-uMTSvVNpUt .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTSvVNpUt .nav-item:focus,
.D2JTo-uMTSvVNpUt .nav-link:focus {
  outline: none;
}
.D2JTo-uMTSvVNpUt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSvVNpUt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTSvVNpUt .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTSvVNpUt .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSvVNpUt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTSvVNpUt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTSvVNpUt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTSvVNpUt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTSvVNpUt .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTSvVNpUt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTSvVNpUt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTSvVNpUt .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTSvVNpUt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTSvVNpUt .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTSvVNpUt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTSvVNpUt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTSvVNpUt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTSvVNpUt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTSvVNpUt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTSvVNpUt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTSvVNpUt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTSvVNpUt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTSvVNpUt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTSvVNpUt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTSvVNpUt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTSvVNpUt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTSvVNpUt .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTSvVNpUt .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTSvVNpUt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTSvVNpUt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTSvVNpUt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTSvVNpUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTSvVNpUt .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTSvVNpUt .dropdown-item.active,
.D2JTo-uMTSvVNpUt .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTSvVNpUt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTSvVNpUt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTSvVNpUt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTSvVNpUt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTSvVNpUt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTSvVNpUt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSvVNpUt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTSvVNpUt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSvVNpUt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSvVNpUt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSvVNpUt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSvVNpUt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTSvVNpUt .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) {
  .D2JTo-uMTSvVNpUt .navbar {
    height: 70px;
  }
  .D2JTo-uMTSvVNpUt .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTSvVNpUt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTSvVNpUt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTSvVNpUt .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTSvVNpUt .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTSvVNpUt .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTSvVNpUt .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTSvVNpUt .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTSvVNpUt .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTSvVNpUt .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTSvVNpUt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTSvVNpUt .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTSvVNpUt .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSvVNpUt .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSvVNpUt .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTSvVNpUt .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTSvVNpUt .button-section-subtitle,
.D2JTo-uMTSvVNpUt .text_widget,
.D2JTo-uMTSvVNpUt .button-section-btn {
  text-align: left;
}
.D2JTo-uMTSvVNpUt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTSvXtvJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTSvXtvJO .button-text {
  color: #ffffff;
}
.D2JTo-uMTSvXtvJO .button-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTSvXtvJO .button-section-title {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTSxWQ7p3 {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTSxWQ7p3 {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTSxWQ7p3 .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .menu_box .navbar.opened,
  .D2JTo-uMTSxWQ7p3 .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTSxWQ7p3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTSxWQ7p3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTSxWQ7p3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas-body .button-text,
  .D2JTo-uMTSxWQ7p3 .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTSxWQ7p3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTSxWQ7p3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSxWQ7p3 .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);
  }
  .D2JTo-uMTSxWQ7p3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTSxWQ7p3 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;
  }
  .D2JTo-uMTSxWQ7p3 .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTSxWQ7p3 .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTSxWQ7p3 .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTSxWQ7p3 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTSxWQ7p3 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSxWQ7p3 .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSxWQ7p3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTSxWQ7p3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSxWQ7p3 .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;
  }
  .D2JTo-uMTSxWQ7p3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTSxWQ7p3 .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTSxWQ7p3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTSxWQ7p3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTSxWQ7p3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTSxWQ7p3 .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTSxWQ7p3 .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;
}
.D2JTo-uMTSxWQ7p3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTSxWQ7p3 .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTSxWQ7p3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTSxWQ7p3 .dropdown-menu,
.D2JTo-uMTSxWQ7p3 .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTSxWQ7p3 .nav-item:focus,
.D2JTo-uMTSxWQ7p3 .nav-link:focus {
  outline: none;
}
.D2JTo-uMTSxWQ7p3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSxWQ7p3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTSxWQ7p3 .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTSxWQ7p3 .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSxWQ7p3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTSxWQ7p3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTSxWQ7p3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTSxWQ7p3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTSxWQ7p3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTSxWQ7p3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTSxWQ7p3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTSxWQ7p3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTSxWQ7p3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTSxWQ7p3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTSxWQ7p3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTSxWQ7p3 .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTSxWQ7p3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTSxWQ7p3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTSxWQ7p3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTSxWQ7p3 .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTSxWQ7p3 .dropdown-item.active,
.D2JTo-uMTSxWQ7p3 .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTSxWQ7p3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTSxWQ7p3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTSxWQ7p3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTSxWQ7p3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTSxWQ7p3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTSxWQ7p3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSxWQ7p3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTSxWQ7p3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSxWQ7p3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSxWQ7p3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSxWQ7p3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSxWQ7p3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTSxWQ7p3 .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) {
  .D2JTo-uMTSxWQ7p3 .navbar {
    height: 70px;
  }
  .D2JTo-uMTSxWQ7p3 .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTSxWQ7p3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTSxWQ7p3 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTSxWQ7p3 .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTSxWQ7p3 .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTSxWQ7p3 .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTSxWQ7p3 .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTSxWQ7p3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTSxWQ7p3 .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTSxWQ7p3 .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSxWQ7p3 .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSxWQ7p3 .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTSxWQ7p3 .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTSxWQ7p3 .button-section-subtitle,
.D2JTo-uMTSxWQ7p3 .text_widget,
.D2JTo-uMTSxWQ7p3 .button-section-btn {
  text-align: left;
}
.D2JTo-uMTSxWQ7p3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTSxY8gFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTSxY8gFE .button-text {
  color: #ffffff;
}
.D2JTo-uMTSxY8gFE .button-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTSxY8gFE .button-section-title {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}
.D2JTo-uMTSA0Elnl {
  background-color: #1c1c1c;
  border: 18px solid #1c1c1c;
}
@media (max-width: 768px) {
  .D2JTo-uMTSA0Elnl {
    border: 8px solid #1c1c1c;
  }
}
.D2JTo-uMTSA0Elnl .navbar.navbar-dropdown {
  border-radius: 1.2em;
}
.D2JTo-uMTSA0Elnl .navbar-dropdown {
  background-color: #111111 !important;
  padding: 0;
}
.D2JTo-uMTSA0Elnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #111111 !important;
  background: #111111;
}
.D2JTo-uMTSA0Elnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .menu_box .navbar.opened,
  .D2JTo-uMTSA0Elnl .menu_box .navbar-collapse {
    background-color: #111111 !important;
    transition: all 0s ease 0s;
  }
}
.D2JTo-uMTSA0Elnl .navbar-dropdown {
  position: relative !important;
}
.D2JTo-uMTSA0Elnl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .button-section-btn-main {
    margin-top: 1rem;
  }
}
.D2JTo-uMTSA0Elnl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.D2JTo-uMTSA0Elnl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .D2JTo-uMTSA0Elnl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #111111;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .D2JTo-uMTSA0Elnl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .D2JTo-uMTSA0Elnl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .D2JTo-uMTSA0Elnl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .D2JTo-uMTSA0Elnl .offcanvas-body .button-text,
  .D2JTo-uMTSA0Elnl .offcanvas-body .button-section-subtitle {
    margin-bottom: 32px;
  }
  .D2JTo-uMTSA0Elnl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #e6c300;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .D2JTo-uMTSA0Elnl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .D2JTo-uMTSA0Elnl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSA0Elnl .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);
  }
  .D2JTo-uMTSA0Elnl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .D2JTo-uMTSA0Elnl 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;
  }
  .D2JTo-uMTSA0Elnl .lg_brand {
    margin: 0 1rem;
  }
}
.D2JTo-uMTSA0Elnl .nav-item {
  margin: 4px 15px;
  position: relative;
  padding: 20px !important;
  border-radius: 15em;
}
@media (min-width: 1200px) {
  .D2JTo-uMTSA0Elnl .nav-item {
    margin: 4px 5px;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .nav-item {
    margin: 4px 0 !important;
  }
}
.D2JTo-uMTSA0Elnl .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15em;
  background-color: #ffffff;
  opacity: .1;
}
.D2JTo-uMTSA0Elnl .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSA0Elnl .nav-item .nav-link:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSA0Elnl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .D2JTo-uMTSA0Elnl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .D2JTo-uMTSA0Elnl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .D2JTo-uMTSA0Elnl .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;
  }
  .D2JTo-uMTSA0Elnl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .D2JTo-uMTSA0Elnl .offcanvas_box {
    display: none;
  }
}
.D2JTo-uMTSA0Elnl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.D2JTo-uMTSA0Elnl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.D2JTo-uMTSA0Elnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.D2JTo-uMTSA0Elnl .container {
  display: flex;
  margin: auto;
}
.D2JTo-uMTSA0Elnl .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;
}
.D2JTo-uMTSA0Elnl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.D2JTo-uMTSA0Elnl .iconfont-wrapper:hover {
  opacity: .5;
}
.D2JTo-uMTSA0Elnl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .D2JTo-uMTSA0Elnl .navbar-nav {
    margin: 0;
  }
}
.D2JTo-uMTSA0Elnl .dropdown-menu,
.D2JTo-uMTSA0Elnl .navbar.opened {
  background-color: false !important;
}
.D2JTo-uMTSA0Elnl .nav-item:focus,
.D2JTo-uMTSA0Elnl .nav-link:focus {
  outline: none;
}
.D2JTo-uMTSA0Elnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSA0Elnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.D2JTo-uMTSA0Elnl .dropdown .dropdown-menu .dropdown-item .button-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.D2JTo-uMTSA0Elnl .dropdown .dropdown-menu .dropdown-item .button-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.D2JTo-uMTSA0Elnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.D2JTo-uMTSA0Elnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.D2JTo-uMTSA0Elnl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .D2JTo-uMTSA0Elnl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.D2JTo-uMTSA0Elnl .navbar.opened {
  transition: all 0.3s;
}
.D2JTo-uMTSA0Elnl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.D2JTo-uMTSA0Elnl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .5em;
}
.D2JTo-uMTSA0Elnl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed {
  justify-content: center;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.D2JTo-uMTSA0Elnl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .D2JTo-uMTSA0Elnl .navbar .nav-item {
    padding: .5rem 0;
  }
  .D2JTo-uMTSA0Elnl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .D2JTo-uMTSA0Elnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .D2JTo-uMTSA0Elnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .D2JTo-uMTSA0Elnl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .D2JTo-uMTSA0Elnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .D2JTo-uMTSA0Elnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .D2JTo-uMTSA0Elnl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .D2JTo-uMTSA0Elnl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .D2JTo-uMTSA0Elnl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .D2JTo-uMTSA0Elnl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .D2JTo-uMTSA0Elnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .D2JTo-uMTSA0Elnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .D2JTo-uMTSA0Elnl .navbar .icons-menu {
    padding: 0;
  }
}
.D2JTo-uMTSA0Elnl .navbar.navbar-short {
  min-height: 60px;
}
.D2JTo-uMTSA0Elnl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.D2JTo-uMTSA0Elnl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.D2JTo-uMTSA0Elnl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.D2JTo-uMTSA0Elnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.D2JTo-uMTSA0Elnl .navbar-brand .navbar-logo a {
  outline: none;
}
.D2JTo-uMTSA0Elnl .dropdown-item.active,
.D2JTo-uMTSA0Elnl .dropdown-item:active {
  background-color: transparent;
}
.D2JTo-uMTSA0Elnl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.D2JTo-uMTSA0Elnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.D2JTo-uMTSA0Elnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.D2JTo-uMTSA0Elnl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.D2JTo-uMTSA0Elnl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.D2JTo-uMTSA0Elnl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #111111;
  background: #262626;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c300;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.D2JTo-uMTSA0Elnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.D2JTo-uMTSA0Elnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSA0Elnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSA0Elnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.D2JTo-uMTSA0Elnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.D2JTo-uMTSA0Elnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.D2JTo-uMTSA0Elnl .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) {
  .D2JTo-uMTSA0Elnl .navbar {
    height: 70px;
  }
  .D2JTo-uMTSA0Elnl .navbar.opened {
    height: auto;
  }
  .D2JTo-uMTSA0Elnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.D2JTo-uMTSA0Elnl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.D2JTo-uMTSA0Elnl .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .D2JTo-uMTSA0Elnl .container-fluid {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.D2JTo-uMTSA0Elnl .button-section-btn-main {
  padding-top: 5px;
}
.D2JTo-uMTSA0Elnl .button-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .D2JTo-uMTSA0Elnl .button-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .D2JTo-uMTSA0Elnl .button-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.D2JTo-uMTSA0Elnl .navbar-caption:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .D2JTo-uMTSA0Elnl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.D2JTo-uMTSA0Elnl .text_widget {
  margin-bottom: 32px;
}
.D2JTo-uMTSA0Elnl .text_widget a {
  transition: all 0.3s ease-out;
}
.D2JTo-uMTSA0Elnl .text_widget a:hover {
  color: #ffffff !important;
}
.D2JTo-uMTSA0Elnl .button-section-subtitle {
  color: #ED2C03;
  text-align: left;
}
.D2JTo-uMTSA0Elnl .button-text {
  color: #ffffff;
  text-align: left;
}
.D2JTo-uMTSA0Elnl .button-section-subtitle,
.D2JTo-uMTSA0Elnl .text_widget,
.D2JTo-uMTSA0Elnl .button-section-btn {
  text-align: left;
}
.D2JTo-uMTSA0Elnl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.D2JTo-uMTSA2nyAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c1c1c;
}
.D2JTo-uMTSA2nyAO .button-text {
  color: #ffffff;
}
.D2JTo-uMTSA2nyAO .button-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.D2JTo-uMTSA2nyAO .button-section-title {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.D2JTo-uMWh1hHoat .button-fallback-image.disabled {
  display: none;
}
.D2JTo-uMWh1hHoat .button-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.D2JTo-uMWh1hHoat .row {
  justify-content: space-between;
}
.D2JTo-uMWh1hHoat .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrapper .button-section-title {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .content-wrapper .button-text {
  margin-bottom: 10px;
}
.D2JTo-uMWh1hHoat .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .list-wrapper {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:hover,
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .content-wrap {
    margin-bottom: 35px;
  }
}
.D2JTo-uMWh1hHoat .content-wrap .button-desc {
  margin-bottom: 20px;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont,
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a:hover .button-iconfont {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .content-wrap .social-wrapper .social-wrap .soc-item a .button-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .D2JTo-uMWh1hHoat .copy-wrapper .button-section-btn-main {
    margin-bottom: 15px;
  }
}
.D2JTo-uMWh1hHoat .copy-wrapper .button-copy {
  margin-bottom: 0;
}
.D2JTo-uMWh1hHoat .button-section-title {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-text {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-copy {
  color: #000000;
}
.D2JTo-uMWh1hHoat .button-desc,
.D2JTo-uMWh1hHoat .social-wrapper {
  text-align: center;
}
.D2JTo-uMWh1hHoat .button-copy,
.D2JTo-uMWh1hHoat .button-section-btn-main {
  text-align: center;
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .list,
.D2JTo-uMWh1hHoat .item-wrap {
  color: #ffffff;
}
.D2JTo-uMWh1hHoat .button-section-title,
.D2JTo-uMWh1hHoat .button-section-btn {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.cookie-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.cookie-overlay.active {
	display: block;
}

.cookie-notification {
	position: fixed;
	bottom: -350px;
	left: 0;
	right: 0;
	background-color: gray;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	transform: translateY(200px);
	z-index: 1000;
}

.cookie-notification.active {
	transform: translateY(-350px);
}

.cookie-notification__content {
	max-width: 800px;
	margin: 0 auto;
	color: aliceblue;
}

.cookie-notification__content p a {
	color: aliceblue;
	transition: all 0.5s ease-in-out;
}

.cookie-notification__content p a:hover {
	color: blueviolet;
}

.cookie-notification__actions {
	margin-top: 10px;
}

.cookie-notification__button {
	margin: 5px;
	padding: 10px 15px;
	min-width: 150px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookie-notification__button:hover {
	filter: saturate(0.8);
}

@media (max-width: 768px) {
	.cookie-notification {
		bottom: -250px;
		padding: 15px;
		transform: translateY(150px);
	}
	.cookie-notification.active {
		transform: translateY(-250px);
	}
	.cookie-notification__content {
		max-width: 90%;
	}
	.cookie-notification__button {
		min-width: 120px;
		font-size: 12px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.cookie-notification {
		bottom: -200px;
		padding: 10px;
		transform: translateY(100px);
	}
	.cookie-notification.active {
		transform: translateY(-200px);
	}
	.cookie-notification__content {
		max-width: 95%;
	}
	.cookie-notification__button {
		min-width: 100px;
		font-size: 10px;
		padding: 6px 10px;
	}
}

/* logoanimations */
@keyframes squeeze {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2, 0.8);
    }
}

.navbar-brand {
    animation: squeeze 1.2s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 28: border-radius pulse */
a, button, .btn {
  transition: border-radius 0.2s ease;
  border-radius: 4px;
}
a:active, button:active, .btn:active {
  border-radius: 50%;
}
/* endmainanimations */
