.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.tool-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.2rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .tool-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1em;
}
.display-2 > .tool-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .tool-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .tool-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .tool-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffba7c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffba7c !important;
  border-color: #ffba7c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffd5af !important;
  border-color: #ffd5af !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffd5af !important;
  border-color: #ffd5af !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #ffba7c;
  color: #ffba7c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8c25 !important;
  background-color: transparent !important;
  border-color: #ff8c25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffba7c !important;
  border-color: #ffba7c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffba7c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff8416 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ffba7c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.tool-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.tool-gallery-filter li a {
  border-radius: 100px !important;
}
.tool-gallery-filter li.active .btn {
  background-color: #ffba7c;
  border-color: #ffba7c;
  color: #ffffff;
}
.tool-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffba7c;
}
.tool-plan-header.bg-primary .tool-plan-subtitle,
.tool-plan-header.bg-primary .tool-plan-price-desc {
  color: #ffffff;
}
.tool-plan-header.bg-success .tool-plan-subtitle,
.tool-plan-header.bg-success .tool-plan-price-desc {
  color: #ffffff;
}
.tool-plan-header.bg-info .tool-plan-subtitle,
.tool-plan-header.bg-info .tool-plan-price-desc {
  color: #ffffff;
}
.tool-plan-header.bg-warning .tool-plan-subtitle,
.tool-plan-header.bg-warning .tool-plan-price-desc {
  color: #b3b3b3;
}
.tool-plan-header.bg-danger .tool-plan-subtitle,
.tool-plan-header.bg-danger .tool-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .tool-iconfont {
  font-size: 1.75rem;
}
.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: #ffba7c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .tool-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffba7c;
}
/* Forms */
.tool-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.tool-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.tool-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.tool-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: #ffba7c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffba7c;
}
.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: #ffba7c;
  border-bottom-color: #ffba7c;
}
.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: #ffba7c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23ffba7c' %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;
}
.tool-section-btn,
.tool-section-btn-main {
  width: 100%;
}
.tool-section-btn .btn,
.tool-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .tool-section-btn .btn,
  .tool-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.tool-section-btn .btn-primary:hover,
.tool-section-btn-main .btn-primary:hover,
.tool-section-btn .btn-primary:focus,
.tool-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-secondary:hover,
.tool-section-btn-main .btn-secondary:hover,
.tool-section-btn .btn-secondary:focus,
.tool-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-success:hover,
.tool-section-btn-main .btn-success:hover,
.tool-section-btn .btn-success:focus,
.tool-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-info:hover,
.tool-section-btn-main .btn-info:hover,
.tool-section-btn .btn-info:focus,
.tool-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-warning:hover,
.tool-section-btn-main .btn-warning:hover,
.tool-section-btn .btn-warning:focus,
.tool-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.tool-section-btn .btn-danger:hover,
.tool-section-btn-main .btn-danger:hover,
.tool-section-btn .btn-danger:focus,
.tool-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.tool-section-btn .btn-black:hover,
.tool-section-btn-main .btn-black:hover,
.tool-section-btn .btn-black:focus,
.tool-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.tool-section-btn .btn-white:hover,
.tool-section-btn-main .btn-white:hover,
.tool-section-btn .btn-white:focus,
.tool-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-primary-outline:hover,
.tool-section-btn-main .btn-primary-outline:hover,
.tool-section-btn .btn-primary-outline:focus,
.tool-section-btn-main .btn-primary-outline:focus {
  background-color: #ffba7c !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-secondary-outline:hover,
.tool-section-btn-main .btn-secondary-outline:hover,
.tool-section-btn .btn-secondary-outline:focus,
.tool-section-btn-main .btn-secondary-outline:focus {
  background-color: #ffffff !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-success-outline:hover,
.tool-section-btn-main .btn-success-outline:hover,
.tool-section-btn .btn-success-outline:focus,
.tool-section-btn-main .btn-success-outline:focus {
  background-color: #ffffff !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-info-outline:hover,
.tool-section-btn-main .btn-info-outline:hover,
.tool-section-btn .btn-info-outline:focus,
.tool-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-warning-outline:hover,
.tool-section-btn-main .btn-warning-outline:hover,
.tool-section-btn .btn-warning-outline:focus,
.tool-section-btn-main .btn-warning-outline:focus {
  background-color: #000000 !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-danger-outline:hover,
.tool-section-btn-main .btn-danger-outline:hover,
.tool-section-btn .btn-danger-outline:focus,
.tool-section-btn-main .btn-danger-outline:focus {
  background-color: #000000 !important;
  color: #ffba7c !important;
}
.tool-section-btn .btn-black-outline:hover,
.tool-section-btn-main .btn-black-outline:hover,
.tool-section-btn .btn-black-outline:focus,
.tool-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.tool-section-btn .btn-white-outline:hover,
.tool-section-btn-main .btn-white-outline:hover,
.tool-section-btn .btn-white-outline:focus,
.tool-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.BVMxqa-uP3rGPNpDo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3rGPNpDo .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3rGPNpDo .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3rGPNpDo .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .container-fluid {
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .container {
    padding: 15px;
  }
}
.BVMxqa-uP3rGPNpDo .row {
  margin: 0 -5px;
}
.BVMxqa-uP3rGPNpDo .row .card {
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .row .card {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.BVMxqa-uP3rGPNpDo .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .image-wrapper {
    margin-bottom: 15px;
  }
}
.BVMxqa-uP3rGPNpDo .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper {
  padding: 200px 80px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper {
    padding: 200px 40px 80px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper {
    padding: 30px;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .title-wrapper .tool-section-title {
  width: 80%;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .title-wrapper .tool-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .title-wrapper .tool-section-title {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .text-wrapper .tool-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .text-wrapper .tool-text {
    width: 100%;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .tool-section-btn {
  margin-top: 20px;
}
.BVMxqa-uP3rGPNpDo .card-wrapper .card-wrap .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper {
    margin-top: 30px;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper .number-wrap {
    display: block;
  }
}
.BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper .number-wrap .tool-number {
  margin-bottom: 0;
  padding-right: 20px;
}
.BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper .number-wrap .tool-desc {
  border-left: 1px solid #1e2630;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3rGPNpDo .card-wrapper .number-wrapper .number-wrap .tool-desc {
    padding: 0;
    border: none;
  }
}
.BVMxqa-uP3rGPNpDo .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3rGPNpDo .tool-text,
.BVMxqa-uP3rGPNpDo .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3rGPNpDo .tool-number {
  color: #000000;
}
.BVMxqa-uP3rGPNpDo .tool-desc {
  color: #000000;
}
.BVMxqa-uP3rGPNpDo .tool-section-title,
.BVMxqa-uP3rGPNpDo .tool-section-btn,
.BVMxqa-uP3rGPNpDo .title-wrapper {
  text-align: center;
}
.BVMxqa-uP3rGPNpDo .tool-desc,
.BVMxqa-uP3rGPNpDo .number-wrapper {
  text-align: center;
}
.BVMxqa-uP3s1WDVVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3s1WDVVW .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3s1WDVVW .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3s1WDVVW .card {
  justify-content: flex-end;
}
.BVMxqa-uP3s1WDVVW .title-wrapper .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3s1WDVVW .title-wrapper .tool-section-title {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3s1WDVVW .desc-wrapper .tool-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3s1WDVVW .desc-wrapper .tool-desc {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3s1WDVVW .text-wrapper .tool-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3s1WDVVW .text-wrapper .tool-text {
    width: 100%;
  }
}
.BVMxqa-uP3s1WDVVW .tool-section-title {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3s1WDVVW .tool-desc {
  color: #000000;
}
.BVMxqa-uP3s1WDVVW .tool-text,
.BVMxqa-uP3s1WDVVW .text-wrapper {
  color: #000000;
  text-align: right;
}
.BVMxqa-uP3sgfVwNu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3sgfVwNu .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3sgfVwNu .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3sgfVwNu .label-wrapper .tool-label {
  margin-bottom: 22px;
}
.BVMxqa-uP3sgfVwNu .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 54px;
  border: 3px dashed #ffba7c;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper {
    padding: 22px;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .tool-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .tool-section-title {
    margin-bottom: 22px;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .tool-desc {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .tool-desc {
    margin-bottom: 22px;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .text-wrapper .tool-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .content-wrapper .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3sgfVwNu .card-wrapper .image-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .image-wrapper {
    gap: 42px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .image-wrapper {
    width: 100%;
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.BVMxqa-uP3sgfVwNu .card-wrapper .image-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sgfVwNu .card-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.BVMxqa-uP3sgfVwNu .tool-label {
  color: #c10b02;
}
.BVMxqa-uP3sgfVwNu .tool-section-title {
  color: #c10b02;
}
.BVMxqa-uP3sgfVwNu .tool-desc {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sgfVwNu .tool-text {
  color: #4b4949;
}
.BVMxqa-uP3sgfVwNu .tool-section-title,
.BVMxqa-uP3sgfVwNu .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3sgfVwNu .tool-text,
.BVMxqa-uP3sgfVwNu .text-wrapper {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3slGqKsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dde3e9;
}
.BVMxqa-uP3slGqKsX .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3slGqKsX .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3slGqKsX .row {
  justify-content: center;
}
.BVMxqa-uP3slGqKsX .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #f0f2f5;
}
@media (max-width: 1600px) {
  .BVMxqa-uP3slGqKsX .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .BVMxqa-uP3slGqKsX .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3slGqKsX .card-wrapper {
    padding: 30px 20px;
  }
}
.BVMxqa-uP3slGqKsX .card-wrapper .tool-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3slGqKsX .card-wrapper .tool-section-title {
    margin-bottom: 30px;
  }
}
.BVMxqa-uP3slGqKsX .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.BVMxqa-uP3slGqKsX .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3slGqKsX .card-wrapper .text-wrapper .tool-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.BVMxqa-uP3slGqKsX .card-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.BVMxqa-uP3slGqKsX .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3slGqKsX .tool-text,
.BVMxqa-uP3slGqKsX .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3slGqKsX .tool-section-title,
.BVMxqa-uP3slGqKsX .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3srRlQFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3srRlQFW .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3srRlQFW .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3srRlQFW .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BVMxqa-uP3srRlQFW .content-wrapper {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3srRlQFW .content-wrapper .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3srRlQFW .content-wrapper .tool-section-title {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3srRlQFW .content-wrapper .tool-text {
  margin-bottom: 22px;
}
.BVMxqa-uP3srRlQFW .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3srRlQFW .image-wrapper img {
    height: 350px;
  }
}
.BVMxqa-uP3srRlQFW .tool-section-title {
  color: #ffffff;
}
.BVMxqa-uP3srRlQFW .tool-text {
  color: #ffffff;
}
.BVMxqa-uP3srRlQFW .tool-section-title,
.BVMxqa-uP3srRlQFW .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3srRlQFW .tool-text,
.BVMxqa-uP3srRlQFW .text-wrapper {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3sBNl2qn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3sBNl2qn .item:focus,
.BVMxqa-uP3sBNl2qn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .BVMxqa-uP3sBNl2qn .align-right {
    text-align: center;
  }
}
.BVMxqa-uP3sBNl2qn .card-wrapper {
  background: #f0f2f5;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .BVMxqa-uP3sBNl2qn .card-wrapper {
    padding: 1rem 0rem;
  }
}
.BVMxqa-uP3sBNl2qn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .BVMxqa-uP3sBNl2qn .item {
    margin-bottom: 1rem;
  }
}
.BVMxqa-uP3sBNl2qn .tool-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.BVMxqa-uP3sBNl2qn .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .BVMxqa-uP3sBNl2qn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .BVMxqa-uP3sBNl2qn .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.BVMxqa-uP3sBNl2qn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.BVMxqa-uP3sBNl2qn .item-wrapper .item-footer {
  margin-top: auto;
}
.BVMxqa-uP3sBNl2qn .tool-section-title {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sBNl2qn .tool-text,
.BVMxqa-uP3sBNl2qn .item .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3sBNl2qn .tool-number {
  color: #f0466a;
}
.BVMxqa-uP3sBNl2qn .tool-section-subtitle,
.BVMxqa-uP3sBNl2qn .tool-section-head .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3sBNl2qn .tool-text {
  text-align: left;
}
.BVMxqa-uP3sBNl2qn .tool-text,
.BVMxqa-uP3sBNl2qn .tool-card-btn {
  text-align: left;
}
.BVMxqa-uP3sBNl2qn .tool-text,
.BVMxqa-uP3sBNl2qn .tool-section-btn {
  text-align: left;
}
.BVMxqa-uP3sBNl2qn .tool-text,
.BVMxqa-uP3sBNl2qn .item-footer .tool-section-btn {
  text-align: left;
}
.BVMxqa-uP3sBNl2qn .card-text,
.BVMxqa-uP3sBNl2qn .item .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3sBNl2qn .card-title {
  text-align: left;
  color: #ffffff;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3sLe5Ioi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3sLe5Ioi .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3sLe5Ioi .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3sLe5Ioi .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3sLe5Ioi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .BVMxqa-uP3sLe5Ioi .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.BVMxqa-uP3sLe5Ioi .tool-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .BVMxqa-uP3sLe5Ioi .text-wrapper {
    text-align: center;
  }
}
.BVMxqa-uP3sLe5Ioi .tool-text,
.BVMxqa-uP3sLe5Ioi .tool-section-btn {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sLe5Ioi .tool-menu,
.BVMxqa-uP3sLe5Ioi .tool-section-btn {
  color: #fdfde1;
}
.BVMxqa-uP3sLe5Ioi .tool-desc,
.BVMxqa-uP3sLe5Ioi .tool-section-btn {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sOUgyqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3sOUgyqD .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3sOUgyqD .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3sOUgyqD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .container {
    padding: 0 26px;
  }
}
.BVMxqa-uP3sOUgyqD .row {
  justify-content: center;
}
.BVMxqa-uP3sOUgyqD .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #f0f2f5;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.BVMxqa-uP3sOUgyqD .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.BVMxqa-uP3sOUgyqD .content-wrapper .title-wrapper .tool-section-title {
  margin-bottom: 30px;
}
.BVMxqa-uP3sOUgyqD .content-wrapper .title-wrapper .tool-desc {
  margin-bottom: 0;
}
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper .tool-section-subtitle {
  margin-bottom: 20px;
}
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper .tool-text {
  margin-bottom: 20px;
}
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper .link-wrapper:hover .tool-link,
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper .link-wrapper:focus .tool-link {
  color: #000000;
}
.BVMxqa-uP3sOUgyqD .content-wrapper .text-wrapper .link-wrapper .tool-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3sOUgyqD .tool-section-title {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sOUgyqD .tool-section-subtitle {
  color: #ffffff;
}
.BVMxqa-uP3sOUgyqD .tool-desc {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sOUgyqD .tool-text {
  color: #000000;
}
.BVMxqa-uP3sOUgyqD .tool-link {
  color: #ffffff;
}
.BVMxqa-uP3sV0CnnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3sV0CnnK .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3sV0CnnK .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3sV0CnnK .row {
  margin: 0 -8px;
}
.BVMxqa-uP3sV0CnnK .row .card {
  padding: 0 8px;
}
.BVMxqa-uP3sV0CnnK .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3sV0CnnK .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3sV0CnnK .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.BVMxqa-uP3sV0CnnK .card-wrapper .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sV0CnnK .card-wrapper .tool-section-title {
    margin-bottom: 24px;
  }
}
.BVMxqa-uP3sV0CnnK .card-wrapper .card-wrap .text-wrapper .tool-text {
  margin-bottom: 24px;
}
.BVMxqa-uP3sV0CnnK .card-wrapper .card-wrap .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3sV0CnnK .image-wrapper {
  height: 100%;
}
.BVMxqa-uP3sV0CnnK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sV0CnnK .image-wrapper img {
    height: 300px;
  }
}
.BVMxqa-uP3sV0CnnK .tool-section-title {
  color: #2c2c26;
}
.BVMxqa-uP3sV0CnnK .tool-text,
.BVMxqa-uP3sV0CnnK .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sV0CnnK .tool-section-title,
.BVMxqa-uP3sV0CnnK .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3sVMpGxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3sVMpGxR .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3sVMpGxR .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3sVMpGxR .icon-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3sVMpGxR .icon-wrapper .tool-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #1e2630;
}
.BVMxqa-uP3sVMpGxR .tool-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.BVMxqa-uP3sVMpGxR .desc-wrapper .tool-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3sVMpGxR .desc-wrapper .tool-desc {
    width: 100%;
  }
}
.BVMxqa-uP3sVMpGxR .tool-desc,
.BVMxqa-uP3sVMpGxR .desc-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3sVMpGxR .tool-text,
.BVMxqa-uP3sVMpGxR .icon-wrapper {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3t4isGKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3t4isGKh .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3t4isGKh .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3t4isGKh .content-wrapper .tool-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3t4isGKh .content-wrapper .tool-section-title {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3t4isGKh .content-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3t4isGKh .content-wrapper .text-wrapper .tool-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3t4isGKh .content-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.BVMxqa-uP3t4isGKh .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3t4isGKh .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.BVMxqa-uP3t4isGKh .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3t4isGKh .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.BVMxqa-uP3t4isGKh .content-wrapper .tool-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.BVMxqa-uP3t4isGKh .content-wrapper .tool-section-btn {
  margin-top: 32px;
}
.BVMxqa-uP3t4isGKh .tool-section-title {
  color: #c10b02;
}
.BVMxqa-uP3t4isGKh .tool-text,
.BVMxqa-uP3t4isGKh .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3t4isGKh .tool-desc {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3t4isGKh .tool-section-title,
.BVMxqa-uP3t4isGKh .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3tu6j7oK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3tu6j7oK .card-wrapper {
  background: #f0f2f5;
  padding: 5rem;
}
@media (max-width: 992px) {
  .BVMxqa-uP3tu6j7oK .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .BVMxqa-uP3tu6j7oK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.BVMxqa-uP3tu6j7oK .tool-text {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3tu6j7oK .tool-section-subtitle {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3tu6j7oK .tool-section-title {
  color: #ffffff;
}
.BVMxqa-uP3tyRoNFl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3tyRoNFl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.BVMxqa-uP3tyRoNFl .card-title {
  margin-bottom: 26px;
  color: #ffffff;
}
.BVMxqa-uP3tyRoNFl .tool-text {
  margin-bottom: 30px;
}
.BVMxqa-uP3tyRoNFl .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.BVMxqa-uP3tyRoNFl .iconfont-wrapper .tool-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.BVMxqa-uP3tyRoNFl .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.BVMxqa-uP3tyRoNFl .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BVMxqa-uP3tyRoNFl .btn_link:hover {
  cursor: pointer;
}
.BVMxqa-uP3tyRoNFl .btn_link:hover a {
  color: #ffba7c !important;
}
.BVMxqa-uP3tyRoNFl .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .BVMxqa-uP3tyRoNFl .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3tyRoNFl .text-wrapper {
    text-align: center;
  }
  .BVMxqa-uP3tyRoNFl .image-wrapper {
    margin-bottom: 40px;
  }
  .BVMxqa-uP3tyRoNFl .tool-text {
    margin-bottom: 20px;
  }
  .BVMxqa-uP3tyRoNFl .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3tyRoNFl .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3tyRoNFl .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3tyRoNFl .card-title,
.BVMxqa-uP3tyRoNFl .icon_block {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3tyRoNFl .tool-text,
.BVMxqa-uP3tyRoNFl .btn_link {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3tTrHPlU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3tTrHPlU .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3tTrHPlU .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3tTrHPlU .tool-section-btn {
  margin-bottom: 22px;
}
.BVMxqa-uP3tTrHPlU .title-wrapper .tool-section-title {
  margin-bottom: 32px;
}
.BVMxqa-uP3tTrHPlU .title-wrapper .tool-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3tTrHPlU .title-wrapper .tool-desc {
    margin-bottom: 32px;
  }
}
.BVMxqa-uP3tTrHPlU .text-wrapper .tool-text {
  margin-bottom: 0;
}
.BVMxqa-uP3tTrHPlU .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3tTrHPlU .tool-desc {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3tTrHPlU .tool-text {
  color: #000000;
}
.BVMxqa-uP3tTrHPlU .tool-section-title,
.BVMxqa-uP3tTrHPlU .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3u1A6QMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3u1A6QMM .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3u1A6QMM .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3u1A6QMM .row {
  justify-content: space-between;
}
.BVMxqa-uP3u1A6QMM .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap .tool-section-title {
    margin-bottom: 24px;
  }
}
.BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap .text-wrapper .tool-text {
  margin-bottom: 24px;
}
.BVMxqa-uP3u1A6QMM .card-wrapper .card-wrap .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3u1A6QMM .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.BVMxqa-uP3u1A6QMM .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u1A6QMM .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.BVMxqa-uP3u1A6QMM .tool-section-title {
  color: #ffffff;
}
.BVMxqa-uP3u1A6QMM .tool-text,
.BVMxqa-uP3u1A6QMM .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3u1A6QMM .tool-section-title,
.BVMxqa-uP3u1A6QMM .tool-section-btn {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3u8qwDSZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f4f6;
}
.BVMxqa-uP3u8qwDSZ .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3u8qwDSZ .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3u8qwDSZ .row {
  justify-content: center;
}
.BVMxqa-uP3u8qwDSZ .card {
  justify-content: center;
}
.BVMxqa-uP3u8qwDSZ .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u8qwDSZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.BVMxqa-uP3u8qwDSZ .content-wrapper .tool-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u8qwDSZ .content-wrapper .tool-section-title {
    margin-bottom: 30px;
  }
}
.BVMxqa-uP3u8qwDSZ .content-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u8qwDSZ .content-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.BVMxqa-uP3u8qwDSZ .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3u8qwDSZ .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .BVMxqa-uP3u8qwDSZ .form-wrapper {
    padding: 30px 20px;
  }
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row {
  margin: 0;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control:hover,
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .tool-section-btn {
  width: 100%;
  margin-top: 30px;
}
.BVMxqa-uP3u8qwDSZ .form-wrapper .dragArea.row .tool-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.BVMxqa-uP3u8qwDSZ .tool-section-title {
  color: #ffffff;
}
.BVMxqa-uP3u8qwDSZ .tool-text,
.BVMxqa-uP3u8qwDSZ .text-wrapper {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3u8qwDSZ label {
  color: #000000;
}
.BVMxqa-uP3u8qwDSZ .tool-section-title,
.BVMxqa-uP3u8qwDSZ .tool-section-btn {
  text-align: center;
  color: #000000;
}
.BVMxqa-uP3unhFRag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde3e9;
}
.BVMxqa-uP3unhFRag .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3unhFRag .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3unhFRag .content-wrapper .tool-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3unhFRag .content-wrapper .tool-section-title {
    margin-bottom: 40px;
  }
}
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list {
    width: 100%;
  }
}
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #1e2630;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.BVMxqa-uP3unhFRag .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.BVMxqa-uP3unhFRag .tool-section-title {
  color: #000000;
  text-align: center;
}
.BVMxqa-uP3unhFRag .list,
.BVMxqa-uP3unhFRag .contacts-wrapper {
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3unhFRag .tool-section-title,
.BVMxqa-uP3unhFRag .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3unhFRag .list,
.BVMxqa-uP3unhFRag .item-wrap {
  text-align: center;
}
.BVMxqa-uP3unhFRag .list,
.BVMxqa-uP3unhFRag .item-wrap,
.BVMxqa-uP3unhFRag .contacts-wrapper {
  color: #000000;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3xqdleXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3xqdleXm .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3xqdleXm .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3xqdleXm .row {
  justify-content: space-between;
}
.BVMxqa-uP3xqdleXm .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xqdleXm .content-wrapper {
    padding: 0;
  }
}
.BVMxqa-uP3xqdleXm .content-wrapper .tool-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xqdleXm .content-wrapper .tool-section-title {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xqdleXm .content-wrapper .tool-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xqdleXm .content-wrapper .tool-text {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xqdleXm .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.BVMxqa-uP3xqdleXm .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.BVMxqa-uP3xqdleXm .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.BVMxqa-uP3xqdleXm .content-wrapper .logo-wrapper .logo-wrap .tool-desc {
  margin-bottom: 0;
}
.BVMxqa-uP3xqdleXm .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3xqdleXm .tool-desc {
  color: #000000;
}
.BVMxqa-uP3xqdleXm .tool-text {
  color: #000000;
}
.BVMxqa-uP3xqdleXm .tool-section-title,
.BVMxqa-uP3xqdleXm .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3xtltCAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3xtltCAf .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3xtltCAf .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3xtltCAf .row {
  justify-content: space-between;
}
.BVMxqa-uP3xtltCAf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xtltCAf .content-wrapper {
    padding: 0;
  }
}
.BVMxqa-uP3xtltCAf .content-wrapper .tool-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xtltCAf .content-wrapper .tool-section-title {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xtltCAf .content-wrapper .tool-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xtltCAf .content-wrapper .tool-text {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xtltCAf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.BVMxqa-uP3xtltCAf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.BVMxqa-uP3xtltCAf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.BVMxqa-uP3xtltCAf .content-wrapper .logo-wrapper .logo-wrap .tool-desc {
  margin-bottom: 0;
}
.BVMxqa-uP3xtltCAf .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3xtltCAf .tool-desc {
  color: #000000;
}
.BVMxqa-uP3xtltCAf .tool-text {
  color: #000000;
}
.BVMxqa-uP3xtltCAf .tool-section-title,
.BVMxqa-uP3xtltCAf .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  color: #ffffff;
}
.BVMxqa-uP3xwwO0Qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f4f6;
}
.BVMxqa-uP3xwwO0Qo .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3xwwO0Qo .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3xwwO0Qo .row {
  justify-content: space-between;
}
.BVMxqa-uP3xwwO0Qo .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xwwO0Qo .content-wrapper {
    padding: 0;
  }
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .tool-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xwwO0Qo .content-wrapper .tool-section-title {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .tool-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3xwwO0Qo .content-wrapper .tool-text {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.BVMxqa-uP3xwwO0Qo .content-wrapper .logo-wrapper .logo-wrap .tool-desc {
  margin-bottom: 0;
}
.BVMxqa-uP3xwwO0Qo .tool-section-title {
  color: #000000;
}
.BVMxqa-uP3xwwO0Qo .tool-desc {
  color: #000000;
}
.BVMxqa-uP3xwwO0Qo .tool-text {
  color: #000000;
}
.BVMxqa-uP3xwwO0Qo .tool-section-title,
.BVMxqa-uP3xwwO0Qo .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  background-color: #1e2630 !important;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #1e2630 !important;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.BVMxqa-uP3Y74dYoH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .BVMxqa-uP3Y74dYoH .menu_box .navbar.opened,
  .BVMxqa-uP3Y74dYoH .menu_box .navbar-collapse {
    background-color: #1e2630 !important;
    transition: all 0s ease 0s;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown {
  position: relative !important;
}
.BVMxqa-uP3Y74dYoH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.BVMxqa-uP3Y74dYoH .btn:hover {
  box-shadow: none;
}
.BVMxqa-uP3Y74dYoH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .nav-item {
    margin: 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover,
.BVMxqa-uP3Y74dYoH .nav-item .nav-link:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BVMxqa-uP3Y74dYoH .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;
  }
  .BVMxqa-uP3Y74dYoH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BVMxqa-uP3Y74dYoH .offcanvas_box {
    display: none;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown-item:hover,
.BVMxqa-uP3Y74dYoH .dropdown-item:focus {
  color: #ffba7c !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.BVMxqa-uP3Y74dYoH .container {
  display: flex;
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BVMxqa-uP3Y74dYoH .iconfont-wrapper:hover {
  opacity: .5;
}
.BVMxqa-uP3Y74dYoH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav {
    margin: 0;
  }
}
.BVMxqa-uP3Y74dYoH .dropdown-menu,
.BVMxqa-uP3Y74dYoH .navbar.opened {
  background-color: false !important;
}
.BVMxqa-uP3Y74dYoH .nav-item:focus,
.BVMxqa-uP3Y74dYoH .nav-link:focus {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BVMxqa-uP3Y74dYoH .dropdown .dropdown-menu .dropdown-item .tool-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.opened {
  transition: all 0.3s;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed {
  justify-content: center;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BVMxqa-uP3Y74dYoH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .BVMxqa-uP3Y74dYoH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BVMxqa-uP3Y74dYoH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .BVMxqa-uP3Y74dYoH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BVMxqa-uP3Y74dYoH .navbar .icons-menu {
    padding: 0;
  }
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short {
  min-height: 60px;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BVMxqa-uP3Y74dYoH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .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;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.BVMxqa-uP3Y74dYoH .navbar-brand .navbar-logo a {
  outline: none;
}
.BVMxqa-uP3Y74dYoH .dropdown-item.active,
.BVMxqa-uP3Y74dYoH .dropdown-item:active {
  background-color: transparent;
}
.BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .BVMxqa-uP3Y74dYoH .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BVMxqa-uP3Y74dYoH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BVMxqa-uP3Y74dYoH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BVMxqa-uP3Y74dYoH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.BVMxqa-uP3Y74dYoH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1e2630;
  background: #1e2630;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BVMxqa-uP3Y74dYoH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BVMxqa-uP3Y74dYoH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BVMxqa-uP3Y74dYoH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BVMxqa-uP3Y74dYoH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .BVMxqa-uP3Y74dYoH .navbar {
    height: 70px;
  }
  .BVMxqa-uP3Y74dYoH .navbar.opened {
    height: auto;
  }
  .BVMxqa-uP3Y74dYoH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BVMxqa-uP3Y74dYoH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .BVMxqa-uP3Y74dYoH .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main {
  width: fit-content;
}
.BVMxqa-uP3Y74dYoH .tool-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.BVMxqa-uP3Y74dYoH .navbar-caption:hover {
  color: #ffba7c;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BVMxqa-uP3Y74dYoH .text_widget {
  margin-bottom: 32px;
}
.BVMxqa-uP3Y74dYoH .text_widget a {
  transition: all 0.3s ease-out;
}
.BVMxqa-uP3Y74dYoH .text_widget a:hover,
.BVMxqa-uP3Y74dYoH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .BVMxqa-uP3Y74dYoH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .navbar-caption {
  color: #30262b;
}
.BVMxqa-uP3Y74dYoH .tool-text {
  color: #30262b;
  text-align: center;
}
.BVMxqa-uP3Y74dYoH .icons-menu-main {
  display: flex;
}
.BVMxqa-uP3Y74dYoH .tool-section-subtitle,
.BVMxqa-uP3Y74dYoH .text_widget,
.BVMxqa-uP3Y74dYoH .tool-section-btn {
  text-align: center;
}
.BVMxqa-uP3Y74dYoH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BVMxqa-uP3YaCSenr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2630;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image.disabled {
  display: none;
}
.BVMxqa-uP3YaCSenr .tool-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BVMxqa-uP3YaCSenr .row {
  justify-content: center;
}
.BVMxqa-uP3YaCSenr .row .card {
  justify-content: space-between;
}
.BVMxqa-uP3YaCSenr .content-wrapper {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap {
    width: 100%;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.BVMxqa-uP3YaCSenr .content-wrapper .content-wrap .title-wrapper .tool-section-title {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .tool-list-title {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.BVMxqa-uP3YaCSenr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffba7c;
}
.BVMxqa-uP3YaCSenr .tool-section-btn {
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-section-btn .btn {
  margin-bottom: 0;
}
.BVMxqa-uP3YaCSenr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffba7c;
  margin-bottom: 20px;
}
.BVMxqa-uP3YaCSenr .tool-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.BVMxqa-uP3YaCSenr .tool-section-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .tool-list-title {
  color: #093388;
}
.BVMxqa-uP3YaCSenr .list {
  color: #58595b;
}
.BVMxqa-uP3YaCSenr .tool-section-title,
.BVMxqa-uP3YaCSenr .tool-section-btn,
.BVMxqa-uP3YaCSenr .content-wrapper {
  text-align: center;
}
.BVMxqa-uP3YaCSenr .list,
.BVMxqa-uP3YaCSenr .item-wrap,
.BVMxqa-uP3YaCSenr .list-wrapper {
  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-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes stretchOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: stretchOut 1.2s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 21: translate bounce */
a, button, .btn {
  position: relative;
}
a:active, button:active, .btn:active {
  animation: bounce-click 0.3s ease-out;
}
@keyframes bounce-click {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* endmainanimations */
