/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
  -webkit-appearance: button;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}

/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}
/**
 * Latin font bundle
 */
/* Core */
/**
 * Core
 */
/* variables must be imported first */
/**
 * Variables
 */
/* alphabet order */
/**
 * Colors variables
 */
body {
  --bmr-white: #fff;
  --bmr-black: #000;
  --bmr-white-transparent: #fff0;
  --bmr-black-transparent: #0000;
  --bmr-body-color: #201f1f;
  --bmr-body-bg: #a91838;
  --bmr-link-color: #1e9af0;
  --bmr-link-color-hover: #2f5cff;
}

/**
 * Fonts variables
 *
 * TODO: [BGM-7142] Variables can be used when replacing PCSS to SCSS
 */
body {
  --unicodeRange-cyrillic: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  --unicodeRange-cyrillic-ext: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  --unicodeRange-greek: U+0370-03FF;
  --unicodeRange-greek-ext: U+1F00-1FFF;
  --unicodeRange-latin: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  --unicodeRange-latin-ext: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  --unicodeRange-vietnamese: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/**
 * Global variables
 */
/**
 * Custom Media variables
 */
/* region Retina */
/* endregion Retina */
/* region Viewport */
/* endregion Viewport */
body {
  --bmr-vh: 1vh;
  --bmr-viewport-height: calc(var(--bmr-vh, 1vh) * 100);
  --bmr-header-height: 72px;
  --bmr-subHeader-height: 82px;
  --bmr-contentWrapper-sidebar-paddingInline: 62px;
  --bmr-transition-duration-default: 0.15s;
  --bmr-transition-timing-function-default: ease-in-out;
  --bmr-line-height-default: calc(2ex + 6px);
  --bmr-container-paddingInline: 48px;
  --bmr-scrollTopButton-referencePoint-x: 0;
}
@media (min-width: 1280px) {
  body {
    --bmr-container-paddingInline: 96px;
  }
}

/**
 * Custom Media variables
 */
/* region Retina */
/* endregion Retina */
/* region Viewport */
/* endregion Viewport */
/**
 * For fix WebView in iOS 11
 * Works together with meta <meta name="viewport" content="viewport-fit=cover" />
 */
body {
  --safe-area-inset-top: 0;
  --safe-area-inset-right: 0;
  --safe-area-inset-bottom: 0;
  --safe-area-inset-left: 0;
}

@supports (padding-top: constant(safe-area-inset-top)) {
  body {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-right: constant(safe-area-inset-right);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-left: constant(safe-area-inset-left);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  body {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-right: env(safe-area-inset-right);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
  }
}
/**
 * Z-index
 */
body {
  /* common helping values */
  --bmr-zero-z-index: 0; /* creating a root stacking context */
  --bmr-negative-z-index: -1; /* element placement at the very bottom */
  --bmr-positive-z-index: 1; /* element placement at the top */
  /* the header must be higher than most other components */
  --bmr-header-z-index: 10000;
  /* the language dropdown is displayed on top of the header */
  --bmr-langDropdown-z-index: calc(var(--bmr-header-z-index) + 10);
  /* the overlay must be higher than all components displayed separately from it */
  --bmr-dialog-z-index: calc(var(--bmr-header-z-index) + 10);
  /* the drawer is displayed on top of the overlay */
  --bmr-drawer-z-index: calc(var(--bmr-dialog-z-index) + 10);
  /* the sticky box is displayed on bottom of the header */
  --bmr-stickyBar-z-index: calc(var(--bmr-header-z-index) - 10);
}

/* mixins should be imported after variables */
/**
 * Mixins
 */
/* alphabet order */
/**
 * Border Radius mixin
 */
/**
 * Fonts
 *
 * $fontFaces - list of font-face maps.
 *
 * Minimal example:
 * (
 *   "font-weight": 400,
 *   "font-file-name": "cyrillic",
 *   "unicode-range": (U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116)
 * )
 *
 * Maximal example:
 * (
 *   "font-family-url": "roboto-italic",
 *   "font-family": "Roboto Italic",
 *   "font-display": block,
 *   "font-style": italic,
 *   "font-weight": 400,
 *   "font-file-name": "cyrillic",
 *   "unicode-range": (U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116)
 * )
 */
/**
 * Transition mixin
 */
/* normalize must be imported after fonts */
/* initial must be imported after normalize */
/**
 * Initial styles
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  /**
   * Crutch.
   * Fixes slow onClick events on iPad. BGM-11524
   * That fix needed because we set incorrect <meta viewport width=900>.
   */
  touch-action: manipulation;
}

body {
  position: fixed;
  inset: 0;
  height: 100%;
  overflow: hidden;
  color: var(--bmr-body-color);
  font: 20px/1.4 Roboto, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Accent Font Family", sans-serif;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

img {
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
img:before {
  font-size: 0;
}

picture {
  display: block;
}

a {
  color: var(--bmr-link-color);
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  -webkit-user-drag: none;
}
a:hover {
  color: var(--bmr-link-color-hover);
}

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

table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  outline: none;
  appearance: none;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
button:focus, button:focus-visible {
  outline: none;
}

div[tabindex],
span[tabindex] {
  -webkit-tap-highlight-color: transparent;
}
div[tabindex]:focus,
span[tabindex]:focus {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Utils
 */
/**
 * Variables utils
 */
body {
  /* fade in animation */
  --bmr-animView_fade-duration: 0.6s;
  --bmr-animView_fade-delay: 0.3s;
  --bmr-animView_fade-timingFunction: cubic-bezier(0, 0, 0.24, 1);
  /* emphasis show animation */
  --bmr-animView_emphasis-duration: var(--bmr-animView_fade-duration);
  --bmr-animView_emphasis-delay: calc(var(--bmr-animView_fade-delay) + 0.2s);
  --bmr-animView_emphasis-timingFunction: var(--bmr-animView_fade-timingFunction);
  /* translate animation */
  --bmr-animView_translate-startPosition: 100px;
  --bmr-animView_translate-stopPosition: 0;
  --bmr-animView_translate-duration: 1.2s;
  --bmr-animView_translate-delay: 0s;
  --bmr-animView_translate-timingFunction: cubic-bezier(0, 0, 0, 1);
}

/**
 * Common utils
 */
.bmr_full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bmr_full-size.__contain {
  object-fit: contain;
}
.bmr_full-size.__cover {
  object-fit: cover;
}
.bmr_full-size.__bottom {
  object-position: bottom;
}
.bmr_full-size.__top {
  object-position: top;
}
.bmr_full-size.__left {
  object-position: left;
}
.bmr_full-size.__right {
  object-position: right;
}

.font_preload .font_400 {
  font-weight: 400;
}
.font_preload .font_600 {
  font-weight: 600;
}
.font_preload .font_700 {
  font-weight: 700;
}

.bmr_d_block {
  display: block;
}

.bmr_d_inline_block {
  display: inline-block;
}

.bmr_overflow_hidden {
  overflow: hidden;
}

.bmr_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.bmr_br_round {
  border-radius: 50%;
}

.bmr_emoji {
  position: relative;
  display: inline-block;
  height: 1em;
}

.bmr_translate_z_0 {
  transform: translateZ(0);
}

.bmr_scroll_box {
  overflow: auto;
  scrollbar-width: none;
}
.bmr_scroll_box::-webkit-scrollbar {
  display: none;
}
.bmr_scroll_box.__x {
  overflow-y: hidden;
}
.bmr_scroll_box.__y {
  overflow-x: hidden;
}

.bmr_va_bottom {
  vertical-align: bottom;
}

.bmr_va_middle {
  vertical-align: middle;
}

.bmr_pointer-none {
  pointer-events: none;
}

.bmr_pointer-auto {
  pointer-events: auto;
}

.bmr_only-mobile-show {
  display: none;
}

/* alphabet order */
/**
 * Animations in View utils
 */
.bmr_anim_fade_in {
  opacity: 0;
}
.bmr_anim_fade_in.__view_animated {
  opacity: 1;
  transition: opacity var(--bmr-animView_fade-duration) var(--bmr-animView_fade-delay) var(--bmr-animView_fade-timingFunction);
}
.bmr_anim_fade_in.__view_animated .bmr_emphasis {
  background-size: 100% var(--bmr-emphasis-line-height);
  transition: background-size var(--bmr-animView_emphasis-duration) var(--bmr-animView_emphasis-delay) var(--bmr-animView_emphasis-timingFunction);
}
.bmr_anim_fade_in.__force_animated {
  transition: opacity 0s;
}
.bmr_anim_fade_in.__force_animated .bmr_emphasis {
  transition: background-size 0s;
}
.bmr_anim_fade_in .bmr_emphasis {
  background-size: 0 var(--bmr-emphasis-line-height);
}

.bmr_anim_translate_vrt {
  transform: translateY(var(--bmr-animView_translate-startPosition));
}
.bmr_anim_translate_vrt.__view_animated {
  transform: translateY(var(--bmr-animView_translate-stopPosition));
  transition: transform var(--bmr-animView_translate-duration) var(--bmr-animView_translate-delay) var(--bmr-animView_translate-timingFunction);
}
.bmr_anim_translate_vrt.__force_animated {
  transition: transform 0s;
}

/**
 * Flex utils
 */
.bmr_flex {
  display: flex;
}
.bmr_flex.__inline {
  display: inline-flex;
}
.bmr_flex.__full_center {
  align-items: center;
  justify-content: center;
}
.bmr_flex.__fd_c {
  flex-direction: column;
}
.bmr_flex.__ai_c {
  align-items: center;
}
.bmr_flex.__ai_fs {
  align-items: flex-start;
}
.bmr_flex.__jc_fs {
  justify-content: flex-start;
}
.bmr_flex.__jc_c {
  justify-content: center;
}
.bmr_flex.__jc_fe {
  justify-content: flex-end;
}
.bmr_flex.__jc_sb {
  justify-content: space-between;
}
.bmr_flex.__fw_w {
  flex-wrap: wrap;
}
.bmr_flex.__fs_0 {
  flex-shrink: 0;
}

/**
 * Grid utils
 */
.bmr_grid {
  display: grid;
}
.bmr_grid.__full_center {
  place-items: center;
}

.bmr_opacity_default_hide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.bmr_opacity_default_hide.__visible {
  opacity: 1;
}

/**
 * Text utils
 */
/* region Font Weight */
.bmr_fw_thin {
  font-weight: 100;
}

.bmr_fw_extra_light {
  font-weight: 200;
}

.bmr_fw_light {
  font-weight: 300;
}

.bmr_fw_normal {
  font-weight: 400;
}

.bmr_fw_medium {
  font-weight: 500;
}

.bmr_fw_semi_bold {
  font-weight: 600;
}

.bmr_fw_bold {
  font-weight: 700;
}

.bmr_fw_extra_bold {
  font-weight: 800;
}

.bmr_fw_black {
  font-weight: 900;
}

/* endregion Font Weight */
/* region Font Style */
.bmr_fs_italic {
  font-style: italic;
}

/* endregion Font Style */
.bmr_text_truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bmr_tt_uppercase {
  text-transform: uppercase;
}

.bmr_tt_lowercase {
  text-transform: lowercase;
}

.bmr_ta_center {
  text-align: center;
}

.bmr_ta_start {
  text-align: start;
}

.bmr_ta_end {
  text-align: end;
}

.bmr_ww_break_word {
  word-wrap: break-word;
}

.bmr_text_nowrap {
  white-space: nowrap;
}

/* Fonts */
/**
 * Poppins font
 */
@font-face {
  font-weight: 700;
  font-family: "Accent Font Family";
  font-style: normal;
  font-display: swap;
  src: url("/fonts/poppins/bold.woff2") format("woff2");
}
/**
 * Roboto Latin Glyphs
 */
/**
 * Fonts
 *
 * $fontFaces - list of font-face maps.
 *
 * Minimal example:
 * (
 *   "font-weight": 400,
 *   "font-file-name": "cyrillic",
 *   "unicode-range": (U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116)
 * )
 *
 * Maximal example:
 * (
 *   "font-family-url": "roboto-italic",
 *   "font-family": "Roboto Italic",
 *   "font-display": block,
 *   "font-style": italic,
 *   "font-weight": 400,
 *   "font-file-name": "cyrillic",
 *   "unicode-range": (U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116)
 * )
 */
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/400/latin.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/400/latin-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/400/cyrillic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-weight: 500;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/500/latin.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-weight: 500;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/500/latin-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-weight: 500;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/500/cyrillic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-weight: 700;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/700/latin.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-weight: 700;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/700/latin-ext.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-weight: 700;
  font-family: "Roboto";
  font-style: normal;
  src: url("/fonts/roboto/v30/700/cyrillic.woff2") format("woff2");
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
