.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.workflow-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .workflow-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .workflow-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .workflow-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .workflow-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .workflow-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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #686e82 !important;
}
.bg-warning {
  background-color: #e4e8f4 !important;
}
.bg-danger {
  background-color: #8fa2ca !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !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: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #686e82 !important;
  border-color: #686e82 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #82889b !important;
  border-color: #82889b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82889b !important;
  border-color: #82889b !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e4e8f4 !important;
  border-color: #e4e8f4 !important;
  color: #3f569a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3f569a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8fa2ca !important;
  border-color: #8fa2ca !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b2bfda !important;
  border-color: #b2bfda !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b2bfda !important;
  border-color: #b2bfda !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: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #686e82;
  color: #686e82;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #414552 !important;
  background-color: transparent !important;
  border-color: #414552 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #686e82 !important;
  border-color: #686e82 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e4e8f4;
  color: #e4e8f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a6b4db !important;
  background-color: transparent !important;
  border-color: #a6b4db !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3f569a !important;
  background-color: #e4e8f4 !important;
  border-color: #e4e8f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8fa2ca;
  color: #8fa2ca;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5471ae !important;
  background-color: transparent !important;
  border-color: #5471ae !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8fa2ca !important;
  border-color: #8fa2ca !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: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #686e82 !important;
}
.text-warning {
  color: #e4e8f4 !important;
}
.text-danger {
  color: #8fa2ca !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3b3e49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9caad6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4e6aa5 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #686e82;
}
.alert-warning {
  background-color: #e4e8f4;
}
.alert-danger {
  background-color: #8fa2ca;
}
.workflow-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.workflow-gallery-filter li a {
  border-radius: 100px !important;
}
.workflow-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.workflow-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.workflow-plan-header.bg-primary .workflow-plan-subtitle,
.workflow-plan-header.bg-primary .workflow-plan-price-desc {
  color: #ffffff;
}
.workflow-plan-header.bg-success .workflow-plan-subtitle,
.workflow-plan-header.bg-success .workflow-plan-price-desc {
  color: #c0b27c;
}
.workflow-plan-header.bg-info .workflow-plan-subtitle,
.workflow-plan-header.bg-info .workflow-plan-price-desc {
  color: #acb0bd;
}
.workflow-plan-header.bg-warning .workflow-plan-subtitle,
.workflow-plan-header.bg-warning .workflow-plan-price-desc {
  color: #ffffff;
}
.workflow-plan-header.bg-danger .workflow-plan-subtitle,
.workflow-plan-header.bg-danger .workflow-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .workflow-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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .workflow-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.workflow-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.workflow-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.workflow-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.workflow-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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5lfP4c8u .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover,
.R18z3wKA-uO5lfP4c8u .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5lfP4c8u .nav-link {
  position: relative;
}
.R18z3wKA-uO5lfP4c8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu,
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item:focus,
.R18z3wKA-uO5lfP4c8u .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item.active,
.R18z3wKA-uO5lfP4c8u .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5lfP4c8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5lfP4c8u ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5lfP4c8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5lfP4c8u .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5lfP4c8u .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5ltMGjQ2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5ltMGjQ2 .items-wrap {
  justify-content: space-between;
}
.R18z3wKA-uO5ltMGjQ2 .items-wrap .card {
  justify-content: center;
}
.R18z3wKA-uO5ltMGjQ2 .title-wrapper .workflow-desc {
  margin-bottom: 15px;
}
.R18z3wKA-uO5ltMGjQ2 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5ltMGjQ2 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .R18z3wKA-uO5ltMGjQ2 .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .R18z3wKA-uO5ltMGjQ2 .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.R18z3wKA-uO5ltMGjQ2 .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5ltMGjQ2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5ltMGjQ2 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #8fa2ca;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5ltMGjQ2 .image-wrapper img {
    height: 350px;
  }
}
.R18z3wKA-uO5ltMGjQ2 .workflow-section-title {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-text {
  color: #000000;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-text,
.R18z3wKA-uO5ltMGjQ2 .workflow-section-btn {
  color: #fdfde1;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-desc {
  color: #fdfde1;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-section-subtitle {
  color: #000000;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-desc,
.R18z3wKA-uO5ltMGjQ2 .workflow-section-btn {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5ltMGjQ2 .workflow-text,
.R18z3wKA-uO5ltMGjQ2 .workflow-section-btn mb-4 {
  text-align: center;
}
.R18z3wKA-uO5lXjfT7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf2f7;
}
.R18z3wKA-uO5lXjfT7F .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5lXjfT7F .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lXjfT7F .container {
    padding: 0 16px;
  }
}
.R18z3wKA-uO5lXjfT7F .card {
  justify-content: center;
}
.R18z3wKA-uO5lXjfT7F .title-wrapper .workflow-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #8fa2ca;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lXjfT7F .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5lXjfT7F .text-wrapper .workflow-text {
  margin-bottom: 24px;
}
.R18z3wKA-uO5lXjfT7F .text-wrapper .workflow-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.R18z3wKA-uO5lXjfT7F .workflow-section-title {
  color: #000000;
}
.R18z3wKA-uO5lXjfT7F .workflow-text {
  color: #000000;
}
.R18z3wKA-uO5lXjfT7F .workflow-desc {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5lXjfT7F .workflow-text,
.R18z3wKA-uO5lXjfT7F .workflow-section-btn {
  text-align: center;
}
.R18z3wKA-uO5lXjfT7F .workflow-section-title,
.R18z3wKA-uO5lXjfT7F .title-wrapper {
  text-align: center;
}
.R18z3wKA-uO5otQ5qeH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5otQ5qeH .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5otQ5qeH .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5otQ5qeH .title-wrapper .workflow-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5otQ5qeH .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.R18z3wKA-uO5otQ5qeH .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .item {
    padding: 0 14px;
  }
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper {
  position: relative;
  border: 1px solid #e4e8f4;
  display: flex;
  overflow: hidden;
  background-color: #e4e8f4;
  background-color: transparent;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .item .item-wrapper {
    display: block;
  }
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #edf2f7, #e4e8f4 30%);
  opacity: .5;
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 50%;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-content {
    padding: 14px;
    width: 100%;
  }
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-img {
    width: 100%;
  }
}
.R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-img img {
  min-height: 320px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5otQ5qeH .item .item-wrapper .item-img img {
    height: 200px;
    min-height: auto;
  }
}
.R18z3wKA-uO5otQ5qeH .workflow-section-title {
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5otQ5qeH .item-title {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5otQ5qeH .item-text {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5oKI9dMe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf2f7;
  background-image: linear-gradient(135deg, #8fa2ca 10%, #edf2f7 80%, #e4e8f4 130%);
}
.R18z3wKA-uO5oKI9dMe .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5oKI9dMe .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5oKI9dMe .row {
  justify-content: center;
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .workflow-section-title {
  margin-bottom: 22px;
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .text-wrapper .workflow-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5oKI9dMe .content-wrapper .text-wrapper .workflow-text {
    width: 100%;
  }
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .workflow-section-btn {
  margin-top: 32px;
}
.R18z3wKA-uO5oKI9dMe .content-wrapper .workflow-section-btn .workflow-section-title {
  margin-top: 22px;
}
.R18z3wKA-uO5oKI9dMe .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5oKI9dMe .workflow-text,
.R18z3wKA-uO5oKI9dMe .text-wrapper {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5oKI9dMe .workflow-section-title,
.R18z3wKA-uO5oKI9dMe .workflow-section-btn,
.R18z3wKA-uO5oKI9dMe .logo-wrapper {
  text-align: center;
  color: #000000;
}
.R18z3wKA-uO5oShqpwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5oShqpwJ .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5oShqpwJ .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5oShqpwJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.R18z3wKA-uO5oShqpwJ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5oShqpwJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.R18z3wKA-uO5oShqpwJ .title-wrapper .workflow-section-title {
  margin-bottom: 24px;
}
.R18z3wKA-uO5oShqpwJ .title-wrapper .text-wrapper .workflow-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5oShqpwJ .title-wrapper .text-wrapper .workflow-text {
    width: 100%;
  }
}
.R18z3wKA-uO5oShqpwJ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5oShqpwJ .image-wrapper img {
    height: 350px;
  }
}
.R18z3wKA-uO5oShqpwJ .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5oShqpwJ .workflow-text,
.R18z3wKA-uO5oShqpwJ .text-wrapper {
  color: #060606;
  text-align: center;
}
.R18z3wKA-uO5oShqpwJ .workflow-section-title,
.R18z3wKA-uO5oShqpwJ .workflow-section-btn {
  text-align: center;
  color: #000000;
}
.R18z3wKA-uO5pivgaas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edf2f7;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.R18z3wKA-uO5pivgaas .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5pivgaas .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5pivgaas .section-border-item {
  background-color: #8fa2ca;
}
.R18z3wKA-uO5pivgaas .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .R18z3wKA-uO5pivgaas .main-container {
    padding: 3rem 0;
  }
}
.R18z3wKA-uO5pivgaas .title-wrap {
  width: 100%;
}
.R18z3wKA-uO5pivgaas .title-box {
  width: 100%;
}
.R18z3wKA-uO5pivgaas .workflow-title {
  color: #060606;
  text-align: center;
}
.R18z3wKA-uO5pivgaas .workflow-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .R18z3wKA-uO5pivgaas .workflow-text {
    margin-top: 1.25rem;
  }
}
.R18z3wKA-uO5pivgaas .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #8fa2ca;
  border-bottom: 1px solid #8fa2ca;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .card-row {
    flex-wrap: wrap;
  }
}
.R18z3wKA-uO5pivgaas .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .card {
    width: 100%;
  }
}
.R18z3wKA-uO5pivgaas .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #8fa2ca;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .R18z3wKA-uO5pivgaas .card:hover .card-bg {
    opacity: 1;
  }
}
.R18z3wKA-uO5pivgaas .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.R18z3wKA-uO5pivgaas .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.R18z3wKA-uO5pivgaas .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.R18z3wKA-uO5pivgaas .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: .6s all;
}
.R18z3wKA-uO5pivgaas .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.R18z3wKA-uO5pivgaas .iconfont-wrapper .workflow-iconfont {
  display: block;
  font-size: 34px;
  color: #8fa2ca;
  margin-right: 0;
}
.R18z3wKA-uO5pivgaas .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: .75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .R18z3wKA-uO5pivgaas .card-text-wrap {
    margin-bottom: 12px;
  }
}
.R18z3wKA-uO5pivgaas .card-title {
  color: #060606;
}
.R18z3wKA-uO5pivgaas .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .R18z3wKA-uO5pivgaas .card-text {
    margin-top: 1rem;
  }
}
.R18z3wKA-uO5pivgaas .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .R18z3wKA-uO5pivgaas .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.R18z3wKA-uO5pivgaas .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .R18z3wKA-uO5pivgaas .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.R18z3wKA-uO5pivgaas .iconfont-hover-wrapper .workflow-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5pivgaas .iconfont-hover-wrapper .workflow-iconfont {
    font-size: 74px !important;
  }
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5lfP4c8u .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover,
.R18z3wKA-uO5lfP4c8u .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5lfP4c8u .nav-link {
  position: relative;
}
.R18z3wKA-uO5lfP4c8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu,
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item:focus,
.R18z3wKA-uO5lfP4c8u .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item.active,
.R18z3wKA-uO5lfP4c8u .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5lfP4c8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5lfP4c8u ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5lfP4c8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5lfP4c8u .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5lfP4c8u .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5qmZE0v0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e4e8f4;
  background: linear-gradient(180deg, #e4e8f4, #edf2f7);
}
@media (max-width: 1400px) {
  .R18z3wKA-uO5qmZE0v0 .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .R18z3wKA-uO5qmZE0v0 .row {
    text-align: center!important;
  }
}
.R18z3wKA-uO5qmZE0v0 .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #8fa2ca;
  background: linear-gradient(180deg, #8fa2ca, #e4e8f4);
  background: linear-gradient(90deg, #8fa2ca, #e4e8f4) !important;
}
@media (max-width: 767px) {
  .R18z3wKA-uO5qmZE0v0 .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.R18z3wKA-uO5qmZE0v0 img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.R18z3wKA-uO5qmZE0v0 .workflow-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5qmZE0v0 .workflow-section-title {
    text-align: center;
  }
}
.R18z3wKA-uO5qmZE0v0 .workflow-text {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5qmZE0v0 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5qmZE0v0 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5qmZE0v0 .workflow-section-title,
.R18z3wKA-uO5qmZE0v0 .workflow-section-btn {
  text-align: center;
  color: #000000;
}
.R18z3wKA-uO5qxicayX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edf2f7;
}
.R18z3wKA-uO5qxicayX .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5qxicayX .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5qxicayX .row {
  justify-content: space-between;
}
.R18z3wKA-uO5qxicayX .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qxicayX .content-wrapper {
    padding: 0;
  }
}
.R18z3wKA-uO5qxicayX .content-wrapper .workflow-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qxicayX .content-wrapper .workflow-section-title {
    margin-bottom: 20px;
  }
}
.R18z3wKA-uO5qxicayX .content-wrapper .workflow-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qxicayX .content-wrapper .workflow-text {
    margin-bottom: 20px;
  }
}
.R18z3wKA-uO5qxicayX .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.R18z3wKA-uO5qxicayX .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.R18z3wKA-uO5qxicayX .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.R18z3wKA-uO5qxicayX .content-wrapper .logo-wrapper .logo-wrap .workflow-desc {
  margin-bottom: 0;
}
.R18z3wKA-uO5qxicayX .workflow-section-title {
  color: #000000;
}
.R18z3wKA-uO5qxicayX .workflow-desc {
  color: #000000;
}
.R18z3wKA-uO5qxicayX .workflow-text {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5qxicayX .workflow-section-title,
.R18z3wKA-uO5qxicayX .workflow-section-btn {
  text-align: center;
}
.R18z3wKA-uO5qEFWit5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5qEFWit5 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5qEFWit5 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5qEFWit5 .row {
  justify-content: center;
}
.R18z3wKA-uO5qEFWit5 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .title-wrapper {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qEFWit5 .title-wrapper .workflow-section-title {
  margin-bottom: 0;
}
.R18z3wKA-uO5qEFWit5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .R18z3wKA-uO5qEFWit5 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .R18z3wKA-uO5qEFWit5 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .R18z3wKA-uO5qEFWit5 .item {
    margin-bottom: 48px;
  }
}
.R18z3wKA-uO5qEFWit5 .item:hover .item-wrapper .card-box .item-img img,
.R18z3wKA-uO5qEFWit5 .item:focus .item-wrapper .card-box .item-img img {
  transform: scale(1.05);
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .tag-wrapper {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .tag-wrapper .workflow-tag {
  display: inline-flex;
  align-items: center;
  background-color: #edf2f7;
  box-shadow: 0 1px 1px 1px #e4e8f4;
  padding: 14px;
  margin-bottom: 0;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .item-img {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .list {
  margin-bottom: 40px;
  padding-left: 22px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .list {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #e4e8f4;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .workflow-section-btn {
  width: 100%;
}
.R18z3wKA-uO5qEFWit5 .item .item-wrapper .workflow-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.R18z3wKA-uO5qEFWit5 .workflow-section-title {
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5qEFWit5 .card-title {
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5qEFWit5 .list {
  color: #ffffff;
}
.R18z3wKA-uO5qEFWit5 .workflow-tag {
  color: #ffffff;
}
.R18z3wKA-uO5qEFWit5 .list,
.R18z3wKA-uO5qEFWit5 .item-wrap {
  text-align: center;
}
.R18z3wKA-uO5qEFWit5 .workflow-tag,
.R18z3wKA-uO5qEFWit5 .tag-wrapper {
  color: #000000;
}
.R18z3wKA-uO5qO4Hzo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5qO4Hzo3 .container-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #e4e8f4;
  pointer-events: none;
}
.R18z3wKA-uO5qO4Hzo3 .container-bg .shadow-wrap {
  background-image: linear-gradient(#8fa2ca 0, transparent 100%);
  height: 40px;
  width: 100%;
  pointer-events: none;
}
.R18z3wKA-uO5qO4Hzo3 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5qO4Hzo3 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5qO4Hzo3 .row {
  justify-content: center;
}
.R18z3wKA-uO5qO4Hzo3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.R18z3wKA-uO5qO4Hzo3 .content-wrapper .workflow-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qO4Hzo3 .content-wrapper .workflow-section-title {
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qO4Hzo3 .content-wrapper .text-wrapper .workflow-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5qO4Hzo3 .content-wrapper .text-wrapper .workflow-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.R18z3wKA-uO5qO4Hzo3 .content-wrapper .workflow-section-btn {
  position: relative;
  z-index: 1;
}
.R18z3wKA-uO5qO4Hzo3 .workflow-section-title {
  color: #000000;
}
.R18z3wKA-uO5qO4Hzo3 .workflow-text,
.R18z3wKA-uO5qO4Hzo3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.R18z3wKA-uO5qO4Hzo3 .workflow-section-title,
.R18z3wKA-uO5qO4Hzo3 .workflow-section-btn {
  text-align: center;
  color: #000000;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5lfP4c8u .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover,
.R18z3wKA-uO5lfP4c8u .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5lfP4c8u .nav-link {
  position: relative;
}
.R18z3wKA-uO5lfP4c8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu,
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item:focus,
.R18z3wKA-uO5lfP4c8u .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item.active,
.R18z3wKA-uO5lfP4c8u .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5lfP4c8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5lfP4c8u ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5lfP4c8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5lfP4c8u .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5lfP4c8u .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5rHWtWqs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5rHWtWqs .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5rHWtWqs .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5rHWtWqs .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .R18z3wKA-uO5rHWtWqs .container {
    padding: 0 12px;
  }
}
.R18z3wKA-uO5rHWtWqs .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper .workflow-section-title {
  margin-bottom: 1.5rem;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper .workflow-social-likns .workflow-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper .workflow-social-likns .workflow-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .title-wrapper .workflow-text {
  margin-bottom: 0;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form {
  width: 40%;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form {
    width: 100%;
  }
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap {
    padding: 0px;
  }
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .workflow-section-title {
  margin-bottom: 20px !important;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .workflow-text {
  margin-bottom: 20px !important;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-control {
  color: #060606;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #060606 !important;
  background-color: #e4e8f4;
  transition: all 300ms ease;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-control:hover,
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bff747 !important;
  box-shadow: none;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #060606;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #060606;
  border-color: #060606;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .workflow-section-btn {
  margin-top: 6px;
}
.R18z3wKA-uO5rHWtWqs .content-wrapper .workflow-form .form-wrap .dragArea.row .workflow-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.R18z3wKA-uO5rHWtWqs .workflow-form .form-conrol {
  color: #060606;
}
.R18z3wKA-uO5rHWtWqs .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5rHWtWqs .workflow-text {
  color: #060606;
  text-align: center;
}
.R18z3wKA-uO5rHWtWqs label {
  color: #ffffff;
}
.R18z3wKA-uO5rHWtWqs .workflow-section-title,
.R18z3wKA-uO5rHWtWqs .workflow-section-btn {
  color: #060606;
  text-align: center;
}
.R18z3wKA-uO5rHWtWqs .card-contacts {
  color: #060606;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5lfP4c8u .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover,
.R18z3wKA-uO5lfP4c8u .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5lfP4c8u .nav-link {
  position: relative;
}
.R18z3wKA-uO5lfP4c8u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-menu,
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item:focus,
.R18z3wKA-uO5lfP4c8u .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5lfP4c8u .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5lfP4c8u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5lfP4c8u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5lfP4c8u .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5lfP4c8u .dropdown-item.active,
.R18z3wKA-uO5lfP4c8u .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5lfP4c8u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5lfP4c8u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5lfP4c8u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5lfP4c8u ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5lfP4c8u .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5lfP4c8u .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5lfP4c8u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5lfP4c8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5lfP4c8u .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5lfP4c8u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5lfP4c8u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5lfP4c8u .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5lfP4c8u .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5lfP4c8u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5lfP4c8u .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5lfP4c8u .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5lfP4c8u .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5sFkjXb0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5sFkjXb0 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5sFkjXb0 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5CPdEf6E .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CPdEf6E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5CPdEf6E .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item:hover,
.R18z3wKA-uO5CPdEf6E .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5CPdEf6E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5CPdEf6E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5CPdEf6E .nav-link {
  position: relative;
}
.R18z3wKA-uO5CPdEf6E .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CPdEf6E .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5CPdEf6E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5CPdEf6E .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CPdEf6E .dropdown-menu,
.R18z3wKA-uO5CPdEf6E .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item:focus,
.R18z3wKA-uO5CPdEf6E .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5CPdEf6E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CPdEf6E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5CPdEf6E .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5CPdEf6E .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CPdEf6E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5CPdEf6E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5CPdEf6E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CPdEf6E .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5CPdEf6E .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5CPdEf6E .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5CPdEf6E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CPdEf6E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5CPdEf6E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CPdEf6E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5CPdEf6E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5CPdEf6E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5CPdEf6E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5CPdEf6E .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5CPdEf6E .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5CPdEf6E .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5CPdEf6E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5CPdEf6E .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CPdEf6E .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5CPdEf6E .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5CPdEf6E .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CPdEf6E .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CPdEf6E .dropdown-item.active,
.R18z3wKA-uO5CPdEf6E .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5CPdEf6E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5CPdEf6E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5CPdEf6E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5CPdEf6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5CPdEf6E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5CPdEf6E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5CPdEf6E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5CPdEf6E ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5CPdEf6E ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5CPdEf6E .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5CPdEf6E .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5CPdEf6E .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5CPdEf6E .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CPdEf6E button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CPdEf6E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CPdEf6E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CPdEf6E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CPdEf6E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CPdEf6E .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5CPdEf6E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5CPdEf6E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5CPdEf6E .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5CPdEf6E .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5CPdEf6E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5CPdEf6E .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5CPdEf6E .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5CPdEf6E .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5CPdEf6E .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5CPdEf6E .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5CPdEf6E .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CPdEf6E .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CPdEf6E .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CPdEf6E .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5CPdEf6E .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5CPdEf6E .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5CPdEf6E .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5CPdEf6E .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5CPdEf6E .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5CPeuai0 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5CPeuai0 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5CPeuai0 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5CQqcWcd .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CQqcWcd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5CQqcWcd .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item:hover,
.R18z3wKA-uO5CQqcWcd .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5CQqcWcd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5CQqcWcd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5CQqcWcd .nav-link {
  position: relative;
}
.R18z3wKA-uO5CQqcWcd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CQqcWcd .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5CQqcWcd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5CQqcWcd .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CQqcWcd .dropdown-menu,
.R18z3wKA-uO5CQqcWcd .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item:focus,
.R18z3wKA-uO5CQqcWcd .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5CQqcWcd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CQqcWcd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5CQqcWcd .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5CQqcWcd .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CQqcWcd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5CQqcWcd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5CQqcWcd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CQqcWcd .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5CQqcWcd .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5CQqcWcd .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5CQqcWcd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CQqcWcd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5CQqcWcd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CQqcWcd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5CQqcWcd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5CQqcWcd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5CQqcWcd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5CQqcWcd .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5CQqcWcd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5CQqcWcd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5CQqcWcd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5CQqcWcd .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CQqcWcd .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5CQqcWcd .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5CQqcWcd .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CQqcWcd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CQqcWcd .dropdown-item.active,
.R18z3wKA-uO5CQqcWcd .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5CQqcWcd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5CQqcWcd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5CQqcWcd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5CQqcWcd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5CQqcWcd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5CQqcWcd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5CQqcWcd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5CQqcWcd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5CQqcWcd ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5CQqcWcd .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5CQqcWcd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5CQqcWcd .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5CQqcWcd .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CQqcWcd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CQqcWcd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CQqcWcd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CQqcWcd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CQqcWcd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CQqcWcd .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5CQqcWcd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5CQqcWcd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5CQqcWcd .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5CQqcWcd .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5CQqcWcd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5CQqcWcd .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5CQqcWcd .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5CQqcWcd .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5CQqcWcd .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5CQqcWcd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5CQqcWcd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CQqcWcd .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CQqcWcd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CQqcWcd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5CQqcWcd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5CQqcWcd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5CQqcWcd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5CQqcWcd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5CQqcWcd .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5CQriU8i {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5CQriU8i .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5CQriU8i .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  color: #ffffff;
}
.R18z3wKA-uO5CR1pcy1 .navbar-dropdown {
  position: relative !important;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item:before {
  font-family: depth2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item {
  border: none;
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item:hover,
.R18z3wKA-uO5CR1pcy1 .dropdown-item:focus {
  background: #e4e8f4 !important;
  color: #060606 !important;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item:hover span {
  color: white;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.R18z3wKA-uO5CR1pcy1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.R18z3wKA-uO5CR1pcy1 .nav-link {
  position: relative;
}
.R18z3wKA-uO5CR1pcy1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CR1pcy1 .container {
    flex-wrap: nowrap;
  }
}
.R18z3wKA-uO5CR1pcy1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.R18z3wKA-uO5CR1pcy1 .iconfont-wrapper:hover {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-menu,
.R18z3wKA-uO5CR1pcy1 .navbar.opened {
  background: #8fa2ca !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item:focus,
.R18z3wKA-uO5CR1pcy1 .nav-link:focus {
  outline: none;
}
.R18z3wKA-uO5CR1pcy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CR1pcy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.R18z3wKA-uO5CR1pcy1 .dropdown .dropdown-menu .dropdown-item .workflow-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.R18z3wKA-uO5CR1pcy1 .dropdown .dropdown-menu .dropdown-item .workflow-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.R18z3wKA-uO5CR1pcy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.R18z3wKA-uO5CR1pcy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.R18z3wKA-uO5CR1pcy1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8fa2ca;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CR1pcy1 .navbar.opened {
  transition: all 0.3s;
}
.R18z3wKA-uO5CR1pcy1 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.R18z3wKA-uO5CR1pcy1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.R18z3wKA-uO5CR1pcy1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed {
  justify-content: center;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .R18z3wKA-uO5CR1pcy1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.R18z3wKA-uO5CR1pcy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CR1pcy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.R18z3wKA-uO5CR1pcy1 .navbar.navbar-short {
  min-height: 96px;
}
.R18z3wKA-uO5CR1pcy1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.R18z3wKA-uO5CR1pcy1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.R18z3wKA-uO5CR1pcy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.R18z3wKA-uO5CR1pcy1 .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CR1pcy1 .navbar-brand .navbar-caption:focus {
  color: #060606 !important;
}
.R18z3wKA-uO5CR1pcy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.R18z3wKA-uO5CR1pcy1 .navbar.opened .navbar-brand .navbar-caption:hover,
.R18z3wKA-uO5CR1pcy1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8fa2ca !important;
}
.R18z3wKA-uO5CR1pcy1 .dropdown-item.active,
.R18z3wKA-uO5CR1pcy1 .dropdown-item:active {
  background-color: transparent;
}
.R18z3wKA-uO5CR1pcy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.R18z3wKA-uO5CR1pcy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.R18z3wKA-uO5CR1pcy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.R18z3wKA-uO5CR1pcy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8fa2ca;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5CR1pcy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.R18z3wKA-uO5CR1pcy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.R18z3wKA-uO5CR1pcy1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.R18z3wKA-uO5CR1pcy1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .R18z3wKA-uO5CR1pcy1 ul.navbar-nav {
    padding: 0;
    background-color: #e4e8f4;
    border: none;
  }
}
.R18z3wKA-uO5CR1pcy1 .navbar-buttons {
  text-align: center;
}
.R18z3wKA-uO5CR1pcy1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.R18z3wKA-uO5CR1pcy1 .navbar-buttons .btn .workflow-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .R18z3wKA-uO5CR1pcy1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #8fa2ca !important;
  border: none !important;
  box-shadow: none !important;
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.R18z3wKA-uO5CR1pcy1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.R18z3wKA-uO5CR1pcy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CR1pcy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CR1pcy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.R18z3wKA-uO5CR1pcy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.R18z3wKA-uO5CR1pcy1 .navbar-dropdown {
  padding: 0 1rem;
}
.R18z3wKA-uO5CR1pcy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.R18z3wKA-uO5CR1pcy1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .R18z3wKA-uO5CR1pcy1 .navbar {
    height: 70px;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar.opened {
    height: auto;
  }
  .R18z3wKA-uO5CR1pcy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.R18z3wKA-uO5CR1pcy1 .navbar-nav {
  margin: 0 auto;
}
.R18z3wKA-uO5CR1pcy1 .nav-item {
  padding: 0;
  margin: 0;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #060606 !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .nav-link::after {
  color: #8fa2ca !important;
  transform: rotate(0);
  transition: .3s;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606, #8fa2ca 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.R18z3wKA-uO5CR1pcy1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .dropdown-menu .dropdown-item {
  color: #060606 !important;
}
.R18z3wKA-uO5CR1pcy1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #060606 !important;
}
@media (max-width: 991px) {
  .R18z3wKA-uO5CR1pcy1 .navbar {
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .R18z3wKA-uO5CR1pcy1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .R18z3wKA-uO5CR1pcy1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.R18z3wKA-uO5CR1pcy1 .content-wrap {
  min-height: 90px;
}
.R18z3wKA-uO5CR26nTg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e4e8f4;
}
.R18z3wKA-uO5CR26nTg .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5CR26nTg .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa2ca;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image.disabled {
  display: none;
}
.R18z3wKA-uO5GaJR0I7 .workflow-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.R18z3wKA-uO5GaJR0I7 .row {
  justify-content: center;
}
.R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .title-wrapper .workflow-section-title {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:hover,
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.R18z3wKA-uO5GaJR0I7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .workflow-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.R18z3wKA-uO5GaJR0I7 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .R18z3wKA-uO5GaJR0I7 .border-wrapper {
    margin-bottom: 32px;
  }
}
.R18z3wKA-uO5GaJR0I7 .workflow-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.R18z3wKA-uO5GaJR0I7 .workflow-section-title {
  color: #ffffff;
}
.R18z3wKA-uO5GaJR0I7 .list {
  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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.navbar-brand {
    animation: swing 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 11: hue-rotate filter */
a, button, .btn {
  transition: filter 0.3s ease;
}
a:active, button:active, .btn:active {
  filter: hue-rotate(90deg);
}
/* endmainanimations */
