@charset "UTF-8";
/*!
* Theme Name: ProjectName
* Author: Brilo Team - Brilantní weby a jejich marketing
* Author URI: https://www.brilo.team/
* Description: ProjectName s.r.o.
* Version: 1.0.0 
*/
:root {
  --secondary-color: #2835D2;
  --primary-color: #2C347E;
  --primary-light-color: #F5F7FF;
  --white: #fff;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000;
  --step-color-draft: #DAE1FD;
  --step-color-verification-pending: #FCE4CF;
  --step-color-waiting-payment: #FFB88F;
  --step-color-investment-realization: #DAFDE1;
  --step-color-active: #C1FCA5;
  --font-strong-weight: 600;
}

*,
:after,
:before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}

hr {
  border: 0;
  border-top: 0.0625rem solid;
  color: inherit;
  margin: 0.75rem 0;
  opacity: 0.25;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.375rem;
  margin-top: 0;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 75em) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 75em) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 75em) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 75em) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
}

address,
p {
  margin-bottom: 1rem;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

.xsmall,
xsmall {
  font-size: 0.675em;
}

.mark,
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

sub {
  bottom: -0.25em;
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

a {
  color: var(--bs-link-color);
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

.f-base:disabled {
  background-color: var(--gray-200) !important;
  color: var(--gray-700) !important;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

::-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;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.blockquote {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 36em) {
  .container {
    max-width: 33.75rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 71.25rem;
  }
}

@media (min-width: 90em) {
  .container {
    max-width: 90rem;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

.gy-4 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 48em) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-3,
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
  aspect-ratio: 16/9;
}

.d-none {
  display: none !important;
}

.mb-1 {
  margin-bottom: 0.75rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.75rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mt-3 {
  margin-top: 2.25rem !important;
}

.ms-1 {
  margin-left: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 2.25rem !important;
}

.mt-3 {
  margin-top: 2.25rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pb-1 {
  padding-bottom: 0.75rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pt-1 {
  padding-top: 0.75rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.75rem !important;
}

.ps-2 {
  padding-left: 1.25rem !important;
}

.pe-2 {
  padding-right: 1.25rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.75rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 2.5rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 62em) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 90em) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

.datepicker {
  display: none;
}

.datepicker.active {
  display: block;
}

.datepicker-dropdown {
  left: 0;
  padding-top: 0.25rem;
  position: absolute;
  top: 0;
  z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 0.25rem;
  padding-top: 0;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 0;
  display: inline-block;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
}

.datepicker-picker span {
  -webkit-box-flex: 1;
  -webkit-touch-callout: none;
  border: 0;
  border-radius: 0;
  cursor: default;
  display: block;
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.datepicker-main {
  padding: 0.125rem;
}

.datepicker-footer {
  background-color: #f8f9fa;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
}

.datepicker-controls,
.datepicker-grid,
.datepicker-view,
.datepicker-view .days-of-week {
  display: -ms-flexbox;
  display: flex;
}

.datepicker-grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.datepicker-title {
  background-color: #f8f9fa;
  box-shadow: inset 0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}

.datepicker-header .datepicker-controls {
  padding: 0.125rem 0.125rem 0;
}

.datepicker-controls .button {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border: 0.0625rem solid #dae0e5;
  border-radius: 0;
  box-shadow: none;
  color: #212529;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 0.0625rem) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
  outline: none;
}

.datepicker-controls .button:hover {
  border-color: #aeb9c5;
  color: #212529;
}

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #212529;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
  border-color: #404040;
  color: #212529;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f1f1f1;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 0.125rem;
  font-size: 0.75rem;
  margin: 0.3125rem 0.375rem;
  width: 100%;
}

.datepicker-controls .view-switch {
  -ms-flex: auto;
      flex: auto;
}

.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 2.25rem;
}

.datepicker-controls .next-btn.disabled,
.datepicker-controls .prev-btn.disabled {
  visibility: hidden;
}

.datepicker-view .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.5rem;
}

.datepicker-view .week {
  color: #aeb9c5;
  font-size: 0.75rem;
  width: 2.25rem;
}

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}

.datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem;
  }
}

.datepicker-cell:not(.disabled):hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e7e7e7;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dae0e5;
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f8f9fa;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #f1f3f5;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e7e7e7;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #aeb9c5;
  color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #a6b3c0;
}

.datepicker-cell.range-end,
.datepicker-cell.range-start {
  border-radius: 0 0 0 0;
}

.datepicker-cell.range {
  background-color: #dae0e5;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d3d9df;
}

.datepicker-cell.range.disabled {
  color: #bdc6d0;
}

.datepicker-cell.range.focused {
  background-color: #cbd3da;
}

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.datepicker-input.in-edit {
  border-color: #2366d1;
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

.carousel {
  box-sizing: border-box;
  position: relative;
}

.carousel *,
.carousel :after,
.carousel :before {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel__track {
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 1rem;
  position: relative;
  width: var(--carousel-slide-width, 60%);
}

.has-dots {
  margin-bottom: 1.875rem;
}

.carousel__dots {
  -webkit-box-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.carousel__dots .carousel__dot {
  cursor: pointer;
  display: block;
  height: 1.375rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 1.375rem;
}

.carousel__dots .carousel__dot:after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out;
  width: 0.5rem;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background: var(--carousel-button-bg, transparent);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  color: var(--carousel-button-color, currentColor);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: var(--carousel-button-height, 48px);
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  pointer-events: all;
  transition: opacity 0.15s ease;
  width: var(--carousel-button-width, 48px);
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 0.625rem;
}

.carousel__button.is-next {
  right: 0.625rem;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  height: var(--carousel-button-svg-height, 50%);
  pointer-events: none;
  width: var(--carousel-button-svg-width, 50%);
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  -webkit-tap-highlight-color: transparent;
  --carousel-button-width: 3rem;
  --carousel-button-height: 3rem;
  --carousel-button-svg-width: 1.5rem;
  --carousel-button-svg-height: 1.5rem;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4));
  bottom: 0;
  box-sizing: border-box;
  color: var(--fancybox-color, #fff);
  direction: ltr;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top left;
  z-index: 1050;
}

.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 0.0625rem #fff, 0 0 0 0.125rem var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media (min-width: 64em) {
  .fancybox__container {
    --carousel-button-width: 3rem;
    --carousel-button-height: 3rem;
    --carousel-button-svg-width: 1.6875rem;
    --carousel-button-svg-height: 1.6875rem;
  }
}

.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.fancybox__carousel {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: 1.875rem;
}

.fancybox__viewport {
  cursor: default;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox__track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  --carousel-button-width: 2.25rem;
  --carousel-button-height: 2.25rem;
  --carousel-button-svg-width: 1.375rem;
  --carousel-button-svg-height: 1.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  max-width: 100%;
  outline: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 3rem 0.5rem 0.5rem;
  position: relative;
  width: 100%;
}

.fancybox__slide:after,
.fancybox__slide:before {
  -webkit-box-flex: 0;
  content: "";
  -ms-flex: 0 0;
      flex: 0 0;
  margin: auto;
}

@media (min-width: 64em) {
  .fancybox__slide {
    padding: 4rem 6.25rem;
  }
}

.fancybox__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: var(--fancybox-content-bg, #fff);
  color: var(--fancybox-content-color, #374151);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 2.25rem;
  position: relative;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  box-shadow: none;
  outline: thin dotted;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 1rem 0 0;
  visibility: visible;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  color: var(--fancybox-color, #fff);
  top: 100%;
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 0.5rem;
}

@media (min-width: 64em) {
  .fancybox__nav .carousel__button.is-next {
    right: 2.5rem;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 0.5rem;
}

@media (min-width: 64em) {
  .fancybox__nav .carousel__button.is-prev {
    left: 2.5rem;
  }
}

.carousel__button.is-close {
  position: absolute;
  right: 0.5rem;
  right: calc(env(safe-area-inset-right, 0) + 0.5rem);
  top: 0.5rem;
  top: calc(env(safe-area-inset-top, 0) + 0.5rem);
  z-index: 40;
}

@media (min-width: 64em) {
  .carousel__button.is-close {
    right: 2.5rem;
  }
}

.fancybox__content > .carousel__button.is-close {
  color: var(--fancybox-color, #fff);
  position: absolute;
  right: 0;
  top: -2.5rem;
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  color: var(--fancybox-color, currentColor);
  height: 3.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
  width: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: currentColor;
  animation: fancybox-dash 1.5s ease-in-out infinite;
}

@keyframes fancybox-rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -2.1875rem;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -7.75rem;
  }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
  animation: fancybox-fadeIn 0.15s ease backwards;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  animation: fancybox-fadeOut 0.15s ease both;
}

.fancybox-fadeIn {
  animation: fancybox-fadeIn 0.15s ease both;
}

.fancybox-fadeOut {
  animation: fancybox-fadeOut 0.1s ease both;
}

.fancybox-zoomInUp {
  animation: fancybox-zoomInUp 0.2s ease both;
}

.fancybox-zoomOutDown {
  animation: fancybox-zoomOutDown 0.15s ease both;
}

.fancybox-throwOutUp {
  animation: fancybox-throwOutUp 0.15s ease both;
}

.fancybox-throwOutDown {
  animation: fancybox-throwOutDown 0.15s ease both;
}

@keyframes fancybox-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 1rem, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 1rem, 0);
  }
}

@keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}

@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0.125rem;
  box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.has-image .fancybox__content {
  background: transparent;
  min-height: 0.0625rem;
  padding: 0;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
  height: auto;
  max-width: 100%;
}

.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
  height: 100%;
  width: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  min-height: 0.0625rem;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 80%;
  width: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  height: 33.75rem;
  max-height: 100%;
  max-width: 100%;
  width: 60rem;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.fancybox-placeholder {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.fancybox__thumbs {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  opacity: var(--fancybox-opacity, 1);
  padding: 0 0.1875rem;
  position: relative;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 0.5rem 0.1875rem;
  width: var(--fancybox-thumbs-width, 96px);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  border-style: solid;
  border-width: 0.3125rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fancybox__thumb {
  background-color: rgba(255, 255, 255, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  position: relative;
  width: 100%;
}

.fancybox__toolbar {
  -webkit-box-pack: justify;
  --carousel-button-svg-width: 1.25rem;
  --carousel-button-svg-height: 1.25rem;
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  position: absolute;
  right: 0;
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 20;
}

@media (min-width: 64em) {
  .fancybox__toolbar {
    padding: 0.5rem;
  }
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: fancybox-fadeIn 0.15s ease-in backwards;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 40em) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.0625rem;
  font-variant-numeric: tabular-nums;
  line-height: var(--carousel-button-height, 48px);
  min-width: 4.5rem;
  padding: 0 0.625rem;
  text-align: center;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 0.1875rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 30;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.iti * {
  -moz-box-sizing: border-box;
}

.iti__country-list {
  border: 0.0625rem solid #ccc;
  box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.2);
  margin: 0 0 0 -0.0625rem;
}

.iti__divider {
  border-bottom: 0.0625rem solid #ccc;
}

.iti__dial-code {
  color: #999;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag,
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 353.25rem 0.9375rem;
  }
}

.iti__flag {
  background-image: url(../img/flags.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../img/flags@2x.png);
  }
}

.ss-main {
  color: #666;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100%;
}

.ss-main .ss-single-selected {
  background-color: #fff;
  border: 0.0625rem solid #dcdee2;
  border-radius: 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 1.875rem;
  outline: 0;
  padding: 0.375rem;
  transition: background-color 0.2s;
  width: 100%;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-single-selected .placeholder {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  line-height: 1em;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: calc(100% - 1.875rem);
}

.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-single-selected .placeholder * {
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -webkit-box-flex: 0;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  font-weight: 700;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 0.375rem;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  -webkit-box-pack: end;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 0.375rem;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  margin: 0.1875rem 0 0;
  transform: rotate(-135deg);
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  margin: -0.1875rem 0 0;
  transform: rotate(45deg);
}

.ss-main .ss-multi-selected {
  background-color: #fff;
  border: 0.0625rem solid #dcdee2;
  border-radius: 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 1.875rem;
  outline: 0;
  padding: 0 0 0 0.1875rem;
  transition: background-color 0.2s;
  width: 100%;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ss-main .ss-multi-selected .ss-values {
  -webkit-box-pack: start;
  -webkit-box-flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: calc(100% - 1.875rem);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  -ms-flex-align: center;
      align-items: center;
  color: #dedede;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  margin: 0.125rem 0;
  overflow: hidden;
  padding: 0.25rem 0.3125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
  -ms-flex-align: center;
      align-items: center;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: scaleIn;
  animation-timing-function: ease-out;
  background-color: #5897fb;
  border-radius: 0.25rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  margin: 0.1875rem 0.3125rem 0.1875rem 0;
  padding: 0.1875rem 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-duration: 0.2s;
  animation-name: scaleOut;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  cursor: pointer;
  margin: 0 0 0 0.3125rem;
}

.ss-main .ss-multi-selected .ss-add {
  -webkit-box-flex: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 0.1875rem;
      flex: 0 1 0.1875rem;
  margin: 0.5625rem 0.75rem 0 0.3125rem;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background: #666;
  display: -ms-flexbox;
  display: flex;
  height: 0.625rem;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  transition: transform 0.2s;
  width: 0.125rem;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  height: 0.125rem;
  left: -0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 0.625rem;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  background-color: #fff;
  border: 0.0625rem solid #dcdee2;
  box-sizing: border-box;
  margin: -0.0625rem 0 0;
  opacity: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  width: 100%;
  z-index: 1010;
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0.5rem 0.5rem 0.375rem;
}

.ss-content .ss-search.ss-hide,
.ss-content .ss-search.ss-hide input {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.ss-content .ss-search input {
  -webkit-box-flex: 1;
  -webkit-appearance: textfield;
  background-color: #fff;
  border: 0.0625rem solid #dcdee2;
  border-radius: 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: inherit;
  height: 1.875rem;
  line-height: inherit;
  margin: 0;
  min-width: 0;
  outline: 0;
  padding: 0.375rem 0.5rem;
  text-align: left;
  width: 100%;
}

.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 0.3125rem #5897fb;
}

.ss-content .ss-search .ss-addable {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -ms-flex-align: center;
      align-items: center;
  border: 0.0625rem solid #dcdee2;
  border-radius: 0.25rem;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 1.875rem;
      flex: 0 0 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  height: 1.875rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 0 0.5rem;
}

.ss-content .ss-addable {
  padding-top: 0;
}

.ss-content .ss-list {
  max-height: 12.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  font-weight: 700;
  padding: 0.375rem 0.625rem;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 0.375rem 0.375rem 0.375rem 1.5625rem;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  background-color: #5897fb;
  color: #fff;
}

.ss-content .ss-list .ss-option {
  cursor: pointer;
  padding: 0.375rem 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  background-color: #5897fb;
  color: #fff;
}

.ss-content .ss-list .ss-option.ss-disabled {
  background-color: #fff;
  color: #dedede;
  cursor: not-allowed;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  background-color: rgba(88, 151, 251, 0.1);
  color: #666;
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.container {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

@media (max-width: 47.999em) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  background-color: #f5f7ff;
  font-family: Poppins, sans-serif;
}

body.--js-no-scroll {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

iframe,
img {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
}

img[data-src]:not(.loaded) {
  opacity: 0;
}

a {
  color: #2c347e;
  display: inline-block;
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}

a:focus,
a:hover {
  color: #2c347e;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

main {
  -webkit-box-flex: 2;
  display: block;
  -ms-flex-positive: 2;
      flex-grow: 2;
  margin-bottom: auto;
  overflow: hidden;
}

main.--decor-line {
  border-top: 0.25rem solid #2c347e;
}

b,
strong {
  font-weight: var(--font-strong-weight);
}

.strong {
  font-weight: var(--font-strong-weight);
}

.text-center {
  text-align: center;
}

.entry-content .column {
  margin-bottom: 0.75rem;
  min-height: 0.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
}

.entry-content .column img {
  display: block;
  float: none !important;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 61.999em) {
  .entry-content .column .h2:first-of-type,
  .entry-content .column .h3:first-of-type,
  .entry-content .column .h4:first-of-type,
  .entry-content .column .h5:first-of-type,
  .entry-content .column .h6:first-of-type,
  .entry-content .column h2:first-of-type,
  .entry-content .column h3:first-of-type,
  .entry-content .column h4:first-of-type,
  .entry-content .column h5:first-of-type,
  .entry-content .column h6:first-of-type {
    margin-top: 0;
  }
}

.entry-content .columns-1,
.entry-content .columns-1 .column {
  display: block;
}

.entry-content .columns-2 {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .columns-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.entry-content .columns-3 {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .columns-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.entry-content .columns-4 {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 74.999em) {
  .entry-content .columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.999em) {
  .entry-content .columns-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.main-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: var(--vh);
  overflow: hidden;
}

.content-wrapper {
  background-color: #fff;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149);
  margin: 3.75rem;
}

@media (max-width: 89.999em) {
  .content-wrapper {
    margin: 2rem;
  }
}

@media (max-width: 74.999em) {
  .content-wrapper {
    margin: 1.25rem;
  }
}

@media (max-width: 61.999em) {
  .content-wrapper {
    margin: 1.25rem 0;
  }
}

.content-wrapper.--sm {
  margin-top: 1.75rem;
}

.main-wrapper {
  padding: 0;
}

.iti {
  display: inline-block;
  position: relative;
  width: 100%;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  margin-bottom: 0 !important;
  margin-right: 0;
  margin-top: 0 !important;
  padding-right: 2.25rem;
  position: relative;
  z-index: 0;
}

.iti__flag-container {
  bottom: 0;
  padding: 0.0625rem;
  position: absolute;
  right: 0;
  top: 0;
}

.iti__selected-flag {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 0.375rem 0 0.5rem;
  position: relative;
  z-index: 1;
}

.iti__arrow {
  border-left: 0.1875rem solid transparent;
  border-right: 0.1875rem solid transparent;
  border-top: 0.25rem solid #555;
  height: 0;
  margin-left: 0.375rem;
  width: 0;
}

.iti__arrow--up {
  border-bottom: 0.25rem solid #555;
  border-top: none;
}

.iti__country-list {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: none;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 12.5rem;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  z-index: 2;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -0.0625rem;
}

@media (max-width: 31.25em) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 1.25rem;
}

.iti__divider {
  border-bottom: 0.0625rem solid #e7e7e7;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.iti__country {
  background: none;
  outline: none;
  padding: 0.3125rem 0.625rem;
}

.iti .iti__country-name,
.iti__dial-code {
  font-size: 0.875rem;
  line-height: 1rem;
}

.iti__dial-code {
  color: #000211;
}

.iti__country.iti__highlight {
  background-color: #f1f1f1;
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
  margin-right: 0.375rem;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  margin-left: 0;
  padding-left: 3.25rem;
  padding-right: 0.375rem;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 0;
  right: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #f1f1f1;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  position: relative;
}

.iti--separate-dial-code .iti__selected-flag:before {
  background-color: #f1f1f1;
  content: "";
  height: calc(100% - 0.75rem);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000211;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-left: 0.375rem;
}

.iti--container {
  left: -62.5rem;
  padding: 0.0625rem;
  position: absolute;
  top: -62.5rem;
  z-index: 1060;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  bottom: 1.875rem;
  left: 1.875rem;
  position: fixed;
  right: 1.875rem;
  top: 1.875rem;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  line-height: 1.5em;
  padding: 0.625rem;
}

.iti__flag {
  width: 1.25rem;
}

.iti__flag.iti__be {
  width: 1.125rem;
}

.iti__flag.iti__ch {
  width: 0.9375rem;
}

.iti__flag.iti__mc {
  width: 1.1875rem;
}

.iti__flag.iti__ne {
  width: 1.125rem;
}

.iti__flag.iti__np {
  width: 0.8125rem;
}

.iti__flag.iti__va {
  width: 0.9375rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 353.25rem 0.9375rem;
  }
}

.iti__flag.iti__ac {
  background-position: 0 0;
  height: 0.625rem;
}

.iti__flag.iti__ad {
  background-position: -1.375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ae {
  background-position: -2.75rem 0;
  height: 0.625rem;
}

.iti__flag.iti__af {
  background-position: -4.125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ag {
  background-position: -5.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ai {
  background-position: -6.875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__al {
  background-position: -8.25rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__am {
  background-position: -9.625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ao {
  background-position: -11rem 0;
  height: 0.875rem;
}

.iti__flag.iti__aq {
  background-position: -12.375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ar {
  background-position: -13.75rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__as {
  background-position: -15.125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__at {
  background-position: -16.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__au {
  background-position: -17.875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__aw {
  background-position: -19.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ax {
  background-position: -20.625rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__az {
  background-position: -22rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ba {
  background-position: -23.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__bb {
  background-position: -24.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bd {
  background-position: -26.125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__be {
  background-position: -27.5rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__bf {
  background-position: -28.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bg {
  background-position: -30.125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__bh {
  background-position: -31.5rem 0;
  height: 0.75rem;
}

.iti__flag.iti__bi {
  background-position: -32.875rem 0;
  height: 0.75rem;
}

.iti__flag.iti__bj {
  background-position: -34.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bl {
  background-position: -35.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bm {
  background-position: -37rem 0;
  height: 0.625rem;
}

.iti__flag.iti__bn {
  background-position: -38.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__bo {
  background-position: -39.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bq {
  background-position: -41.125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__br {
  background-position: -42.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bs {
  background-position: -43.875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__bt {
  background-position: -45.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__bv {
  background-position: -46.625rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__bw {
  background-position: -48rem 0;
  height: 0.875rem;
}

.iti__flag.iti__by {
  background-position: -49.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__bz {
  background-position: -50.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ca {
  background-position: -52.125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__cc {
  background-position: -53.5rem 0;
  height: 0.625rem;
}

.iti__flag.iti__cd {
  background-position: -54.875rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__cf {
  background-position: -56.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cg {
  background-position: -57.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ch {
  background-position: -59rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__ci {
  background-position: -60.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ck {
  background-position: -61.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__cl {
  background-position: -62.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cm {
  background-position: -64.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cn {
  background-position: -65.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__co {
  background-position: -66.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cp {
  background-position: -68.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cr {
  background-position: -69.6875rem 0;
  height: 0.75rem;
}

.iti__flag.iti__cu {
  background-position: -71.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__cv {
  background-position: -72.4375rem 0;
  height: 0.75rem;
}

.iti__flag.iti__cw {
  background-position: -73.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cx {
  background-position: -75.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__cy {
  background-position: -76.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__cz {
  background-position: -77.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__de {
  background-position: -79.3125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__dg {
  background-position: -80.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__dj {
  background-position: -82.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__dk {
  background-position: -83.4375rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__dm {
  background-position: -84.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__do {
  background-position: -86.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__dz {
  background-position: -87.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ea {
  background-position: -88.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ec {
  background-position: -90.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ee {
  background-position: -91.6875rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__eg {
  background-position: -93.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__eh {
  background-position: -94.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__er {
  background-position: -95.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__es {
  background-position: -97.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__et {
  background-position: -98.5625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__eu {
  background-position: -99.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__fi {
  background-position: -101.3125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__fj {
  background-position: -102.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__fk {
  background-position: -104.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__fm {
  background-position: -105.4375rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__fo {
  background-position: -106.8125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__fr {
  background-position: -108.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ga {
  background-position: -109.5625rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__gb {
  background-position: -110.9375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__gd {
  background-position: -112.3125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__ge {
  background-position: -113.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gf {
  background-position: -115.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gg {
  background-position: -116.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gh {
  background-position: -117.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gi {
  background-position: -119.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__gl {
  background-position: -120.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gm {
  background-position: -121.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gn {
  background-position: -123.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gp {
  background-position: -124.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gq {
  background-position: -126.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gr {
  background-position: -127.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__gs {
  background-position: -128.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__gt {
  background-position: -130.1875rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__gu {
  background-position: -131.5625rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__gw {
  background-position: -132.9375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__gy {
  background-position: -134.3125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__hk {
  background-position: -135.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__hm {
  background-position: -137.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__hn {
  background-position: -138.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__hr {
  background-position: -139.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ht {
  background-position: -141.1875rem 0;
  height: 0.75rem;
}

.iti__flag.iti__hu {
  background-position: -142.5625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ic {
  background-position: -143.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__id {
  background-position: -145.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ie {
  background-position: -146.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__il {
  background-position: -148.0625rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__im {
  background-position: -149.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__in {
  background-position: -150.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__io {
  background-position: -152.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__iq {
  background-position: -153.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ir {
  background-position: -154.9375rem 0;
  height: 0.75rem;
}

.iti__flag.iti__is {
  background-position: -156.3125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__it {
  background-position: -157.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__je {
  background-position: -159.0625rem 0;
  height: 0.75rem;
}

.iti__flag.iti__jm {
  background-position: -160.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__jo {
  background-position: -161.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__jp {
  background-position: -163.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ke {
  background-position: -164.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__kg {
  background-position: -165.9375rem 0;
  height: 0.75rem;
}

.iti__flag.iti__kh {
  background-position: -167.3125rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__ki {
  background-position: -168.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__km {
  background-position: -170.0625rem 0;
  height: 0.75rem;
}

.iti__flag.iti__kn {
  background-position: -171.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__kp {
  background-position: -172.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__kr {
  background-position: -174.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__kw {
  background-position: -175.5625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ky {
  background-position: -176.9375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__kz {
  background-position: -178.3125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__la {
  background-position: -179.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__lb {
  background-position: -181.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__lc {
  background-position: -182.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__li {
  background-position: -183.8125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__lk {
  background-position: -185.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__lr {
  background-position: -186.5625rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__ls {
  background-position: -187.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__lt {
  background-position: -189.3125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__lu {
  background-position: -190.6875rem 0;
  height: 0.75rem;
}

.iti__flag.iti__lv {
  background-position: -192.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ly {
  background-position: -193.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ma {
  background-position: -194.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mc {
  background-position: -196.1875rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__md {
  background-position: -197.5rem 0;
  height: 0.625rem;
}

.iti__flag.iti__me {
  background-position: -198.875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__mf {
  background-position: -200.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mg {
  background-position: -201.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mh {
  background-position: -203rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__mk {
  background-position: -204.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ml {
  background-position: -205.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mm {
  background-position: -207.125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mn {
  background-position: -208.5rem 0;
  height: 0.625rem;
}

.iti__flag.iti__mo {
  background-position: -209.875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mp {
  background-position: -211.25rem 0;
  height: 0.625rem;
}

.iti__flag.iti__mq {
  background-position: -212.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mr {
  background-position: -214rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ms {
  background-position: -215.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__mt {
  background-position: -216.75rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mu {
  background-position: -218.125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mv {
  background-position: -219.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mw {
  background-position: -220.875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__mx {
  background-position: -222.25rem 0;
  height: 0.75rem;
}

.iti__flag.iti__my {
  background-position: -223.625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__mz {
  background-position: -225rem 0;
  height: 0.875rem;
}

.iti__flag.iti__na {
  background-position: -226.375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__nc {
  background-position: -227.75rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ne {
  background-position: -229.125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__nf {
  background-position: -230.375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ng {
  background-position: -231.75rem 0;
  height: 0.625rem;
}

.iti__flag.iti__ni {
  background-position: -233.125rem 0;
  height: 0.75rem;
}

.iti__flag.iti__nl {
  background-position: -234.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__no {
  background-position: -235.875rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__np {
  background-position: -237.25rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__nr {
  background-position: -238.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__nu {
  background-position: -239.5625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__nz {
  background-position: -240.9375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__om {
  background-position: -242.3125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__pa {
  background-position: -243.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pe {
  background-position: -245.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pf {
  background-position: -246.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pg {
  background-position: -247.8125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__ph {
  background-position: -249.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__pk {
  background-position: -250.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pl {
  background-position: -251.9375rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__pm {
  background-position: -253.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pn {
  background-position: -254.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__pr {
  background-position: -256.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ps {
  background-position: -257.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__pt {
  background-position: -258.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__pw {
  background-position: -260.1875rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__py {
  background-position: -261.5625rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__qa {
  background-position: -262.9375rem 0;
  height: 0.5rem;
}

.iti__flag.iti__re {
  background-position: -264.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ro {
  background-position: -265.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__rs {
  background-position: -267.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ru {
  background-position: -268.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__rw {
  background-position: -269.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sa {
  background-position: -271.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sb {
  background-position: -272.5625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__sc {
  background-position: -273.9375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__sd {
  background-position: -275.3125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__se {
  background-position: -276.6875rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__sg {
  background-position: -278.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sh {
  background-position: -279.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__si {
  background-position: -280.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__sj {
  background-position: -282.1875rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__sk {
  background-position: -283.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sl {
  background-position: -284.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sm {
  background-position: -286.3125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__sn {
  background-position: -287.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__so {
  background-position: -289.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sr {
  background-position: -290.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ss {
  background-position: -291.8125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__st {
  background-position: -293.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__sv {
  background-position: -294.5625rem 0;
  height: 0.75rem;
}

.iti__flag.iti__sx {
  background-position: -295.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sy {
  background-position: -297.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__sz {
  background-position: -298.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ta {
  background-position: -300.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tc {
  background-position: -301.4375rem 0;
  height: 0.625rem;
}

.iti__flag.iti__td {
  background-position: -302.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tf {
  background-position: -304.1875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tg {
  background-position: -305.5625rem 0;
  height: 0.8125rem;
}

.iti__flag.iti__th {
  background-position: -306.9375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tj {
  background-position: -308.3125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tk {
  background-position: -309.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tl {
  background-position: -311.0625rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tm {
  background-position: -312.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tn {
  background-position: -313.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__to {
  background-position: -315.1875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tr {
  background-position: -316.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tt {
  background-position: -317.9375rem 0;
  height: 0.75rem;
}

.iti__flag.iti__tv {
  background-position: -319.3125rem 0;
  height: 0.625rem;
}

.iti__flag.iti__tw {
  background-position: -320.6875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__tz {
  background-position: -322.0625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ua {
  background-position: -323.4375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ug {
  background-position: -324.8125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__um {
  background-position: -326.1875rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__un {
  background-position: -327.5625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__us {
  background-position: -328.9375rem 0;
  height: 0.6875rem;
}

.iti__flag.iti__uy {
  background-position: -330.3125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__uz {
  background-position: -331.6875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__va {
  background-position: -333.0625rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__vc {
  background-position: -334.125rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ve {
  background-position: -335.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__vg {
  background-position: -336.875rem 0;
  height: 0.625rem;
}

.iti__flag.iti__vi {
  background-position: -338.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__vn {
  background-position: -339.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__vu {
  background-position: -341rem 0;
  height: 0.75rem;
}

.iti__flag.iti__wf {
  background-position: -342.375rem 0;
  height: 0.875rem;
}

.iti__flag.iti__ws {
  background-position: -343.75rem 0;
  height: 0.625rem;
}

.iti__flag.iti__xk {
  background-position: -345.125rem 0;
  height: 0.9375rem;
}

.iti__flag.iti__ye {
  background-position: -346.5rem 0;
  height: 0.875rem;
}

.iti__flag.iti__yt {
  background-position: -347.875rem 0;
  height: 0.875rem;
}

.iti__flag.iti__za {
  background-position: -349.25rem 0;
  height: 0.875rem;
}

.iti__flag.iti__zm {
  background-position: -350.625rem 0;
  height: 0.875rem;
}

.iti__flag.iti__zw {
  background-position: -352rem 0;
  height: 0.625rem;
}

.iti__flag {
  background-color: #dbdbdb;
  background-image: url(../images/flags/phoneFlags.png);
  background-position: 1.25rem 0;
  background-repeat: no-repeat;
  box-shadow: 0 0 0.0625rem 0 #888;
  height: 0.9375rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(../images/flags/phoneFlags@2x.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

div.validator {
  height: 0;
  margin-bottom: -0.5rem;
  position: relative;
  top: 100%;
}

div.validator > span.erorr-s {
  background: #c92a2a;
  border-radius: 0.1875rem;
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  left: 0;
  letter-spacing: -0.0625rem;
  padding: 0.3125rem 0.5rem;
  position: absolute;
  top: -0.1875rem;
  white-space: nowrap;
  z-index: 99;
}

div.validator > span.erorr-s:after {
  border-color: transparent transparent #c92a2a;
  border-style: solid;
  border-width: 0 0.3125rem 0.625rem;
  content: "";
  display: block;
  height: 0;
  left: 0.625rem;
  position: absolute;
  top: -0.5rem;
  width: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 3rem auto;
}

.aligncenter img,
div.aligncenter img {
  margin-inline: auto;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.875rem;
}

.alignleft {
  float: left;
  margin: 0 1.875rem 1.25rem 0;
}

.screen-reader-text {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute !important;
  width: 0.0625rem;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
}

@media (max-width: 35.999em) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 1.5rem;
  }
}

.base-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto 2rem;
  max-width: 37.25rem;
  position: relative;
  row-gap: 1.5rem;
  text-align: center;
}

.base-header.--left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.base-header.--m-bottom-0 {
  margin-bottom: 0;
}

.base-header.--m-bottom-half {
  margin-bottom: 1.5rem;
}

.base-header__paragraph {
  color: #83859b;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.base-header__paragraph a {
  color: #83859b;
}

.base-heading {
  font-weight: 500;
  margin-bottom: 0;
}

.base-section__header-wrapper {
  padding: 3rem 7.1875rem;
  background-color: #F8F8F8;
}

@media (max-width: 89.999em) {
  .base-section__header-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 61.999em) {
  .base-section__header-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 47.999em) {
  .base-section__header-wrapper {
    padding: 1.5rem;
  }
}

.base-section__content-wrapper {
  padding: 3rem 7.1875rem;
}

@media (max-width: 89.999em) {
  .base-section__content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 61.999em) {
  .base-section__content-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 47.999em) {
  .base-section__content-wrapper {
    padding: 1.5rem;
  }
}

.base-section {
  padding-bottom: 3.75rem;
  padding-top: 2rem;
}

@media (max-width: 61.999em) {
  .base-section {
    padding-bottom: 3.75rem;
    padding-top: 2rem;
  }
}

@media (max-width: 47.999em) {
  .base-section {
    padding-bottom: 3.75rem;
    padding-top: 2rem;
  }
}

@media (max-width: 35.999em) {
  .base-section {
    padding-bottom: 3.75rem;
    padding-top: 2rem;
  }
}

.base-section.--p-top-0 {
  padding-top: 0;
}

.base-section.--p-bottom-0 {
  padding-bottom: 0;
}

.base-section.--c-p-y-0 .base-section__content-wrapper,
.base-section.--p-y-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.base-section.--c-p-top-50 .base-section__content-wrapper {
  padding-top: 2rem;
}

.base-section.--c-p-top-150 .base-section__content-wrapper {
  padding-top: 6rem;
}

.base-section.--c-p-bottom-150 .base-section__content-wrapper {
  padding-bottom: 6rem;
}

.base-section.--c-p-top-125 .base-section__content-wrapper {
  padding-top: 4rem;
}

.base-section.--c-p-x-y-0 .base-section__content-wrapper {
  padding: 0;
}

/* .btn__icon {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.btn__icon svg {
  height: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1rem;
}

.btn {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-wrap: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.5rem;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn:active,
.btn:focus {
  outline: 0;
}

.btn.--primary {
  background-color: #2c347e;
}

.btn.--primary path {
  fill: #fff;
}

.btn.--primary:hover {
  background-color: #0f2a83;
}

.btn.--outline {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 0 0.0625rem #b3b3b3;
  box-shadow: 0 0 0 0.0625rem #b3b3b3;
  color: #2c347e;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn.--outline:hover {
  background-color: #f8f8f8;
}

.btn.--outline path {
  fill: #2c347e;
}

.btn.--animation-right .btn__icon svg {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.btn.--animation-right:hover svg {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.btn.--animation-zoom:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn.--small {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}

.btn.--xsmall {
  font-size: 0.8125rem;
  padding: 0.25rem 1rem;
}

.btn.--icon-before .btn__icon {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.btn.--icon-only {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0;
  width: 3rem;
}

.btn.--icon-only .btn__title {
  display: none;
}

.btn.--icon-only .btn__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

.btn.--icon-only.--small {
  height: 2rem;
  width: 2rem;
}

.btn.--icon-only.--small .btn__icon svg {
  height: 1rem;
  width: 1rem;
}

.btn.--large {
  font-size: 1.125rem;
  padding: 1rem 3rem;
} */
.content-w-aside__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: var(--vh);
}

.content-w-aside__content .content-wrapper {
  margin: 3.75rem 3.75rem 6rem 3rem;
}

@media (max-width: 89.999em) {
  .content-w-aside__content .content-wrapper {
    margin: 2rem 2rem 2rem 3rem;
  }
}

@media (max-width: 74.999em) {
  .content-w-aside__content .content-wrapper {
    margin: 1.25rem 1.25rem 1.25rem 3rem;
  }
}

@media (max-width: 61.999em) {
  .content-w-aside__content .content-wrapper {
    margin: 1.25rem 0;
  }
}

.content-w-aside__content .content-wrapper.--sm {
  margin-top: 1.75rem;
}

.--svg-fill__none {
  fill: none !important;
}

@media (min-width: 62em) {
  .content-w-aside__content {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / span 9;
  }
}

.content-w-aside .content-w-aside__row {
  gap: 0;
}

@media (min-width: 62em) {
  .content-w-aside .content-w-aside__row {
    -webkit-box-pack: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 61.999em) {
  .content-w-aside .content-w-aside__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.content-w-aside .content-w-aside__row > .content-w-aside__content:first-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-column: 3 / span 9;
}

@media (min-width: 62em) {
  .content-w-aside .content-w-aside__aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
}

.--w-main-menu-side .content-w-aside__row > .content-w-aside__content:first-child {
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-column: 3 / span 9;
}

@media (min-width: 62em) {
  .--w-main-menu-side .content-w-aside__aside {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
  .--w-main-menu-side .main-header.--dark {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .--w-main-menu-side .main-header.--dark.--collapsed {
    padding: 0;
  }
  .--w-main-menu-side .--collapsed li.menu-item {
    text-align: center;
  }
  .--w-main-menu-side .--collapsed li.menu-item:first-child .link {
    padding-top: 0;
  }
  .--w-main-menu-side .--collapsed .link__title {
    display: none;
  }
  .--w-main-menu-side .main-header.--dark.--collapsed .main-header__brand {
    padding: 1rem;
    margin-bottom: 0rem;
    width: 7rem;
  }
  .--w-main-menu-side .main-header {
    padding: 9rem 0rem 0 2rem;
  }
}

.course-nav {
  transition: height 0.3s ease;
}

@media (max-width: 61.999em) {
  .course-nav {
    margin-bottom: 0rem;
    position: relative;
  }
}

.course-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
}

.course-nav__list.--closed {
  gap: 0;
}

.course-nav__list.--closed .course-nav-item.--active .course-nav-item__sub-menu {
  gap: 0;
  padding: 0;
}

.course-nav__list.--closed .course-nav-item {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.course-nav__list.--closed .course-nav-item.--mobile-visible {
  height: auto;
  opacity: 1;
}

.course-nav__list.--closed .course-nav-item.--mobile-visible .base-text__timeline {
  height: auto;
  opacity: 1;
  width: auto;
}

@media (max-width: 47.999em) {
  .course-nav__list {
    gap: 1rem;
  }
}

.course-nav__min {
  -ms-flex-align: center;
      align-items: center;
  color: #7e8cc2;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-top: 1.75rem;
  position: relative;
  transition: color 0.3s ease;
}

.course-nav__min:hover {
  cursor: pointer;
}

.course-nav__min.--closed {
  color: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0s ease;
  width: 100%;
}

.btn.course-nav__btn {
  height: 1.75rem;
  margin-left: auto;
  transform: rotate(-180deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn.course-nav__btn,
.btn.course-nav__btn:hover {
  background-color: transparent;
}

.btn.course-nav__btn.--closed {
  transform: rotate(0deg);
}

.btn.course-nav__btn svg {
  height: 0.3125rem;
}

.btn.course-nav__btn path {
  fill: #2c347e;
}

.f-contact {
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 0.0625rem #b3b3b3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.f-contact__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

@media (min-width: 48em) {
  .f-contact__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.f-contact__bottom {
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 35.999em) {
  .f-contact__bottom {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.f-create-account {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}

@media (max-width: 47.999em) {
  .f-create-account {
    gap: 1.5rem;
  }
}

.f-create-account__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem;
}

@media (max-width: 47.999em) {
  .f-create-account__wrapper {
    gap: 2.5rem;
  }
}

.f-create-account__inputs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.f-create-account__inputs-wrapper .--checkbox {
  font-weight: 400;
}

.f-create-account__checkbox-wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem 0.625rem;
  z-index: 5;
}

.f-create-account__hidden-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  height: 0;
  margin-top: -1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: height 0s ease, opacity 0s ease;
}

.f-create-account__hidden-inputs.--opened {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0;
  opacity: 1;
  pointer-events: inherit;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.f-base:not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0;
  color: #000211;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  max-height: 3rem;
  padding: 0.9375rem 1rem;
  transition: border-color 0.3s ease;
  width: 100%;
}

.f-base:not([type="checkbox"]):focus {
  border-color: #7e8cc2;
  color: #000211;
  outline: none;
}

.f-base:not([type="checkbox"])::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.f-base:not([type="checkbox"]):-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.f-base:not([type="checkbox"])::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.f-base:not([type="checkbox"])::placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.f-base.--type-date {
  display: inline-block;
  position: relative;
}

.f-base[type="checkbox"] {
  border: none;
  display: inline-block;
  left: 0;
  line-height: 1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.f-base[type="number"]::-webkit-inner-spin-button,
.f-base[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.f-base[type="number"][type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

textarea.f-base {
  min-height: 7.1875rem;
  resize: none;
}

.f-helper {
  color: #83859b;
  margin-bottom: 0;
}

.f-label {
  -webkit-box-align: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-align: center;
      align-items: center;
  color: #000211;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 0;
  -ms-flex-order: -1;
      order: -1;
  padding: 0;
}

.f-label.--required:after {
  color: #c11010;
  content: "*";
  padding-left: 0.25rem;
  position: relative;
}

.f-label.--checkbox {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.f-label.--checkbox:before {
  background-color: #fff;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 1rem;
}

.f-label.--checkbox:after {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0.0625rem 0.0625rem 0;
  content: "";
  height: 0.4375rem;
  left: 0.5rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: color;
  width: 0.25rem;
}

.f-label:hover {
  cursor: pointer;
}

.f-label:hover:before {
  border-color: #2835d2;
}

input[type="checkbox"]:checked ~ .f-label.--checkbox:before {
  background-color: #2835d2;
  border: 0.0625rem solid #2835d2;
}

input[type="checkbox"]:checked ~ .f-label.--checkbox:after {
  opacity: 1;
}

input[type="checkbox"]:checked ~ .f-label.--checkbox:hover {
  cursor: pointer;
}

input[type="checkbox"]:checked ~ .f-label.--checkbox:hover:before {
  background-color: #5e63e7;
  border-color: #5e63e7;
}

.f-login__password-link {
  color: #2835d2;
  font-weight: 500;
  margin-top: -1rem;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.f-login__password-link:hover {
  color: #2835d2;
  -webkit-text-decoration-color: #2835d2;
          text-decoration-color: #2835d2;
}

.f-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

@media (max-width: 47.999em) {
  .f-login {
    gap: 1.5rem;
  }
}

.f-login__wrapper {
  gap: 2rem;
}

.f-login__wrapper,
.f-personal-details__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.f-personal-details__wrapper {
  gap: 3rem;
}

@media (max-width: 47.999em) {
  .f-personal-details__wrapper {
    gap: 1.5rem;
  }
}

.f-personal-details__inputs-wrapper {
  gap: 1.5rem;
}

.f-personal-details__inputs-wrapper,
.radio-fieldset__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.radio-fieldset__wrapper {
  gap: 1.25rem;
}

.radio-fieldset__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  row-gap: 0.5rem;
}

.f-radio {
  position: relative;
}

.f-radio input {
  height: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.f-radio label {
  color: #000211;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 2.25rem;
  position: relative;
}

.f-radio label a {
  color: #000211;
  -webkit-text-decoration-color: #000211;
          text-decoration-color: #000211;
}

.f-radio label a:hover {
  color: #000211;
  -webkit-text-decoration-color: transaprent;
          text-decoration-color: transaprent;
}

.f-radio label:before {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 100%;
  height: 1rem;
  left: 0;
  top: 0;
  transition: background-color 0.2s, border-color 0.2s;
  width: 1rem;
}

.f-radio label:after,
.f-radio label:before {
  background-color: #fff;
  content: "";
  position: absolute;
}

.f-radio label:after {
  border-radius: 100%;
  height: 0.375rem;
  left: 0.5rem;
  opacity: 0;
  top: 0.5rem;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s, background-color 0.2s;
  width: 0.375rem;
}

.f-radio label:hover {
  cursor: pointer;
}

.f-radio label:hover:before {
  border-color: #2c347e;
}

.f-radio input:checked + label:after {
  opacity: 1;
}

.f-radio input:checked + label:before {
  background-color: #2835d2;
  border-color: #2c347e;
}

.f-radio input:checked + label:hover:before {
  background-color: #5e63e7;
  border-color: #5e63e7;
}

.flag-placeholder {
  display: block;
  height: 1rem;
  left: 1rem;
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.flag-placeholder img {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.ss-main {
  color: #000211;
  font-size: 0.875rem;
  line-height: 1rem;
}

.ss-main .ss-single-selected {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0;
  height: auto;
  padding: 1rem;
}

.ss-main .ss-single-selected .placeholder {
  overflow: visible;
  padding-left: 0;
  padding-right: 0.4375rem;
  position: relative;
  white-space: normal;
}

.ss-main .ss-single-selected .placeholder .flag-placeholder {
  left: 0;
  width: 1.25rem;
}

.ss-main .ss-single-selected .ss-arrow {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.75rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto 0;
  position: relative;
  width: 0.75rem;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: none;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down,
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  margin: 0;
}

.ss-main .ss-single-selected .ss-arrow span:before {
  background-image: url(../images/svg/arrow-down-blue.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.75rem;
}

.ss-main .ss-search {
  padding: 0.625rem 1rem;
}

.ss-main .ss-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.0625rem solid #f1f1f1;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  outline: none;
  padding: 0.625rem;
}

.ss-main .ss-search input:focus {
  border-color: #7e8cc2;
  box-shadow: none;
  color: #000211;
  outline: none;
}

@media (max-width: 35.999em) {
  .ss-main .ss-search input {
    border-radius: 0;
  }
}

.ss-main .ss-content {
  border-color: #b3b3b3;
}

.ss-main .ss-content.ss-open {
  border: none;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149);
}

.ss-main .ss-content .ss-list .ss-option {
  padding: 0.625rem 1rem;
  position: relative;
  white-space: normal;
}

.ss-main .ss-content .ss-list .ss-option:hover {
  background-color: #f5f7ff;
  color: #000211;
}

.ss-main .ss-content .ss-list .ss-option.ss-option-selected {
  background-color: #f5f7ff;
  color: #000211;
  pointer-events: none;
}

.ss-main.--flags .ss-single-selected .placeholder,
.ss-main.language-switcher .ss-single-selected .placeholder {
  padding-left: 1.75rem;
}

.ss-main.--flags .ss-content .ss-list .ss-option,
.ss-main.language-switcher .ss-content .ss-list .ss-option {
  padding-left: 2.75rem;
}

.f-wrap {
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.f-wrap,
.g-base {
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5rem;
}

.g-base {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-buttons {
  margin-top: 3rem;
}

.g-buttons.--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.g-buttons.--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.g-buttons.--left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.g-file-open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.g-img-signpost {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 89.999em) {
  .g-img-signpost {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (min-width: 48em) and (max-width: 61.999em) {
  .g-img-signpost {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 35.999em) {
  .g-img-signpost {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.g-investment-items__wrapper.--closed {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s ease, height 0s ease;
}

.g-investment-items__header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  position: relative;
}

.g-investment-items__header:before {
  background-color: #d7d7d7;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transition: background-color 0.3s ease;
  width: 100%;
}

.g-investment-items__heading {
  color: #2c347e;
  font-weight: 600;
  padding: 1rem 0.75rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.g-investment-items__button.btn {
  background-color: transparent;
  justify-self: flex-end;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.g-investment-items__button.btn path {
  fill: #2835d2;
}

.g-investment-items__button.btn:hover {
  background-color: transparent;
  transform: translateY(0.1875rem);
}

.g-investment-items__button.btn.--icon-only > .btn__icon > .icon > svg {
  height: 0.4375rem;
  width: 0.75rem;
}

.g-investment-list__item.--active {
  margin-bottom: 1.25rem;
}

.g-investment-list__item.--active .g-investment-items__heading {
  color: #2835d2;
}

.g-investment-list__item.--active .g-investment-items__wrapper {
  height: auto;
  opacity: 1;
  pointer-events: inherit;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.g-investment-list__item.--active .g-investment-items__header:before {
  background-color: #2835d2;
}

.g-investment-list__item.--active .g-investment-items__button.btn {
  transform: translateY(0) rotate(180deg);
}

.g-investment-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
}

.g-investment-items__subheader {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 47fr 1.5rem 10fr 1.5rem 16fr 1.5rem 23fr;
  grid-template-columns: 47fr 10fr 16fr 23fr;
  padding: 1rem 0;
}

.g-investment-items__subheading {
  font-weight: 400;
}

.g-investment-list,
.g-posts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.g-posts-list {
  gap: 2rem;
}

.g-tags {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.icon {
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -ms-flex-align: center;
      align-items: center;
  color: #000211;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 1rem;
      flex: 0 0 1rem;
  height: 1rem;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1rem;
}

.icon svg {
  height: 100%;
  width: 100%;
}

.icon.--primary {
  color: #2c347e;
}

.icon.--white {
  color: #fff;
}

.icon.--xxl {
  -ms-flex: 0 0 3rem;
      flex: 0 0 3rem;
  height: 3rem;
  max-width: 3rem;
}

.icon.--lg {
  -ms-flex: 0 0 1.5rem;
      flex: 0 0 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
}

.icon.--sm {
  -ms-flex: 0 0 0.875rem;
      flex: 0 0 0.875rem;
  height: 0.875rem;
  max-width: 0.875rem;
}

.icon.--xs {
  -ms-flex: 0 0 0.8125rem;
      flex: 0 0 0.8125rem;
  height: 0.8125rem;
  max-width: 0.8125rem;
}

.icon.--xxs {
  -ms-flex: 0 0 0.5rem;
      flex: 0 0 0.5rem;
  height: 0.5rem;
  max-width: 0.5rem;
}

.img {
  border-radius: 0;
  overflow: hidden;
}

.img.--ratio-4-3 {
  aspect-ratio: 4/3;
}

.img.--ratio-16-9 {
  aspect-ratio: 16/9;
}

.img.--ratio-3-2 {
  aspect-ratio: 3/2;
}

.img.--ratio-1-1 {
  aspect-ratio: 1/1;
}

.img.--ratio-7-5 {
  aspect-ratio: 7/5;
}

.img.--ratio-25-22 {
  aspect-ratio: 25/22;
}

.img.--ratio-25-12 {
  aspect-ratio: 25/12;
}

.img img {
  border-radius: 0;
}

.img.--contain * {
  height: 100%;
  width: 100%;
}

.img.--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.img.--cover * {
  height: 100%;
  width: 100%;
}

.img.--cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img.--placeholder {
  position: relative;
}

.img.--placeholder:before {
  background-color: #e7e7e7;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}

.info-mark__perex {
  background-color: #fff;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  font-weight: 400;
  left: 50%;
  max-width: 12.5rem;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(0.125rem);
  width: 12.5rem;
}

.info-mark__perex.--visible {
  opacity: 1;
  pointer-events: inherit;
  z-index: 2;
}

.info-mark__perex.js-sub-menu-left {
  transform: translate(-100%, 0.125rem);
}

.info-mark {
  display: inline-block;
  line-height: 1rem;
  position: relative;
}

.info-mark:hover {
  cursor: pointer;
}

.info-mark__btn {
  background-color: #b3b3b3;
  border: none;
  border-radius: 100%;
  color: #fff;
  font-size: 0.875rem;
  height: 1rem;
  line-height: 1rem;
  padding: 0;
  width: 1rem;
}

.info-mark__cross {
  height: 0.75rem;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
}

.info-mark__cross:hover {
  cursor: pointer;
}

.info-mark__cross:after,
.info-mark__cross:before {
  background-color: #191919;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
}

.info-mark__cross:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.i-contract-agreement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

@media (max-width: 47.999em) {
  .i-contract-agreement {
    gap: 1rem;
  }
}

.i-contract-agreement__header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  position: relative;
}

.i-contract-agreement__heading {
  font-weight: 500;
}

.i-contract-agreement__content {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  padding-left: 3rem;
  width: 100%;
}

.i-contract-agreement__content ul {
  width: 100%;
}

@media (max-width: 35.999em) {
  .i-contract-agreement__content {
    padding-left: 2rem;
  }
}

.i-contract-agreement__info-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
}

.base-text__timeline {
  color: #7e8cc2;
  font-weight: 400;
  height: 0;
  opacity: 0;
  padding-left: 0.75rem;
  transition: opacity 0.3s ease;
  width: 0;
}

.course-nav__list > .course-nav-item {
  color: #42509f;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  padding-left: 2.25rem;
  position: relative;
}

.course-nav__list:not(.my-investment__list) > .course-nav-item:before {
  border-radius: 100%;
  box-shadow: 0 0 0 0.0625rem #b0bae0;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: -0.0625rem;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 1.25rem;
}

.course-nav__list > .course-nav-item.--curses .course-nav-item {
  position: relative;
}

.course-nav__list > .course-nav-item.--curses .course-nav-item:before {
  border-color: transparent transparent transparent #2835d2;
  border-style: solid;
  border-width: 0.28125rem 0 0.28125rem 0.4375rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0.0625rem;
  width: 0;
}

.course-nav__list > .course-nav-item.--passed .base-text__timeline {
  color: #b3b3b3;
}

.course-nav__list > .course-nav-item.--passed:before {
  background: #42509f;
  box-shadow: 0 0.0625rem 0.1875rem rgba(17, 22, 66, 0.188);
}

.course-nav__list > .course-nav-item.--passed:after {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0.0625rem 0.0625rem;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0.625rem;
  position: absolute;
  top: 0.5625rem;
  transform: translate(-50%, calc(-50% - 0.0625rem)) rotate(-45deg);
  width: 0.5rem;
}

.course-nav__list > .course-nav-item:not(.--curses) > .course-nav-item__sub-menu > .course-nav-item.--active {
  font-weight: 700;
}

.course-nav__list > .course-nav-item:not(.--curses) > .course-nav-item__sub-menu > .course-nav-item.--active:before {
  background-color: #6372b5;
  border-radius: 50%;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  transform: translateY(-50%);
  width: 0.3125rem;
}

.course-nav__list:not(.my-investment__list) > .course-nav-item.--active:after {
  background-color: #2c347e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.3125rem;
  left: 0.625rem;
  position: absolute;
  top: 0.5625rem;
  transform: translate(-50%, -50%);
  width: 0.3125rem;
}

.course-nav__list > .course-nav-item.--active > .course-nav-item__sub-menu {
  height: auto;
  opacity: 1;
  padding-top: 1.5rem;
  pointer-events: inherit;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
  height: 0;
  opacity: 0;
  padding-left: 1.375rem;
  pointer-events: none;
}

@media (max-width: 35.999em) {
  .course-nav__list > .course-nav-item > .course-nav-item__sub-menu {
    gap: 1rem;
  }
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu .course-nav-item {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 1.25rem;
  position: relative;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu .course-nav-item.--active {
  font-weight: 700;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu > .course-nav-item {
  padding-right: 1.875rem;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu > .course-nav-item.--passed:before {
  border-color: #6372b5;
  border-style: solid;
  border-width: 0 0 0.0625rem 0.0625rem;
  content: "";
  display: block;
  height: 0.25rem;
  left: 0.3125rem;
  position: absolute;
  top: 0.5rem;
  transform: translate(-50%, calc(-50% - 0.0625rem)) rotate(-45deg);
  width: 0.5rem;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu > .course-nav-item .course-nav-item__sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.75rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  transition: opacity 0.3s ease;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu > .course-nav-item .course-nav-item__sub-menu.--closed {
  height: 0;
  opacity: 0;
  padding-left: 0;
  padding-top: 0;
  pointer-events: none;
  transition: opacity 0s ease;
}

.course-nav__list > .course-nav-item > .course-nav-item__sub-menu > .course-nav-item .course-nav-item {
  padding-left: 1.25rem;
}

.course-nav__list > .course-nav-item a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.course-nav__list > .course-nav-item a:hover {
  -webkit-text-decoration-color: #42509f;
          text-decoration-color: #42509f;
}

.btn.course-nav-item__sub-menu-btn.--small {
  background-color: transparent;
  height: 2rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
  transform: rotate(-180deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn.course-nav-item__sub-menu-btn.--small:hover {
  background-color: transparent;
}

.btn.course-nav-item__sub-menu-btn.--small.--closed {
  transform: rotate(0deg);
}

.btn.course-nav-item__sub-menu-btn.--small svg {
  height: 0.3125rem;
}

.btn.course-nav-item__sub-menu-btn.--small path {
  fill: #2835d2;
}

.i-file-open {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem 2rem;
  width: 100%;
}

@media (max-width: 47.999em) {
  .i-file-open {
    padding: 0.75rem;
  }
}

.i-file-open__meta {
  color: #6b6b6b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.i-file-open__icon {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f1f3ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  width: 2rem;
}

.i-file-open__icon svg {
  fill: #2835d2;
}

.i-file-open__link {
  justify-self: flex-end;
  margin-left: auto;
}

.i-file-open__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  overflow: hidden;
}

.i-img-signpost {
  display: block;
  position: relative;
}

.i-img-signpost:before {
  background: linear-gradient(354.4deg, #000 4.47%, transparent 95.53%);
  content: "";
  top: 0;
  z-index: 5;
}

.i-img-signpost:before,
.i-img-signpost__header {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.i-img-signpost__header {
  -webkit-box-align: start;
  -webkit-box-pack: end;
  -ms-flex-align: start;
      align-items: flex-start;
  bottom: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1.5rem 1.25rem;
  z-index: 8;
}

@media (max-width: 47.999em) {
  .i-img-signpost__header {
    padding: 0.75rem;
  }
}

.i-img-signpost__perex {
  margin-bottom: 0;
}

.i-img-signpost__heading {
  font-weight: 500;
  margin-bottom: 0;
}

.i-invest-cta {
  -ms-flex-align: center;
      align-items: center;
  background-color: #f5f7ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}

.i-invest-cta__heading {
  font-weight: 500;
  margin-bottom: 1rem;
}

.i-invest-cta__btn {
  max-width: 100%;
  width: 18.375rem;
}

.i-invest-cta__account {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
}

.i-invest-cta__account a {
  color: #2835d2;
}

.i-investment-calc__heading {
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.i-investment-calc {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #f5f7ff;
  padding: 1.5rem 1.125rem;
}

.i-investment-calc,
.i-investment-calc__graph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.i-investment-calc__graph {
  gap: 0.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.i-investment-calc__perex {
  color: #000211;
  margin-bottom: 0.75rem;
}

.i-investment-calc__result {
  -ms-flex-align: center;
      align-items: center;
  color: #2c347e;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.i-investment-calc__info {
  color: #333e8a;
  margin-top: 1.5rem;
}

.i-investment-calc__investment,
.i-investment-calc__profit {
  color: #fff;
  height: 2.25rem;
  overflow: hidden;
  padding-right: 1.125rem;
  position: relative;
  transition: width 0.2s ease;
}

.i-investment-calc__investment,
.i-investment-calc__investment-progress,
.i-investment-calc__profit,
.i-investment-calc__profit-progress {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  isolation: isolate;
  transform-origin: left center;
  width: 100%;
}

.i-investment-calc__investment-progress,
.i-investment-calc__profit-progress {
  -webkit-box-pack: end;
  height: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.2s ease;
}

.i-investment-calc__investment .i-investment-calc__investment-progress {
  background-color: #4858a9;
}

.i-investment-calc__profit .i-investment-calc__profit-progress {
  background-color: #4ecba5;
}

.i-investment-calc__investment-content {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
      align-items: center;
  background-color: #4858a9;
  border-radius: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.25rem;
  height: 100%;
  isolation: isolate;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-left: 0.3125rem;
  position: relative;
  transition: width 0.2s ease;
  white-space: nowrap;
}

.i-investment-calc__investment-content:before {
  background-color: #4858a9;
  border-radius: 100%;
  content: "";
  height: 100%;
  isolation: isolate;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(1.125rem);
  width: 2.25rem;
  z-index: 0;
}

.i-investment-calc__investment-content span {
  z-index: 3;
}

.i-investment-calc__profit-percentage {
  background-color: #4ecba5;
  border-radius: 1.25rem;
  isolation: isolate;
  padding-left: 0.3125rem;
  position: relative;
}

.i-investment-calc__profit-content,
.i-investment-calc__profit-percentage {
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: width 0.2s ease;
}

.i-investment-calc__profit-content {
  background-color: #4bb494;
  gap: 0.25rem;
  padding-left: 0;
  z-index: 10;
}

.i-investment-calc__profit-content:before {
  background-color: #4bb494;
  border-radius: 0 100% 100% 0;
  content: "";
  height: 100%;
  isolation: isolate;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(1.125rem);
  width: 2.25rem;
  z-index: -1;
}

.i-investment-calc__profit-content.--zero:before {
  background-color: #4ecba5;
}

/* .i-investment__button.btn.--icon-only {
  background-color: #f1f3ff;
  border-radius: 100%;
  height: 1.5rem;
  justify-self: flex-end;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 1.5rem;
}

.i-investment__button.btn.--icon-only path {
  fill: #2835d2;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

@media (max-width: 89.999em) {
  .i-investment__button.btn.--icon-only {
    -webkit-box-ordinal-group: 0;
    grid-column: span 1;
    margin-bottom: 0.25rem;
    order: -1;
  }
} */
/* .i-investment {
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(17, 22, 66, 0.188);
  box-shadow: 0 0.0625rem 0.1875rem rgba(17, 22, 66, 0.188);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 52fr 12fr 19fr 13fr 4fr;
  padding: 1rem 1.5rem;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.i-investment,
.i-investment:hover {
  color: #000211;
  text-decoration-color: transparent;
}

.i-investment:hover {
  background-color: #f1f3ff;
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149),
    inset 0 0 0 0.0625rem #dae1fd;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149),
    inset 0 0 0 0.0625rem #dae1fd;
}

.i-investment:hover .i-investment__button.btn.--icon-only {
  background-color: #2835d2;
}

.i-investment:hover .i-investment__button.btn.--icon-only path {
  fill: #fff;
}

@media (max-width: 89.999em) {
  .i-investment {
    gap: 1rem;
    grid-template-columns: 1fr 3.125rem;
  }
}

.i-investment__heading {
  -webkit-box-ordinal-group: -1;
  font-weight: 400;
  grid-column: span 1;
  order: -2;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 89.999em) {
  .i-investment__heading {
    margin-bottom: 0.25rem;
  }

  .i-investment__heading:before {
    background-color: #d7d7d7;
    bottom: -1rem;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: calc(100% + 4.125rem);
  }
}

.i-investment__pia,
.i-investment__share,
.i-investment__via {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 0;
}

@media (max-width: 89.999em) {

  .i-investment__pia,
  .i-investment__share,
  .i-investment__via {
    display: grid;
    grid-column: span 2;
    grid-template-columns: 1fr 3.125rem;
  }
}

.i-investment__perex {
  color: #6b6b6b;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

@media (max-width: 89.999em) {
  .i-investment__value {
    text-align: right;
  }
} */
.i-post__image-col {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}

.i-post__content-col {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
}

.i-post__heading {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 47.999em) {
  .i-post__heading {
    font-size: 1.125rem;
  }
}

.i-post__perex {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.75rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i-post__header {
  margin-bottom: 0.5rem;
}

.i-post__heading-link {
  color: #000211;
  display: block;
  overflow: hidden;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.i-post__heading-link:hover {
  color: #000211;
  -webkit-text-decoration-color: #000211;
          text-decoration-color: #000211;
}

.i-post__footer {
  -webkit-box-pack: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 0.5rem;
  margin-top: auto;
}

.i-post__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  row-gap: 0.5rem;
}

.i-post-image-link {
  border-radius: 0;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.i-post-image-link:before {
  background-color: #e7e7e7;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: -1;
}

@media (max-width: 35.999em) {
  .i-post-image-link {
    margin-bottom: 1rem;
  }
}

.i-post-image-link img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition-property: opacity, transform;
  width: 100%;
}

.i-post-image-link img[data-src]:not(.loaded) {
  opacity: 0;
  transform: scale(0.95);
}

.i-post__date {
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  margin-right: auto;
}

.i-post {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "image content";
  -ms-grid-columns: 13rem 1rem auto;
  grid-template-columns: 13rem auto;
}

@media (max-width: 47.999em) {
  .i-post {
    -ms-grid-columns: 12rem auto;
    grid-template-columns: 12rem auto;
  }
}

@media (max-width: 35.999em) {
  .i-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 21rem;
  }
}

@media (min-width: 75em) {
  .i-post.--column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    row-gap: 1rem;
  }
  .i-post.--column .i-post__content-col {
    height: 100%;
  }
  .i-post.--column .i-post__heading {
    font-size: 1.5rem;
  }
}

.i-secure-info {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.5rem;
}

@media (max-width: 35.999em) {
  .i-secure-info {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
  }
}

.i-secure-info__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
}

.i-secure-info__perex {
  margin-bottom: 0;
}

.i-share {
  -webkit-box-pack: start;
  background-color: #dae1fd;
  border-radius: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 0.75rem;
  overflow: hidden;
  width: 100%;
}

.i-share__perex {
  background: linear-gradient(0deg, #2835d2, #2835d2), #2835d2;
  color: #fff;
  height: 1.25rem;
  min-width: 3.125rem;
  padding: 0.125rem 0.625rem 0.125rem 1.125rem;
  text-align: left;
}

.i-tag {
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #dae1fd;
  border-radius: 0.25rem;
  color: #2c347e;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.i-video__play {
  background-color: #2c347e;
  border-radius: 50%;
  height: 3rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 3rem;
  z-index: 10;
}

.i-video__play:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.6875rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + 0.125rem), -50%);
  transition: transform 0.3s ease;
  width: 0;
}

.i-video__play:hover {
  background-color: #0f2a83;
  cursor: pointer;
}

.i-video__play:hover:before {
  transform: translate(calc(-50% + 0.125rem), -50%) scale(1.1);
}

.i-video {
  background-color: #f8f8f8;
  display: block;
  position: relative;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  width: 100%;
}

.i-video.--opened {
  background-color: transparent;
}

.i-video.--opened .i-video__img,
.i-video.--opened .i-video__play {
  opacity: 0;
}

.i-video.--ratio-4-3 {
  aspect-ratio: 4/3;
}

.i-video.--ratio-16-9 {
  aspect-ratio: 16/9;
}

.i-video.--ratio-3-2 {
  aspect-ratio: 3/2;
}

.i-video.--ratio-1-1 {
  aspect-ratio: 1/1;
}

.i-video.--ratio-7-5 {
  aspect-ratio: 7/5;
}

.i-video.--ratio-25-22 {
  aspect-ratio: 25/22;
}

.i-video.--ratio-25-12 {
  aspect-ratio: 25/12;
}

.i-video__spinner {
  animation: spiner 3s linear infinite;
  height: 3rem;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, translate 0.3s ease;
}

.i-video__spinner.--visible {
  opacity: 1;
  z-index: 10;
}

.i-video__iframe {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

.i-video__iframe .i-video__video,
.i-video__iframe iframe {
  border: none;
  height: 100%;
  width: 100%;
}

.i-video__iframe.--visible {
  opacity: 1;
  pointer-events: inherit;
  z-index: 40;
}

.language-switcher .ss-content {
  border: none;
  max-width: 16.125rem;
  width: 16.125rem;
}

.language-switcher .ss-content:before {
  background-color: #fff;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149);
  content: "";
  display: block;
  height: 0.5rem;
  left: 0.625rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5rem;
  z-index: -5;
}

.language-switcher .ss-content .ss-list {
  background-color: #fff;
}

.language-switcher .ss-content .ss-list .ss-option {
  padding-left: 3rem;
}

.language-switcher .ss-content .ss-list .ss-option:hover {
  background-color: #f5f7ff;
}

.language-switcher .ss-content .ss-list .ss-option.ss-option-selected {
  background-color: #f5f7ff;
  opacity: 1;
}

.language-switcher .ss-content .ss-list .ss-option.ss-option-selected:before {
  background-image: url(../images/svg/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.language-switcher .placeholder {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}

.language-switcher .placeholder:before {
  background-image: url(../images/svg/world-alt-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.language-switcher .placeholder:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.language-switcher .ss-single-selected {
  background-color: transparent;
  border: none;
  padding: 0.875rem 0;
}

.language-switcher .ss-single-selected.ss-open-above + .ss-content:before {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149);
  content: "";
  display: block;
  height: 0.5rem;
  left: 0.625rem;
  position: absolute;
  top: auto;
  transform: translateY(50%) rotate(-45deg);
  width: 0.5rem;
  z-index: -5;
}

.language-switcher .ss-single-selected .ss-arrow span:before {
  background-image: url(../images/svg/arrow-down-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.4375rem;
}

.language-switcher.--gray .placeholder {
  color: #6b6b6b;
  font-weight: 400;
  -webkit-text-decoration-color: #6b6b6b;
          text-decoration-color: #6b6b6b;
}

.language-switcher.--gray .placeholder:before {
  background-image: url(../images/svg/world-alt.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.language-switcher.--gray .placeholder:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.language-switcher.--gray .ss-single-selected .ss-arrow span:before {
  background-image: url(../images/svg/arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.4375rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.4375rem;
}

.link__icon {
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.link__icon svg {
  transition: transform 0.3s ease;
  will-change: transform;
}

.link {
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition-property: color;
}

.link span {
  text-decoration: underline;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
}

.--weight-600 {
  font-weight: 600;
}

.--weight-500 {
  font-weight: 500;
}

.link.--black {
  color: #000211;
}

.link.--black span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.link.--black:focus,
.link.--black:hover {
  color: #000211;
}

.link.--black:focus span,
.link.--black:hover span {
  -webkit-text-decoration-color: #000211;
          text-decoration-color: #000211;
}

.link.--primary-200 {
  color: #b0bae0;
}

.link.--primary-200 span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.link.--primary-200:focus,
.link.--primary-200:hover {
  color: #b0bae0;
}

.link.--primary-200:focus span,
.link.--primary-200:hover span {
  -webkit-text-decoration-color: #b0bae0;
          text-decoration-color: #b0bae0;
}

.link.--primary {
  color: #2c347e;
}

.link.--primary span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.link.--primary:focus,
.link.--primary:hover {
  color: #2c347e;
}

.link.--primary:focus span,
.link.--primary:hover span {
  -webkit-text-decoration-color: #2c347e;
          text-decoration-color: #2c347e;
}

.link.--white {
  color: #fff;
}

.link.--white span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.link.--white:focus,
.link.--white:hover {
  color: #fff;
}

.link.--white:focus span,
.link.--white:hover span {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.link.--secondary {
  color: #2835d2;
}

.link.--secondary span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.link.--secondary:focus,
.link.--secondary:hover {
  color: #2835d2;
}

.link.--secondary:focus span,
.link.--secondary:hover span {
  -webkit-text-decoration-color: #2835d2;
          text-decoration-color: #2835d2;
}

.link.--icon-before .link__icon {
  -ms-flex-order: -1;
      order: -1;
}

.link.--animation-right svg {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.link.--animation-right:hover svg {
  transform: translateX(0.5rem);
}

.link.--animation-zoom:hover svg {
  transform: scale(1.1);
}

.link.--underline-initial {
  text-decoration: none;
}

.link.--underline-initial span {
  text-decoration: underline;
}

.link.--underline-initial:focus,
.link.--underline-initial:hover {
  text-decoration: none;
}

.link.--underline-initial:focus span,
.link.--underline-initial:hover span {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.main-footer {
  background-color: #0f2a83;
  color: #b0bae0;
  display: block;
  margin-top: auto;
  position: relative;
}

.main-footer:before {
  background-color: #0f2a83;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 200vw;
  z-index: -1;
}

.main-footer__container {
  padding: 0 3.75rem 0 3rem;
}

@media (max-width: 89.999em) {
  .main-footer__container {
    padding: 0 2rem 0 3rem;
  }
}

@media (max-width: 74.999em) {
  .main-footer__container {
    padding: 0 1.25rem 0 3rem;
  }
}

@media (max-width: 61.999em) {
  .main-footer__container {
    padding: 0 1.25rem;
  }
}

.main-footer__wrapper {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

@media (max-width: 47.999em) {
  .main-footer__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.main-footer__language-switcher {
  margin-left: 4.125rem;
  margin-right: 4.125rem;
}

@media (min-width: 48em) {
  .main-footer__language-switcher .language-switcher .ss-single-selected {
    margin: -0.125rem 0;
    padding: 0.5rem 0;
  }
  .main-footer__language-switcher .language-switcher .placeholder {
    line-height: 1rem;
  }
}

@media (max-width: 47.999em) {
  .main-footer__language-switcher .language-switcher .ss-single-selected + .ss-content {
    left: 50%;
    transform: translateX(-50%) scaleY(0);
  }
  .main-footer__language-switcher .language-switcher .ss-single-selected + .ss-content:before {
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .main-footer__language-switcher .language-switcher .ss-single-selected.ss-open-above + .ss-content {
    left: 50%;
    transform: translateX(-50%) scaleY(1);
  }
}

.main-footer__nav {
  margin-left: auto;
}

@media (max-width: 47.999em) {
  .main-footer__nav {
    margin-left: 0;
  }
}

.main-footer__nav-list {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.main-footer__nav-link {
  color: #b0bae0;
  padding: 0.5rem;
}

.main-footer__nav-link:hover {
  color: #b0bae0;
}

.main-footer__copy {
  margin-bottom: 0;
}

.main-header-menu-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #333e8a;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 3rem;
  justify-self: flex-end;
  outline: none;
  padding: 0;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 3rem;
  z-index: 70;
}

.main-header-menu-btn span {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  width: 1.25rem;
}

.main-header-menu-btn span:first-of-type {
  top: calc(50% - 0.375rem);
}

.main-header-menu-btn span:last-of-type {
  top: calc(50% + 0.375rem);
}

.main-header-menu-btn.--opened span {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-header-menu-btn.--opened span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.main-header-menu-btn.--opened span:first-of-type,
.main-header-menu-btn.--opened span:last-of-type {
  opacity: 0;
}

.main-header-menu-btn:hover {
  background-color: #6372b5;
}

.main-header__brand {
  display: block;
  height: 9rem;
  margin-bottom: 4rem;
  max-height: 9rem;
  text-align: left;
  z-index: 70;
}

.main-header__brand * {
  height: 100%;
  max-height: 100%;
}

@media (max-width: 61.999em) {
  .main-header__brand {
    height: 6.25rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 47.999em) {
  .main-header__brand {
    height: 4.25rem;
    margin-bottom: 2rem;
  }
}

.main-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  padding: 3.75rem;
}

@media (max-width: 89.999em) {
  .main-header {
    padding: 2rem;
  }
}

@media (max-width: 74.999em) {
  .main-header {
    padding-left: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0;
  }
}

.main-header.--dark {
  -ms-flex-align: center;
      align-items: center;
  background-color: #0f2a83;
  padding-bottom: 9.5rem;
  padding-top: 2.25rem;
  position: relative;
}

.main-header.--dark:before {
  background-color: #082174;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100vw;
}

@media (max-width: 61.999em) {
  .main-header.--dark:before {
    background-color: #0f2a83;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .main-header.--dark {
    -webkit-box-pack: justify;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.main-header.--dark .main-header__brand {
  margin-bottom: 4rem;
}

@media (max-width: 61.999em) {
  .main-header.--dark .main-header__brand {
    height: 3rem;
    justify-self: flex-start;
    margin-bottom: 0;
  }
}

.main-header__bottom-block {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
  margin-top: auto;
  padding-top: 4rem;
}

@media (max-width: 61.999em) {
  .main-header__bottom-block {
    gap: 1.5rem;
    padding-top: 2rem;
    padding-top: 0;
  }
}

@media (max-width: 35.999em) {
  .main-header__bottom-block {
    gap: 1.5rem;
  }
}

.main-header__bottom {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.main-header__help-block {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.75rem;
}

.main-header__help {
  margin-bottom: 0;
}

.main-header__log-out-btn {
  background-color: transparent;
  border: none;
  color: #6b6b6b;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0;
}

.main-header__log-out-btn span {
  font-size: 0.875rem;
  line-height: 1rem;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}

.main-header__log-out-btn.--closed {
  transform: rotate(-180deg);
}

.main-header__log-out-btn:hover {
  cursor: pointer;
}

.main-header__log-out-btn:hover span {
  -webkit-text-decoration-color: #6b6b6b;
          text-decoration-color: #6b6b6b;
}

.main-header__log-in-btn {
  margin-top: auto;
  padding-top: 1.5rem;
}

.main-header__content-block {
  -webkit-box-pack: justify;
  -webkit-box-flex: 2;
  background-color: #0f2a83;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 61.999em) {
  .main-header__content-block {
    height: var(--vh);
    max-height: var(--vh);
    min-height: var(--vh);
    min-width: 21.25rem;
    padding: 5rem 1.25rem 2.25rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(200%);
    transition: transform 0.3s ease;
    z-index: 50;
  }
}

@media (max-width: 35.999em) {
  .main-header__content-block {
    width: 100%;
  }
}

@media (max-width: 61.999em) {
  .main-header__content-block.--visible {
    transform: translateX(0);
  }
  .main-nav {
    -ms-flex-negative: 5;
        flex-shrink: 5;
    height: auto;
    overflow: auto;
  }
}

.main-nav__list {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.main-nav__list > li {
  width: 100%;
}

/* .main-nav__list>li>a.--active {
  color: var(--white);
} */
.main-nav__list > li > a.--active .icon {
  color: #B0BAE0;
}

.main-nav__list a {
  padding: 1.25rem 0;
  text-decoration: none;
  transition: filter 0.3s ease;
}

.main-nav__list .icon {
  color: #7E8CC2;
}

.main-nav__list a:hover {
  color: var(--white);
}

@media (max-width: 89.999em) {
  .main-nav__list a {
    padding: 0.75rem 0;
  }
}

.c-modal__dialog {
  cursor: cell;
  margin: 4rem auto;
  pointer-events: none;
  position: relative;
  width: auto;
}

@media (min-height: 64em) {
  .c-modal__dialog {
    margin: 8.5rem auto;
  }
}

@media (max-width: 47.999em) {
  .c-modal__dialog {
    margin: 2rem auto;
  }
}

.c-modal__content {
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 1.5rem rgba(15, 38, 57, 0.102);
  cursor: auto;
  margin-inline: auto;
  outline: 0;
  pointer-events: auto;
  position: relative;
  transform: translateY(2rem);
  transition: transform var(--transtion-length) ease;
  width: min(100% - 2rem, 54.0625rem);
}

.c-modal__body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 4rem 7.125rem;
  position: relative;
}

@media (max-width: 74.999em) {
  .c-modal__body {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (max-width: 61.999em) {
  .c-modal__body {
    padding: 3.75rem 2rem 2rem;
  }
}

@media (max-width: 47.999em) {
  .c-modal__body {
    padding: 3.75rem 1.5rem 1.5rem;
  }
}

.c-modal__header {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2rem 7.125rem 0;
}

.c-modal__button-container {
  -webkit-box-ordinal-group: 0;
  -webkit-box-pack: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-order: -1;
      order: -1;
  position: absolute;
  right: 0;
  top: 0;
}

.btn.c-modal__close-cross {
  box-shadow: none;
  transform: translate(-1rem, 1rem);
}

.btn.c-modal__close-cross:hover {
  background-color: transparent;
}

.btn.c-modal__close-cross path {
  fill: #000;
}

.c-modal__footer {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 0 7.125rem 2rem;
}

.c-modal__footer.--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-modal__footer.--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-modal__heading {
  font-size: 1.375rem;
}

.c-modal__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-modal {
  --transtion-length: $transitionLength;
  background-color: rgba(0, 2, 17, 0.349);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity var(--transtion-length) ease;
  width: 100%;
  z-index: 9000;
}

.c-modal.--open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.c-modal.--open .c-modal__content {
  transform: translateY(0);
}

.c-modal.--hidden {
  visibility: hidden;
}

.c-modal.--size-sm .c-modal__content {
  width: min(100% - 2rem, 30rem);
}

.c-modal.--size-xl .c-modal__content {
  width: min(100% - 2rem, 71.25rem);
}

.scroll-up {
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #2c347e;
  border-radius: 1.25rem;
  bottom: 2.5rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2.5rem;
  transform: translateY(2.5rem) scale(0.8);
  transition: background-color 0.3s ease, opacity 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  width: 2.5rem;
  will-change: opacity, transform, background-color;
  z-index: 50;
}

.scroll-up:hover {
  background-color: #7e8cc2;
}

.scroll-up:after {
  border-radius: 1.25rem;
  box-shadow: 0 0 0.625rem 2.5rem #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  transition-property: opacity, box-shadow;
  width: 100%;
}

.scroll-up:active:after {
  box-shadow: 0 0 0 0 #fff;
  opacity: 1;
  position: absolute;
  transition: 0s;
}

.scroll-up svg {
  height: 1rem;
  width: 1rem;
}

.scroll-up path {
  fill: #fff;
}

.scroll-up.--active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}

.s-contact-form__row {
  -ms-flex-pack: center;
      justify-content: center;
}

.s-contract-agreement__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}

@media (max-width: 47.999em) {
  .s-contract-agreement__list {
    gap: 2rem;
  }
}

.s-contract-agreement__list-item {
  counter-increment: item;
}

.s-contract-agreement__list-item .i-contract-agreement__header:before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #f1f3ff;
  color: #4e43e2;
  content: counter(item) ".";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2rem;
  line-height: 1rem;
  margin-left: -3rem;
  margin-right: 1rem;
  padding: 0.5rem 0;
  position: relative;
  text-align: center;
  width: 2rem;
}

.s-create-account__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 48em) {
  .s-create-account__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
}

.s-create-account__content-wrapper {
  padding: 2rem 7.1875rem 3.75rem;
}

@media (max-width: 89.999em) {
  .s-create-account__content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 61.999em) {
  .s-create-account__content-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 47.999em) {
  .s-create-account__content-wrapper {
    padding: 1.5rem;
  }
}

.s-create-account__img {
  background-blend-mode: hard-light;
  background-color: #0f2a83;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 47.999em) {
  .s-create-account__img {
    -webkit-box-ordinal-group: 0;
    height: 6rem;
    -ms-flex-order: -1;
        order: -1;
  }
}

.s-create-account__logo {
  left: 50%;
  position: absolute;
  top: 17.125rem;
  transform: translateX(-50%);
}

@media (max-width: 47.999em) {
  .s-create-account__logo {
    height: calc(100% - 1rem);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.s-create-account__account-link {
  color: #2835d2;
  font-weight: 500;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.s-create-account__account-link:hover {
  color: #2835d2;
  -webkit-text-decoration-color: #2835d2;
          text-decoration-color: #2835d2;
}

.s-create-account__account {
  color: #000211;
  margin-bottom: 0;
}

.s-create-account__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}

@media (max-width: 47.999em) {
  .s-create-account__content {
    gap: 1.5rem;
  }
}

.s-create-account__language-switcher {
  -webkit-box-pack: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 2.75rem;
}

@media (max-width: 47.999em) {
  .s-create-account__language-switcher {
    margin-bottom: 1.5rem;
  }
}

.arrow-back {
  padding-bottom: 2rem;
}

.s-error-404 {
  text-align: center;
}

.s-error-404__heading {
  color: #7e8cc2;
  display: block;
  font-size: 5.5rem;
  line-height: 5.5rem;
}

@media (max-width: 47.999em) {
  .s-error-404__heading {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }
}

.s-error-404__sub-heading {
  margin-bottom: 0.75rem;
}

.s-error-404__perex,
.s-error-404__sub-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 31.25rem;
}

.s-error-404__perex {
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.s-img-signpost__button-wrapper {
  padding-top: 2rem;
}

@media (max-width: 35.999em) {
  .s-investment-list .base-section__content-wrapper {
    background-color: #fff;
  }
}

.s-investment-list__form {
  margin-bottom: 2.25rem;
}

.s-investment-list__selects-list {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 1rem 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

@media (max-width: 35.999em) {
  .s-investment-list__selects-list {
    -ms-flex-align: stretch;
        align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.s-logged-in-intro .base-section__content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

@media (min-width: 90em) {
  .s-logged-in-intro .base-section__content-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "header header button" "account account account";
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.s-logged-in-intro__header {
  grid-area: header;
}

.s-logged-in-intro__subheading {
  font-weight: 400;
}

.s-logged-in-intro__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 8.625rem;
}

@media (max-width: 89.999em) {
  .s-logged-in-intro__list {
    gap: 1.5rem 3.75rem;
  }
}

.s-logged-in-intro__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.25rem;
}

.s-logged-in-intro__item-heading {
  color: #2835d2;
  font-weight: 500;
}

@media (max-width: 89.999em) {
  .s-logged-in-intro__item-heading {
    gap: 1rem 3.75rem;
  }
}

.s-logged-in-intro__item-perex {
  margin-bottom: 0;
}

.s-logged-in-intro__btn {
  grid-area: button;
}

@media (max-width: 89.999em) {
  .s-logged-in-intro__btn {
    -ms-flex-order: 5;
        order: 5;
  }
}

.s-logged-in-intro__account {
  gap: 1rem;
  grid-area: account;
}

@media (min-width: 90em){
  .s-logged-in-intro__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .s-logged-in-intro__btn {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .s-logged-in-intro__account {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.s-logged-in-intro__account,
.s-login__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 48em) {
  .s-login__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
}

.s-login__content-wrapper {
  padding: 2rem 7.1875rem 3.75rem;
}

@media (max-width: 89.999em) {
  .s-login__content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 61.999em) {
  .s-login__content-wrapper {
    padding: 2rem;
  }
}

@media (max-width: 47.999em) {
  .s-login__content-wrapper {
    padding: 1.5rem;
  }
}

.s-login__img {
  background-blend-mode: hard-light;
  background-color: #0f2a83;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 47.999em) {
  .s-login__img {
    -webkit-box-ordinal-group: 0;
    height: 6rem;
    -ms-flex-order: -1;
        order: -1;
  }
}

.s-login__logo {
  left: 50%;
  position: absolute;
  top: 17.125rem;
  transform: translateX(-50%);
}

@media (max-width: 47.999em) {
  .s-login__logo {
    height: calc(100% - 1rem);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.s-login__new-account-link {
  color: #2835d2;
  font-weight: 500;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.s-login__new-account-link:hover {
  color: #2835d2;
  -webkit-text-decoration-color: #2835d2;
          text-decoration-color: #2835d2;
}

.s-login__new-account {
  color: #000211;
  margin-bottom: 0;
}

.s-login__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}

@media (max-width: 47.999em) {
  .s-login__content {
    gap: 1.5rem;
  }
}

.s-login__language-switcher {
  -webkit-box-pack: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 2.75rem;
}

@media (max-width: 47.999em) {
  .s-login__language-switcher {
    margin-bottom: 1.5rem;
  }
  .s-login__language-switcher .language-switcher .ss-single-selected + .ss-content {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .s-login__language-switcher .language-switcher .ss-single-selected + .ss-content:before {
    left: auto;
    right: 0.625rem;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.s-not-logged-in-intro__header {
  max-width: 100%;
  z-index: 5;
}

.s-not-logged-in-intro__header .base-heading {
  font-weight: 300;
}

.s-not-logged-in-intro {
  position: relative;
}

@media (min-width: 90em) {
  .s-not-logged-in-intro + section {
    position: relative;
    z-index: 20;
  }
  .s-not-logged-in-intro + section .base-heading {
    color: #fff;
  }
}

.s-not-logged-in-intro .base-section__content-wrapper {
  position: relative;
  z-index: 5;
}

.s-not-logged-in-intro__subheading {
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 5;
}

.s-not-logged-in-intro__perex {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}

.s-not-logged-in-intro__content {
  color: #fff;
  max-width: 36.25rem;
  z-index: 5;
}

.s-not-logged-in-intro__btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 47.999em) {
  .s-not-logged-in-intro__btn-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.s-not-logged-in-intro__img-wrapper {
  aspect-ratio: 49/29;
  height: auto;
  left: 0;
  max-height: none;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 90em) {
  .s-not-logged-in-intro__img-wrapper {
    min-height: 150%;
  }
}

@media (max-width: 89.999em) {
  .s-not-logged-in-intro__img-wrapper {
    max-height: 100%;
  }
}

.s-not-logged-in-intro__img-wrapper .s-not-logged-in-intro__img,
.s-not-logged-in-intro__img-wrapper:before {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.s-not-logged-in-intro__img-wrapper:before {
  background: linear-gradient(115.68deg, #000 11.77%, transparent 98.93%);
  content: "";
  z-index: 1;
}

.s-not-logged-in-intro__play-btn {
  background-color: #fff;
  border: none;
  border-radius: 100%;
  height: 2.75rem;
  right: 25%;
  transform: translate(50%, -50%);
  width: 2.75rem;
  z-index: 10;
}

.s-not-logged-in-intro__play-btn,
.s-not-logged-in-intro__play-btn:before {
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}

.s-not-logged-in-intro__play-btn:before {
  border-color: transparent transparent transparent #2c347e;
  border-style: solid;
  border-width: 0.40625rem 0 0.40625rem 0.625rem;
  content: "";
  height: 0;
  left: 50%;
  pointer-events: none;
  transform: translate(calc(-50% + 0.125rem), -50%);
  width: 0;
}

.s-not-logged-in-intro__play-btn:hover {
  cursor: pointer;
  transform: translate(calc(50% + 0.3125rem), -50%);
}

.s-not-logged-in-intro__play-btn:hover:before {
  transform: translate(calc(-50% + 0.125rem), -50%) scale(1.2);
}

@media (max-width: 89.999em) {
  .s-not-logged-in-intro__play-btn {
    right: 15%;
  }
}

@media (max-width: 74.999em) {
  .s-not-logged-in-intro__play-btn {
    /* bottom: 2rem;
    right: 2rem;
    top: auto;
    -webkit-transform: translate(calc(50% + 0.125rem), 50%);
    transform: translate(calc(50% + 0.125rem), 50%); */
    display: none;
  }
  .s-not-logged-in-intro__play-btn:hover {
    transform: translate(calc(50% + 0.3125rem), 50%);
  }
}

.s-onboarding-manual__content {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

.s-post-detail__meta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.s-post-detail__entry-content {
  margin-top: 1rem;
}

.s-posts-grid__grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 75em) {
  .s-posts-grid__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .s-posts-grid__grid-cell:first-of-type {
    -ms-grid-row-span: 3;
    grid-row: span 3 / auto;
  }
}

.s-posts__grid {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}

@media (min-width: 75em) {
  .s-posts__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-rcc-education-courses__duration {
  color: #83859b;
}

.s-rcc-education-courses__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.s-rcc-education-courses__button-wrapper {
  padding-top: 2rem;
}

.s-yield-calculation__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}

.s-yield-calculation__heading {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.s-yield-calculation__info-list,
.s-yield-calculation__input-list,
.s-yield-calculation__selects-list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 35.999em) {
  .s-yield-calculation__info-list,
  .s-yield-calculation__input-list,
  .s-yield-calculation__selects-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.s-yield-calculation__perex {
  margin-bottom: 0;
}

.s-yield-calculation__input {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  position: relative;
}

.s-yield-calculation__input .f-wrap {
  -ms-flex-positive: 4;
      flex-grow: 4;
  min-width: 4.5rem;
}

.s-yield-calculation__input .f-base {
  padding-right: 3.75rem;
}

.s-yield-calculation__input .s-yield-calculation__input-deposit {
  padding-right: 1rem;
}

.s-yield-calculation__input-currency {
  pointer-events: none;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}

.widget.widget_media_image {
  background: none;
  padding: 0;
}

.widget.widget_media_image .widgettitle {
  background: #fff;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 1.25rem;
}

@media (max-width: 35.999em) {
  .widget.widget_media_image .widgettitle {
    padding-bottom: 0.75rem;
  }
}

.widget.widget_media_image a {
  display: block;
  height: 25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.widget.widget_media_image a img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.widget_nav_menu > div > ul .active > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .active > a,
.widget_pages > ul .current-menu-item > a {
  color: #2c347e;
}

.aside-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (max-width: 35.999em) {
  .aside-main {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.widget {
  background: #fff;
  box-shadow: 0 0 0 0.0625rem #000;
  font-weight: 400;
  padding: 1rem;
}

.widgettitle {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 35.999em) {
  .widgettitle {
    margin-bottom: 0.75rem;
  }
}

.widget_categories:not(.widget_categories_select) ul,
.widget_nav_menu > div > ul,
.widget_pages > ul {
  margin-bottom: -0.25rem;
}

.widget_categories:not(.widget_categories_select) ul li,
.widget_nav_menu > div > ul li,
.widget_pages > ul li {
  position: relative;
}

.widget_categories:not(.widget_categories_select) ul li a:before,
.widget_nav_menu > div > ul li a:before,
.widget_pages > ul li a:before {
  background-color: #e7e7e7;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.widget_categories:not(.widget_categories_select) ul li > ul,
.widget_nav_menu > div > ul li > ul,
.widget_pages > ul li > ul {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.2s, opacity 0s;
}

.widget_categories:not(.widget_categories_select) ul li.js-open > ul,
.widget_nav_menu > div > ul li.js-open > ul,
.widget_pages > ul li.js-open > ul {
  height: auto;
  opacity: 1;
  pointer-events: inherit;
  transition: height 0.2s, opacity 0.2s;
}

.widget_categories:not(.widget_categories_select) ul li li,
.widget_nav_menu > div > ul li li,
.widget_pages > ul li li {
  padding-left: 0.9375rem;
}

.widget_categories:not(.widget_categories_select) ul .active > a,
.widget_categories:not(.widget_categories_select) ul .current-menu-item > a,
.widget_nav_menu > div > ul .active > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .active > a,
.widget_pages > ul .current-menu-item > a {
  text-decoration: none;
}

.widget_categories:not(.widget_categories_select) ul > li:last-of-type a:before,
.widget_nav_menu > div > ul > li:last-of-type a:before,
.widget_pages > ul > li:last-of-type a:before {
  display: none;
}

.widget_categories:not(.widget_categories_select) ul a,
.widget_nav_menu > div > ul a,
.widget_pages > ul a {
  color: #000211;
  display: block;
  padding: 0.25rem 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.widget_categories:not(.widget_categories_select) ul a:hover,
.widget_nav_menu > div > ul a:hover,
.widget_pages > ul a:hover {
  text-decoration: underline;
}

.widget_categories:not(.widget_categories_select) ul li {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.widget_categories form {
  position: relative;
}

.widget_categories form:before {
  border-color: #2c347e;
  border-style: solid;
  border-width: 0 0.125rem 0.125rem 0;
  content: "";
  height: 0.75rem;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.75rem;
}

.widget_categories select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e7e7e7;
  outline: none;
  padding: 0.25rem;
  width: 100%;
}

.widget_categories select:active,
.widget_categories select:focus {
  box-shadow: inset 0 0 0 0.0625rem #2c347e;
}

.widget_search form > div {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.widget_search #s {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: inset 0 0 0 0.0625rem #e7e7e7;
  height: 1.25rem;
  line-height: 1.5rem;
  outline: 0;
  padding: 0 0.9375rem;
  width: 100%;
}

.widget_search #searchsubmit {
  -ms-flex-align: center;
      align-items: center;
  background-color: #2c347e;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 0.75rem;
  margin-left: 0.1875rem;
  min-width: 0;
  padding: 0.25rem 0.9375rem;
  position: relative;
  transition: background-color 0.3s ease-out;
  transition-property: background-color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 1;
}

.widget_search #searchsubmit:hover {
  background-color: #7e8cc2;
  color: #fff;
  text-decoration: none;
}

.widget_search #searchsubmit:active,
.widget_search #searchsubmit:focus {
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.widget_custom_html .custom-html-widget {
  max-height: 31.25rem;
  overflow: scroll;
}

@media (min-width: 62em) and (max-width: 74.938em) {
  .widget {
    padding: 0.5rem;
  }
}

@media (max-width: 61.938em) {
  .aside-main {
    -ms-flex-order: -2;
        order: -2;
  }
  .widget {
    padding: 0.5rem;
  }
  .widget_categories .widgettitle,
  .widget_nav_menu .widgettitle,
  .widget_pages .widgettitle {
    line-height: 0.75rem;
    margin-bottom: 0.25rem;
    padding: 0;
    position: relative;
    transform: none;
  }
  .widget_categories .widgettitle:before,
  .widget_nav_menu .widgettitle:before,
  .widget_pages .widgettitle:before {
    border-color: #2c347e;
    border-style: solid;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    display: block;
    height: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s;
    width: 0.75rem;
  }
  .widget_categories .js-open,
  .widget_nav_menu .js-open,
  .widget_pages .js-open {
    height: auto;
    opacity: 1;
    pointer-events: inherit;
    transition: opacity 0.2s, height 0.2s;
  }
  .widget_categories .js-open:before,
  .widget_nav_menu .js-open:before,
  .widget_pages .js-open:before {
    transform: translateY(-50%) rotate(225deg);
  }
  .widget_categories form.js-open:before,
  .widget_nav_menu form.js-open:before,
  .widget_pages form.js-open:before {
    transform: translateY(-50%) rotate(45deg);
  }
  .widget_categories form,
  .widget_categories ul,
  .widget_nav_menu > div > ul,
  .widget_pages > ul {
    box-shadow: none;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 47.938em) {
  .aside-main {
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}

.breadcrumbs {
  color: #b3b3b3;
  padding: 0.75rem 0 0;
  z-index: 50;
}

.breadcrumbs span {
  display: inline;
  line-height: 0.75rem;
}

.breadcrumbs a {
  color: #b3b3b3;
  display: inline-block;
  line-height: 0.75rem;
  margin-right: 1.5625rem;
  position: relative;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.breadcrumbs a:before {
  background-color: #b3b3b3;
  border-radius: 0;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.625rem;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs > span > span > a:first-child {
  background-image: url(../images/svg/home.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem;
  color: transparent;
  display: inline-block;
  height: 0.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 0.5rem;
}

@media (max-width: 47.938em) {
  .breadcrumbs {
    display: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.entry-content {
  padding: 0;
  text-align: left;
}

.entry-content b:empty,
.entry-content p:empty,
.entry-content strong:empty {
  display: none;
}

.entry-content hr {
  background: #e7e7e7;
  border: none;
  height: 0.0625rem;
  margin: 1.5rem 0;
  transform: translateY(0.375rem);
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content .wp-caption {
  border: 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.entry-content .wp-caption-text {
  background: rgba(235, 235, 235, 0.39);
  color: #000211;
  font-size: 1rem;
  line-height: 0.75rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0.25rem 0.625rem;
  text-align: center;
  transform: none;
}

.entry-content blockquote {
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  margin: 1.5rem 0;
  padding: 0.75rem;
  position: relative;
}

.entry-content blockquote p {
  font-style: italic;
  margin-bottom: 0;
}

@media (max-width: 35.999em) {
  .entry-content {
    margin-top: 0.5rem;
  }
}

.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #000211;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-top: 1.25rem;
}

@media (max-width: 35.999em) {
  .entry-content .h1,
  .entry-content .h2,
  .entry-content .h3,
  .entry-content .h4,
  .entry-content .h5,
  .entry-content .h6,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-bottom: 0.75rem !important;
  }
}

.entry-content .h1,
.entry-content h1 {
  margin-top: 0;
  position: relative;
}

.entry-content .h2,
.entry-content h2 {
  position: relative;
}

.entry-content > .h2:first-child,
.entry-content > .h3:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}

.entry-content .h5,
.entry-content .h6,
.entry-content h5,
.entry-content h6 {
  font-size: 1rem;
  line-height: 0.75rem;
}

.entry-content .ratio.ratio-16x9 {
  margin-bottom: 1.5rem;
}

.entry-content img {
  max-width: 100%;
}

.entry-content ol > li {
  counter-increment: item;
  padding-left: 2.1875rem;
  position: relative;
}

.entry-content ol > li:before {
  border-radius: 100%;
  color: #2c347e;
  content: counter(item) ".";
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.75rem;
  margin-left: -2.1875rem;
  margin-right: 0.5rem;
  padding: 0.0625rem 0.25rem 0.0625rem 0.375rem;
  position: relative;
  text-align: center;
  top: 0.0625rem;
  width: 1.75rem;
}

.entry-content ol > li ol > li {
  counter-increment: sub-item;
}

.entry-content ol > li ol > li:before {
  content: counter(sub-item) ".";
}

.entry-content ol > li ol > li ol > li {
  counter-increment: sub-sub-item;
}

.entry-content ol > li ol > li ol > li:before {
  content: counter(sub-sub-item) ".";
}

.entry-content ol[style*="list-style-type: lower-alpha"] li:before {
  content: counter(item, lower-alpha) ")";
}

.entry-content ol[style*="list-style-type: upper-alpha"] li:before {
  content: counter(item, upper-alpha) ")";
}

.entry-content ol[style*="list-style-type: lower-latin"] li:before {
  content: counter(item, lower-latin) ")";
}

.entry-content ol[style*="list-style-type: upper-latin"] li:before {
  content: counter(item, upper-latin) ")";
}

.entry-content ol[style*="list-style-type: lower-greek"] li:before {
  content: counter(item, lower-greek) ")";
}

.entry-content ol[style*="list-style-type: upper-greek"] li:before {
  content: counter(item, upper-greek) ")";
}

.entry-content ol[style*="list-style-type: lower-roman"] li:before {
  content: counter(item, lower-roman) ")";
}

.entry-content ol[style*="list-style-type: upper-roman"] li:before {
  content: counter(item, upper-roman) ")";
}

.entry-content ul > li {
  padding-left: 1.25rem;
}

.entry-content ul > li:before {
  background-color: #2c347e;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  left: 0;
  margin-left: -1rem;
  margin-right: 0.625rem;
  position: relative;
  top: 50%;
  transform: translateY(-0.125rem);
  width: 0.5rem;
}

.entry-content ol,
.entry-content ul {
  color: #000211;
  list-style: none !important;
  margin: 0;
  margin-bottom: 0.75rem !important;
  padding: 0;
}

.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
  margin-bottom: 0 !important;
  margin-top: 0.25rem;
}

.entry-content ol li,
.entry-content ul li {
  margin-bottom: 0.25rem;
}

.entry-content p {
  color: #000211;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 47.999em) {
  .entry-content p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.entry-content .table-responsive {
  border: 0.5rem solid #fff;
  box-shadow: 0 0 0 0.0625rem #e7e7e7;
  margin: 0.5rem 0;
  overflow: auto;
}

.entry-content td,
.entry-content th,
.entry-content tr {
  border: none !important;
}

.entry-content td,
.entry-content th {
  padding: 0.5rem;
  position: relative;
  text-align: center;
}

.entry-content thead {
  background-color: #2c347e;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.entry-content tbody {
  background-color: #fff;
  color: #000211;
  font-size: 0.875rem;
}

.entry-content tbody tr:nth-child(2n) {
  background-color: rgba(235, 235, 235, 0.39);
}

.entry-content tbody td,
.entry-content tbody th {
  padding: 0.25rem;
}

.entry-content tbody td:before,
.entry-content tbody th:before {
  background: #e7e7e7;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}

.entry-content tbody td:last-child:before,
.entry-content tbody th:last-child:before {
  display: none;
}

.entry-content table {
  margin-bottom: 0 !important;
  max-width: 100%;
  width: 100%;
}

.entry-content table p {
  font-size: 1rem;
  margin-bottom: 0 !important;
  transform: none;
}

.g-pagination {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
}

.g-pagination.--left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.g-pagination.--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.g-pagination.--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.g-search-results {
  gap: 1rem;
  padding-top: 2.5rem;
}

.g-search-results,
.i-search-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.i-search-result {
  position: relative;
}

.i-search-result__heading {
  margin-bottom: 0.5rem;
}

.i-search-result__heading-link {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.i-search-result__heading-link:hover {
  -webkit-text-decoration-color: #2c347e;
          text-decoration-color: #2c347e;
}

.i-search-result__link {
  margin-bottom: 0.25rem;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
}

.i-search-result__link:hover {
  color: #2c347e;
  -webkit-text-decoration-color: #2c347e;
          text-decoration-color: #2c347e;
}

.i-search-result__perex {
  max-width: 80ch;
}

.entry-content .gallery-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.entry-content .gallery-item a {
  display: block;
  transition: opacity 0.3s ease;
}

.entry-content .gallery-item a:hover {
  opacity: 0.7;
}

.entry-content .gallery-item img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.pagination li {
  text-align: center;
}

.pagination li a,
.pagination li span {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: 0.75rem;
  padding: 0.125rem 0;
  width: 0.75rem;
}

.pagination li a {
  color: #000211;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
  color: #2c347e;
}

.pagination .next,
.pagination .prev {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.pagination .next img,
.pagination .prev img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pagination .next:hover,
.pagination .prev:hover {
  transform: translateX(-0.1875rem) rotate(-90deg);
}

.pagination .next {
  transform: rotate(90deg);
}

.pagination .next:hover {
  transform: translateX(0.1875rem) rotate(90deg);
}

.pagination .active span {
  background-color: #2c347e;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

#projectNotices {
  position: relative;
  text-align: center;
  z-index: 60;
}

#projectNotices p {
  padding: 0.375rem;
  transform: none;
}

#projectNotices p:first-child {
  margin-top: 0.75rem;
}

#projectNotices p.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

#projectNotices p.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#projectNotices p.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

#projectNotices p.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.search-form__wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 1rem;
  position: relative;
}

@media (max-width: 61.999em) {
  .search-form__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.search-form__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-form {
  -webkit-box-flex: 1;
  background-color: #fff;
  box-shadow: inset 0 0 0 0.0625rem #e7e7e7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}

.search-form__input {
  -webkit-box-flex: 1;
  background: none;
  border: 0;
  color: #000211;
  -ms-flex-positive: 1;
      flex-grow: 1;
  outline: 0;
  padding: 0 0.5rem;
}

@media (max-width: 35.999em) {
  .search-form__input {
    min-width: 0;
  }
}

.search-form__submit {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color 0.2s ease;
  width: 1.5rem;
}

.search-form__submit svg {
  fill: #2c347e;
  height: 1.125rem;
  transition: fill 0.2s;
  width: 1.125rem;
}

.search-form__submit:hover {
  background-color: #2c347e;
}

.search-form__submit:hover svg {
  fill: #fff;
}

.search-form__submit:active,
.search-form__submit:focus {
  outline: 0;
}

.entry-content .gallery {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.entry-content .gallery-columns-9 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .gallery-columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .gallery-columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .gallery-columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 61.999em) {
  .entry-content .gallery-columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 47.999em) {
  .entry-content .gallery-columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 47.999em) {
  .entry-content .gallery-columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-content .gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.entry-content .gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.entry-content .wp-gallery-no-gutter .gallery {
  gap: 0;
}

.u-bg-gray-50 {
  background-color: #f8f8f8;
}

.u-img-hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform: translateZ(0);
}

.u-img-hover img {
  transition-property: opacity, transform;
}

.u-img-hover:hover img {
  opacity: 0.85;
  transform: scale(1.07);
}

.--loading {
  position: relative;
}

.--loading,
.--loading * {
  pointer-events: none;
}

.--loading:before {
  background-color: #b3b3b3;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  z-index: 1000;
}

.--loading:after,
.--loading:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.--loading:after {
  animation: spiner 3s linear infinite;
  background-image: url(../images/svg/spinner.svg);
  background-repeat: no-repeat;
  height: 6.25rem;
  width: 6.25rem;
  z-index: 1005;
}

@keyframes spiner {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.base-h1 {
  font-size: 4rem;
  line-height: 5rem;
}

@media (max-width: 47.999em) {
  .base-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.base-h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (max-width: 47.999em) {
  .base-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.base-h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 47.999em) {
  .base-h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.base-h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (max-width: 47.999em) {
  .base-h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.lg-text {
  font-size: 1rem;
  line-height: 1.25rem;
}

.base-text {
  font-size: 0.875rem;
  line-height: 1rem;
}

.sm-text {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.investment-projects__content {
  margin: 2rem 0;
}

.investment-projects__subheading {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.investment-project__wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.investment-project__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.investment-project__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.investment-project__description {
  font-size: .86rem;
}

.investment-project__image {
  max-width: 80px;
}

.s-yield-calculation__subheading {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: -1rem;
}

.new-investments__entry-content {
  font-size: .86rem;
}

.new-investments__entry-content .title {
  font-weight: 500;
  margin-bottom: .5rem;
}

.new-investments__entry-content .section {
  margin-bottom: 2rem;
}

.new-investments__entry-content .section:last-child {
  margin-bottom: 0rem;
}

.calculator__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2rem;
}

.calculator__row:last-child {
  margin-bottom: 0;
}

.calculator__value {
  font-weight: 600;
  font-size: 1.125rem;
}

.new-investments .s-yield-calculation__heading {
  margin-bottom: 1rem;
}

.new-investments .i-notice__ico {
  margin-right: 1rem;
}

.my-investment__list > .my-investment-item {
  padding-left: 0;
}

.my-investment-item .my-investment-item__text {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.my-investment-item svg {
  fill: #7E8CC2;
}

.my-investment-item.--active svg {
  fill: #0F2A83;
}

.my-investment-item.--active .my-investment-item__text {
  font-weight: 600;
}

@media (max-width: 61.999em) {
  .my-investment {
    margin-bottom: 0;
  }
}

@media (max-width: 35.999em) {
  .my-investment .base-section__header-wrapper .base-heading {
    display: none;
  }
}

.--closed .my-investment-item {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.--closed .--mobile-visible {
  height: auto;
  opacity: 1;
}

.--d-flex {
  display: -ms-flexbox;
  display: flex;
}

.--flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.--flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.--justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.--justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.my-investment .base-header,
.my-structure .base-header {
  max-width: none;
}

.my-imvestment__currency {
  margin-bottom: 1rem;
}

.my-imvestment__currency-switcher {
  width: auto;
}

.my-imvestment__currency-switcher .ss-single-selected {
  border: none;
  background-color: transparent;
  padding-left: 0;
}

.my-imvestment__currency-switcher .placeholder {
  text-decoration: underline;
}

.my-imvestment__currency-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 61.999em) {
  .my-imvestment__currency-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.my-investment__account {
  width: 50%;
  color: #2C347E;
}

@media (max-width: 61.999em) {
  .my-investment__account {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.my-investment__account .amount {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: .5rem;
}

.my-investment__account .description {
  font-weight: 400;
  font-size: 0.76rem;
  line-height: .86rem;
}

.list-item__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color);
}

.list-item__name a {
  text-decoration: none;
}

.list-item__name a:hover {
  text-decoration: underline;
}

.list-item__price {
  white-space: nowrap;
}

.my-investment__pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 3px;
}

.my-investment__page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.my-investment__page-link {
  padding: .375rem .75rem;
}

.my-investment__page-link {
  position: relative;
  display: block;
  color: var(--secondary-color);
  text-decoration: none;
  background-color: #F1F3FF;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 40px;
  width: 40px;
  text-align: center;
}

.badge {
  display: inline-block;
  padding: .35rem .65rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.investment-recommendation__list {
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.investment-recommendation__item {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.investment-recommendation__item .caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
}

.investment-recommendation__item .title {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.investment-recommendation__item .sub-title {
  font-size: 12px;
}

@media (min-width: 61.999em) {
  .investment-recommendation__item {
    width: 25%;
  }
  .investment-recommendation__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.investment-recommendation__item.item-1 {
  background-image: url("../images/placeholders/1.jpg");
}

.investment-recommendation__item.item-2 {
  background-image: url("../images/placeholders/2.jpg");
}

.investment-recommendation__item.item-3 {
  background-image: url("../images/placeholders/3.jpg");
}

.investment-recommendation__item.item-4 {
  background-image: url("../images/placeholders/4.jpg");
}

.order-stage-item {
  padding: .5rem;
}

@media (min-width: 61.999em) {
  .order-stages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-stage-item {
    padding-left: .5rem;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color);
  }
  .order-stage-item + .order-stage-item::before {
    float: left;
    padding-right: .5rem;
    color: var(--gray-400);
    content: '>';
  }
  .order-stage-item:first-child {
    padding-left: 0;
  }
}

.step-1 {
  background-color: var(--step-color-draft);
}

.step-2 {
  background-color: var(--step-color-verification-pending);
}

.step-3 {
  background-color: var(--step-color-waiting-payment);
}

.step-4 {
  background-color: var(--step-color-investment-realization);
}

.step-5 {
  background-color: var(--step-color-active);
}

.order-stage-item .disabled {
  background-color: var(--gray-400);
  color: var(--gray-700);
}

.order-stage-item .disabled svg {
  display: none;
}

.investment-details__details {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-align: center;
      align-items: center;
}

.investment-details__description {
  font-size: .86rem;
}

.investment-details__details__value {
  font-size: 1.25rem;
  font-weight: 600;
}

.investment-details .chart-caption {
  font-weight: 600;
}

.news-card__header a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
}

.news-card__date {
  color: var(--gray-700);
  font-size: .66rem;
}

.news-card__date__date {
  vertical-align: middle;
  padding-left: .33rem;
}

.news-card__date svg {
  stroke: var(--gray-700);
  width: 15px;
}

.news-list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 48em) {
  .news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-list .news-card {
  box-shadow: 3px 4px 14px rgba(215, 215, 215, 0.48);
  transition: 300ms;
  cursor: pointer;
}

.news-list .news-card:hover {
  box-shadow: 5px 20px 14px rgba(215, 215, 215, 0.48);
}

.news-list .news-card .news-card__date__date {
  color: #000;
}

a.toggler-button {
  font-size: .86rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color);
}

a.toggler-button:active {
  -webkit-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color);
}

.chevron {
  stroke: #2835D2;
  fill: #2835D2;
}

.chevron__group {
  transform: translateY(0);
  transition: transform 0.1s linear;
}

.chevron__box--left,
.chevron__box--right {
  transform: rotate(0) translateY(0);
  transition: transform 0.1s linear;
}

.chevron__box--left {
  transform-origin: 1px 1px;
}

.chevron__box--right {
  transform-origin: 7px 1px;
}

.chevron--flip .chevron__box--left {
  transform: rotate(-90deg) translateY(0);
}

.chevron--flip .chevron__box--right {
  transform: rotate(90deg) translateY(0);
}

.chevron--flip .chevron__group {
  transform: translateY(3px);
}

.page-template-template-network .base-section__header-wrapper {
  background-color: transparent;
  padding-bottom: 0;
}

.page-template-template-network .base-section__content-wrapper {
  padding-top: 0;
}

.page-template-template-network .box {
  position: relative;
  padding-bottom: 64px;
}

.page-template-template-network .box__header {
  background: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-template-network .box__header > div:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-template-network .box__header > div:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-template-network .box__header > div:last-child > span:first-child {
  margin-top: 32px;
  margin-bottom: 16px;
}

.page-template-template-network .box__header > div:last-child > span:nth-child(2) {
  color: #2835d2;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.page-template-template-network .box__header > div:last-child > span:last-child {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.page-template-template-network .box__header h1 {
  margin: 0;
}

.page-template-template-network .box > .network__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-template-network .box > .network__header h1 {
  margin: 0;
}

.page-template-template-network .box h3 {
  margin: 0 0 24px;
}

.page-template-template-network .box .network-structure__table > thead > tr > th {
  cursor: pointer;
}

.page-template-template-network .box .network-structure__table > tbody > tr:hover > td > a {
  color: #2835d2;
}

.page-template-template-network .box .network-structure__table > tbody > tr > td.state {
  position: relative;
  padding-left: 22px;
  width: 0;
}

.page-template-template-network .box .network-structure__table > tbody > tr > td.state:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #b3b3b3;
  border-radius: 5px;
  margin-top: 1px;
}

.page-template-template-network .box .network-structure__table > tbody > tr > td.state-registered:after {
  background-color: #14b524;
}

.page-template-template-network .box .network-structure--no-results {
  margin-top: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.page-template-template-network .box .network-structure__filters {
  margin-top: 24px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.page-template-template-network .box .network-structure__filters-search {
  max-height: 48px;
}

.page-template-template-network .box .network-structure__filters-search > input {
  background: #fff;
  border: 1px solid #b3b3b3;
  padding: 11px 15px;
  width: 100%;
  box-sizing: border-box;
}

.page-template-template-network .box .network-structure__structure {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

.page-template-template-network .box .network-structure__structure:before {
  display: block;
  position: absolute;
  content: '';
  height: calc(100% - 44px);
  top: 22px;
  width: 1px;
  background: #b3b3b3;
}

.page-template-template-network .box .network-structure__structure-card {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 3px rgba(17, 22, 66, 0.19);
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-template-network .box .network-structure__structure-card > span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #000211;
}

.page-template-template-network .box .network-structure__structure-card > span:before {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  left: -44px;
  top: 2px;
  z-index: 1;
}

.page-template-template-network .box .network-structure__structure-card > span:after {
  width: 5.7px;
  height: 5.7px;
  transform: rotate(45deg);
  border-right: 1px solid #83859b;
  border-top: 1px solid #83859b;
  content: '';
  position: absolute;
  left: -38px;
  top: 9px;
  display: block;
  z-index: 2;
}

.page-template-template-network .box .network-structure__structure-card > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 212px;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-template-network .box .network-structure__structure-card > div > span:first-child {
  font-weight: 400;
  font-size: 12px;
  color: #83859b;
}

.page-template-template-network .box .network-structure__structure-card > div > span:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #2835d2;
}

.page-template-template-network .box .network-structure__structure-card.child:before {
  display: block;
  position: absolute;
  content: '';
  height: calc(100% + 18px);
  width: 1px;
  background: #b3b3b3;
  left: -44px;
  top: -46px;
}

.page-template-template-network .box .network-structure__structure-card.child:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  width: 22px;
  background: #b3b3b3;
  left: -44px;
  top: 24px;
}

.page-template-template-network .box #description {
  font-size: 12px;
  line-height: 20px;
  color: #83859b;
  margin-top: 20px;
  margin-bottom: 48px;
}

.page-template-template-network .box #passwordResetBtn,
.page-template-template-network .box .lang-switcher {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-template-template-network .custom-select {
  max-width: 408px;
  max-height: 48px;
  width: 168px;
  height: 48px;
}

.page-template-template-network .custom-select a {
  color: #000211;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-template-template-network .new-partner,
.page-template-template-network .new-client {
  gap: 24px;
}

.page-template-template-network .add-client-parnter {
  position: relative;
}

form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=text],
form textarea,
form .acf-input > .acf-input-wrap > input[type=text],
form input[name='birth_date'],
form input[name='conclusion_date'] {
  background: #fff;
  border: 1px solid #b3b3b3;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

form input[type=email].validation-error,
form input[type=number].validation-error,
form input[type=password].validation-error,
form input[type=text].validation-error,
form textarea.validation-error,
form .acf-input > .acf-input-wrap > input[type=text].validation-error,
form input[name='birth_date'].validation-error,
form input[name='conclusion_date'].validation-error {
  border: 1px solid #c90000;
  box-shadow: 0 0 1px #c90000;
}

form input[type=email]:focus-visible,
form input[type=number]:focus-visible,
form input[type=password]:focus-visible,
form input[type=text]:focus-visible,
form textarea:focus-visible,
form .acf-input > .acf-input-wrap > input[type=text]:focus-visible,
form input[name='birth_date']:focus-visible,
form input[name='conclusion_date']:focus-visible {
  outline: none;
}

form input[type=checkbox] {
  margin: 0;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

form.acf-form li {
  background: none;
}

form label.required {
  display: -ms-flexbox;
  display: flex;
}

form label.required:after {
  content: '*';
  display: block;
  color: #c11010;
}

form .input,
form .acf-field {
  font-size: 12px;
  margin: 0;
  width: 100%;
}

form .input > label,
form .acf-field > label {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-weight: 600;
}

form .input > .description {
  color: var(--gray-500);
  font-size: 12px;
  margin: 0;
  display: block;
}

form .input-required > label:after,
form .acf-field-required > label:after {
  content: '*';
  display: block;
  color: #c11010;
}

form .input label.selected + .acf-disabled,
form .acf-field label.selected + .acf-disabled {
  background-color: unset;
}

form .input label + .acf-disabled,
form .acf-field label + .acf-disabled {
  background-color: #f8f8f8;
}

form .input > .acf-label,
form .acf-field > .acf-label {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .input > .acf-label > label,
form .acf-field > .acf-label > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

form .input > .acf-label > label .acf-required,
form .acf-field > .acf-label > label .acf-required {
  color: #c11010;
  margin-left: -3px;
}

form .input > .acf-input .acf-error-message + .acf-input-wrap,
form .acf-field > .acf-input .acf-error-message + .acf-input-wrap {
  overflow: initial;
}

form .input > .acf-input .acf-error-message + .acf-input-wrap > input[type=email],
form .input > .acf-input .acf-error-message + .acf-input-wrap > input[type=text],
form .acf-field > .acf-input .acf-error-message + .acf-input-wrap > input[type=email],
form .acf-field > .acf-input .acf-error-message + .acf-input-wrap > input[type=text] {
  box-sizing: border-box;
  border: 1px solid #c90000;
  box-shadow: 0 0 1px #c90000;
}

form .input > .acf-input > .acf-notice,
form .input > .acf-input > .acf-temp-remove,
form .acf-field > .acf-input > .acf-notice,
form .acf-field > .acf-input > .acf-temp-remove {
  display: none;
}

form .input > .description,
form .input > .acf-input > .description,
form .acf-field > .description,
form .acf-field > .acf-input > .description {
  display: block;
  color: #83859b;
  font-weight: 400;
  margin-top: 8px;
}

form .input .acf-label > .description,
form .acf-field .acf-label > .description {
  display: block;
  color: #83859b;
  font-weight: 400;
  margin-bottom: 16px;
}

form .input.acf-field-group > .acf-label > label,
form .acf-field.acf-field-group > .acf-label > label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

form .input__checkbox,
form .acf-field__checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .input[data-type='true_false'],
form .input[data-type='radio'],
form .acf-field[data-type='true_false'],
form .acf-field[data-type='radio'] {
  margin-bottom: 8px !important;
}

form .input.acf-field-true-false,
form .acf-field.acf-field-true-false {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: baseline;
  align-items: baseline;
}

form .input.acf-field-true-false > .acf-input > .acf-true-false > label,
form .acf-field.acf-field-true-false > .acf-input > .acf-true-false > label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
}

form .input.acf-field-true-false > .acf-input > .acf-true-false > label > input,
form .acf-field.acf-field-true-false > .acf-input > .acf-true-false > label > input {
  margin-right: 6.77px;
}

form .input .acf-checkbox-list > li,
form .input .acf-radio-list > li,
form .acf-field .acf-checkbox-list > li,
form .acf-field .acf-radio-list > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  align-items: baseline;
}

form .input .acf-checkbox-list > li input,
form .input .acf-radio-list > li input,
form .acf-field .acf-checkbox-list > li input,
form .acf-field .acf-radio-list > li input {
  position: relative;
  top: 2px;
  margin-right: 0;
}

form .input .acf-checkbox-list > li > label,
form .input .acf-radio-list > li > label,
form .acf-field .acf-checkbox-list > li > label,
form .acf-field .acf-radio-list > li > label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  align-items: baseline;
}

form .input .acf-checkbox-list > li > label input,
form .input .acf-radio-list > li > label input,
form .acf-field .acf-checkbox-list > li > label input,
form .acf-field .acf-radio-list > li > label input {
  position: relative;
  top: 2px;
  margin-right: 0;
}

form .acf-repeater.-block .acf-table {
  border: none;
  box-shadow: 0 1px 3px rgba(17, 22, 66, 0.19);
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) {
  box-shadow: none;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) > td {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9 !important;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone):last-child(2) > td {
  border-bottom: none;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone).-collapsed > .acf-fields > * {
  display: block !important;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle {
  border-top: none;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.order {
  border-right: 1px solid #d9d9d9;
  pointer-events: none;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.order > .acf-icon.-collapse {
  display: none;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.remove {
  border-left: 1px solid #d9d9d9;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.remove > .acf-icon.-plus {
  display: none;
}

@media (max-width: 750px) {
  form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.remove > .acf-icon.-minus {
    display: block;
  }
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-row-handle.remove > .acf-icon.-minus:before {
  margin-top: 2px;
  margin-left: 1px;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-fields > div {
  padding: 10px 10px 20px !important;
  margin-bottom: 0 !important;
}

form .acf-repeater.-block .acf-table .acf-row:not(.acf-clone) .acf-fields > div:last-child {
  padding-bottom: 10px !important;
}

form .acf-repeater.-block .acf-actions {
  text-align: left;
}

form .acf-repeater.-block .acf-actions .acf-button.button-primary {
  padding: 7px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .3s, color .3s;
  border: 1px solid #b3b3b3;
  background: #fff;
  color: #2835d2;
}

form .acf-repeater.-block .acf-actions .acf-button.button-primary:hover {
  border: 1px solid #2835d2;
  background: #2835d2;
  color: #fff !important;
}

form textarea {
  font-family: "Poppins", sans-serif;
}

.country-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.country-select * {
  box-sizing: border-box;
}

.country-select .hide {
  display: none;
}

.country-select .v-hide {
  visibility: hidden;
}

.country-select input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.country-select input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.country-select .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.country-select .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.country-select .selected-flag .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.country-select .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.country-select .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.country-select .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.country-select .country-list .flag {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.country-select .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.country-select .country-list .country {
  background: none;
  padding: 5px 10px;
}

.country-select .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.country-select .country-list .country-name {
  vertical-align: middle;
}

.country-select .flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
  width: 20px;
}

.country-select .flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}

.country-select .flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}

.country-select .flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}

.country-select .flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}

.country-select .flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}

.country-select .flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}

.country-select .flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.country-select .flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.country-select .flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.country-select .flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.country-select .flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.country-select .flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.country-select .flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.country-select .flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.country-select .flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.country-select .flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.country-select .flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.country-select .flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.country-select .flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.country-select .flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.country-select .flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.country-select .flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.country-select .flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.country-select .flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.country-select .flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.country-select .flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.country-select .flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.country-select .flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.country-select .flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.country-select .flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.country-select .flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.country-select .flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.country-select .flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.country-select .flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.country-select .flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.country-select .flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.country-select .flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.country-select .flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.country-select .flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.country-select .flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.country-select .flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.country-select .flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.country-select .flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.country-select .flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.country-select .flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.country-select .flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.country-select .flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.country-select .flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.country-select .flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.country-select .flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.country-select .flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.country-select .flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.country-select .flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.country-select .flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.country-select .flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.country-select .flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.country-select .flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.country-select .flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.country-select .flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.country-select .flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.country-select .flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.country-select .flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.country-select .flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.country-select .flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.country-select .flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.country-select .flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.country-select .flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.country-select .flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.country-select .flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.country-select .flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.country-select .flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.country-select .flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.country-select .flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.country-select .flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.country-select .flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.country-select .flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.country-select .flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.country-select .flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.country-select .flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.country-select .flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.country-select .flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.country-select .flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.country-select .flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.country-select .flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.country-select .flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.country-select .flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.country-select .flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.country-select .flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.country-select .flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.country-select .flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.country-select .flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.country-select .flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.country-select .flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.country-select .flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.country-select .flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.country-select .flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.country-select .flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.country-select .flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.country-select .flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.country-select .flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.country-select .flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.country-select .flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.country-select .flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.country-select .flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.country-select .flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.country-select .flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.country-select .flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.country-select .flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.country-select .flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.country-select .flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.country-select .flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.country-select .flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.country-select .flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.country-select .flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.country-select .flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.country-select .flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.country-select .flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.country-select .flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.country-select .flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.country-select .flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.country-select .flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.country-select .flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.country-select .flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.country-select .flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.country-select .flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.country-select .flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.country-select .flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.country-select .flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.country-select .flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.country-select .flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.country-select .flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.country-select .flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.country-select .flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.country-select .flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.country-select .flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.country-select .flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.country-select .flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.country-select .flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.country-select .flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.country-select .flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.country-select .flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.country-select .flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.country-select .flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.country-select .flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.country-select .flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.country-select .flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.country-select .flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.country-select .flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.country-select .flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.country-select .flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.country-select .flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.country-select .flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.country-select .flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.country-select .flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.country-select .flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.country-select .flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.country-select .flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.country-select .flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.country-select .flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.country-select .flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.country-select .flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.country-select .flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.country-select .flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.country-select .flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.country-select .flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.country-select .flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.country-select .flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.country-select .flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.country-select .flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.country-select .flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.country-select .flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.country-select .flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.country-select .flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.country-select .flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.country-select .flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.country-select .flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.country-select .flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.country-select .flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.country-select .flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.country-select .flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.country-select .flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.country-select .flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.country-select .flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.country-select .flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.country-select .flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.country-select .flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.country-select .flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.country-select .flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.country-select .flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.country-select .flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.country-select .flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.country-select .flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.country-select .flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.country-select .flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.country-select .flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.country-select .flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.country-select .flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.country-select .flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.country-select .flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.country-select .flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.country-select .flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.country-select .flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.country-select .flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.country-select .flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.country-select .flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.country-select .flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.country-select .flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.country-select .flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.country-select .flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.country-select .flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.country-select .flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.country-select .flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.country-select .flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.country-select .flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.country-select .flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.country-select .flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.country-select .flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.country-select .flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.country-select .flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.country-select .flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.country-select .flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.country-select .flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.country-select .flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.country-select .flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.country-select .flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.country-select .flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.country-select .flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.country-select .flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.country-select .flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.country-select .flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.country-select .flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.country-select .flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.country-select .flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.country-select .flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.country-select .flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.country-select .flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.country-select .flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.country-select .flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.country-select .flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.country-select .flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.country-select .flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.country-select .flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.country-select .flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.country-select .flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.country-select .flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.country-select .flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.country-select .flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.country-select .flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.country-select .flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.country-select .flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.country-select .flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.country-select .flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.country-select .flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.country-select .flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.country-select .flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.country-select .flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.country-select .flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.country-select.inside input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.country-select.inside input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.country-select.inside .flag-dropdown {
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.country-select.inside .flag-dropdown:hover {
  cursor: pointer;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.country-select.inside .selected-flag {
  width: 46px;
}

.country-select.inside input[disabled] + .flag-dropdown:hover {
  cursor: default;
}

.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

.country-select.inside input[readonly] + .flag-dropdown:hover {
  cursor: default;
}

.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

@media (max-width: 500px) {
  .country-select .country-list {
    white-space: normal;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (min-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .country-select .flag {
    background-image: url("images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url("images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

.my-structure--details .client-name {
  text-align: left;
}

.my-structure--details .client-name .description,
.my-structure--details .client-id {
  font-size: 12px;
  color: var(--gray-500);
}

.my-structure--details .my-structure__main-content {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my-structure--details .client-stats,
.my-structure--details .client-info {
  width: 100%;
}

@media (min-width: 48em) {
  .my-structure--details .client-info {
    width: 60%;
  }
  .my-structure--details .client-stats {
    width: 40%;
  }
}

.my-structure--details .client-stats {
  background-color: var(--gray-100);
  position: relative;
}

.my-structure--details .client-info .label {
  font-weight: 500;
}

.my-structure--details .client-stats .text {
  font-weight: 500;
}

.my-structure--details .client-info .client-info--item {
  margin-bottom: 40px;
}

.my-structure--details .client-stats .client-info--item {
  margin-bottom: 40px;
}

.my-structure--details .client-stats .client--action {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  padding-right: 1.5rem;
}

.my-structure--details .client-stats .client--action .btn {
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.my-structure--details .client-stats .client--action .dropdown {
  position: relative;
}

.my-structure--details .client-stats .client--action .dropdown-menu {
  position: absolute;
  display: block;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  width: 100%;
  margin-top: 6px;
  padding: .5rem;
  background-color: var(--white);
  z-index: 1;
}

.my-structure--details .client-stats .client--action .dropdown-menu li {
  padding: .3rem;
}

.my-structure--details .client-stats .client--action .dropdown-menu li:hover {
  background-color: var(--gray-100);
}

.my-structure--details .client-stats .client--action .dropdown-menu li a {
  text-decoration: none;
  color: var(--black);
}

.my-structure--details .client-stats .client--action .svg-icon {
  transform: translateY(0) rotate(180deg);
  transition: transform 0.3s ease;
}

.my-structure--details .client-stats .client--action .open .svg-icon {
  transform: none;
}

.my-structure--details .client-stats .client--action .btn__icon path {
  fill: none;
}

.my-structure--details .notes {
  margin-top: 3rem;
  width: 100%;
}

.my-structure--details .note--action--delete {
  color: var(--gray-500);
  text-decoration: underline;
  font-size: 0.8125rem;
}

ul.tree,
ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tree ul {
  margin-left: 10px;
}

ul.tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 20px;
  color: #369;
  font-weight: bold;
  border-left: 1px solid #646464;
}

ul.tree li:last-child {
  border-left: none;
}

ul.tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid #646464;
  content: "";
  display: inline-block;
  left: -7px;
}

ul.tree li:last-child:before {
  border-left: 1px solid #646464;
}

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: var(--secondary-color);
  color: var(--white);
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}

.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: var(--secondary-color);
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1e252b;
}

.popper[x-placement^='top'],
.tooltip[x-placement^='top'] {
  margin-bottom: 5px;
}

.popper[x-placement^='top'] .popper__arrow,
.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^='bottom'],
.tooltip[x-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[x-placement^='bottom'] .tooltip-arrow,
.popper[x-placement^='bottom'] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='right'],
.popper[x-placement^='right'] {
  margin-left: 5px;
}

.popper[x-placement^='right'] .popper__arrow,
.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^='left'],
.tooltip[x-placement^='left'] {
  margin-right: 5px;
}

.popper[x-placement^='left'] .popper__arrow,
.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.p-s-0 {
  padding-left: 0rem !important;
}

.p-s-0_5 {
  padding-left: 0.5rem !important;
}

.p-s-1 {
  padding-left: 1rem !important;
}

.p-s-1_5 {
  padding-left: 1.5rem !important;
}

.p-s-2 {
  padding-left: 2rem !important;
}

.p-s-2_5 {
  padding-left: 2.5rem !important;
}

.p-s-3 {
  padding-left: 3rem !important;
}

.p-s-3_5 {
  padding-left: 3.5rem !important;
}

.p-s-4 {
  padding-left: 4rem !important;
}

.p-s-4_5 {
  padding-left: 4.5rem !important;
}

.p-s-5 {
  padding-left: 5rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-t-0_5 {
  padding-top: 0.5rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-t-1_5 {
  padding-top: 1.5rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-t-2_5 {
  padding-top: 2.5rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-t-3_5 {
  padding-top: 3.5rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-t-4_5 {
  padding-top: 4.5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-e-0 {
  padding-right: 0rem !important;
}

.p-e-0_5 {
  padding-right: 0.5rem !important;
}

.p-e-1 {
  padding-right: 1rem !important;
}

.p-e-1_5 {
  padding-right: 1.5rem !important;
}

.p-e-2 {
  padding-right: 2rem !important;
}

.p-e-2_5 {
  padding-right: 2.5rem !important;
}

.p-e-3 {
  padding-right: 3rem !important;
}

.p-e-3_5 {
  padding-right: 3.5rem !important;
}

.p-e-4 {
  padding-right: 4rem !important;
}

.p-e-4_5 {
  padding-right: 4.5rem !important;
}

.p-e-5 {
  padding-right: 5rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-b-0_5 {
  padding-bottom: 0.5rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-b-1_5 {
  padding-bottom: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-b-2_5 {
  padding-bottom: 2.5rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-b-3_5 {
  padding-bottom: 3.5rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-b-4_5 {
  padding-bottom: 4.5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.m-s-0 {
  margin-left: 0rem !important;
}

.m-s-0_5 {
  margin-left: 0.5rem !important;
}

.m-s-1 {
  margin-left: 1rem !important;
}

.m-s-1_5 {
  margin-left: 1.5rem !important;
}

.m-s-2 {
  margin-left: 2rem !important;
}

.m-s-2_5 {
  margin-left: 2.5rem !important;
}

.m-s-3 {
  margin-left: 3rem !important;
}

.m-s-3_5 {
  margin-left: 3.5rem !important;
}

.m-s-4 {
  margin-left: 4rem !important;
}

.m-s-4_5 {
  margin-left: 4.5rem !important;
}

.m-s-5 {
  margin-left: 5rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-t-0_5 {
  margin-top: 0.5rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-1_5 {
  margin-top: 1.5rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-t-2_5 {
  margin-top: 2.5rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-t-3_5 {
  margin-top: 3.5rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-t-4_5 {
  margin-top: 4.5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-e-0 {
  margin-right: 0rem !important;
}

.m-e-0_5 {
  margin-right: 0.5rem !important;
}

.m-e-1 {
  margin-right: 1rem !important;
}

.m-e-1_5 {
  margin-right: 1.5rem !important;
}

.m-e-2 {
  margin-right: 2rem !important;
}

.m-e-2_5 {
  margin-right: 2.5rem !important;
}

.m-e-3 {
  margin-right: 3rem !important;
}

.m-e-3_5 {
  margin-right: 3.5rem !important;
}

.m-e-4 {
  margin-right: 4rem !important;
}

.m-e-4_5 {
  margin-right: 4.5rem !important;
}

.m-e-5 {
  margin-right: 5rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-b-0_5 {
  margin-bottom: 0.5rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-b-1_5 {
  margin-bottom: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-b-2_5 {
  margin-bottom: 2.5rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-b-3_5 {
  margin-bottom: 3.5rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-b-4_5 {
  margin-bottom: 4.5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
}

.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}

.icon-svg::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.icon-svg--angle-down {
  width: 10px;
}

.icon-svg--angle-left {
  width: 512px;
}

.icon-svg--angle-right {
  width: 512px;
}

.icon-svg--arrow-down {
  width: 10px;
}

.icon-svg--arrow-left-long {
  width: 14px;
}

.icon-svg--arrow-right-long {
  width: 12px;
}

.icon-svg--arrow-right {
  width: 6.84px;
}

.icon-svg--calculator {
  width: 13.371px;
}

.icon-svg--calendar {
  width: 76px;
}

.icon-svg--certificate {
  width: 20px;
}

.icon-svg--check {
  width: 9.361px;
}

.icon-svg--circle-check {
  width: 17.92px;
}

.icon-svg--clock {
  width: 76px;
}

.icon-svg--close {
  width: 14px;
}

.icon-svg--community {
  width: 76px;
}

.icon-svg--crown {
  width: 20px;
}

.icon-svg--download-file {
  width: 24px;
}

.icon-svg--empty-photo {
  width: 24px;
}

.icon-svg--everywhere {
  width: 76px;
}

.icon-svg--facebook {
  width: 30px;
}

.icon-svg--filter {
  width: 18.909px;
}

.icon-svg--flag-cz {
  width: 15px;
}

.icon-svg--flag-czech-republic {
  width: 300px;
}

.icon-svg--google {
  width: 18px;
}

.icon-svg--hamburger {
  width: 64px;
}

.icon-svg--lessons {
  width: 20px;
}

.icon-svg--lock {
  width: 14px;
}

.icon-svg--mastercard {
  width: 27px;
}

.icon-svg--modules {
  width: 24px;
}

.icon-svg--pdf {
  width: 14px;
}

.icon-svg--phone {
  width: 15.966px;
}

.icon-svg--play-big {
  width: 72px;
}

.icon-svg--play-blue {
  width: 25px;
}

.icon-svg--play-red {
  width: 73.333px;
}

.icon-svg--play-simple {
  width: 14px;
}

.icon-svg--play-small {
  width: 28px;
}

.icon-svg--premium {
  width: 42px;
}

.icon-svg--profi {
  width: 76px;
}

.icon-svg--shield-check {
  width: 24px;
}

.icon-svg--support {
  width: 76px;
}

.icon-svg--thick {
  width: 18px;
}

.icon-svg--user-button {
  width: 30px;
}

.icon-svg--user {
  width: 82px;
}

.icon-svg--visa {
  width: 53px;
}

.icon-svg--warning {
  width: 32px;
}

.icon-svg--webinars {
  width: 22px;
}

.icon-svg--youtube {
  width: 42.847px;
}

.icon-svg--account-certs {
  width: 20px;
}

.icon-svg--account-conference {
  width: 14.431px;
}

.icon-svg--account-courses {
  width: 18px;
}

.icon-svg--account-feed {
  width: 18px;
}

.icon-svg--account-files-home {
  width: 490px;
}

.icon-svg--account-logout {
  width: 18px;
}

.icon-svg--account-settings {
  width: 20px;
}

.icon-svg--account-stock {
  width: 20px;
}

.icon-svg--account-webinars {
  width: 14.571px;
}

.icon-svg--account-world-2 {
  width: 20px;
}

.icon-svg--account-world {
  width: 22px;
}

.icon-svg--nav-account {
  width: 22px;
}

.icon-svg--nav-certification {
  width: 22px;
}

.icon-svg--nav-education {
  width: 30px;
}

.icon-svg--nav-funds {
  width: 32px;
}

.icon-svg--nav-market {
  width: 28px;
}

.icon-svg--nav-network {
  width: 28px;
}

.icon-svg--nav-news {
  width: 32px;
}

.icon-svg--network-commissions {
  width: 24px;
}

.icon-svg--network-events {
  width: 18px;
}

.icon-svg--network-news {
  width: 20px;
}

.icon-svg--network-partners {
  width: 24px;
}

.icon-svg--network-structure {
  width: 22px;
}

.icon-svg--angle-down::before {
  padding-top: 60%;
}

.icon-svg--arrow-down::before {
  padding-top: 57.00000000000001%;
}

.icon-svg--arrow-right-long::before {
  padding-top: 108.33333333333333%;
}

.icon-svg--arrow-right::before {
  padding-top: 175.43859649122808%;
}

.icon-svg--badge::before {
  padding-top: 95.1125%;
}

.icon-svg--calculator::before {
  padding-top: 134.6196993493381%;
}

.icon-svg--calendar-days::before {
  padding-top: 112.5%;
}

.icon-svg--calendar::before {
  padding-top: 114.4736842105263%;
}

.icon-svg--check::before {
  padding-top: 74.77833564790086%;
}

.icon-svg--clock::before {
  padding-top: 107.23684210526316%;
}

.icon-svg--close::before {
  padding-top: 99.99285714285715%;
}

.icon-svg--community::before {
  padding-top: 114.4736842105263%;
}

.icon-svg--contract-pdf::before {
  padding-top: 125%;
}

.icon-svg--crown::before {
  padding-top: 72.74499999999999%;
}

.icon-svg--download-file::before {
  padding-top: 133.33333333333331%;
}

.icon-svg--empty-photo::before {
  padding-top: 77.74166666666667%;
}

.icon-svg--envelope::before {
  padding-top: 78.56875%;
}

.icon-svg--everywhere::before {
  padding-top: 114.4736842105263%;
}

.icon-svg--external::before {
  padding-top: 97.78125%;
}

.icon-svg--filter::before {
  padding-top: 84.61579142207415%;
}

.icon-svg--lock::before {
  padding-top: 142.85714285714286%;
}

.icon-svg--mastercard::before {
  padding-top: 59.25925925925925%;
}

.icon-svg--modules::before {
  padding-top: 82.57083333333334%;
}

.icon-svg--pdf::before {
  padding-top: 118.52142857142857%;
}

.icon-svg--phone::before {
  padding-top: 100.21295252411375%;
}

.icon-svg--play-blue::before {
  padding-top: 115.99999999999999%;
}

.icon-svg--play-red::before {
  padding-top: 60.00027272851241%;
}

.icon-svg--premium::before {
  padding-top: 83.33333333333334%;
}

.icon-svg--profi::before {
  padding-top: 114.4736842105263%;
}

.icon-svg--support::before {
  padding-top: 114.4736842105263%;
}

.icon-svg--thick::before {
  padding-top: 74.11666666666666%;
}

.icon-svg--visa::before {
  padding-top: 30.18867924528302%;
}

.icon-svg--warning::before {
  padding-top: 88.46875%;
}

.icon-svg--youtube::before {
  padding-top: 70.01657058837259%;
}

.icon-svg--account-cert-courses::before {
  padding-top: 131.25%;
}

.icon-svg--account-conference::before {
  padding-top: 127.22611045665582%;
}

.icon-svg--account-contracts::before {
  padding-top: 125%;
}

.icon-svg--account-courses::before {
  padding-top: 71.87777777777778%;
}

.icon-svg--account-stock::before {
  padding-top: 101.145%;
}

.icon-svg--account-webinars::before {
  padding-top: 116.67009814014138%;
}

.icon-svg--account-world-2::before {
  padding-top: 86.405%;
}

.icon-svg--nav-certification::before {
  padding-top: 131.8181818181818%;
}

.icon-svg--nav-education::before {
  padding-top: 80%;
}

.icon-svg--nav-market::before {
  padding-top: 85.71428571428571%;
}

.icon-svg--nav-news::before {
  padding-top: 75%;
}

.icon-svg--network-events::before {
  padding-top: 111.11111111111111%;
}

.icon-svg--network-news::before {
  padding-top: 80%;
}

.icon-svg--network-partners::before {
  padding-top: 79.16666666666666%;
}

.icon-svg--network-reports::before {
  padding-top: 125%;
}

.icon-svg--network-structure::before {
  padding-top: 72.72727272727273%;
}

.icon-svg--network-users::before {
  padding-top: 81.25%;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
}

.lightbox--compact-nav .modal {
  margin-left: 96px;
}

.lightbox .dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.lightbox .modal {
  z-index: 12;
  background-color: white;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}

.lightbox .modal > .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.lightbox .modal > .header > .close-button {
  margin: 0 0 0 auto;
  width: 20px;
  height: 20px;
  color: white;
  background-color: #2c347e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

.lightbox .modal > .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
}

.lightbox .modal > .footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.spiner {
  color: #2c347e;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.i-notice__ico {
  border: none;
  border-radius: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  padding: 0;
  position: relative;
  width: 1.25rem;
}

.i-notice {
  -ms-flex-align: center;
      align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding: 1.25rem 2rem;
}

.i-notice.--succes {
  background-color: #d0f0d3;
  color: #0c6d16;
}

.i-notice.--succes .i-notice__ico {
  background-color: #0c6d16;
}

.i-notice.--succes .i-notice__ico::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0.0625rem 0.0625rem;
  content: '';
  display: block;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% - 0.0625rem)) rotate(-45deg);
  width: 0.5rem;
}

.i-notice.--succes a {
  color: #0c6d16;
}

.i-notice.--error {
  background-color: #f0d2d0;
  color: #c11010;
}

.i-notice.--error a {
  color: #c11010;
}

.i-notice.--error .i-notice__ico {
  background-color: #c11010;
}

.i-notice.--error .i-notice__ico:after, .i-notice.--error .i-notice__ico:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.625rem;
}

.i-notice.--info {
  background-color: #2c347e;
  color: #fff;
}

.i-notice.--info a {
  color: #fff;
}

.i-notice.--info .i-notice__ico {
  background-color: #fff;
}

.i-notice.--info .i-notice__ico:before {
  border-color: #2c347e;
  border-style: solid;
  border-width: 0 0 0.0625rem 0.0625rem;
  content: '';
  display: block;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, calc(-50% - 0.0625rem)) rotate(-45deg);
  width: 0.5rem;
}

.i-notice__perex {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: white;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border: none;
  border-radius: 0;
  transition: background-color 0.3s ease-out;
}

.btn .icon-svg {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
}

.btn .icon-svg::before {
  display: none;
}

.btn-lg {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 12px 24px;
}

.btn-lg .icon-svg {
  width: 1.6rem;
}

.btn-primary {
  color: white;
  text-decoration: none;
  background-color: #2c347e;
}

.btn-primary:hover {
  background-color: #0f2a83;
  color: white;
}

.btn-primary:focus-visible, .btn-primary:active, .btn-primary.active {
  background-color: #42509f;
  color: white;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #83859b;
  pointer-events: none;
  background-color: #f1f1f1;
}

.btn-primary .icon-svg {
  fill: white;
}

.btn-outline {
  color: #2c347e;
  text-decoration: none;
  background-color: white;
  border: 1px solid #83859b;
}

.btn-outline:hover {
  background-color: #f8f8f8;
}

.btn-outline:focus-visible, .btn-outline:active, .btn-outline.active {
  background-color: #f1f3ff;
  border: 1px solid #42509f;
}

.btn-outline:disabled, .btn-outline.disabled {
  color: #83859b;
  pointer-events: none;
  background-color: white;
}

.btn-outline .icon-svg {
  fill: #2c347e;
}

.btn-link {
  color: #2c347e;
  text-decoration: none;
  background-color: transparent;
}

.btn-link:hover {
  color: #0f2a83;
}

.btn-link:focus-visible, .btn-link:active, .btn-link.active {
  background-color: transparent;
  color: #42509f;
}

.btn-link:disabled, .btn-link.disabled {
  color: #83859b;
  pointer-events: none;
  background-color: transparent;
}

.btn-link .icon-svg {
  fill: #2c347e;
}

.buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.buttons-list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.i-investment__button.btn.--icon-only {
  background-color: #f1f3ff;
  border-radius: 100%;
  height: 1.5rem;
  justify-self: flex-end;
  transition: background-color 0.2s ease;
  width: 1.5rem;
  padding: 0;
  line-height: 1.4rem;
}

.i-investment__button.btn.--icon-only path {
  fill: #2835d2;
  transition: fill 0.2s ease;
}

@media (max-width: 89.999em) {
  .i-investment__button.btn.--icon-only {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    margin-bottom: 0.25rem;
    -ms-flex-order: -1;
        order: -1;
  }
}

.dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.i-investment {
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.1875rem rgba(17, 22, 66, 0.188);
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-grid-columns: 52fr 1.5rem 12fr 1.5rem 19fr 1.5rem 13fr 1.5rem 4fr;
  grid-template-columns: 52fr 12fr 19fr 13fr 4fr;
  padding: 1rem 1.5rem;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.i-investment,
.i-investment:hover {
  color: #000211;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.i-investment:hover {
  background-color: #f1f3ff;
  box-shadow: 0.4375rem 0.4375rem 1.25rem rgba(30, 46, 102, 0.149), inset 0 0 0 0.0625rem #dae1fd;
}

.i-investment:hover .i-investment__button.btn.--icon-only {
  background-color: #2835d2;
}

.i-investment:hover .i-investment__button.btn.--icon-only path {
  fill: #fff;
}

@media (max-width: 89.999em) {
  .i-investment {
    gap: 1rem;
    -ms-grid-columns: 1fr 1rem 3.125rem;
    grid-template-columns: 1fr 3.125rem;
  }
}

.i-investment__heading {
  -webkit-box-ordinal-group: -1;
  font-weight: 400;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-order: -2;
      order: -2;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 89.999em) {
  .i-investment__heading {
    margin-bottom: 0.25rem;
  }
  .i-investment__heading:before {
    background-color: #d7d7d7;
    bottom: -1rem;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: calc(100% + 4.125rem);
  }
}

.i-investment__pia,
.i-investment__share,
.i-investment__via {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 0;
}

@media (max-width: 89.999em) {
  .i-investment__pia,
  .i-investment__share,
  .i-investment__via {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-columns: 1fr 3.125rem;
    grid-template-columns: 1fr 3.125rem;
  }
}

.i-investment__perex {
  color: #6b6b6b;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

@media (max-width: 89.999em) {
  .i-investment__value {
    text-align: right;
  }
}

.withdraw-money-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 16px;
}

.withdraw-money-form .input-with-button {
  display: -ms-flexbox;
  display: flex;
}

.withdraw-money-form .input-with-button .link {
  padding-left: 0.75rem;
}

.withdraw-money-form .b-login__btns {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.withdraw-money-form .b-login__btns .inp--btn {
  margin-bottom: 0;
}

.withdraw-money-form .b-login__btns .inp--btn .btn {
  line-height: 1.8rem;
}

@media (min-width: 61.99em) {
  .withdraw-money-form {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.confirmation .spiner-wrapper {
  padding: 3rem 0 5rem;
}

.confirmation .spiner-wrapper .spiner {
  margin: 0 auto;
}

.confirmation .base-text__confirmation {
  line-height: 1.4rem;
}

.f-restore-password__wrapper {
  width: 100%;
}

@media (max-width: 39.999em) {
  .my-structure--details .base-header {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 0;
  }
  .my-structure--details .base-header .client-id {
    text-align: left;
  }
  .my-structure--details .client-stats {
    padding-bottom: 5rem !important;
  }
}

.vertical-border {
  width: 1px;
  background-color: var(--gray-300);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("../images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("../images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (min-device-pixel-ratio: 2) {
  .country-select .flag {
    background-image: url("../images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .country-select .flag {
    background-image: url("../images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .country-select .flag {
    background-image: url("../images/flags/flags@2x.png");
    background-size: 5630px 15px;
  }
}

.text-small-gray {
  font-size: 12px;
  color: var(--gray-500);
}

.text-xsmall {
  font-size: 12px;
}

.text-small {
  font-size: 14px;
}

.my-1 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-lite {
  font-weight: 300;
}

.--shadow {
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
}

.--background-transparent {
  background-color: transparent !important;
}

.--w-100 {
  width: 100%;
}

.--self-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.--gray-400 {
  color: var(--gray-400);
}

.--gray-500 {
  color: var(--gray-500);
}

.--gray-600 {
  color: var(--gray-600);
}

.--w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.--algin-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.--hidden {
  visibility: hidden;
}

@media (max-width: 61.99em) {
  .--mobile-hidden {
    visibility: hidden;
  }
}

.gray-link {
  color: var(--gray-600);
  font-weight: 700;
  text-decoration: underline;
}

.fill-bar {
  background-color: var(--gray-300);
  width: 46px;
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.fill-bar .filler {
  background-color: var(--secondary-color);
  height: 100%;
}

.partner-tree {
  /* Create the caret/arrow with a unicode, and style it */
  /* Rotate the caret/arrow icon when clicked on (using JavaScript) */
}

.partner-tree .caret {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Prevent text selection */
}

.partner-tree .caret::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik01IDlMOCA2TDUgMyIgZmlsbD0iIzgzODU5QiIgLz4KICAgIDxwYXRoIGQ9Ik01IDlMOCA2TDUgM0w1IDlaIiBzdHJva2U9IiM4Mzg1OUIiIHN0cm9rZS13aWR0aD0iMS42NjY2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+Cjwvc3ZnPg==);
  color: black;
  display: block;
  margin-right: 6px;
  float: left;
  padding-top: 22px;
  margin-left: -20px;
}

.partner-tree .caret-down::before {
  transform: rotate(90deg);
}

.partner-tree .nested {
  margin-left: 1rem;
}

.partner-tree .amount {
  font-weight: 600;
  color: var(--primary-color);
  margin-left: 2rem;
}

.course-done {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -ms-flex-align: center;
      align-items: center;
}

.course-done--percent-text {
  margin-left: 0.5rem;
  color: var(--gray-500);
  font-size: 12px;
}

.certification-courses .i-file-open__icon {
  background-color: transparent;
}

.certification-courses .i-file-open {
  cursor: pointer;
}

@media (min-width: 75em) {
  .account-settings .select {
    max-width: 50%;
  }
}

.investment-projects-list .project-card {
  color: var(--white);
  position: relative;
  padding: 5px;
}

.investment-projects-list .project-card .caption {
  position: absolute;
  bottom: 0;
}

.investment-projects-list .project-card--procent {
  font-weight: 400;
  font-size: 12px;
}

.investment-projects-list .project-card--header {
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 75em) {
  .investment-projects-list .project-card {
    max-width: 50%;
  }
}

.f-tipster-details__wrapper {
  width: 100%;
}

.transfer-detalies-table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.transfer-detalies-table tr td:first-child {
  padding-right: 2rem;
}

.funds-list-items__header {
  border-left: 4px solid var(--secondary-color);
  cursor: pointer;
}

.funds-list-items__heading {
  padding: 1rem 0.75rem;
  font-size: 20px;
  color: var(--secondary-color);
}

.funds-list-items__detalies {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.funds-list-items__detalies__item {
  width: 50%;
}

.dropdown.open .btn.--chevron {
  transform: translateY(0) rotate(180deg);
}

.contact-page__collums {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.contact-page__collums h3 {
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 61.99rem) {
  .contact-page__collums .coll-2 {
    margin-top: 2rem;
  }
}

.contact-page__form-wrapper {
  margin: 4rem -7.1875rem 0;
}

@media (max-width: 61.99em) {
  .contact-page .vertical-border {
    display: none;
  }
}

.contact-page .background {
  position: relative;
  width: 100%;
  height: 446px;
  background-image: url("../images/content/contacts-bg.png");
  margin-bottom: 256px;
}

.contact-page .background .contact-us-form {
  position: absolute;
  top: 90px;
  left: 90px;
  max-height: 498px;
  max-width: 450px;
  background-color: white;
  padding: 0 48px 0 48px;
}

.contact-page .background .contact-us-form__form-header {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 36rem) {
  .contact-page .background .contact-us-form {
    padding: 0 10px 0 10px;
    max-width: 394px;
  }
}

.fc {
  --fc-button-text-color: var(--secondary-color);
  --fc-button-bg-color: transparent;
  --fc-button-border-color: var(--gray-400);
}

.fc .fc-button {
  border-radius: 0;
  font-size: 0.86rem;
}

.fc a {
  color: var(--secondary-color);
}

.fc .fc-toolbar-title {
  font-size: 1rem;
}

.fc .fc-daygrid-event-harness {
  cursor: pointer;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 16px;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: 8px;
}

.page-template-template-documents .i-file-open__link {
  text-decoration: none;
}

@media screen and (min-width: 61.99rem) {
  .page-template-template-documents .base-section__container {
    min-height: 700px;
  }
  .page-template-template-documents .i-file-open__link {
    text-decoration: none;
    width: 100%;
  }
  .page-template-template-documents .i-file-open__link:hover .i-file-open__download {
    text-decoration: underline;
  }
  .page-template-template-documents .i-file-open__download {
    justify-self: flex-end;
    margin-left: auto;
  }
}

.main-nav__list .menu-item {
  position: relative;
}

.main-nav__list .menu-item:first-child .hover-title {
  top: -6px;
}

.main-nav__list .link > .hover-title {
  position: absolute;
  left: 50px;
  top: 14px;
  display: block ruby;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #2c347e;
  padding: 6px 16px;
  background-color: #fff;
  box-shadow: 7px 7px 20px rgba(30, 46, 102, 0.15);
  border-radius: 21px;
  cursor: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  text-decoration: none;
}

.main-nav__list .link:hover > .hover-title {
  opacity: 1;
  left: 60px;
}

.my-investment-item .icon {
  z-index: -1;
}

@media screen and (min-width: 61.99rem) {
  .account-settings .content-wrapper {
    min-height: 700px;
  }
}

.page-confirmation .base-section__content-wrapper {
  max-width: calc(400px + 25rem);
}

.play-list {
  background-color: var(--primary-light-color);
  padding: 1rem;
  cursor: pointer;
}

.play-list .full-list {
  transition: 300ms linear;
}

.play-list .current-item {
  transition: none;
}

.play-list.closed .full-list {
  display: none;
}

.play-list.closed .current-item {
  display: block;
}

.play-list.open .full-list {
  display: block;
}

.play-list.open > .current-item {
  display: none;
}

.play-list--close-button {
  transform: rotate(180deg);
}

.play-list__item__description {
  -ms-flex-align: baseline;
      align-items: baseline;
  font-size: 14px;
  line-height: 18px;
}

.play-list__item__description__time {
  color: var(--gray-600);
}

.play-list__item:hover .title {
  text-decoration: underline;
}

.edu-recomendation.content-wrapper {
  background: transparent;
  box-shadow: none;
}

.edu-recomendation.content-wrapper .investment-projects-list {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 61.99rem) {
  .edu-recomendation.content-wrapper .investment-projects-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.recomendation-list .project-card {
  width: 100%;
  position: relative;
}

.recomendation-list .project-card .caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: var(--white);
}

@media screen and (min-width: 61.99rem) {
  .recomendation-list .project-card {
    width: 50%;
    padding: 0.5rem;
    max-height: 220px;
    overflow: hidden;
  }
}

.lessons-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}

.lessons-list__item {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  text-decoration: none;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.lessons-list__item__link {
  justify-self: flex-end;
  margin-left: auto;
}

.lessons-list__item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  overflow: hidden;
  padding-left: 1rem;
}

.lessons-list__item__icon {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 61.99rem) {
  .options-trading .content-wrapper {
    min-height: 700px;
  }
}

.quiz-list__item {
  width: 100%;
}

.quiz-list__item__header {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.quiz-list__item__header .btn.--chevron {
  background-color: transparent;
  margin-left: auto;
  transition: transform 0.3s ease;
  min-width: 3rem;
}

.quiz-list__item__header .btn.--chevron:hover {
  transform: translateY(0.1875rem);
}

.quiz-list__item__header .btn.--chevron svg {
  height: 0.4375rem;
  width: 0.75rem;
}

.quiz-list__item__header .btn.--chevron path {
  fill: #2835d2;
}

.quiz-list__item__question {
  font-weight: 600;
}

.quiz-list__item__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0.75rem 0 0.75rem 0;
}

.quiz-list__item.open .quiz-list__items__wrapper {
  display: block;
}

.quiz-list__items__wrapper {
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: none;
}

.quiz-list__items__answer {
  padding-bottom: 0.3rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.quiz-list__items__answer input {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 4px;
  margin-right: 5px;
}

.btn--tertiary-arrow {
  position: relative;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px 0 0;
}

.btn--tertiary-arrow::after {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  content: '';
  position: absolute;
  display: block;
  top: 6px;
  right: 17px;
}

.btn--tertiary-arrow:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.accordion-item .accordion-content {
  display: none;
}

.accordion-item .accordion-content__inputs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
}

.accordion-item.open .accordion-content {
  display: block;
}

.representative {
  padding-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.5rem;
}

.network-structure {
  overflow-x: auto;
}

.network-structure__scroll-table {
  padding-left: 2px;
  padding-right: 2px;
  overflow-x: scroll;
}

@media (min-width: 61.99em) {
  .network-structure__scroll-table {
    overflow-x: auto;
  }
}

.network-structure__filters {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.network-structure__filters-date {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

.network-structure__table {
  border-collapse: separate;
  border-spacing: 1em;
  margin: 0 -1rem;
  overflow-x: auto;
  white-space: nowrap;
  min-width: 100%;
}

.network-structure__table thead tr th {
  border: none;
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 0 12px;
  color: #6b6b6b;
  white-space: nowrap;
}

.network-structure__table tbody {
  border: none;
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.network-structure__table tbody tr {
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  cursor: pointer;
}

.network-structure__table tbody tr td {
  padding: 1rem 0 1rem 12px;
  white-space: nowrap;
}

.network-structure__table tbody tr td[x-text='client.email'] {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.network-structure__pagination {
  margin-top: 16px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.network-structure__paginator {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.network-structure__paginator > a {
  position: relative;
  cursor: pointer;
  color: #2835d2;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.network-structure__paginator > a:not(.disabled):hover, .network-structure__paginator > a.active {
  background-color: #f1f3ff;
}

.network-structure__paginator > a.active {
  cursor: initial;
}

.network-structure__paginator > a.disabled {
  cursor: initial;
  filter: grayscale(80%);
}

.network-structure__paginator > a:first-child::before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-left: 2px solid #2835d2;
  border-bottom: 2px solid #2835d2;
  content: '';
  position: absolute;
  right: 10.5px;
  top: 12px;
  display: block;
}

.network-structure__paginator > a:last-child::before {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #2835d2;
  border-top: 2px solid #2835d2;
  content: '';
  position: absolute;
  left: 10.5px;
  top: 12px;
  display: block;
}

@media screen and (min-width: 61.99rem) {
  .network-structure {
    overflow-x: hidden;
  }
}

.investment-committee .icon-svg,
.contracts .icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
}

.investment-committee .icon-svg::before,
.contracts .icon-svg::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.investment-committee .icon-svg .icon-svg__svg,
.contracts .icon-svg .icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}

.investment-committee a:hover > .card,
.contracts a:hover > .card {
  background-color: #f1f3ff;
}

.investment-committee a.disabled > .card,
.contracts a.disabled > .card {
  background-color: var(--gray-100);
  box-shadow: inset 0px 0px 10px rgba(215, 215, 215, 0.48);
}

.investment-committee a.disabled:hover > .card,
.contracts a.disabled:hover > .card {
  background-color: var(--gray-100);
}

.investment-committee > .breadcrumb,
.contracts > .breadcrumb {
  border-bottom: 0.5px solid var(--gray-300);
  margin-bottom: 16px;
  padding-bottom: 5px;
}

.investment-committee > .toolbar,
.contracts > .toolbar {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  border-bottom: 0.5px solid var(--gray-300);
  margin-bottom: 16px;
}

.investment-committee > .toolbar.disabled,
.contracts > .toolbar.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.investment-committee > .toolbar > .controls,
.contracts > .toolbar > .controls {
  margin: auto 0 auto auto;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.investment-committee > .content.disabled,
.contracts > .content.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.investment-committee > .content a,
.contracts > .content a {
  display: block;
  text-decoration: none;
}

.investment-committee .card,
.contracts .card {
  transition: 0.3s;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 3px 4px 14px rgba(215, 215, 215, 0.48);
  padding: 16px 24px;
}

.investment-committee .card .image,
.contracts .card .image {
  background-color: #f1f3ff;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.investment-committee .card .image svg,
.contracts .card .image svg {
  color: var(--primary-color);
}

.investment-committee .card .info,
.contracts .card .info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.investment-committee .card .info .file-name,
.contracts .card .info .file-name {
  color: #000000;
  margin-left: 16px;
  margin-right: 8px;
}

.investment-committee .card .info .file-size,
.contracts .card .info .file-size {
  color: var(--gray-600);
}

.arrow-back .icon-svg__svg {
  width: 12px;
}

.i-secure-info {
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  box-shadow: 0.1875rem 0.25rem 0.875rem rgba(214, 214, 214, 0.478);
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1rem 1.5rem;
}

.i-secure-info__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.i-secure-info__perex {
  margin-bottom: 0;
}

@media (max-width: 35.999em) {
  .i-secure-info {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem;
  }
}
/*# sourceMappingURL=index.css.map */
