@charset "UTF-8";
/* line 5, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Rollgates';
  src: url("../fonts/Rollgates-Fabulous.ttf") format("truetype");
}
/* line 6, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 10, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 14, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 18, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 22, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 26, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 30, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 34, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 42, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 50, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 54, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 58, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 63, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 67, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 71, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 75, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 79, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 83, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 87, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 91, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 95, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background-color: #fff;
  color: #000;
  direction: rtl;
}
/* line 17, ../sass/all/wrapper.scss */
body.he {
  font-weight: 500;
}
/* line 22, ../sass/all/wrapper.scss */
body.ofh {
  overflow: hidden;
}
/* line 26, ../sass/all/wrapper.scss */
body .jGrowl {
  direction: rtl;
  font-size: 24px;
  font-family: 'AlmoniTzarMedium';
  z-index: 100002 !important;
}
/* line 32, ../sass/all/wrapper.scss */
body .jGrowl.top-right {
  left: 0;
  right: auto;
}
/* line 37, ../sass/all/wrapper.scss */
body .jGrowl .jGrowl-notification {
  opacity: 1;
  text-align: right;
  border-radius: 15px;
  padding: 15px;
}
/* line 43, ../sass/all/wrapper.scss */
body .jGrowl .jGrowl-notification .jGrowl-close {
  font-size: 20px;
  float: left;
}
/* line 50, ../sass/all/wrapper.scss */
body .af-message-success {
  background-color: #a2d2d0 !important;
  color: #000 !important;
}
/* line 51, ../sass/all/wrapper.scss */
body .af-message-error {
  background-color: red !important;
}
/* line 52, ../sass/all/wrapper.scss */
body .af-message-info {
  background-color: #a2d2d0 !important;
}

/* line 55, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.3;
  font-family: "Rubik", Sans-serif;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
}

/* Контейнер */
/* line 68, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

/* line 77, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 82, ../sass/all/wrapper.scss */
.open-link {
  cursor: pointer;
}

/* line 86, ../sass/all/wrapper.scss */
input[type="tel"], input[type="email"] {
  direction: ltr;
  text-align: right;
}
/* line 90, ../sass/all/wrapper.scss */
input[type="tel"]::placeholder, input[type="email"]::placeholder {
  direction: rtl;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 97, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 107, ../sass/all/wrapper.scss */
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 116, ../sass/all/wrapper.scss */
  .container {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 124, ../sass/all/wrapper.scss */
  .container {
    max-width: calc(100% - 30px);
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 0 40px;
  color: #fff;
}
/* line 10, ../sass/all/header.scss */
.header.black {
  color: #000;
}
/* line 15, ../sass/all/header.scss */
.header.black .header-menu .header-menu-row {
  background-color: #000;
}
/* line 20, ../sass/all/header.scss */
.header.black .header-btn {
  border: 1px solid #000;
}
/* line 23, ../sass/all/header.scss */
.header.black .header-btn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

/* line 34, ../sass/all/header.scss */
.header-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  font-size: 30px;
  line-height: 1.55;
  letter-spacing: 1.25px;
}

/* line 46, ../sass/all/header.scss */
.header-menu {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
}
/* line 56, ../sass/all/header.scss */
.header-menu .header-menu-row {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* line 63, ../sass/all/header.scss */
.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* line 69, ../sass/all/header.scss */
.header-btn {
  position: relative;
  padding: 10px 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: .3s ease-in-out;
}
/* line 76, ../sass/all/header.scss */
.header-btn:hover {
  border-color: #c5816a;
  background-color: #c5816a;
  color: #fff;
}

/* line 83, ../sass/all/header.scss */
.header-love {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 91, ../sass/all/header.scss */
.header-love i {
  font-size: 13px;
}
/* line 95, ../sass/all/header.scss */
.header-love svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 104, ../sass/all/header.scss */
.header-logo {
  position: relative;
  width: 80px;
  height: 80px;
}
/* line 109, ../sass/all/header.scss */
.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 117, ../sass/all/header.scss */
.header-phone {
  display: block;
  direction: ltr;
  transition: .3s ease-in-out;
}
/* line 122, ../sass/all/header.scss */
.header-phone:hover {
  color: #c5816a;
}

@media only screen and (min-width: 1341px) and (max-width: 1440px) {
  /* line 130, ../sass/all/header.scss */
  .header-wr {
    height: 90px;
    font-size: 26px;
  }

  /* line 135, ../sass/all/header.scss */
  .header-btn {
    padding: 14px 30px;
  }

  /* line 140, ../sass/all/header.scss */
  .header-logo {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 148, ../sass/all/header.scss */
  .header-wr {
    height: 90px;
    font-size: 24px;
  }

  /* line 153, ../sass/all/header.scss */
  .header-btn {
    padding: 14px 30px;
  }

  /* line 157, ../sass/all/header.scss */
  .header-logo {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 165, ../sass/all/header.scss */
  .header-wr {
    height: 75px;
    font-size: 20px;
  }

  /* line 170, ../sass/all/header.scss */
  .header-btn {
    padding: 10px 22px;
  }

  /* line 176, ../sass/all/header.scss */
  .header-logo {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 184, ../sass/all/header.scss */
  .header-wr {
    height: 75px;
    font-size: 18px;
  }

  /* line 189, ../sass/all/header.scss */
  .header-btn {
    padding: 10px 22px;
  }

  /* line 193, ../sass/all/header.scss */
  .header-logo {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 201, ../sass/all/header.scss */
  .header {
    padding: 0 15px;
  }

  /* line 205, ../sass/all/header.scss */
  .header-wr {
    height: 75px;
    width: 100%;
    font-size: 18px;
  }

  /* line 211, ../sass/all/header.scss */
  .header-menu {
    display: none !important;
  }

  /* line 215, ../sass/all/header.scss */
  .header-love {
    display: none;
  }

  /* line 219, ../sass/all/header.scss */
  .header-right {
    width: auto;
    justify-content: space-between;
  }

  /* line 224, ../sass/all/header.scss */
  .header-btn {
    padding: 10px 22px;
  }

  /* line 228, ../sass/all/header.scss */
  .header-logo {
    width: 60px;
    height: 60px;
  }
}
/* line 1, ../sass/all/crumbs.scss */
.breadcrumb {
  direction: rtl;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
}
/* line 18, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  color: var(--color-active);
}

/* line 1, ../sass/all/root.scss */
:root {
  --color: #000;
  --color-active: #00a651;
  --color-active2: #976964;
}

/* line 2, ../sass/all/text.scss */
.seo-text {
  padding: 55px 0;
}
/* line 5, ../sass/all/text.scss */
.seo-text .text {
  max-width: 879px;
  margin: 0 auto;
  text-align: center;
}

/* line 14, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 24px;
  line-height: 1.1;
  text-wrap: balance;
  letter-spacing: 0.2px;
}
/* line 20, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 20px;
}
/* line 24, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 25px;
}
/* line 29, ../sass/all/text.scss */
.text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 35, ../sass/all/text.scss */
.text picture {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 41, ../sass/all/text.scss */
.text picture img {
  display: block;
  max-width: 100%;
}
/* line 46, ../sass/all/text.scss */
.text picture:not(:last-child) {
  margin-bottom: 20px;
}
/* line 50, ../sass/all/text.scss */
.text picture:not(:first-child) {
  margin-top: 20px;
}
/* line 55, ../sass/all/text.scss */
.text p, .text span, .text li {
  color: #1B1B1B;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0px;
}
/* line 63, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 11px;
}
/* line 68, ../sass/all/text.scss */
.text ul {
  padding-right: 13px;
}
/* line 71, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 11px;
}
/* line 75, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-right: 22px;
  line-height: 1.3;
}
/* line 80, ../sass/all/text.scss */
.text ul li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 84, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
/* line 97, ../sass/all/text.scss */
.text b, .text strong {
  font-family: var(--font-family-bold);
}
/* line 101, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 104, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 108, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid var(--color);
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: var(--color);
}

/* line 119, ../sass/all/text.scss */
.section-title {
  font-size: 36px;
  color: var(--color);
  margin-bottom: 30px;
  font-family: var(--font-family-bold);
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 129, ../sass/all/text.scss */
.section-title img {
  display: block;
  height: 35px;
  margin-right: 36px;
}

/* line 136, ../sass/all/text.scss */
.site-title {
  position: relative;
  letter-spacing: -2px;
  font-family: var(--font-family-bold);
  font-size: 50px;
}
/* line 142, ../sass/all/text.scss */
.site-title.mini {
  font-size: 30px;
  text-align: center;
  display: block;
  letter-spacing: -0.5px;
  font-family: var(--font-family-semibold);
  margin-bottom: 48px;
}
/* line 151, ../sass/all/text.scss */
.site-title.large {
  font-size: 76px;
}

/* line 156, ../sass/all/text.scss */
.uptitle {
  position: relative;
  font-size: 34px;
}

/* line 161, ../sass/all/text.scss */
.site-text {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
/* line 166, ../sass/all/text.scss */
.site-text.max {
  font-size: 24px;
}

/* line 171, ../sass/all/text.scss */
.bird-title {
  position: relative;
  font-family: 'FbMatadorNarrowHeb-Bold';
  font-size: 52px;
  letter-spacing: 1.2px;
  line-height: 1.15;
}
/* line 178, ../sass/all/text.scss */
.bird-title:before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  right: -80px;
  width: 80px;
  height: 110px;
  background-image: url(/assets/img/ppl/bird-04.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media only screen and (min-width: 1580px) and (max-width: 1779px) {
  /* line 196, ../sass/all/text.scss */
  .bird-title {
    font-size: 48px;
    /* 8% */
  }
  /* line 199, ../sass/all/text.scss */
  .bird-title:before {
    top: -55px;
    right: -74px;
    width: 74px;
    height: 101px;
  }
}
@media only screen and (min-width: 1380px) and (max-width: 1579px) {
  /* line 211, ../sass/all/text.scss */
  .bird-title {
    font-size: 44px;
    /* 8% */
  }
  /* line 214, ../sass/all/text.scss */
  .bird-title:before {
    top: -50px;
    right: -68px;
    width: 68px;
    height: 92px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1379px) {
  /* line 226, ../sass/all/text.scss */
  .bird-title {
    font-size: 40px;
    /* 8% */
  }
  /* line 229, ../sass/all/text.scss */
  .bird-title:before {
    top: -46px;
    right: -62px;
    width: 62px;
    height: 84px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  /* line 241, ../sass/all/text.scss */
  .bird-title {
    font-size: 36px;
    /* 8% */
  }
  /* line 244, ../sass/all/text.scss */
  .bird-title:before {
    top: -42px;
    right: -57px;
    width: 57px;
    height: 77px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 255, ../sass/all/text.scss */
  .seo-text {
    padding: 45px 0;
  }

  /* line 259, ../sass/all/text.scss */
  .site-title {
    font-size: 40px;
  }
  /* line 262, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 26px;
    margin-bottom: 38px;
  }
  /* line 267, ../sass/all/text.scss */
  .site-title.large {
    font-size: 60px;
  }

  /* line 272, ../sass/all/text.scss */
  .uptitle {
    font-size: 28px;
  }

  /* line 276, ../sass/all/text.scss */
  .site-text {
    font-size: 18px;
  }
  /* line 279, ../sass/all/text.scss */
  .site-text.max {
    font-size: 22px;
  }

  /* line 285, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 23px;
  }
  /* line 288, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 11px;
  }
  /* line 292, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 299, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 303, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 18px;
  }
  /* line 308, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 17px;
  }
  /* line 312, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 319, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 327, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 336, ../sass/all/text.scss */
  .seo-text {
    padding: 45px 0;
  }

  /* line 340, ../sass/all/text.scss */
  .site-title {
    font-size: 32px;
  }
  /* line 343, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* line 348, ../sass/all/text.scss */
  .site-title.large {
    font-size: 46px;
  }

  /* line 353, ../sass/all/text.scss */
  .uptitle {
    font-size: 24px;
  }

  /* line 357, ../sass/all/text.scss */
  .site-text {
    font-size: 16px;
  }
  /* line 360, ../sass/all/text.scss */
  .site-text.max {
    font-size: 20px;
  }

  /* line 366, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 369, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 373, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 18px;
  }
  /* line 380, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 384, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 15px;
  }
  /* line 389, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 16px;
  }
  /* line 393, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 400, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 408, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 13px;
  }

  /* line 414, ../sass/all/text.scss */
  .bird-title {
    font-size: 32px;
    /* 10% */
  }
  /* line 417, ../sass/all/text.scss */
  .bird-title:before {
    top: -38px;
    right: -51px;
    width: 51px;
    height: 69px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 430, ../sass/all/text.scss */
  .seo-text {
    padding: 38px 0;
  }

  /* line 435, ../sass/all/text.scss */
  .site-title {
    font-size: 40px;
  }
  /* line 438, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 443, ../sass/all/text.scss */
  .site-title.large {
    font-size: 42px;
  }

  /* line 448, ../sass/all/text.scss */
  .uptitle {
    font-size: 20px;
  }

  /* line 452, ../sass/all/text.scss */
  .site-text {
    line-height: 1.4;
    font-size: 14px;
  }
  /* line 456, ../sass/all/text.scss */
  .site-text.max {
    font-size: 21px;
  }

  /* line 463, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 18px;
  }
  /* line 466, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 470, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 13px;
  }
  /* line 477, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 481, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 10px;
  }
  /* line 486, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 15px;
  }
  /* line 490, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 497, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 505, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 13px;
  }

  /* line 511, ../sass/all/text.scss */
  .bird-title {
    font-size: 32px;
    /* 8% */
  }
  /* line 514, ../sass/all/text.scss */
  .bird-title:before {
    top: -38px;
    right: -51px;
    width: 51px;
    height: 69px;
  }
}
/* line 1, ../sass/all/padding-margin.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 5, ../sass/all/padding-margin.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 9, ../sass/all/padding-margin.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 13, ../sass/all/padding-margin.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 17, ../sass/all/padding-margin.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 21, ../sass/all/padding-margin.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 25, ../sass/all/padding-margin.scss */
.mr-top-70 {
  margin-top: 70px !important;
}

/* line 29, ../sass/all/padding-margin.scss */
.mr-top-100 {
  margin-top: 100px !important;
}

/* line 33, ../sass/all/padding-margin.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 37, ../sass/all/padding-margin.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 41, ../sass/all/padding-margin.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 45, ../sass/all/padding-margin.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 49, ../sass/all/padding-margin.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 53, ../sass/all/padding-margin.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 57, ../sass/all/padding-margin.scss */
.mr-bot-70 {
  margin-bottom: 70px !important;
}

/* line 61, ../sass/all/padding-margin.scss */
.mr-bot-100 {
  margin-bottom: 100px !important;
}

/* line 66, ../sass/all/padding-margin.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 70, ../sass/all/padding-margin.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 74, ../sass/all/padding-margin.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 78, ../sass/all/padding-margin.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 82, ../sass/all/padding-margin.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 86, ../sass/all/padding-margin.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 90, ../sass/all/padding-margin.scss */
.pd-top-70 {
  padding-top: 70px !important;
}

/* line 94, ../sass/all/padding-margin.scss */
.pd-top-100 {
  padding-top: 100px !important;
}

/* line 98, ../sass/all/padding-margin.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 102, ../sass/all/padding-margin.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 106, ../sass/all/padding-margin.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 110, ../sass/all/padding-margin.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 114, ../sass/all/padding-margin.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 118, ../sass/all/padding-margin.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 122, ../sass/all/padding-margin.scss */
.pd-bot-70 {
  padding-bottom: 70px !important;
}

/* line 126, ../sass/all/padding-margin.scss */
.pd-bot-100 {
  padding-bottom: 100px !important;
}

/* line 130, ../sass/all/padding-margin.scss */
.section-padding {
  padding: 80px 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
  /* line 136, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 140, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 144, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 148, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 155, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 159, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 162, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 166, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }

  /* line 170, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 177, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 60px !important;
  }

  /* line 181, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 60px !important;
  }

  /* line 184, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 188, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 192, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 199, ../sass/all/padding-margin.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 203, ../sass/all/padding-margin.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 207, ../sass/all/padding-margin.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 211, ../sass/all/padding-margin.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 215, ../sass/all/padding-margin.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 219, ../sass/all/padding-margin.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 223, ../sass/all/padding-margin.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 227, ../sass/all/padding-margin.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 231, ../sass/all/padding-margin.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 235, ../sass/all/padding-margin.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 241, ../sass/all/padding-margin.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 245, ../sass/all/padding-margin.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 249, ../sass/all/padding-margin.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 253, ../sass/all/padding-margin.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 257, ../sass/all/padding-margin.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 261, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 265, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 50px !important;
  }

  /* line 270, ../sass/all/padding-margin.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 274, ../sass/all/padding-margin.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 278, ../sass/all/padding-margin.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 282, ../sass/all/padding-margin.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 286, ../sass/all/padding-margin.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }

  /* line 290, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 294, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 50px !important;
  }

  /* line 298, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 50px 0;
  }
}
/* line 1, ../sass/all/input.scss */
input, textarea, button, select {
  outline: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  height: 36px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  color: #fff;
}
/* line 13, ../sass/all/input.scss */
input::placeholder, textarea::placeholder, button::placeholder, select::placeholder {
  color: #fff;
}
/* line 17, ../sass/all/input.scss */
input.error, textarea.error, button.error, select.error {
  border-color: red !important;
}

/* line 22, ../sass/all/input.scss */
select {
  -webkit-appearance: auto;
}

/* line 26, ../sass/all/input.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 30, ../sass/all/input.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 35, ../sass/all/input.scss */
textarea {
  resize: none;
}

/* line 39, ../sass/all/input.scss */
button {
  cursor: pointer;
}

/* line 44, ../sass/all/input.scss */
.check-privacy {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 7px;
  align-items: center;
  margin: 7px 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: none;
  justify-content: flex-start;
}
/* line 55, ../sass/all/input.scss */
.check-privacy input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
/* line 75, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
  cursor: pointer;
}
/* line 89, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]:checked::before {
  transform: scale(1);
}
/* line 93, ../sass/all/input.scss */
.check-privacy a {
  text-decoration: underline;
}
/* line 96, ../sass/all/input.scss */
.check-privacy a:after {
  display: none;
}
/* line 100, ../sass/all/input.scss */
.check-privacy a:hover {
  color: var(--color-active);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 108, ../sass/all/input.scss */
  input, textarea, button {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
  }
}
/* line 1, ../sass/all/popup.scss */
.popup-wr {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease all;
  z-index: 1000;
}
/* line 13, ../sass/all/popup.scss */
.popup-wr.show {
  opacity: 1;
  visibility: visible;
}

/* line 1, ../sass/all/wgag.scss */
#accessibilityButton {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #a695c0;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 102;
  border-radius: 50%;
  transition: all .15s ease;
  border: 1px solid #fff;
  color: #000;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: auto;
}
/* line 30, ../sass/all/wgag.scss */
#accessibilityButton:hover {
  transform: scale(1.1);
}

/* line 35, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #fff;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: 90%;
  /* border-radius: 20px; */
  overflow: hidden;
  z-index: 214748364;
}

/* line 50, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 56, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 60, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 63, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 66, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #a695c0;
  border-radius: 0px;
  margin: 10px 0;
}
/* line 71, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 75, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: #a695c0;
  color: #fff;
}
/* line 83, ../sass/all/wgag.scss */
.accessibilityMenu .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 2;
  margin: 15px;
  margin-top: -110px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
/* line 105, ../sass/all/wgag.scss */
.accessibilityMenu .bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
  width: calc((100% - 30px) / 3);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
  color: #000;
}
/* line 128, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 132, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 138, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
/* line 145, ../sass/all/wgag.scss */
.accessibilityMenu .bl:hover:not(.double) {
  background: #a695c0;
  color: #fff;
}
/* line 150, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: #a695c0;
  color: #fff;
}
/* line 155, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
/* line 165, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* line 173, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div:hover {
  transform: scale(1.1);
}
/* line 178, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
/* line 192, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 199, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
/* line 211, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #a695c0;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  padding: 0;
  min-width: 24px;
}
/* line 230, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
/* line 236, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button:hover {
  background: #a695c0;
}

/* line 244, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 251, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
/* line 258, ../sass/all/wgag.scss */
.accessibilityMenuClose:hover svg {
  transform: scale(1.1);
}

/* line 263, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 268, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 273, ../sass/all/wgag.scss */
.high-contrast .text {
  color: white;
  --color: #fff;
}

/* line 279, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}
/* line 283, ../sass/all/wgag.scss */
.night-mode .text {
  color: #ddd;
  --color: #ddd;
}

/* line 289, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 299, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 306, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 310, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 327, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: black;
  color: white;
  --color: #fff;
}
/* line 332, ../sass/all/wgag.scss */
.high-contrast-dark .text {
  color: white;
  --color: #fff;
}

/* line 338, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 343, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 347, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 353, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 360, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 366, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 372, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 378, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
  height: auto;
  padding: 0;
}

/* line 384, ../sass/all/wgag.scss */
.he {
  /* #accessibilityButton {
      right: 20px;
      left: auto;
  } */
}
/* line 390, ../sass/all/wgag.scss */
.he #accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}
/* line 396, ../sass/all/wgag.scss */
.he .accessibilityMenuClose {
  right: 15px;
  left: auto;
}
/* line 401, ../sass/all/wgag.scss */
.he .accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 408, ../sass/all/wgag.scss */
  #accessibilityButton {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  /* line 414, ../sass/all/wgag.scss */
  #accessibilityButton svg {
    width: 20px;
  }
  /* line 418, ../sass/all/wgag.scss */
  #accessibilityButton:hover {
    transform: scale(1);
  }

  /* line 423, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 433, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 437, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 441, ../sass/all/wgag.scss */
  .accessibilityMenu .bl {
    width: calc((100% - 15px) / 2);
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 449, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  /* line 461, ../sass/all/wgag.scss */
  .lang-he #accessibilityButton {
    left: 15px;
  }
  /* line 465, ../sass/all/wgag.scss */
  .lang-he #accessibilityMenu {
    left: 15px;
  }
}
/* line 27, ../sass/main-style.scss */
.wow {
  visibility: hidden;
}
