.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.guideline-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .guideline-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .guideline-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .guideline-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.35rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .guideline-iconfont {
  font-size: 2.9375rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .guideline-iconfont {
  font-size: 1.8125rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.88rem;
    font-size: calc( 1.4725000000000001rem + (2.35 - 1.4725000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4725000000000001rem + (2.35 - 1.4725000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #01004c !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01004c !important;
  border-color: #01004c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #02007f !important;
  border-color: #02007f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02007f !important;
  border-color: #02007f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #851523 !important;
  border-color: #851523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !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: #01004c;
  color: #01004c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01004c !important;
  border-color: #01004c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #851523;
  color: #851523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a090f !important;
  background-color: transparent !important;
  border-color: #3a090f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #851523 !important;
  border-color: #851523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !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: #01004c !important;
}
.text-secondary {
  color: #851523 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #01004c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.guideline-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.guideline-gallery-filter li a {
  border-radius: 100px !important;
}
.guideline-gallery-filter li.active .btn {
  background-color: #01004c;
  border-color: #01004c;
  color: #ffffff;
}
.guideline-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #01004c;
}
.guideline-plan-header.bg-primary .guideline-plan-subtitle,
.guideline-plan-header.bg-primary .guideline-plan-price-desc {
  color: #3532ff;
}
.guideline-plan-header.bg-success .guideline-plan-subtitle,
.guideline-plan-header.bg-success .guideline-plan-price-desc {
  color: #1fc7a6;
}
.guideline-plan-header.bg-info .guideline-plan-subtitle,
.guideline-plan-header.bg-info .guideline-plan-price-desc {
  color: #ffffff;
}
.guideline-plan-header.bg-warning .guideline-plan-subtitle,
.guideline-plan-header.bg-warning .guideline-plan-price-desc {
  color: #d4a2c0;
}
.guideline-plan-header.bg-danger .guideline-plan-subtitle,
.guideline-plan-header.bg-danger .guideline-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .guideline-iconfont {
  font-size: 1.8125rem;
}
.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: #01004c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .guideline-iconfont {
  font-size: 1.8125rem;
}
blockquote {
  border-color: #01004c;
}
/* Forms */
.guideline-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.guideline-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.guideline-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.guideline-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: #01004c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #01004c;
}
.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: #01004c;
  border-bottom-color: #01004c;
}
.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: #ffffff !important;
  background-color: #01004c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #851523 !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='%2301004c' %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;
}
.guideline-section-btn .btn,
.guideline-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.guideline-section-btn .btn .guideline-iconfont,
.guideline-section-btn-main .btn .guideline-iconfont {
  margin: 0 10px 0 0;
}
.guideline-section-btn .btn-primary-outline,
.guideline-section-btn-main .btn-primary-outline,
.guideline-section-btn .btn-secondary-outline,
.guideline-section-btn-main .btn-secondary-outline,
.guideline-section-btn .btn-success-outline,
.guideline-section-btn-main .btn-success-outline,
.guideline-section-btn .btn-info-outline,
.guideline-section-btn-main .btn-info-outline,
.guideline-section-btn .btn-warning-outline,
.guideline-section-btn-main .btn-warning-outline,
.guideline-section-btn .btn-danger-outline,
.guideline-section-btn-main .btn-danger-outline,
.guideline-section-btn .btn-black-outline,
.guideline-section-btn-main .btn-black-outline,
.guideline-section-btn .btn-white-outline,
.guideline-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.guideline-section-btn .btn-primary-outline .guideline-iconfont,
.guideline-section-btn-main .btn-primary-outline .guideline-iconfont,
.guideline-section-btn .btn-secondary-outline .guideline-iconfont,
.guideline-section-btn-main .btn-secondary-outline .guideline-iconfont,
.guideline-section-btn .btn-success-outline .guideline-iconfont,
.guideline-section-btn-main .btn-success-outline .guideline-iconfont,
.guideline-section-btn .btn-info-outline .guideline-iconfont,
.guideline-section-btn-main .btn-info-outline .guideline-iconfont,
.guideline-section-btn .btn-warning-outline .guideline-iconfont,
.guideline-section-btn-main .btn-warning-outline .guideline-iconfont,
.guideline-section-btn .btn-danger-outline .guideline-iconfont,
.guideline-section-btn-main .btn-danger-outline .guideline-iconfont,
.guideline-section-btn .btn-black-outline .guideline-iconfont,
.guideline-section-btn-main .btn-black-outline .guideline-iconfont,
.guideline-section-btn .btn-white-outline .guideline-iconfont,
.guideline-section-btn-main .btn-white-outline .guideline-iconfont {
  margin: 0 16px 0 0;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPw4OqlYt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPw4OqlYt .container-fluid {
  padding-right: 0;
}
.opReQ8-uJPw4OqlYt .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPw4OqlYt .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPw4OqlYt .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .opReQ8-uJPw4OqlYt .title-wrapper {
    padding: 0 12px;
  }
}
.opReQ8-uJPw4OqlYt .title {
  display: flex;
  align-items: center;
}
.opReQ8-uJPw4OqlYt .title-wrapper {
  width: 100%;
}
.opReQ8-uJPw4OqlYt .title-wrapper .guideline-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .opReQ8-uJPw4OqlYt .title-wrapper .guideline-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.opReQ8-uJPw4OqlYt .title-wrapper .guideline-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .opReQ8-uJPw4OqlYt .title-wrapper .guideline-section-title {
    margin-bottom: 19.5px;
  }
}
.opReQ8-uJPw4OqlYt .title-wrapper .guideline-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .opReQ8-uJPw4OqlYt .title-wrapper .guideline-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPw4OqlYt .image-wrapper {
    margin-top: 39px;
  }
}
.opReQ8-uJPw4OqlYt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opReQ8-uJPw4OqlYt .guideline-section-subtitle {
  color: #181818;
}
.opReQ8-uJPw4OqlYt .guideline-section-title {
  color: #181818;
}
.opReQ8-uJPw4OqlYt .guideline-text {
  color: #454545;
}
.opReQ8-uJPw4OqlYt .guideline-section-title,
.opReQ8-uJPw4OqlYt .guideline-section-btn {
  text-align: center;
}
.opReQ8-uJPwbDLs7h {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.opReQ8-uJPwbDLs7h .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPwbDLs7h .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPwbDLs7h .row {
  justify-content: flex-start;
}
.opReQ8-uJPwbDLs7h .guideline-section-title {
  color: #000000;
}
.opReQ8-uJPwbDLs7h .guideline-text {
  margin-top: 36px;
  color: #5c6064;
  max-width: 655px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .opReQ8-uJPwbDLs7h .guideline-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPwbDLs7h .guideline-text {
    margin-top: 20px;
  }
}
.opReQ8-uJPwbDLs7h .guideline-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .opReQ8-uJPwbDLs7h .guideline-section-btn {
    margin-top: 46px;
  }
}
.opReQ8-uJPwbDLs7h .guideline-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.opReQ8-uJPwbDLs7h .guideline-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.opReQ8-uJPwbDLs7h .guideline-text,
.opReQ8-uJPwbDLs7h .guideline-section-btn {
  color: #000000;
}
.opReQ8-uJPwfluNDG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  overflow: hidden;
}
.opReQ8-uJPwfluNDG .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPwfluNDG .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPwfluNDG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .opReQ8-uJPwfluNDG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .opReQ8-uJPwfluNDG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPwfluNDG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .opReQ8-uJPwfluNDG .container {
    padding: 0 16px;
  }
}
.opReQ8-uJPwfluNDG .row {
  justify-content: space-between;
}
.opReQ8-uJPwfluNDG .row:hover,
.opReQ8-uJPwfluNDG .row:focus {
  cursor: pointer;
}
.opReQ8-uJPwfluNDG .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPwfluNDG .image-wrapper {
    margin-bottom: 32px;
  }
}
.opReQ8-uJPwfluNDG .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .opReQ8-uJPwfluNDG .image-wrapper img {
    height: 300px;
  }
}
.opReQ8-uJPwfluNDG .content-wrapper .guideline-section-title {
  margin-bottom: 16px;
}
.opReQ8-uJPwfluNDG .content-wrapper .guideline-text {
  margin-bottom: 16px;
}
.opReQ8-uJPwfluNDG .guideline-section-title {
  color: #000000;
}
.opReQ8-uJPwfluNDG .guideline-text {
  color: #000000;
}
.opReQ8-uJPwuLzOF9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPwuLzOF9 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPwuLzOF9 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPwuLzOF9 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .opReQ8-uJPwuLzOF9 .container-fluid {
    padding: 0 16px;
  }
}
.opReQ8-uJPwuLzOF9 .container-fluid .row {
  padding: 0;
}
.opReQ8-uJPwuLzOF9 .row {
  justify-content: center;
}
.opReQ8-uJPwuLzOF9 .card {
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .opReQ8-uJPwuLzOF9 .card {
    margin-bottom: 80px;
  }
}
.opReQ8-uJPwuLzOF9 .card .card-wrapper {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .opReQ8-uJPwuLzOF9 .card .card-wrapper {
    padding: 0;
  }
}
.opReQ8-uJPwuLzOF9 .card .card-wrapper .guideline-desc {
  margin-bottom: 16px;
}
.opReQ8-uJPwuLzOF9 .card .card-wrapper .guideline-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0 auto 42px;
  border: 2px solid #02006c;
  border-radius: 100%;
}
.opReQ8-uJPwuLzOF9 .card .card-wrapper .guideline-section-title {
  margin-bottom: 22px;
}
.opReQ8-uJPwuLzOF9 .card .card-wrapper .guideline-text {
  margin-bottom: 32px;
}
.opReQ8-uJPwuLzOF9 .card .guideline-section-btn {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .opReQ8-uJPwuLzOF9 .card .guideline-section-btn {
    padding: 0;
  }
}
.opReQ8-uJPwuLzOF9 .guideline-desc {
  color: #000000;
}
.opReQ8-uJPwuLzOF9 .guideline-price {
  color: #000000;
}
.opReQ8-uJPwuLzOF9 .guideline-section-title {
  color: #ffffff;
}
.opReQ8-uJPwuLzOF9 .guideline-text {
  color: #000000;
  text-align: center;
}
.opReQ8-uJPwuLzOF9 .guideline-section-title,
.opReQ8-uJPwuLzOF9 .guideline-section-btn {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPwGW6gbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.opReQ8-uJPwGW6gbz .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPwGW6gbz .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .container {
    padding: 0 16px;
  }
}
.opReQ8-uJPwGW6gbz .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.opReQ8-uJPwGW6gbz .text-wrapper .text-wrap .guideline-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .text-wrapper .text-wrap .guideline-section-title {
    margin-bottom: 30px;
  }
}
.opReQ8-uJPwGW6gbz .text-wrapper .text-wrap .guideline-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .text-wrapper .text-wrap .guideline-text {
    margin-bottom: 20px;
  }
}
.opReQ8-uJPwGW6gbz .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .opReQ8-uJPwGW6gbz .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .image-wrapper {
    margin: 0;
  }
}
.opReQ8-uJPwGW6gbz .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.opReQ8-uJPwGW6gbz .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.opReQ8-uJPwGW6gbz .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.opReQ8-uJPwGW6gbz .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #02006c;
  border-top: 2px solid #02006c;
  border-right: 2px solid #02006c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .opReQ8-uJPwGW6gbz .image-wrapper .container-wrap {
    display: none;
  }
}
.opReQ8-uJPwGW6gbz .guideline-section-title {
  color: #ffffff;
}
.opReQ8-uJPwGW6gbz .guideline-text {
  color: #000000;
}
.opReQ8-uJPwGW6gbz .guideline-section-title,
.opReQ8-uJPwGW6gbz .guideline-section-btn {
  color: #000000;
}
.opReQ8-uJPwRgYF3v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPwRgYF3v .row {
  align-items: center;
}
.opReQ8-uJPwRgYF3v .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPwRgYF3v .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.opReQ8-uJPwRgYF3v .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.opReQ8-uJPwRgYF3v .header-text {
  width: 100%;
  margin-bottom: 20px;
}
.opReQ8-uJPwRgYF3v .label-text {
  width: 100%;
  color: #111111;
  margin-bottom: 0;
}
.opReQ8-uJPwRgYF3v .guideline-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #000000;
}
.opReQ8-uJPwRgYF3v .guideline-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.opReQ8-uJPwRgYF3v .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.opReQ8-uJPwRgYF3v .icons-menu {
  margin-left: -8px;
  margin-right: -8px;
  width: 100%;
}
.opReQ8-uJPwRgYF3v .iconfont-wrapper {
  color: #111111 !important;
}
.opReQ8-uJPwRgYF3v .iconfont-wrapper:hover {
  color: #01004c !important;
}
.opReQ8-uJPwRgYF3v .guideline-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.opReQ8-uJPwRgYF3v .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPwRgYF3v .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPwRgYF3v .guideline-text,
.opReQ8-uJPwRgYF3v .guideline-section-btn {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPxnxSJPD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aibeat13.jpg-1024x1024.jpg");
}
.opReQ8-uJPxnxSJPD .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxnxSJPD .container-fluid {
  padding: 0;
}
.opReQ8-uJPxnxSJPD .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxnxSJPD h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.opReQ8-uJPxnxSJPD .guideline-overlay {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.opReQ8-uJPxnxSJPD .row {
  justify-content: space-between;
}
.opReQ8-uJPxnxSJPD .card {
  background: white;
  border-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 6rem 8rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .opReQ8-uJPxnxSJPD .card {
    padding: 4rem 6rem;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPxnxSJPD .card {
    padding: 2rem 3rem;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPxnxSJPD .card {
    padding: 3rem 1rem;
  }
}
.opReQ8-uJPxnxSJPD .guideline-text,
.opReQ8-uJPxnxSJPD .guideline-section-btn {
  color: #232323;
}
.opReQ8-uJPxdPBz4U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.opReQ8-uJPxdPBz4U .first-card {
  background-color: #ffffff;
}
.opReQ8-uJPxdPBz4U .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.opReQ8-uJPxdPBz4U .second-card-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPxdPBz4U .second-card-subtitle {
  text-align: center;
}
.opReQ8-uJPxdPBz4U .second-card {
  background-color: #ebebeb;
}
.opReQ8-uJPxdPBz4U .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .opReQ8-uJPxdPBz4U [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPxdPBz4U .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.opReQ8-uJPxdPBz4U .first-card-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPxdPBz4U .first-card-text,
.opReQ8-uJPxdPBz4U .card-btn {
  text-align: center;
}
.opReQ8-uJPxdPBz4U .guideline-text,
.opReQ8-uJPxdPBz4U .card-btn {
  text-align: left;
}
.opReQ8-uJPxdPBz4U .second-card-subtitle,
.opReQ8-uJPxdPBz4U .second-btn {
  text-align: left;
}
.opReQ8-uJPxdPBz4U .card {
  border-radius: 0 !important;
}
.opReQ8-uJPxdPBz4U .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxdPBz4U .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxvob86W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPxvob86W .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxvob86W .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxvob86W .guideline-text,
.opReQ8-uJPxvob86W .guideline-section-btn {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPxvob86W .guideline-section-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPxwVv8XI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.opReQ8-uJPxwVv8XI .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxwVv8XI .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxwVv8XI .row {
  align-items: center;
}
.opReQ8-uJPxwVv8XI img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .opReQ8-uJPxwVv8XI .text-wrapper {
    padding: 0 2rem;
  }
}
.opReQ8-uJPxwVv8XI .guideline-section-title {
  color: #000000;
}
.opReQ8-uJPxwVv8XI .guideline-text,
.opReQ8-uJPxwVv8XI .guideline-section-btn {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPxHazKxM {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/aibeat4.jpg-1024x1024.jpg");
}
.opReQ8-uJPxHazKxM .link-wrap {
  width: 100%;
}
.opReQ8-uJPxHazKxM .link {
  display: inline-block;
}
.opReQ8-uJPxHazKxM .card-wrapper {
  background: white;
  padding: 4rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.opReQ8-uJPxHazKxM .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.opReQ8-uJPxHazKxM .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'zoom2' !important;
  color: #f8f8f8;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opReQ8-uJPxHazKxM .link a:hover {
  text-decoration: underline;
}
.opReQ8-uJPxHazKxM .link,
.opReQ8-uJPxHazKxM .link-wrap {
  color: #0077ff;
}
.opReQ8-uJPxHazKxM .guideline-text,
.opReQ8-uJPxHazKxM .guideline-section-btn {
  color: #333333;
}
@media (max-width: 767px) {
  .opReQ8-uJPxHazKxM {
    padding-top: 150px;
  }
  .opReQ8-uJPxHazKxM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.opReQ8-uJPxHazKxM .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxHazKxM .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxHazKxM .guideline-text,
.opReQ8-uJPxHazKxM .link-wrap {
  color: #000000;
}
.opReQ8-uJPxCkJeT1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.opReQ8-uJPxCkJeT1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxCkJeT1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxCkJeT1 .row {
  flex-direction: row-reverse;
}
.opReQ8-uJPxCkJeT1 .row {
  align-items: center;
}
.opReQ8-uJPxCkJeT1 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .opReQ8-uJPxCkJeT1 .text-wrapper {
    padding: 0 2rem;
  }
}
.opReQ8-uJPxCkJeT1 .guideline-section-title {
  color: #000000;
}
.opReQ8-uJPxCkJeT1 .guideline-text,
.opReQ8-uJPxCkJeT1 .guideline-section-btn {
  color: #000000;
}
.opReQ8-uJPxPcpbh6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.opReQ8-uJPxPcpbh6 .row {
  position: relative;
}
.opReQ8-uJPxPcpbh6 .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #d8d8de 50%, #ebebeb);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .opReQ8-uJPxPcpbh6 .row .blur-circle {
    display: none;
  }
}
.opReQ8-uJPxPcpbh6 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxPcpbh6 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxPcpbh6 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .opReQ8-uJPxPcpbh6 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .opReQ8-uJPxPcpbh6 .row {
    padding: 0 24px;
  }
}
.opReQ8-uJPxPcpbh6 .row {
  justify-content: center;
}
.opReQ8-uJPxPcpbh6 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .opReQ8-uJPxPcpbh6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.opReQ8-uJPxPcpbh6 .title-wrapper .guideline-section-title {
  margin-bottom: 10px;
}
.opReQ8-uJPxPcpbh6 .title-wrapper .guideline-section-title span {
  position: relative;
  z-index: 1;
}
.opReQ8-uJPxPcpbh6 .title-wrapper .guideline-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.opReQ8-uJPxPcpbh6 .title-wrapper .guideline-text {
  margin-bottom: 0;
}
.opReQ8-uJPxPcpbh6 .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.opReQ8-uJPxPcpbh6 .card .guideline-card-title {
  margin-bottom: 30px;
}
.opReQ8-uJPxPcpbh6 .card .guideline-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .opReQ8-uJPxPcpbh6 .card {
    padding: 32px;
  }
}
.opReQ8-uJPxPcpbh6 .card.first {
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-bottom-right-radius: 16px;
}
.opReQ8-uJPxPcpbh6 .card.last {
  border-left: 2px solid #111111;
  border-top: 2px solid #111111;
  border-top-left-radius: 16px;
}
.opReQ8-uJPxPcpbh6 .guideline-section-title {
  color: #111111;
  text-align: center;
}
.opReQ8-uJPxPcpbh6 .guideline-text {
  color: #111111;
  text-align: center;
}
.opReQ8-uJPxPcpbh6 .guideline-card-title {
  color: #111111;
}
.opReQ8-uJPxPcpbh6 .guideline-card-text {
  color: #111111;
}
.opReQ8-uJPxWQ3SVA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.opReQ8-uJPxWQ3SVA .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPxWQ3SVA .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPxWQ3SVA .items-wrap {
  justify-content: space-between;
}
.opReQ8-uJPxWQ3SVA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #f8f8f8;
}
@media (max-width: 1440px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.opReQ8-uJPxWQ3SVA .content-wrapper .content-wrap .guideline-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper .content-wrap .guideline-section-title {
    margin-bottom: 32px;
  }
}
.opReQ8-uJPxWQ3SVA .content-wrapper .content-wrap .guideline-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper .content-wrap .guideline-text {
    margin-bottom: 22px;
  }
}
.opReQ8-uJPxWQ3SVA .content-wrapper .content-wrap .guideline-section-btn .btn {
  margin-bottom: 0;
}
.opReQ8-uJPxWQ3SVA .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.opReQ8-uJPxWQ3SVA .content-wrapper .number-wrapper_1 .guideline-number_1 {
  margin-bottom: 0;
}
.opReQ8-uJPxWQ3SVA .image-wrapper {
  position: relative;
  border: 3px solid #f8f8f8;
  background-color: #f8f8f8;
  height: 100%;
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .image-wrapper {
    height: 350px;
  }
}
.opReQ8-uJPxWQ3SVA .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opReQ8-uJPxWQ3SVA .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opReQ8-uJPxWQ3SVA .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .opReQ8-uJPxWQ3SVA .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.opReQ8-uJPxWQ3SVA .image-wrapper .number-wrapper_2 .guideline-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
.opReQ8-uJPxWQ3SVA .guideline-section-title {
  color: #191c25;
}
.opReQ8-uJPxWQ3SVA .guideline-text {
  color: #191c25;
}
.opReQ8-uJPxWQ3SVA .guideline-number_1 {
  color: #191c25;
}
.opReQ8-uJPxWQ3SVA .guideline-number_2,
.opReQ8-uJPxWQ3SVA .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPy52322H {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.opReQ8-uJPy52322H .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPy52322H .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPy52322H .items-wrapper {
  margin: 0 -5px;
}
.opReQ8-uJPy52322H .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .opReQ8-uJPy52322H .items-wrapper .card {
    margin-bottom: 16px;
  }
  .opReQ8-uJPy52322H .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.opReQ8-uJPy52322H .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .opReQ8-uJPy52322H .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.opReQ8-uJPy52322H .content-wrapper .guideline-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPy52322H .content-wrapper .guideline-section-title {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPy52322H .content-wrapper .contacts-wrapper {
  width: 100%;
}
.opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000000;
}
@media (max-width: 1200px) {
  .opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-bottom: 6px;
  }
}
.opReQ8-uJPy52322H .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .guideline-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.opReQ8-uJPy52322H .content-wrapper .guideline-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPy52322H .content-wrapper .guideline-section-subtitle {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #000000 !important;
  box-shadow: none;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control:hover,
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .7;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .guideline-section-btn {
  width: 100%;
}
.opReQ8-uJPy52322H .content-wrapper .dragArea.row .guideline-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.opReQ8-uJPy52322H .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.opReQ8-uJPy52322H .guideline-section-title {
  color: #000000;
}
.opReQ8-uJPy52322H .guideline-section-subtitle {
  color: #000000;
}
.opReQ8-uJPy52322H .card-title {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPyfIy0Em {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.opReQ8-uJPyfIy0Em .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .opReQ8-uJPyfIy0Em .row {
    text-align: center;
  }
}
.opReQ8-uJPyfIy0Em .guideline-section-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPyfIy0Em .guideline-text {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPymbUpSn {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.opReQ8-uJPymbUpSn .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .opReQ8-uJPymbUpSn .row {
    text-align: center;
  }
}
.opReQ8-uJPymbUpSn .guideline-section-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPymbUpSn .guideline-text {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPyoixcEf {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.opReQ8-uJPyoixcEf .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .opReQ8-uJPyoixcEf .row {
    text-align: center;
  }
}
.opReQ8-uJPyoixcEf .guideline-section-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPyoixcEf .guideline-text {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}
.opReQ8-uJPyqgsuCZ {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.opReQ8-uJPyqgsuCZ .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .opReQ8-uJPyqgsuCZ .row {
    text-align: center;
  }
}
.opReQ8-uJPyqgsuCZ .guideline-section-title {
  text-align: center;
  color: #000000;
}
.opReQ8-uJPyqgsuCZ .guideline-text {
  color: #000000;
}
.opReQ8-uJPKOdyAW1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image.disabled {
  display: none;
}
.opReQ8-uJPKOdyAW1 .guideline-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.opReQ8-uJPKOdyAW1 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .content-wrap {
    padding: 30px 20px;
  }
}
.opReQ8-uJPKOdyAW1 .content-wrap .row {
  justify-content: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.opReQ8-uJPKOdyAW1 .title-wrapper .title-wrap .guideline-section-title {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .nav-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:hover,
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:focus {
  color: #010026;
}
.opReQ8-uJPKOdyAW1 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.opReQ8-uJPKOdyAW1 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .opReQ8-uJPKOdyAW1 .social-wrapper {
    margin-bottom: 40px;
  }
}
.opReQ8-uJPKOdyAW1 .social-wrapper .guideline-section-subtitle {
  margin-bottom: 20px;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont,
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a:hover .guideline-iconfont {
  transform: scale(1.1);
}
.opReQ8-uJPKOdyAW1 .social-wrapper .social-wrap .soc-item a .guideline-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.opReQ8-uJPKOdyAW1 .guideline-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #404349;
  text-align: center;
}
.opReQ8-uJPKOdyAW1 .guideline-section-title {
  color: #ed463f;
}
.opReQ8-uJPKOdyAW1 .guideline-section-subtitle {
  color: #404349;
}
.opReQ8-uJPKOdyAW1 .list {
  color: #404349;
}
.opReQ8-uJPVgvMhHh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.opReQ8-uJPVgvMhHh .dropdown-item:before {
  font-family: zoom2 !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;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-toggler {
    transform: scale(0.8);
  }
}
.opReQ8-uJPVgvMhHh .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-logo {
    padding-left: 1rem;
  }
}
.opReQ8-uJPVgvMhHh .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.opReQ8-uJPVgvMhHh .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.opReQ8-uJPVgvMhHh .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.opReQ8-uJPVgvMhHh .rr-brand .navbar-logo a {
  outline: none;
}
.opReQ8-uJPVgvMhHh .navbar-caption-wrap {
  align-items: center;
}
.opReQ8-uJPVgvMhHh .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.opReQ8-uJPVgvMhHh .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link:hover {
  color: #01004c !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-nav {
    align-items: center;
  }
}
.opReQ8-uJPVgvMhHh .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.opReQ8-uJPVgvMhHh .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.opReQ8-uJPVgvMhHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.opReQ8-uJPVgvMhHh .nav-item:focus,
.opReQ8-uJPVgvMhHh .nav-link:focus {
  outline: none;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.opReQ8-uJPVgvMhHh .dropdown .dropdown-menu .dropdown-item .guideline-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.opReQ8-uJPVgvMhHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.opened {
  transition: all 0.3s;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
  width: auto;
}
.opReQ8-uJPVgvMhHh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed {
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.opReQ8-uJPVgvMhHh .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%;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.opReQ8-uJPVgvMhHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar {
    min-height: 72px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .opReQ8-uJPVgvMhHh .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%;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.opReQ8-uJPVgvMhHh .dropdown-item.active,
.opReQ8-uJPVgvMhHh .dropdown-item:active {
  background-color: transparent;
}
.opReQ8-uJPVgvMhHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.opReQ8-uJPVgvMhHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.opReQ8-uJPVgvMhHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.opReQ8-uJPVgvMhHh ul.navbar-nav {
  flex-wrap: wrap;
}
.opReQ8-uJPVgvMhHh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .opReQ8-uJPVgvMhHh .navbar-buttons {
    text-align: center;
  }
}
.opReQ8-uJPVgvMhHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #010026;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.opReQ8-uJPVgvMhHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.opReQ8-uJPVgvMhHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.opReQ8-uJPVgvMhHh .navbar-dropdown {
  padding: 0 1rem;
}
.opReQ8-uJPVgvMhHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opReQ8-uJPVgvMhHh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .opReQ8-uJPVgvMhHh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .opReQ8-uJPVgvMhHh .navbar {
    height: 70px;
  }
  .opReQ8-uJPVgvMhHh .navbar.opened {
    height: auto;
  }
  .opReQ8-uJPVgvMhHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.opReQ8-uJPVgvMhHh .guideline-section-btn {
  margin: -0.6rem -0.6rem;
}
.opReQ8-uJPVgvMhHh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .opReQ8-uJPVgvMhHh .navbar-brand {
    margin-right: auto;
  }
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .opReQ8-uJPVgvMhHh .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .opReQ8-uJPVgvMhHh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .opReQ8-uJPVgvMhHh .navbar-collapse {
    padding: 1rem;
  }
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes rainbow {
    0% {
        color: red;
    }
    20% {
        color: orange;
    }
    40% {
        color: yellow;
    }
    60% {
        color: green;
    }
    80% {
        color: blue;
    }
    100% {
        color: violet;
    }
}

.navbar-brand {
    animation: rainbow 3s infinite;
}
/* endlogoanimations */
