@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2");
}
@font-face {
  font-family: "Eva Bold";
  src: url("/fonts/eva-bold.woff2");
}
@font-face {
  font-family: "Title";
  src: url("/fonts/1baa6c20d3e22be14c0a.otf");
}
*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  vertical-align: middle;
}
button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  -webkit-appearance: button;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:focus {
  outline: none;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
    scroll-padding-top: 86px;
  }
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}
.wrapper a {
  cursor: pointer;
}
.link {
  color: #cc0000 !important;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-family: "Eva Bold";
  font-size: 40px;
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 30px;
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h5 {
  font-size: 18px;
  font-weight: bold;
}
h1 a {
  color: inherit;
}
html,
body {
  font-family: "Helvetica Neue";
  font-size: 18px;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.header-date-bar {
  color: #ffffff;
  background-color: #202223;
  border-bottom: 4px solid #f46a00;
  font-size: 12px;
  padding-bottom: 4px;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.header-date-bar .row {
  min-height: 32px;
  align-items: center;
}
header {
  font-size: 14px;
  border-bottom: 1px solid #e0e1e2;
  background: #fff;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 0 transparent;
  transition: all 0.3s ease;
}
header .btn {
  font-size: 14px;
}
.logo {
  font-family: "Title";
  font-size: 50px;
  font-weight: 900;
  transition: font-size 200ms ease;
}
.logo a {
  color: inherit;
  text-decoration: none;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  background-color: #cc0000;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #cc0000;
  color: #ffffff;
}
.wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
  gap: 16px;
  padding: 0 20px 20px 20px;
}
.breadcrumbs {
  margin: 16px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.breadcrumbs li a {
  color: #81888c;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li:first-child a {
  font-size: 24px;
}
.breadcrumbs li:first-child a::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  border-right: 2px solid rgba(0, 0, 0, 0.16);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 10px;
}
.heading-4 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
}
#post-meta {
  font-size: 14px;
}
#post-meta span {
  font-weight: bold;
  color: #606669;
  margin-right: 8px;
}
.story-body {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr);
  grid-column-gap: 16px;
}
.story-body p {
  margin-bottom: 16px;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 58%, 0.6);
  border-bottom: 1px solid hsla(0, 0%, 58%, 0.6);
}
.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.name-tag {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
}
.text-block-3 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.feedback-text {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  line-height: 1.8;
}
.div-block-2-copy {
  display: flex;
  align-items: center;
}
.gray-small-text {
  color: #949494;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}
.image-4 {
  width: 17px;
}
.gray-small-text._10px-margin {
  margin-right: 10px;
}
.comments {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .logo {
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  header .logo {
    font-size: 25px;
  }
  .breadcrumbs li {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .wrapper {
    grid-template-columns: 1fr;
  }
  .story-body {
    grid-template-columns: 1fr;
  }
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs li a {
    font-size: 12px;
  }
  .breadcrumbs li:first-child a {
    font-size: 12px;
  }
}
.st0-h {
  fill: #cecccf;
}

.st1-h {
  fill: #f5f1f2;
}

.st2-h {
  fill: #28283a;
}

.st3-h {
  font-family: "Arial-BoldMT";
}

.st4-h {
  font-size: 13px;
}

.st5-h {
  font-size: 9px;
}

.st6-h {
  font-family: "ArialMT";
}

.st7-h {
  font-size: 11px;
}

.st8-h {
  fill: #217c3f;
}

.st9-h {
  font-size: 12px;
}

.st10-h {
  fill: none;
  stroke: #000000;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
}
.hero-deposit {
  display: flex;
  width: 100%;
  height: 550px;
}

.hero-deposit a {
  height: 100%;
  display: block;
}

.hero-deposit a:first-child {
  width: 60%;
}

.hero-deposit a:last-child {
  width: 40%;
}

.hero-deposit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 576px) {
  .hero-deposit {
    flex-direction: column;
    height: auto;
  }

  .hero-deposit a {
    width: 100%;
    height: auto;
  }

  .hero-deposit-img {
    height: auto;
    object-fit: contain;
  }
  .hero-deposit a:last-child {
    width: 100%;
  }
  .hero-deposit a:first-child {
    width: 100%;
  }
  .hero-deposit-svg {
    height: auto;
  }
}
.reg-form-wrapp {
  margin: 60px auto;
  width: 100%;
  max-width: 600px;
}
