:root {
  box-sizing: border-box;
  font: normal normal 400 16px/1 sans-serif;
}

*,
::before,
::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  overscroll-behavior: none;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
picture {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 75%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  border-collapse: collapse;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "TTForsTrial";
  src: local("TTForsTrial Regular"), local("TTForsTrial-Regular"), url("../assets/fonts/TTForsTrial-Regular.woff2") format("woff2"), url("../assets/fonts/TTForsTrial-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTForsTrial";
  src: local("TTForsTrial Medium"), local("TTForsTrial-Medium"), url("../assets/fonts/TTForsTrial-Medium.woff2") format("woff2"), url("../assets/fonts/TTForsTrial-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTForsTrial";
  src: local("TTForsTrial Bold"), local("TTForsTrial-Bold"), url("../assets/fonts/TTForsTrial-Bold.woff2") format("woff2"), url("../assets/fonts/TTForsTrial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: local("Manrope SemiBold"), local("Manrope-SemiBold"), url("../assets/fonts/Manrope-SemiBold.woff2") format("woff2"), url("../assets/fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
:root {
  --vh-100: 100vh;
  --wrapper-space: 60px;
}
@media screen and (max-width: 1279px) {
  :root {
    --wrapper-space: 20px;
  }
}

:root {
  --white: #fff;
  --black: #000;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-40: rgba(255, 255, 255, 0.4);
  --white-10: rgba(255, 255, 255, 0.1019607843);
  --accent-violet: #5236AF;
  --accent-light-violet: #DBE2FD;
  --accent-middle-violet: #968CD6;
  --accent-mint: #8ADBAB;
  --accent-light-mint: #DCFFE8;
  --grey-black: #252525;
  --grey: #5C5C5C;
  --grey-50: rgba(37, 37, 37, 0.5019607843);
  --grey-05: rgba(37, 37, 37, 0.0509803922);
  --additional-grey: #F5F5F5;
  --additional-stroke: #CDCDCD;
  --additional-blue: #7E96CD;
}

:root {
  --font-main: 'TTForsTrial', Arial, Helvetica, sans-serif;
  --font-second: 'Manrope', Arial, Helvetica, sans-serif;
  --text-h1-size: 90px;
  --text-h2-size: 64px;
  --text-h3-size: 48px;
  --text-h4-size: 32px;
  --text-h5-size: 24px;
  --text-paragraph: 18px;
  --text-caption: 14px;
  --text-body-size: 16px;
}
@media screen and (max-width: 1280px) {
  :root {
    --text-h1-size: 64px;
    --text-h2-size: 40px;
    --text-h3-size: 36px;
    --text-h4-size: 20px;
    --text-h5-size: 18px;
    --text-paragraph: 14px;
    --text-caption: 10px;
    --text-body-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --text-h1-size: 34px;
    --text-h2-size: 28px;
    --text-h3-size: 24px;
  }
}

:root {
  --cubic: cubic-bezier(0.2, 0, 0.5, 1);
  --trans: all 0.3s var(--cubic);
  --trans-slow: all 0.5s var(--cubic);
  --modal-duration: 0.3s;
}

@keyframes shadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideInMobile {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOut {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -300px, 0);
  }
}
@keyframes slideOutMobile {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes menuIn {
  from {
    transform: translate3d(0, 1000, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes menuOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 40, 0);
    opacity: 0;
  }
}
* {
  scrollbar-face-color: var(--additional-stroke);
  scrollbar-track-color: var(--white);
  scrollbar-color: var(--additional-stroket) var(--white);
  scrollbar-width: thin;
}

body {
  background: var(--white);
  font-family: var(--font-main);
  font-size: var(--text-paragraph);
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1280px) {
  body {
    line-height: 20px;
  }
}
body {
  letter-spacing: 0;
  color: var(--grey-black);
}
body p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body p {
    margin-bottom: 8px;
  }
}
body p .accent {
  position: relative;
  display: inline-block;
}
body p .accent::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../assets/images/icons/accent-line.svg") no-repeat top/contain;
}
body p .accent--green::after {
  height: 11px;
  bottom: -11px;
  background: url("../assets/images/icons/accent-line-green.svg") no-repeat top/contain;
}
body p:last-child {
  margin-bottom: 0;
}

html *::-webkit-scrollbar {
  border-radius: 0;
  width: 4px;
  height: 5px;
}

html *::-webkit-scrollbar-thumb {
  background-color: var(--additional-grey);
  border-radius: 8px;
}

html *::-webkit-scrollbar-track {
  background-color: var(--white);
}

html *::-webkit-scrollbar-button {
  border-radius: 8px;
}

html {
  scroll-behavior: smooth;
}
html.scroll-smooth-disabled {
  scroll-behavior: auto !important;
}

.modal__title {
  font-size: var(--text-h3-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .modal__title {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .filter-modal-show {
    position: fixed !important;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.modal-show,
.menu-show {
  padding-right: var(--scroll-width);
  position: fixed !important;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-show .header-menu {
  height: calc(100dvh - 40px);
  padding: 120px 40px 0px;
  overflow: visible;
  opacity: 1;
}
.menu-show .header-menu::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .menu-show .header-menu {
    padding: 60px 20px 0px;
  }
}

.main {
  flex: 1 0 auto;
  -webkit-animation: fadeIn 0.5s var(--cubic);
  animation: fadeIn 0.5s var(--cubic);
  padding-bottom: 140px;
  padding-top: 140px;
  border-radius: 0 0 32px 32px;
  background: var(--white);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 60px;
    padding-top: 88px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrapper__page {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wrapper-space);
  padding-right: var(--wrapper-space);
}
.wrapper__page:last-child .section:last-child {
  padding-bottom: 0;
}
.wrapper__page:last-child .programs:last-child {
  padding-bottom: 0;
}
.wrapper__page:last-child .banner-wrapper:last-child {
  padding-bottom: 0;
}
.wrapper__wide {
  width: auto;
  margin-left: calc(-1 * var(--wrapper-space));
  margin-right: calc(-1 * var(--wrapper-space));
}
.wrapper__left {
  margin-left: calc(-1 * var(--wrapper-space));
}
.wrapper__right {
  margin-right: calc(-1 * var(--wrapper-space));
}

.main {
  flex: 1 0 auto;
  -webkit-animation: fadeIn 0.5s var(--cubic);
  animation: fadeIn 0.5s var(--cubic);
}

.footer {
  flex: 0 0 auto;
}

.fade-in {
  -webkit-animation: fadeIn 0.3s var(--cubic);
  animation: fadeIn 0.3s var(--cubic);
}

.fade-out {
  -webkit-animation: fadeOut 0.3s var(--cubic);
  animation: fadeOut 0.3s var(--cubic);
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .tablet-show {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .tablet-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.section {
  margin-top: 80px;
}
.section .header-decor {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .section .header-decor {
    display: none;
  }
}
.section--main {
  margin-top: 0 !important;
  padding-bottom: 40px;
}
.section--main .section__name {
  max-width: 1200px;
}
.section--small {
  margin-top: 0 !important;
  padding-bottom: 60px;
}
.section--small .section__name {
  max-width: 1200px;
}
.section--small .section__header {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .section--small .section__header {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
.section__filters {
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .section__filters {
    margin-top: 26px;
    margin-bottom: 16px;
  }
}
.section__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
  position: relative;
}
.section__header--filter {
  flex-wrap: wrap;
}
.section__header .tag {
  margin-bottom: 16px;
}
.section__header .tag:last-child {
  margin-bottom: 0;
}
.section__header .tag + .section__desc {
  margin-top: 0;
}
.section__header .link-content {
  align-self: flex-end;
}
@media screen and (max-width: 1280px) {
  .section__header {
    margin-bottom: 24px;
    flex-direction: column;
  }
}
.section h1 {
  font-size: var(--text-h1-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .section h1 {
    line-height: 32px;
  }
}
.section h1.section__title {
  font-size: var(--text-h1-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .section h1.section__title {
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .section h1.section__title {
    font-size: 80px;
  }
}
.section h2.section__title {
  font-size: var(--text-h2-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .section h2.section__title {
    line-height: 24px;
  }
}
.section h3.section__title {
  font-size: var(--text-h3-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .section h3.section__title {
    line-height: 24px;
  }
}
.section__name {
  max-width: 900px;
  width: 100%;
  margin-right: 20px;
}
.section__name--no-space {
  max-width: none;
  margin-right: 0;
}
.section__name p {
  margin-top: 16px;
  max-width: 740px;
  color: var(--grey);
}
.section__name .link-content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .section__name .link-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .section__name {
    margin-right: 0;
  }
}
.section__desc {
  width: calc((100% - 40px) / 3);
  flex: 0 0 auto;
  align-self: flex-end;
  margin-top: 16px;
  color: var(--grey);
}
.section__desc p {
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  .section__desc {
    align-self: flex-start;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section__desc {
    width: auto;
  }
}
.section__banner {
  width: 100%;
  height: 256px;
  overflow: hidden;
  border-radius: 32px;
}
.section__banner picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.section__banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section__banner {
    height: 128px;
    border-radius: 24px;
  }
}
.section--center .section__header {
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 822px;
}
.section--center .section__header .tag:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section--center .section__header .tag {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .section--center .section__header {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .section--center .section__header {
    margin-bottom: 32px;
  }
}
.section--center .section__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
}
.section--center .section__desc {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section--center .section__desc {
    margin-top: 12px;
  }
}
.section__link {
  align-self: flex-end;
}
.section__tag {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}
.section__tag .tag {
  margin-bottom: 0;
}
.section__links {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: auto;
}
.section__links--col {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section__links--col > * {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .section__links {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section__links {
    gap: 8px;
    width: 100%;
  }
  .section__links > * {
    flex: 1 1 100%;
  }
}

h1.section__title {
  font-size: var(--text-h1-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  h1.section__title {
    line-height: 32px;
  }
}

h2.section__title {
  font-size: var(--text-h2-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  h2.section__title {
    line-height: 24px;
  }
}

h3.section__title {
  font-size: var(--text-h3-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  h3.section__title {
    line-height: 24px;
  }
}

.mt-large {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .mt-large {
    margin-top: 100px;
  }
}

.pb-l {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 1280px) {
  .pb-l {
    padding-bottom: 40px !important;
  }
}

.pb-m {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 1280px) {
  .pb-m {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-m {
    padding-bottom: 20px !important;
  }
}

.pb-s {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .pb-s {
    padding-bottom: 20px !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.m-section {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .m-section {
    margin-top: 60px !important;
  }
}

.grid-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-content {
    row-gap: 8px;
  }
  .grid-content.gap-20 {
    row-gap: 20px;
  }
}
.grid-content > * {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-content--aside > * {
  width: 33.3333333333%;
}
@media screen and (max-width: 1679px) {
  .grid-content--aside > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-content--aside > * {
    width: 100%;
  }
}
.grid-content--col4 > * {
  width: 25%;
}
@media screen and (max-width: 1679px) {
  .grid-content--col4 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1280px) {
  .grid-content--col4 > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-content--col4 > * {
    width: 100%;
  }
}
.grid-content--col3 > * {
  width: 33.3333333333%;
}
@media screen and (max-width: 1280px) {
  .grid-content--col3 > * {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid-content--col3 > * {
    width: 100%;
  }
}
.grid-content--col2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .grid-content--col2 > * {
    width: 100%;
  }
}
.grid-content__col .card-base {
  height: 100%;
}
.grid-content__col .card-count {
  height: 100%;
}
.grid-content__col .card-text {
  height: 100%;
}
.grid-content__col .card-advantages {
  height: 100%;
}
.grid-content__col--auto {
  flex: 1 1 auto;
}

.gap-xl {
  row-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .gap-xl {
    row-gap: 32px;
  }
}

.link {
  display: inline;
  background-image: url("../assets/images/icons/link-line.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 4px;
}
.link:hover {
  color: var(--accent-violet);
}

.text-green {
  color: var(--accent-mint);
}

.text-content a:not(.button) {
  display: inline;
  background-image: url("../assets/images/icons/link-line.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 4px;
  transition: var(--trans);
}
.text-content a:not(.button):hover {
  color: var(--accent-violet);
}
.text-content > img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
  margin: 54px 0;
}
@media screen and (max-width: 1280px) {
  .text-content > img {
    border-radius: 24px;
    margin: 40px 0;
  }
}
.text-content small {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 8px;
}
.text-content small:last-child {
  margin-bottom: 0;
}
.text-content h2 {
  font-size: var(--text-h4-size);
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1280px) {
  .text-content h2 {
    line-height: 20px;
  }
}
.text-content h2 {
  margin-bottom: 36px;
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .text-content h2 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.text-content h3 {
  font-size: var(--text-h5-size);
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1280px) {
  .text-content h3 {
    line-height: 24px;
  }
}
.text-content h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .text-content h3 {
    margin-bottom: 16px;
  }
}
.text-content h2:first-child, .text-content h3:first-child {
  margin-top: 0;
}
.text-content > *:has(+ img) {
  margin-bottom: 0;
}
.text-content > img + * {
  margin-top: 0;
}
.text-content p {
  padding: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .text-content p {
    margin-bottom: 8px;
  }
}
.text-content p strong {
  font-weight: 500;
}
.text-content p:last-child {
  margin-bottom: 0;
}
.text-content p + ul, .text-content p ol {
  margin-top: 0;
}
.text-content ul, .text-content ol {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.text-content ul:last-child, .text-content ol:last-child {
  margin-bottom: 0;
}
.text-content ul:first-child, .text-content ol:first-child {
  margin-top: 0;
}
.text-content ul li, .text-content ol li {
  padding: 0 0 12px 26px;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .text-content ul li, .text-content ol li {
    padding: 0 0 8px 20px;
  }
}
.text-content ul li:last-child, .text-content ol li:last-child {
  padding-bottom: 0;
}
.text-content ul li:before, .text-content ol li:before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .text-content ul, .text-content ol {
    margin: 12px 0;
  }
}
.text-content ol {
  counter-reset: list;
}
.text-content ol > li::before {
  content: counter(list) ".";
}
.text-content ol li:before {
  counter-increment: list;
  left: 0;
  top: 0;
  color: var(--accent-violet);
  font-weight: 500;
}
.text-content ol li ul {
  margin-top: 12px !important;
}
@media screen and (max-width: 767px) {
  .text-content ol li ul {
    margin-top: 8px !important;
  }
}
.text-content ol li ul li {
  padding-left: 24px;
}
.text-content ol li ul li:before {
  left: 8px;
}
@media screen and (max-width: 767px) {
  .text-content ol li ul li:before {
    left: 5px;
    top: 6px;
  }
}
.text-content ul li:before {
  left: 10px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--accent-violet);
}
@media screen and (max-width: 767px) {
  .text-content ul li:before {
    top: 7px;
    left: 7px;
  }
}
.text-content .iframe-desc {
  margin-top: 16px;
  display: inline-block;
  margin-bottom: 80px;
  color: var(--grey);
}
@media screen and (max-width: 767px) {
  .text-content .iframe-desc {
    margin-bottom: 40px;
  }
}
.text-content iframe, .text-content .iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  background: none;
  border: none;
  outline: none;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .text-content iframe, .text-content .iframe {
    border-radius: 24px;
    margin-bottom: 40px;
  }
}
.text-content iframe:has(+ .iframe-desc), .text-content .iframe:has(+ .iframe-desc) {
  margin-bottom: 0;
}
.text-content iframe img, .text-content .iframe img {
  margin: 0;
  transition: var(--trans);
  border-radius: 0;
}
.text-content iframe .icon-play, .text-content .iframe .icon-play {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--white);
  transition: var(--trans-slow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-content iframe .icon-play .icon, .text-content .iframe .icon-play .icon {
  width: 24px;
  height: 24px;
  fill: var(--accent-violet);
}
.text-content .iframe {
  cursor: pointer;
}
.text-content .iframe:hover img {
  filter: brightness(0.9);
}
.text-content .iframe:hover .icon-play {
  border-radius: 100%;
}
.text-content blockquote {
  margin: 0;
  padding-left: 28px;
  position: relative;
  margin-bottom: 24px;
  margin-top: 24px;
}
.text-content blockquote::before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% + 5px);
  border-radius: 5px;
  background: var(--accent-violet);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
}
.text-content blockquote p {
  margin-bottom: 8px;
}
.text-content blockquote span {
  color: var(--grey-50);
}
@media screen and (max-width: 767px) {
  .text-content blockquote {
    padding-left: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.text-content strong,
.text-content b {
  font-weight: 500;
}
.text-content .blockquote-small {
  background: var(--accent-light-violet);
  padding: 32px;
  border-radius: 32px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .text-content .blockquote-small {
    margin-top: 24px;
    border-radius: 24px;
    padding: 24px;
  }
}

mark {
  color: var(--accent-violet);
  background: var(--accent-light-violet);
  padding: 1px 6px;
  border-radius: 8px;
}

.blockquote {
  display: block;
  padding: 32px 32px 32px 96px;
  border-radius: 32px;
  background: var(--additional-grey);
  margin-top: 36px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blockquote {
    margin-top: 24px;
    border-radius: 24px;
    padding: 76px 24px 24px;
  }
}
.blockquote .short {
  max-width: 622px;
}
.blockquote img {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .blockquote img {
    top: 24px;
    left: 24px;
  }
}
.blockquote h5 {
  font-size: var(--text-h5-size);
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1280px) {
  .blockquote h5 {
    line-height: 24px;
  }
}
.blockquote h5 {
  margin-top: 24px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .blockquote h5 {
    margin-top: 16px;
    margin-bottom: 2px;
  }
}
.blockquote:last-child {
  margin-bottom: 0;
}

.list-row {
  display: flex;
  gap: 8px;
}
.list-row > * {
  flex: 1 1 100%;
}
@media screen and (max-width: 767px) {
  .list-row {
    flex-direction: column;
  }
}

.list-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 32px;
  padding: 32px;
  background: var(--additional-grey);
  min-height: 292px;
}
.list-box a.button {
  margin-top: auto;
}
.list-box a.button::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .list-box {
    padding: 24px;
    border-radius: 24px;
  }
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*!
 * Button visually impaired v1.0.0 (https://bvi.isvek.ru/)
 * Copyright 2014-2021 <bvi@isvek.ru>
 * Licensed under MIT (https://github.com/veks/button-visually-impaired-javascript/blob/master/LICENSE.md)
 */
html:not(.bvi-panel) {
  font-size: 100%;
}

html:not(.bvi-panel) *, html:not(.bvi-panel) ::after, html:not(.bvi-panel) ::before {
  box-sizing: border-box;
}

html body .bvi-panel {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
  padding: 0.5rem;
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
  line-height: normal;
  border: 0;
  margin-bottom: 0.3rem;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  z-index: 999999 !important;
}

html body .bvi-panel * {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
}

html body .bvi-panel.bvi-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}

html body .bvi-panel.bvi-panel-hide {
  display: none;
}

html body .bvi-panel a {
  color: #000 !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

html body .bvi-panel a:focus, html body .bvi-panel a:hover {
  color: #000 !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

html body .bvi-panel a.bvi-link {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  font-weight: 700;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html body .bvi-panel a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

html body .bvi-panel a.bvi-link:focus, html body .bvi-panel a.bvi-link:hover {
  background-color: #b6b6b6 !important;
}

html body .bvi-panel a.bvi-link.active {
  color: #212529 !important;
  background-color: #b6b6b6 !important;
}

html body .bvi-panel a.bvi-link.bvi-theme-white {
  background-color: #fff !important;
  color: #000 !important;
}

html body .bvi-panel a.bvi-link.bvi-theme-black {
  background-color: #000 !important;
  color: #fff !important;
}

html body .bvi-panel a.bvi-link.bvi-theme-blue {
  background-color: #9dd1ff !important;
  color: #063462 !important;
}

html body .bvi-panel a.bvi-link.bvi-theme-brown {
  background-color: #f7f3d6 !important;
  color: #4d4b43 !important;
}

html body .bvi-panel a.bvi-link.bvi-theme-green {
  background-color: #3b2716 !important;
  color: #a9e44d !important;
}

html body .bvi-panel .bvi-blocks {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
}

html body .bvi-panel .bvi-blocks.bvi-block-start {
  justify-content: flex-start;
}

html body .bvi-panel .bvi-blocks.bvi-block-center {
  justify-content: center;
}

html body .bvi-panel .bvi-blocks.bvi-block-end {
  justify-content: flex-end;
}

html body .bvi-panel .bvi-block {
  padding: 0.688rem 0.938rem;
}

html body .bvi-panel .bvi-block .bvi-block-title {
  text-align: center;
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block;
  margin-bottom: 0.8rem;
}

html body .bvi-panel .bvi-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  z-index: 1050;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

html body .bvi-panel .bvi-modal.show {
  visibility: visible;
  opacity: 1;
}

html body .bvi-panel .bvi-modal .bvi-modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  height: calc(100% - 3.5rem);
  pointer-events: none;
}

html body .bvi-panel .bvi-modal .bvi-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  max-height: 100%;
  overflow: hidden;
}

html body .bvi-panel .bvi-modal .bvi-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

html body .bvi-panel .bvi-modal .bvi-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

html body .bvi-panel .bvi-modal .bvi-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}

html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: transparent;
  opacity: 0;
}

html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  border-radius: 0.25rem;
}

html body .bvi-panel .bvi-modal .bvi-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.8rem 0.8rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

html body .bvi-panel .bvi-modal .bvi-modal-close {
  float: right;
  font-size: 1.2rem !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

html body .bvi-panel .bvi-modal .bvi-modal-close:focus, html body .bvi-panel .bvi-modal .bvi-modal-close:hover {
  cursor: pointer;
  opacity: 0.75;
}

body.bvi-active {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

body.bvi-active.bvi-noscroll {
  overflow: hidden !important;
}

body .bvi-body {
  padding: 0 0.5rem;
}

body .bvi-body[data-bvi-theme=white]:not(.bvi-no-styles) {
  background-color: #fff !important;
  color: #000 !important;
  fill: #000000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) {
  background-color: #fff !important;
  color: #000 !important;
  fill: #000000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-link, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-speech-text {
  border-color: #000;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #000 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #fff !important;
  background-color: #000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #000 !important;
  background-color: #fff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :checked:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :default:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :empty:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :focus:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :link:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :optional:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :required:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :root:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :target:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :valid:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :visited:not(.bvi-no-styles) {
  background-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000 !important;
  color: #000 !important;
  fill: #000000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #000 !important;
  color: #fff !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #000 !important;
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles) {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=black]:not(.bvi-no-styles) {
  background-color: #000 !important;
  color: #fff !important;
  fill: #ffffff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) {
  background-color: #000 !important;
  color: #fff !important;
  fill: #ffffff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-link, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-speech-text {
  border-color: #fff;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #fff !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #000 !important;
  background-color: #fff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #fff !important;
  background-color: #000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :checked:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :default:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :empty:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :focus:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :link:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :optional:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :required:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :root:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :target:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :valid:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) :visited:not(.bvi-no-styles) {
  background-color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #fff !important;
  color: #fff !important;
  fill: #ffffff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #fff !important;
  color: #000 !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #fff !important;
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #fff !important;
  background-color: #000 !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles) {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover {
  color: #000 !important;
  background-color: #fff !important;
}

body .bvi-body[data-bvi-theme=blue]:not(.bvi-no-styles) {
  background-color: #9dd1ff !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) {
  background-color: #9dd1ff !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-link, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-speech-text {
  border-color: #063462;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #063462 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #063462 !important;
  background-color: #9dd1ff !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :checked:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :default:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :empty:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :focus:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :link:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :optional:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :required:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :root:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :target:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :valid:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) :visited:not(.bvi-no-styles) {
  background-color: #9dd1ff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #063462 !important;
  color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #063462 !important;
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #063462 !important;
  background-color: #9dd1ff !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #9dd1ff !important;
  background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9dd1ff !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles) {
  color: #9dd1ff !important;
  background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active {
  color: #9dd1ff !important;
  background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover {
  color: #9dd1ff !important;
  background-color: #063462 !important;
}

body .bvi-body[data-bvi-theme=brown]:not(.bvi-no-styles) {
  background-color: #f7f3d6 !important;
  color: #4d4b43 !important;
  fill: #4D4B43 !important;
  border-color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) {
  background-color: #f7f3d6 !important;
  color: #4d4b43 !important;
  fill: #4D4B43 !important;
  border-color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-link, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-speech-text {
  border-color: #4d4b43;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #4d4b43 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :checked:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :default:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :empty:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :focus:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :link:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :optional:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :required:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :root:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :target:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :valid:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) :visited:not(.bvi-no-styles) {
  background-color: #f7f3d6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4d4b43 !important;
  color: #4d4b43 !important;
  fill: #4D4B43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4d4b43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #4d4b43 !important;
  color: #f7f3d6 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #4d4b43 !important;
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #4d4b43 !important;
  background-color: #f7f3d6 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #f7f3d6 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles) {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover {
  color: #f7f3d6 !important;
  background-color: #4d4b43 !important;
}

body .bvi-body[data-bvi-theme=green]:not(.bvi-no-styles) {
  background-color: #3b2716 !important;
  color: #a9e44d !important;
  fill: #A9E44D !important;
  border-color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) {
  background-color: #3b2716 !important;
  color: #a9e44d !important;
  fill: #A9E44D !important;
  border-color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-link, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-speech-text {
  border-color: #a9e44d;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #a9e44d !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #a9e44d !important;
  background-color: #3b2716 !important;
  text-underline: none !important;
  text-decoration: none !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :checked:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :default:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :disabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :empty:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :enabled:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :focus:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :link:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-child:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :optional:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :read-write:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :required:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :root:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :target:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :valid:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) :visited:not(.bvi-no-styles) {
  background-color: #3b2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #a9e44d !important;
  color: #a9e44d !important;
  fill: #A9E44D !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #a9e44d !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #a9e44d !important;
  color: #3b2716 !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #a9e44d !important;
  background-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #a9e44d !important;
  background-color: #3b2716 !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3b2716 !important;
  border-color: transparent !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles) {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
}

body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover {
  color: #3b2716 !important;
  background-color: #a9e44d !important;
}

body .bvi-body[data-bvi-fontsize="40"] * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h1, body .bvi-body[data-bvi-fontsize="40"] * h1 * {
  font-size: 47px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h2, body .bvi-body[data-bvi-fontsize="40"] * h2 * {
  font-size: 46px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h3, body .bvi-body[data-bvi-fontsize="40"] * h3 * {
  font-size: 45px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h4, body .bvi-body[data-bvi-fontsize="40"] * h4 * {
  font-size: 44px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h5, body .bvi-body[data-bvi-fontsize="40"] * h5 * {
  font-size: 43px !important;
}

body .bvi-body[data-bvi-fontsize="40"] * h6, body .bvi-body[data-bvi-fontsize="40"] * h6 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h1, body .bvi-body[data-bvi-fontsize="39"] * h1 * {
  font-size: 46px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h2, body .bvi-body[data-bvi-fontsize="39"] * h2 * {
  font-size: 45px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h3, body .bvi-body[data-bvi-fontsize="39"] * h3 * {
  font-size: 44px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h4, body .bvi-body[data-bvi-fontsize="39"] * h4 * {
  font-size: 43px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h5, body .bvi-body[data-bvi-fontsize="39"] * h5 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="39"] * h6, body .bvi-body[data-bvi-fontsize="39"] * h6 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h1, body .bvi-body[data-bvi-fontsize="38"] * h1 * {
  font-size: 45px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h2, body .bvi-body[data-bvi-fontsize="38"] * h2 * {
  font-size: 44px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h3, body .bvi-body[data-bvi-fontsize="38"] * h3 * {
  font-size: 43px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h4, body .bvi-body[data-bvi-fontsize="38"] * h4 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h5, body .bvi-body[data-bvi-fontsize="38"] * h5 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="38"] * h6, body .bvi-body[data-bvi-fontsize="38"] * h6 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h1, body .bvi-body[data-bvi-fontsize="37"] * h1 * {
  font-size: 44px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h2, body .bvi-body[data-bvi-fontsize="37"] * h2 * {
  font-size: 43px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h3, body .bvi-body[data-bvi-fontsize="37"] * h3 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h4, body .bvi-body[data-bvi-fontsize="37"] * h4 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h5, body .bvi-body[data-bvi-fontsize="37"] * h5 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="37"] * h6, body .bvi-body[data-bvi-fontsize="37"] * h6 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h1, body .bvi-body[data-bvi-fontsize="36"] * h1 * {
  font-size: 43px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h2, body .bvi-body[data-bvi-fontsize="36"] * h2 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h3, body .bvi-body[data-bvi-fontsize="36"] * h3 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h4, body .bvi-body[data-bvi-fontsize="36"] * h4 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h5, body .bvi-body[data-bvi-fontsize="36"] * h5 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="36"] * h6, body .bvi-body[data-bvi-fontsize="36"] * h6 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h1, body .bvi-body[data-bvi-fontsize="35"] * h1 * {
  font-size: 42px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h2, body .bvi-body[data-bvi-fontsize="35"] * h2 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h3, body .bvi-body[data-bvi-fontsize="35"] * h3 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h4, body .bvi-body[data-bvi-fontsize="35"] * h4 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h5, body .bvi-body[data-bvi-fontsize="35"] * h5 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="35"] * h6, body .bvi-body[data-bvi-fontsize="35"] * h6 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h1, body .bvi-body[data-bvi-fontsize="34"] * h1 * {
  font-size: 41px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h2, body .bvi-body[data-bvi-fontsize="34"] * h2 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h3, body .bvi-body[data-bvi-fontsize="34"] * h3 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h4, body .bvi-body[data-bvi-fontsize="34"] * h4 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h5, body .bvi-body[data-bvi-fontsize="34"] * h5 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="34"] * h6, body .bvi-body[data-bvi-fontsize="34"] * h6 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h1, body .bvi-body[data-bvi-fontsize="33"] * h1 * {
  font-size: 40px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h2, body .bvi-body[data-bvi-fontsize="33"] * h2 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h3, body .bvi-body[data-bvi-fontsize="33"] * h3 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h4, body .bvi-body[data-bvi-fontsize="33"] * h4 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h5, body .bvi-body[data-bvi-fontsize="33"] * h5 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="33"] * h6, body .bvi-body[data-bvi-fontsize="33"] * h6 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h1, body .bvi-body[data-bvi-fontsize="32"] * h1 * {
  font-size: 39px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h2, body .bvi-body[data-bvi-fontsize="32"] * h2 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h3, body .bvi-body[data-bvi-fontsize="32"] * h3 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h4, body .bvi-body[data-bvi-fontsize="32"] * h4 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h5, body .bvi-body[data-bvi-fontsize="32"] * h5 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="32"] * h6, body .bvi-body[data-bvi-fontsize="32"] * h6 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h1, body .bvi-body[data-bvi-fontsize="31"] * h1 * {
  font-size: 38px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h2, body .bvi-body[data-bvi-fontsize="31"] * h2 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h3, body .bvi-body[data-bvi-fontsize="31"] * h3 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h4, body .bvi-body[data-bvi-fontsize="31"] * h4 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h5, body .bvi-body[data-bvi-fontsize="31"] * h5 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="31"] * h6, body .bvi-body[data-bvi-fontsize="31"] * h6 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h1, body .bvi-body[data-bvi-fontsize="30"] * h1 * {
  font-size: 37px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h2, body .bvi-body[data-bvi-fontsize="30"] * h2 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h3, body .bvi-body[data-bvi-fontsize="30"] * h3 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h4, body .bvi-body[data-bvi-fontsize="30"] * h4 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h5, body .bvi-body[data-bvi-fontsize="30"] * h5 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="30"] * h6, body .bvi-body[data-bvi-fontsize="30"] * h6 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h1, body .bvi-body[data-bvi-fontsize="29"] * h1 * {
  font-size: 36px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h2, body .bvi-body[data-bvi-fontsize="29"] * h2 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h3, body .bvi-body[data-bvi-fontsize="29"] * h3 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h4, body .bvi-body[data-bvi-fontsize="29"] * h4 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h5, body .bvi-body[data-bvi-fontsize="29"] * h5 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="29"] * h6, body .bvi-body[data-bvi-fontsize="29"] * h6 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h1, body .bvi-body[data-bvi-fontsize="28"] * h1 * {
  font-size: 35px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h2, body .bvi-body[data-bvi-fontsize="28"] * h2 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h3, body .bvi-body[data-bvi-fontsize="28"] * h3 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h4, body .bvi-body[data-bvi-fontsize="28"] * h4 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h5, body .bvi-body[data-bvi-fontsize="28"] * h5 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="28"] * h6, body .bvi-body[data-bvi-fontsize="28"] * h6 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h1, body .bvi-body[data-bvi-fontsize="27"] * h1 * {
  font-size: 34px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h2, body .bvi-body[data-bvi-fontsize="27"] * h2 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h3, body .bvi-body[data-bvi-fontsize="27"] * h3 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h4, body .bvi-body[data-bvi-fontsize="27"] * h4 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h5, body .bvi-body[data-bvi-fontsize="27"] * h5 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="27"] * h6, body .bvi-body[data-bvi-fontsize="27"] * h6 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h1, body .bvi-body[data-bvi-fontsize="26"] * h1 * {
  font-size: 33px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h2, body .bvi-body[data-bvi-fontsize="26"] * h2 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h3, body .bvi-body[data-bvi-fontsize="26"] * h3 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h4, body .bvi-body[data-bvi-fontsize="26"] * h4 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h5, body .bvi-body[data-bvi-fontsize="26"] * h5 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="26"] * h6, body .bvi-body[data-bvi-fontsize="26"] * h6 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h1, body .bvi-body[data-bvi-fontsize="25"] * h1 * {
  font-size: 32px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h2, body .bvi-body[data-bvi-fontsize="25"] * h2 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h3, body .bvi-body[data-bvi-fontsize="25"] * h3 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h4, body .bvi-body[data-bvi-fontsize="25"] * h4 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h5, body .bvi-body[data-bvi-fontsize="25"] * h5 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="25"] * h6, body .bvi-body[data-bvi-fontsize="25"] * h6 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h1, body .bvi-body[data-bvi-fontsize="24"] * h1 * {
  font-size: 31px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h2, body .bvi-body[data-bvi-fontsize="24"] * h2 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h3, body .bvi-body[data-bvi-fontsize="24"] * h3 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h4, body .bvi-body[data-bvi-fontsize="24"] * h4 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h5, body .bvi-body[data-bvi-fontsize="24"] * h5 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="24"] * h6, body .bvi-body[data-bvi-fontsize="24"] * h6 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h1, body .bvi-body[data-bvi-fontsize="23"] * h1 * {
  font-size: 30px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h2, body .bvi-body[data-bvi-fontsize="23"] * h2 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h3, body .bvi-body[data-bvi-fontsize="23"] * h3 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h4, body .bvi-body[data-bvi-fontsize="23"] * h4 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h5, body .bvi-body[data-bvi-fontsize="23"] * h5 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="23"] * h6, body .bvi-body[data-bvi-fontsize="23"] * h6 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h1, body .bvi-body[data-bvi-fontsize="22"] * h1 * {
  font-size: 29px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h2, body .bvi-body[data-bvi-fontsize="22"] * h2 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h3, body .bvi-body[data-bvi-fontsize="22"] * h3 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h4, body .bvi-body[data-bvi-fontsize="22"] * h4 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h5, body .bvi-body[data-bvi-fontsize="22"] * h5 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="22"] * h6, body .bvi-body[data-bvi-fontsize="22"] * h6 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h1, body .bvi-body[data-bvi-fontsize="21"] * h1 * {
  font-size: 28px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h2, body .bvi-body[data-bvi-fontsize="21"] * h2 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h3, body .bvi-body[data-bvi-fontsize="21"] * h3 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h4, body .bvi-body[data-bvi-fontsize="21"] * h4 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h5, body .bvi-body[data-bvi-fontsize="21"] * h5 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="21"] * h6, body .bvi-body[data-bvi-fontsize="21"] * h6 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h1, body .bvi-body[data-bvi-fontsize="20"] * h1 * {
  font-size: 27px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h2, body .bvi-body[data-bvi-fontsize="20"] * h2 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h3, body .bvi-body[data-bvi-fontsize="20"] * h3 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h4, body .bvi-body[data-bvi-fontsize="20"] * h4 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h5, body .bvi-body[data-bvi-fontsize="20"] * h5 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="20"] * h6, body .bvi-body[data-bvi-fontsize="20"] * h6 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h1, body .bvi-body[data-bvi-fontsize="19"] * h1 * {
  font-size: 26px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h2, body .bvi-body[data-bvi-fontsize="19"] * h2 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h3, body .bvi-body[data-bvi-fontsize="19"] * h3 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h4, body .bvi-body[data-bvi-fontsize="19"] * h4 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h5, body .bvi-body[data-bvi-fontsize="19"] * h5 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="19"] * h6, body .bvi-body[data-bvi-fontsize="19"] * h6 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h1, body .bvi-body[data-bvi-fontsize="18"] * h1 * {
  font-size: 25px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h2, body .bvi-body[data-bvi-fontsize="18"] * h2 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h3, body .bvi-body[data-bvi-fontsize="18"] * h3 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h4, body .bvi-body[data-bvi-fontsize="18"] * h4 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h5, body .bvi-body[data-bvi-fontsize="18"] * h5 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="18"] * h6, body .bvi-body[data-bvi-fontsize="18"] * h6 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h1, body .bvi-body[data-bvi-fontsize="17"] * h1 * {
  font-size: 24px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h2, body .bvi-body[data-bvi-fontsize="17"] * h2 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h3, body .bvi-body[data-bvi-fontsize="17"] * h3 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h4, body .bvi-body[data-bvi-fontsize="17"] * h4 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h5, body .bvi-body[data-bvi-fontsize="17"] * h5 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="17"] * h6, body .bvi-body[data-bvi-fontsize="17"] * h6 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h1, body .bvi-body[data-bvi-fontsize="16"] * h1 * {
  font-size: 23px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h2, body .bvi-body[data-bvi-fontsize="16"] * h2 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h3, body .bvi-body[data-bvi-fontsize="16"] * h3 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h4, body .bvi-body[data-bvi-fontsize="16"] * h4 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h5, body .bvi-body[data-bvi-fontsize="16"] * h5 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="16"] * h6, body .bvi-body[data-bvi-fontsize="16"] * h6 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h1, body .bvi-body[data-bvi-fontsize="15"] * h1 * {
  font-size: 22px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h2, body .bvi-body[data-bvi-fontsize="15"] * h2 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h3, body .bvi-body[data-bvi-fontsize="15"] * h3 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h4, body .bvi-body[data-bvi-fontsize="15"] * h4 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h5, body .bvi-body[data-bvi-fontsize="15"] * h5 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="15"] * h6, body .bvi-body[data-bvi-fontsize="15"] * h6 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h1, body .bvi-body[data-bvi-fontsize="14"] * h1 * {
  font-size: 21px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h2, body .bvi-body[data-bvi-fontsize="14"] * h2 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h3, body .bvi-body[data-bvi-fontsize="14"] * h3 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h4, body .bvi-body[data-bvi-fontsize="14"] * h4 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h5, body .bvi-body[data-bvi-fontsize="14"] * h5 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="14"] * h6, body .bvi-body[data-bvi-fontsize="14"] * h6 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h1, body .bvi-body[data-bvi-fontsize="13"] * h1 * {
  font-size: 20px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h2, body .bvi-body[data-bvi-fontsize="13"] * h2 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h3, body .bvi-body[data-bvi-fontsize="13"] * h3 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h4, body .bvi-body[data-bvi-fontsize="13"] * h4 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h5, body .bvi-body[data-bvi-fontsize="13"] * h5 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="13"] * h6, body .bvi-body[data-bvi-fontsize="13"] * h6 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h1, body .bvi-body[data-bvi-fontsize="12"] * h1 * {
  font-size: 19px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h2, body .bvi-body[data-bvi-fontsize="12"] * h2 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h3, body .bvi-body[data-bvi-fontsize="12"] * h3 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h4, body .bvi-body[data-bvi-fontsize="12"] * h4 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h5, body .bvi-body[data-bvi-fontsize="12"] * h5 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="12"] * h6, body .bvi-body[data-bvi-fontsize="12"] * h6 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h1, body .bvi-body[data-bvi-fontsize="11"] * h1 * {
  font-size: 18px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h2, body .bvi-body[data-bvi-fontsize="11"] * h2 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h3, body .bvi-body[data-bvi-fontsize="11"] * h3 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h4, body .bvi-body[data-bvi-fontsize="11"] * h4 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h5, body .bvi-body[data-bvi-fontsize="11"] * h5 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="11"] * h6, body .bvi-body[data-bvi-fontsize="11"] * h6 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h1, body .bvi-body[data-bvi-fontsize="10"] * h1 * {
  font-size: 17px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h2, body .bvi-body[data-bvi-fontsize="10"] * h2 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h3, body .bvi-body[data-bvi-fontsize="10"] * h3 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h4, body .bvi-body[data-bvi-fontsize="10"] * h4 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h5, body .bvi-body[data-bvi-fontsize="10"] * h5 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="10"] * h6, body .bvi-body[data-bvi-fontsize="10"] * h6 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h1, body .bvi-body[data-bvi-fontsize="9"] * h1 * {
  font-size: 16px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h2, body .bvi-body[data-bvi-fontsize="9"] * h2 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h3, body .bvi-body[data-bvi-fontsize="9"] * h3 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h4, body .bvi-body[data-bvi-fontsize="9"] * h4 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h5, body .bvi-body[data-bvi-fontsize="9"] * h5 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="9"] * h6, body .bvi-body[data-bvi-fontsize="9"] * h6 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h1, body .bvi-body[data-bvi-fontsize="8"] * h1 * {
  font-size: 15px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h2, body .bvi-body[data-bvi-fontsize="8"] * h2 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h3, body .bvi-body[data-bvi-fontsize="8"] * h3 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h4, body .bvi-body[data-bvi-fontsize="8"] * h4 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h5, body .bvi-body[data-bvi-fontsize="8"] * h5 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="8"] * h6, body .bvi-body[data-bvi-fontsize="8"] * h6 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h1, body .bvi-body[data-bvi-fontsize="7"] * h1 * {
  font-size: 14px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h2, body .bvi-body[data-bvi-fontsize="7"] * h2 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h3, body .bvi-body[data-bvi-fontsize="7"] * h3 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h4, body .bvi-body[data-bvi-fontsize="7"] * h4 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h5, body .bvi-body[data-bvi-fontsize="7"] * h5 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="7"] * h6, body .bvi-body[data-bvi-fontsize="7"] * h6 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * {
  font-size: 6px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h1, body .bvi-body[data-bvi-fontsize="6"] * h1 * {
  font-size: 13px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h2, body .bvi-body[data-bvi-fontsize="6"] * h2 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h3, body .bvi-body[data-bvi-fontsize="6"] * h3 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h4, body .bvi-body[data-bvi-fontsize="6"] * h4 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h5, body .bvi-body[data-bvi-fontsize="6"] * h5 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="6"] * h6, body .bvi-body[data-bvi-fontsize="6"] * h6 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * {
  font-size: 5px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h1, body .bvi-body[data-bvi-fontsize="5"] * h1 * {
  font-size: 12px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h2, body .bvi-body[data-bvi-fontsize="5"] * h2 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h3, body .bvi-body[data-bvi-fontsize="5"] * h3 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h4, body .bvi-body[data-bvi-fontsize="5"] * h4 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h5, body .bvi-body[data-bvi-fontsize="5"] * h5 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="5"] * h6, body .bvi-body[data-bvi-fontsize="5"] * h6 * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * {
  font-size: 4px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h1, body .bvi-body[data-bvi-fontsize="4"] * h1 * {
  font-size: 11px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h2, body .bvi-body[data-bvi-fontsize="4"] * h2 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h3, body .bvi-body[data-bvi-fontsize="4"] * h3 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h4, body .bvi-body[data-bvi-fontsize="4"] * h4 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h5, body .bvi-body[data-bvi-fontsize="4"] * h5 * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="4"] * h6, body .bvi-body[data-bvi-fontsize="4"] * h6 * {
  font-size: 6px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * {
  font-size: 3px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h1, body .bvi-body[data-bvi-fontsize="3"] * h1 * {
  font-size: 10px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h2, body .bvi-body[data-bvi-fontsize="3"] * h2 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h3, body .bvi-body[data-bvi-fontsize="3"] * h3 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h4, body .bvi-body[data-bvi-fontsize="3"] * h4 * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h5, body .bvi-body[data-bvi-fontsize="3"] * h5 * {
  font-size: 6px !important;
}

body .bvi-body[data-bvi-fontsize="3"] * h6, body .bvi-body[data-bvi-fontsize="3"] * h6 * {
  font-size: 5px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * {
  font-size: 2px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h1, body .bvi-body[data-bvi-fontsize="2"] * h1 * {
  font-size: 9px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h2, body .bvi-body[data-bvi-fontsize="2"] * h2 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h3, body .bvi-body[data-bvi-fontsize="2"] * h3 * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h4, body .bvi-body[data-bvi-fontsize="2"] * h4 * {
  font-size: 6px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h5, body .bvi-body[data-bvi-fontsize="2"] * h5 * {
  font-size: 5px !important;
}

body .bvi-body[data-bvi-fontsize="2"] * h6, body .bvi-body[data-bvi-fontsize="2"] * h6 * {
  font-size: 4px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * {
  font-size: 1px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h1, body .bvi-body[data-bvi-fontsize="1"] * h1 * {
  font-size: 8px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h2, body .bvi-body[data-bvi-fontsize="1"] * h2 * {
  font-size: 7px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h3, body .bvi-body[data-bvi-fontsize="1"] * h3 * {
  font-size: 6px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h4, body .bvi-body[data-bvi-fontsize="1"] * h4 * {
  font-size: 5px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h5, body .bvi-body[data-bvi-fontsize="1"] * h5 * {
  font-size: 4px !important;
}

body .bvi-body[data-bvi-fontsize="1"] * h6, body .bvi-body[data-bvi-fontsize="1"] * h6 * {
  font-size: 3px !important;
}

body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  visibility: visible;
}

body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  display: none;
  position: relative;
  border: 1px dashed;
}

body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles), body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: grayscale(1);
  visibility: visible;
}

body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles) {
  line-height: 1.5 !important;
}

body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) {
  line-height: 2 !important;
}

body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) {
  line-height: 2.5 !important;
}

body .bvi-body[data-bvi-letterspacing=normal]:not(.bvi-no-styles) {
  letter-spacing: 0 !important;
}

body .bvi-body[data-bvi-letterspacing=average]:not(.bvi-no-styles) {
  letter-spacing: 2px !important;
}

body .bvi-body[data-bvi-letterspacing=big]:not(.bvi-no-styles) {
  letter-spacing: 4px !important;
}

body .bvi-body[data-bvi-fontfamily=arial]:not(i):not(span):not(.bvi-no-styles) {
  font-family: Arial, sans-serif !important;
}

body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles) {
  font-family: "Times New roman", serif !important;
}

body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) .wp-audio-shortcode, body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) figure, body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) iframe, body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) object, body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) video, body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps {
  display: block !important;
}

body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) .wp-audio-shortcode, body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) figure, body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe, body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object, body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) video, body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps {
  display: none !important;
}

body .bvi-body .bvi-speech {
  margin-bottom: 1.5rem;
}

body .bvi-body .bvi-speech .bvi-speech-link {
  display: inline-block;
  border: 1px dashed transparent;
  border-bottom: 0;
  padding: 0.7rem;
}

body .bvi-body .bvi-speech .bvi-speech-text {
  border: 1px dashed transparent;
  padding: 0.7rem;
}

body .bvi-body .bvi-speech .bvi-highlighting mark {
  font-weight: 700;
  text-decoration: underline;
}

body .bvi-body a.bvi-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body .bvi-body a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

body .bvi-body .bvi-link-fixed-top {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.5rem !important;
  z-index: 999999 !important;
}

body .bvi-body .bvi-hide {
  display: none !important;
}

body .bvi-body .bvi-show {
  display: block !important;
}

.bvi-images {
  width: 18px;
  height: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}

.bvi-images.bvi-images-cog {
  background-image: url("../assets/img/cog.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-eye-slash {
  background-image: url("../assets/img/eye-slash.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-volume-up {
  background-image: url("../assets/img/volume-up.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-volume-off {
  background-image: url("../assets/img/volume-off.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-adjust {
  background-image: url("../assets/img/adjust.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-minus-circle {
  background-image: url("../assets/img/minus-circle.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-image {
  background-image: url("../assets/img/image.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-minus {
  background-image: url("../assets/img/minus.svg");
  background-repeat: no-repeat;
}

.bvi-images.bvi-images-eye {
  background-image: url("../assets/img/eye.svg");
  background-repeat: no-repeat;
  fill: green;
}

.bvi-images.bvi-images-size-32 {
  width: 32px !important;
  height: 32px !important;
}

