@charset "UTF-8";
body {
  font: 100% "Proxima Nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #f0f0f0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.5em;
}
a {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  color: #3f3f3f;
  text-decoration: none;
}
a:hover {
  color: #c53030;
}
.desktop_hide {
  display: none !important;
}
.cursor_progress {
  opacity: 0.5;
  cursor: progress !important;
}
.cursor_progress * {
  cursor: progress;
}
@media screen and (max-width: 1024px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
.wr {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1470px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
.wr_wide {
  max-width: 1800px;
}
.hide {
  display: none;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0;
}
.your-consent {
  color: #ccc;
}
.your-consent .wpcf7-not-valid {
  color: #c53030;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.cols {
  flex-wrap: wrap;
  gap: 30px;
}
.cols .col {
  width: calc(50% - 15px);
}
.item_count {
  border-radius: 100%;
  line-height: 50px !important;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #c53030;
  color: #fff;
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.article {
  color: #3f3f3f;
  font-size: 16px;
}
.article div {
  line-height: 1.5em;
}
.article.article_two_cols {
  columns: 2;
}
.article.article_two_cols h1, .article.article_two_cols h2 {
  column-span: all;
  width: 100%;
}
.article p {
  padding-bottom: 1.5em;
  line-height: 1.5em;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article img.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  display: block;
  margin: 0 auto;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article blockquote {
  margin-bottom: 35px;
  padding: 30px;
  background: #f0f0f0;
  position: relative;
  border-radius: 8px;
}
.article strong:last-child, .article ol:last-child, .article ul:last-child, .article p:last-child {
  padding-bottom: 0;
}
.article.article_large {
  font-size: 18px;
  line-height: 1.6em;
}
.article table tr th {
  text-align: left;
}
.article table tr th, .article table tr td {
  border: 1px solid #ccc;
  padding: 10px;
}
.title_0 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 40px;
}
.title_1, .article h1 {
  font-size: 36px;
  padding-bottom: 30px;
  line-height: 1.3em;
  font-weight: 500;
}
.title_2, .article h2 {
  font-size: 32px;
  padding-bottom: 20px;
  line-height: 1.2em;
  font-weight: 500;
}
.title_3, .article h3 {
  font-size: 24px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
}
.title_4, .article h4 {
  font-size: 20px;
  padding-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
}
.title_5, .article h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}
.title_tt {
  text-transform: uppercase;
}
.title_df {
  justify-content: space-between;
  align-items: center;
}
.title_df .title_4, .title_df .title_3, .title_df .title_2, .title_df .title_1 {
  padding-bottom: 0;
}
.centered {
  text-align: center;
}
.img_wr img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.img_bg {
  position: relative;
  min-height: 200px;
}
.img_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox-close {
  right: 5px !important;
  top: 5px !important;
  width: 15px;
  height: 15px;
  background: url(../i/close.svg) no-repeat center center !important;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #f0f0f0;
  width: 500px;
  padding: 30px;
  text-align: center;
}
.popup .item {
  margin-bottom: 24px;
}
form .wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
form textarea, form input[type="date"], form input[type="time"], form input[type="password"], form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"] {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #ccc;
  color: #3f3f3f;
  text-indent: 17px;
  font-size: 14px;
  font-family: "Proxima Nova", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
form textarea::-webkit-input-placeholder, form input[type="date"]::-webkit-input-placeholder, form input[type="time"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder {
  color: #3f3f3f;
}
form textarea::-moz-placeholder, form input[type="date"]::-moz-placeholder, form input[type="time"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="number"]::-moz-placeholder {
  color: #3f3f3f;
}
form textarea:-moz-placeholder, form input[type="date"]:-moz-placeholder, form input[type="time"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="number"]:-moz-placeholder {
  color: #3f3f3f;
}
form textarea:-ms-input-placeholder, form input[type="date"]:-ms-input-placeholder, form input[type="time"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder {
  color: #3f3f3f;
}
form textarea:focus, form input[type="date"]:focus, form input[type="time"]:focus, form input[type="password"]:focus, form input[type="text"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="number"]:focus {
  border-color: #17b9ce;
}
form select {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  color: #3f3f3f;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Proxima Nova", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #3f3f3f;
}
form select:focus {
  border-color: #17b9ce;
}
form input[type="number"] {
  -moz-appearance: textfield;
}
form input::-webkit-outer-spin-button, form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
form textarea {
  display: block;
  resize: none;
  height: 150px;
  line-height: 1em;
  padding-top: 15px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
}
form button[type="submit"], form input[type="submit"], form .wpcf7-submit {
  font-family: "Proxima Nova", sans-serif;
  height: 54px;
  background: #c53030;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  line-height: 54px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
form button[type="submit"]:hover, form input[type="submit"]:hover, form .wpcf7-submit:hover {
  background: #000;
}
form .form_item + .form_item {
  margin-top: 16px;
}
.styled_checkbox, span[data-name="your-consent"] {
  color: #ccc;
}
.styled_checkbox label, span[data-name="your-consent"] label {
  cursor: pointer;
}
.styled_checkbox label input, span[data-name="your-consent"] label input {
  display: none;
}
.styled_checkbox label input + span, span[data-name="your-consent"] label input + span {
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
}
.styled_checkbox label input + span .check, span[data-name="your-consent"] label input + span .check {
  position: relative;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  line-height: 19px;
  text-align: center;
  background: transparent;
  border-radius: 5px;
  min-width: 24px;
}
.styled_checkbox label input + span .check:hover, span[data-name="your-consent"] label input + span .check:hover {
  opacity: 0.7;
}
.styled_checkbox label span.df, span[data-name="your-consent"] label span.df {
  justify-content: center;
  align-items: center;
}
.styled_checkbox label span.text, span[data-name="your-consent"] label span.text {
  padding-left: 10px;
  text-align: left;
}
.styled_checkbox label input:checked + span .check:after, span[data-name="your-consent"] label input:checked + span .check:after {
  content: "";
  width: 5px;
  height: 8px;
  position: absolute;
  left: 9px;
  top: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled_checkbox label a, span[data-name="your-consent"] label a {
  color: #ccc;
  border-bottom: 1px solid;
}
.styled_checkbox label a:hover, span[data-name="your-consent"] label a:hover {
  color: #3f3f3f;
}
span[data-name="your-consent"] .wpcf7-not-valid {
  color: #c53030;
}
span[data-name="your-consent"] .wpcf7-not-valid input + span:before {
  border-color: #c53030 !important;
}
.styled_checkbox {
  color: #3f3f3f;
}
.styled_checkbox label input + span {
  font-size: 16px;
}
.styled_checkbox label input + span .check {
  background: #fff;
}
.styled_checkbox label input:checked + span .check:after {
  border-color: #3f3f3f;
}
.hidden {
  display: none;
}
.pager {
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.pager .current, .pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #4a5568;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.pager a:hover {
  color: #c53030;
  background: #ffffff;
  border-color: #c53030;
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.15);
  transform: translateY(-1px);
}
.pager .current {
  background: #c53030;
  color: #ffffff;
  border-color: #c53030;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}
.pager .prev, .pager .next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  text-decoration: none;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.pager .prev i.angle, .pager .next i.angle {
  border-color: #c53030;
  position: relative;
}
.pager .prev:hover, .pager .next:hover {
  box-shadow: none;
  background: #999;
}
.pager .prev:hover i.angle, .pager .next:hover i.angle {
  border-color: #fff;
}
.pager .prev i {
  left: 2px;
}
.pager .next i {
  right: 2px;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  color: #3f3f3f;
}
.crumbs a {
  text-decoration: none;
  color: #3f3f3f;
}
.crumbs a:hover {
  color: #c53030;
}
.crumbs i, .crumbs .arrow {
  padding: 0 10px;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.btn_wr a.btn {
  line-height: 48px;
  height: 48px;
  background: #c53030;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  white-space: pre;
}
.btn_wr a.btn:not(.df) {
  display: inline-block;
}
.btn_wr a.btn.btn_large {
  line-height: 49px;
  height: 48px;
  border-radius: 60px;
  padding: 0 28px;
  font-size: 16px;
}
.btn_wr a.btn.btn_i {
  background: #000;
}
.btn_wr a.btn.btn_i:hover {
  background: #c53030;
}
.btn_wr a.btn + a {
  margin-left: 14px;
}
.btn_wr a.btn:hover {
  background: #000;
}
.page_wr {
  padding-top: 25px;
  padding-bottom: 0;
  min-height: 100vh;
}
i.angle {
  display: inline-block;
  padding: 3px;
  border: solid black;
  border-width: 0 2px 2px 0;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
i.angle.angle_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.angle.angle_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.angle.angle_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.angle.angle_down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.slider_arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 15px 15px 0 rgba(75, 179, 195, 0.1);
  cursor: pointer;
  top: calc(50% - 20px);
  left: -35px;
  z-index: 10;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.slider_arrow.slider_arrow_right {
  left: auto;
  right: -35px;
}
.slider_arrow:hover {
  background: #999;
  box-shadow: none;
}
.slider_arrow:hover .arrow {
  border-color: #fff;
}
.slider_arrow .arrow {
  border-color: #c53030;
  left: calc(50% - 3px);
  top: calc(50% - 7px);
}
.slider_arrow .arrow.arrow_right {
  left: calc(50% - 5px);
}
.woocommerce-error, .woocommerce-message {
  padding: 20px !important;
  line-height: 1.4em;
  background: rgba(197, 48, 48, 0.2);
  color: #3f3f3f;
}
.woocommerce-error a, .woocommerce-message a {
  color: #3f3f3f;
  border-bottom: 1px solid;
}
.woocommerce-error a:hover, .woocommerce-message a:hover {
  color: #c53030;
}
.woocommerce-error li, .woocommerce-message li {
  display: block;
  transform: translateX(0) !important;
}
.woocommerce-error {
  background: rgba(197, 48, 48, 0.2);
}
.soc.soc_lg a {
  width: 56px;
  height: 56px;
}
.soc a {
  width: 42px;
  height: 42px;
  color: #fff;
  background: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.soc a:hover.i_telegram {
  background: deepskyblue;
}
.soc a:hover.i_whatsapp {
  background: #45cd64;
}
.soc a:hover.i_vk {
  background: #0077FF;
}
.soc a:hover.i_ok {
  background: #ff7700;
}
.soc a:hover.i_instagram {
  background: #c53030;
}
.soc a + a {
  margin-left: 8px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: block;
  padding: 0;
  margin: 0;
  height: 12px;
}
.slick-dots li + li {
  margin-left: 13px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f0f0f0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #c53030;
}
.header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.header .wr > .df {
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .wr > .df .right {
  align-items: center;
  gap: 10px;
}
.header .wr > .df .menu {
  justify-content: space-between;
}
.header .wr > .df .menu > li {
  display: block;
}
.header .wr > .df .menu > li.current-menu-item > a {
  opacity: 0.5;
}
.header .wr > .df .menu > li.menu-item-has-children {
  position: relative;
}
.header .wr > .df .menu > li.menu-item-has-children.two_cols ul {
  columns: 2;
  width: 600px;
}
.header .wr > .df .menu > li.menu-item-has-children > a {
  position: relative;
}
.header .wr > .df .menu > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  padding: 3px;
  border-width: 0 2px 2px 0;
  position: relative;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 6px;
  top: -3px;
}
.header .wr > .df .menu > li.menu-item-has-children:hover > a:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0;
}
.header .wr > .df .menu > li.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: -20px;
  top: 60px;
  width: 300px;
  padding: 20px;
  padding-top: 10px;
  background: #000;
}
.header .wr > .df .menu > li.menu-item-has-children ul li {
  display: block;
}
.header .wr > .df .menu > li.menu-item-has-children ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.header .wr > .df .menu > li.menu-item-has-children ul li a:hover {
  opacity: 0.6;
}
.header .wr > .df .menu > li.menu-item-has-children ul li + li {
  padding-top: 10px;
}
.header .wr > .df .menu > li.menu-item-has-children:hover ul {
  display: block !important;
}
.header .wr > .df .menu > li > a {
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  font-size: 14px;
}
.header .wr > .df .menu > li > a:hover {
  opacity: 0.6;
}
.header .wr > .df select {
  min-width: 120px;
  line-height: 44px;
  height: 44px;
}
.header .wr > .df .searchform {
  height: 44px;
  margin-left: 30px;
  position: relative;
  width: 44px;
  overflow: hidden;
  width: 200px;
}
.header .wr > .df .searchform input[type="text"] {
  line-height: 44px;
  height: 44px;
  box-shadow: none;
}
.header .wr > .df .searchform button[type="submit"] {
  width: 44px;
  height: 42px;
  line-height: 44px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  position: absolute;
  color: #3f3f3f;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_slider {
  height: 500px;
  overflow: hidden;
}
.main_slider .js_main_slider {
  position: relative;
}
.main_slider .js_main_slider .slide {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
}
.main_slider .js_main_slider .slide .img_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.main_slider .js_main_slider .slide .box {
  padding: 65px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  max-width: 768px;
}
.main_slider .js_main_slider .slide .box .article, .main_slider .js_main_slider .slide .box .title_0 {
  color: #fff;
}
.main_slider .js_main_slider .slick-dots {
  position: absolute;
  left: 65px;
  bottom: 40px;
}
.footer {
  margin-top: 50px;
  background: #f0f0f0;
  padding: 30px 0;
  background: #fff;
}
.footer .wr > .df {
  align-items: center;
  justify-content: space-between;
}
.footer .copyright {
  margin-top: 20px;
}
.footer .menu_wr {
  padding: 0 20px;
}
.footer .menu_wr .article {
  padding-top: 20px;
}
.footer .menu {
  gap: 5px 20px;
  flex-wrap: wrap;
}
.footer .menu li {
  display: block;
}
.footer .menu li a {
  font-size: 14px;
  line-height: 1.5em;
}
.post_item .img_bg {
  border-radius: 8px;
  height: 300px;
  overflow: hidden;
  background: #f0f0f0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.post_item .title_4 {
  padding-top: 24px;
  padding-bottom: 0;
}
.post_item .title_4 a {
  color: #000;
}
.post_item .title_4 a:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.post_item .title_4 a:hover {
  color: #c53030;
}
.post_item:hover .img_bg {
  opacity: 0.7;
}
.articles_listing {
  flex-wrap: wrap;
}
.articles_listing .post_item {
  position: relative;
  width: calc(33.33% - 32px);
  margin-right: 36px;
  margin-bottom: 36px;
}
.articles_listing .post_item:nth-child(3n) {
  margin-right: 0;
}
#map {
  height: 560px;
  width: 100%;
  margin-top: 70px;
}
/* Companies Grid & Card Component */
.companies_grid_section {
  padding: 40px 0;
}
.companies_grid_section .section_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.1em;
}
.companies_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.companies_grid .col {
  width: calc(25% - 15px);
  box-sizing: border-box;
}
.company_card_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.company_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.company_card .company_card_header .company_card_title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
}
.company_card .company_card_body {
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 0;
}
.company_card .company_card_body img {
  max-height: 70px;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.company_card .company_card_body .company_card_placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #edf2f7;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #4a5568;
}
.company_card .company_card_footer {
  height: 45px;
}
.company_card .company_card_footer .sparkline_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.company_card .company_card_footer .sparkline_container canvas {
  width: 100% !important;
  height: 100% !important;
}
/* Single Company Outage Graph */
.company_graph_block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-top: 30px;
}
.company_graph_block .graph_header {
  margin-bottom: 20px;
}
.company_graph_block .graph_header .graph_title {
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
}
.company_graph_block .graph_container {
  position: relative;
  height: 320px;
  width: 100%;
}
.company_graph_block .graph_container .graph_loading {
  text-align: center;
  padding-top: 100px;
  color: #718096;
}
/* Status Meta Line matching Screenshot (1) */
.company_status_meta_line {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 15px;
  justify-content: center;
  color: #4a5568;
}
.company_status_meta_line .meta_label {
  font-weight: 500;
}
.company_status_meta_line .status_pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.company_status_meta_line .status_pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.company_status_meta_line .status_pill.status_operational {
  background: #f0fff4;
  color: #276749;
}
.company_status_meta_line .status_pill.status_operational .dot {
  background: #38a169;
}
.company_status_meta_line .status_pill.status_minor {
  background: #fffaf0;
  color: #d69e2e;
}
.company_status_meta_line .status_pill.status_minor .dot {
  background: #dd6b20;
}
.company_status_meta_line .status_pill.status_major {
  background: #fff5f5;
  color: #c53030;
}
.company_status_meta_line .status_pill.status_major .dot {
  background: #e53e3e;
}
.company_status_meta_line .meta_last_report {
  color: #718096;
  margin-left: 10px;
}
/* Red Border Header Box matching Screenshot (1) & (2) */
.red_border_box {
  border: 2px solid #e53e3e;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  background: #ffffff;
  margin-bottom: 24px;
}
.red_border_box .red_box_logo {
  margin-bottom: 20px;
}
.red_border_box .red_box_logo img {
  max-height: 80px;
  max-width: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.red_border_box .red_box_title {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.red_border_box .red_box_description {
  max-width: 780px;
  margin: 0 auto;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6em;
}
.red_border_box .red_box_description p {
  padding-bottom: 0;
}
/* Problem Report Card matching Screenshot (2) */
.company_report_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 30px 24px;
  margin-bottom: 30px;
}
.company_report_card .report_card_header {
  text-align: center;
  margin-bottom: 28px;
}
.company_report_card .report_card_header .report_title {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 6px;
}
.company_report_card .report_card_header .report_title .badge_icon {
  font-size: 20px;
}
.company_report_card .report_card_header .report_subtitle {
  font-size: 15px;
  color: #718096;
  margin: 0;
}
.company_report_card .problem_pills_grid {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}
.company_report_card .problem_pills_grid .col {
  width: calc(50% - 7px);
}
@media (max-width: 640px) {
  .company_report_card .problem_pills_grid .col {
    width: 100%;
  }
}
.company_report_card .problem_choice_pill {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  background: #ffffff;
  cursor: pointer;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_report_card .problem_choice_pill input[type="radio"] {
  display: none;
}
.company_report_card .problem_choice_pill .radio_circle {
  width: 16px;
  height: 16px;
  border: 2px solid #e53e3e;
  border-radius: 50%;
  margin-right: 14px;
  position: relative;
  flex-shrink: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_report_card .problem_choice_pill input[type="radio"]:checked + .radio_circle {
  background: #e53e3e;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.company_report_card .problem_choice_pill .choice_text {
  font-size: 15px;
  font-weight: 500;
  color: #2d3748;
}
.company_report_card .problem_choice_pill:hover {
  border-color: #cbd5e0;
  background: #f7fafc;
}
.company_report_card .jump_comments_wr {
  margin-top: 24px;
  text-align: center;
}
.company_report_card .jump_comments_wr .jump_comments_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
}
.company_report_card .jump_comments_wr .jump_comments_link svg {
  stroke: #4a5568;
}
.company_report_card .jump_comments_wr .jump_comments_link:hover {
  color: #c53030;
}
.company_report_card .jump_comments_wr .jump_comments_link:hover svg {
  stroke: #c53030;
}
/* Post-Report Comment Modal Popup */
.popup_overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popup_overlay.hide {
  display: none !original;
  display: none;
}
.popup_overlay .popup_box {
  background: #ffffff;
  border-radius: 16px;
  max-width: 520px;
  width: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.popup_overlay .popup_box .popup_close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #a0aec0;
  cursor: pointer;
}
.popup_overlay .popup_box .popup_close:hover {
  color: #1a202c;
}
.popup_overlay .popup_box .popup_header {
  margin-bottom: 20px;
}
.popup_overlay .popup_box .popup_header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 6px;
}
.popup_overlay .popup_box .popup_header p {
  font-size: 14px;
  color: #718096;
  margin: 0;
}
.popup_overlay .popup_box .form_item {
  margin-bottom: 16px;
}
.popup_overlay .popup_box .form_item textarea {
  height: 100px;
}
.popup_overlay .popup_box .form_item .char_counter_wr {
  text-align: right;
  font-size: 12px;
  color: #a0aec0;
  margin-top: 4px;
}
.popup_overlay .popup_box .file_upload_label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  background: #f7fafc;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.popup_overlay .popup_box .file_upload_label:hover {
  background: #edf2f7;
  border-color: #a0aec0;
}
.popup_overlay .popup_box .file_upload_label .file_text {
  font-size: 14px;
  color: #4a5568;
}
.popup_overlay .popup_box .js_file_preview_name {
  font-size: 13px;
  color: #38a169;
  margin-top: 6px;
}
.popup_overlay .popup_box .msg_success {
  background: #f0fff4;
  color: #276749;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}
.popup_overlay .popup_box .msg_error {
  background: #fff5f5;
  color: #c53030;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}
/* Styled Comments List Component matching Screenshot */
.comments_card_block .comments_list .comments_loading, .comments_card_block .comments_list .no_comments {
  text-align: center;
  padding: 40px 0;
  color: #718096;
  font-size: 15px;
}
.comments_card_block .comments_list .comment_item {
  padding: 18px 0;
  border-bottom: 1px solid #edf2f7;
}
.comments_card_block .comments_list .comment_item:last-child {
  border-bottom: none;
}
.comments_card_block .comments_list .comment_item .comment_meta_line {
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.comments_card_block .comments_list .comment_item .comment_meta_line .comment_author_handle {
  font-weight: 600;
  font-size: 14px;
  color: #e53e3e;
}
.comments_card_block .comments_list .comment_item .comment_meta_line .comment_time {
  font-size: 13px;
  color: #a0aec0;
}
.comments_card_block .comments_list .comment_item .comment_meta_line .comment_reason_badge {
  margin-left: auto;
  background: #edf2f7;
  color: #4a5568;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 12px;
}
.comments_card_block .comments_list .comment_item .comment_text {
  font-size: 15px;
  line-height: 1.55em;
  color: #2d3748;
}
.comments_card_block .comments_list .comment_item .comment_text p {
  padding-bottom: 0;
}
.comments_card_block .comments_list .comment_item .comment_attachment_wr {
  margin-top: 12px;
}
.comments_card_block .comments_list .comment_item .comment_attachment_wr a.fancybox_single {
  display: inline-block;
}
.comments_card_block .comments_list .comment_item .comment_attachment_wr a.fancybox_single img {
  max-width: 130px;
  max-height: 130px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.comments_card_block .comments_list .comment_item .comment_attachment_wr a.fancybox_single img:hover {
  opacity: 0.85;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.comments_card_block .comments_pagination_wr {
  margin-top: 24px;
}
/* Map & Statistics Block Component matching Screenshot design */
.company_map_stats_section {
  margin-top: 30px;
}
.company_map_stats_section .map_stats_grid {
  gap: 30px;
  align-items: stretch;
  /* Map Preview Box */
  /* Most Reported Problems Box */
}
.company_map_stats_section .map_stats_grid .map_col, .company_map_stats_section .map_stats_grid .stats_col {
  flex: 1;
  min-width: 0;
}
.company_map_stats_section .map_stats_grid .map_preview_box, .company_map_stats_section .map_stats_grid .most_reported_box {
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.company_map_stats_section .map_stats_grid .map_preview_box .map_canvas_preview {
  flex: 1;
  min-height: 240px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-color: #e5e7eb;
  background-image: radial-gradient(#d1d5db 2px, transparent 2px), linear-gradient(to right, #f3f4f6 1px, transparent 1px), linear-gradient(to bottom, #f3f4f6 1px, transparent 1px);
  background-size: 32px 32px, 20px 20px, 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_map_stats_section .map_stats_grid .map_preview_box .map_canvas_preview .map_overlay_btn_wr {
  position: relative;
  z-index: 2;
}
.company_map_stats_section .map_stats_grid .map_preview_box .map_canvas_preview .map_overlay_btn_wr .btn_red_pill {
  background: #e63946;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(230, 57, 70, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_map_stats_section .map_stats_grid .map_preview_box .map_canvas_preview .map_overlay_btn_wr .btn_red_pill:hover {
  background: #d62828;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(230, 57, 70, 0.5);
}
.company_map_stats_section .map_stats_grid .map_preview_box .map_canvas_preview .map_overlay_btn_wr .btn_red_pill .pin_icon {
  font-size: 16px;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 15px;
  gap: 16px;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_item_col {
  flex: 1;
  text-align: center;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_wrapper .progress_ring {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: conic-gradient(#e63946 var(--ring-degree, 0deg), #edf2f7 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_wrapper .progress_ring .ring_inner {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_wrapper .progress_ring .ring_inner .percent_number {
  font-size: 18px;
  font-weight: 700;
  color: #e63946;
}
.company_map_stats_section .map_stats_grid .most_reported_box .problem_rings_grid .ring_wrapper .problem_label {
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  margin-top: 12px;
  line-height: 1.3em;
  max-width: 110px;
}
/* Map Interactive Modal Popup */
.map_modal_box {
  max-width: 920px !important;
  width: 90% !important;
}
.map_modal_box .map_modal_body {
  margin-top: 15px;
}
.map_modal_box .map_modal_body .interactive_map_canvas {
  width: 100%;
  height: 480px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.title_bordered {
  border-bottom: 1px solid #edf2f7;
}
/* Company FAQ Accordion Block matching Site Style */
.company_faq_block.faq .faq_list .faq_item {
  border-bottom: 1px solid #edf2f7;
}
.company_faq_block.faq .faq_list .faq_item:last-child {
  border-bottom: none;
}
.company_faq_block.faq .faq_list .faq_item .q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  user-select: none;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_faq_block.faq .faq_list .faq_item .q .q_text {
  color: #2d3748;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_faq_block.faq .faq_list .faq_item .q i.angle {
  border-color: #718096;
  margin-left: 16px;
  flex-shrink: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.company_faq_block.faq .faq_list .faq_item .q:hover .q_text {
  color: #e53e3e;
}
.company_faq_block.faq .faq_list .faq_item .q:hover i.angle {
  border-color: #e53e3e;
}
.company_faq_block.faq .faq_list .faq_item .q.open .q_text {
  color: #e53e3e;
}
.company_faq_block.faq .faq_list .faq_item .q.open i.angle {
  border-color: #e53e3e;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.company_faq_block.faq .faq_list .faq_item .a {
  padding-bottom: 20px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6em;
}
.company_faq_block.faq .faq_list .faq_item .a p:last-child {
  padding-bottom: 0;
}
.box_bg {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.box_bg .title_4 {
  color: #2d3748;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.box_bg .title_noborder {
  border-bottom: none;
  margin-bottom: 0;
}
.related_companies {
  margin-top: 30px;
}
/* Page Template "Добавить Казино" Styling */
.page_add_casino_main {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page_add_casino_main .add_casino_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.page_add_casino_main .add_casino_card .add_casino_header {
  margin-bottom: 30px;
}
.page_add_casino_main .add_casino_card .add_casino_header .title_1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a202c;
  padding-bottom: 8px;
}
.page_add_casino_main .add_casino_card .add_casino_header .add_casino_subtitle {
  font-size: 15px;
  color: #718096;
  margin: 0;
}
.page_add_casino_main .add_casino_card .add_casino_form .form_item {
  margin-bottom: 24px;
}
.page_add_casino_main .add_casino_card .add_casino_form .form_item .form_label {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2d3748;
  margin-bottom: 8px;
}
.page_add_casino_main .add_casino_card .add_casino_form .form_item .form_label .required {
  color: #e63946;
}
.page_add_casino_main .add_casino_card .add_casino_form .file_upload_box .file_upload_label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 2px dashed #cbd5e0;
  border-radius: 10px;
  cursor: pointer;
  background: #f7fafc;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.page_add_casino_main .add_casino_card .add_casino_form .file_upload_box .file_upload_label:hover {
  background: #edf2f7;
  border-color: #a0aec0;
}
.page_add_casino_main .add_casino_card .add_casino_form .file_upload_box .file_upload_label .file_icon {
  font-size: 20px;
}
.page_add_casino_main .add_casino_card .add_casino_form .file_upload_box .file_upload_label .file_text {
  font-size: 15px;
  font-weight: 500;
  color: #4a5568;
}
.page_add_casino_main .add_casino_card .add_casino_form .file_upload_box .file_preview_name {
  font-size: 14px;
  font-weight: 500;
  color: #38a169;
  margin-top: 8px;
}
.page_add_casino_main .add_casino_card .add_casino_form .message_box {
  margin-top: 20px;
}
.page_add_casino_main .add_casino_card .add_casino_form .message_box .msg_success {
  background: #f0fff4;
  color: #276749;
  border: 1px solid #c6f6d5;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.page_add_casino_main .add_casino_card .add_casino_form .message_box .msg_error {
  background: #fff5f5;
  color: #c53030;
  border: 1px solid #fed7d7;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
}
.page_add_casino_main .add_casino_card .add_casino_form .btn_wr {
  margin-top: 30px;
}
.page_add_casino_main .add_casino_card .add_casino_form .btn_wr .btn {
  min-width: 220px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
}
/* Single Author Page */
.single_author_page .author_single_card {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 32px;
}
.single_author_page .author_single_card .author_cols {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
.single_author_page .author_single_card .author_cols .author_col_thumb {
  flex: 0 0 240px;
  max-width: 240px;
}
.single_author_page .author_single_card .author_cols .author_col_thumb .author_avatar_wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.single_author_page .author_single_card .author_cols .author_col_thumb .author_avatar_wrap .author_avatar_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single_author_page .author_single_card .author_cols .author_col_thumb .author_avatar_wrap.author_avatar_placeholder {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e0;
}
.single_author_page .author_single_card .author_cols .author_col_thumb .author_avatar_wrap.author_avatar_placeholder i {
  font-size: 80px;
  width: 80px;
  height: 80px;
}
.single_author_page .author_single_card .author_cols .author_col_info {
  flex: 1;
  min-width: 0;
}
.single_author_page .author_single_card .author_cols .author_col_info .author_single_title {
  color: #2d3748;
  margin-bottom: 16px;
}
.single_author_page .author_single_card .author_cols .author_col_info .author_single_excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf2f7;
  font-style: italic;
}
.single_author_page .author_single_card .author_cols .author_col_info .author_single_content {
  font-size: 15px;
  line-height: 1.7;
  color: #2d3748;
}
/* Company Author Block (One Line: img | title with link | excerpt) */
.company_author_block {
  padding: 16px 24px;
  margin-top: 24px;
}
.company_author_block .company_author_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.company_author_block .company_author_inner .author_thumb {
  flex-shrink: 0;
  line-height: 1;
}
.company_author_block .company_author_inner .author_thumb .author_avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid #edf2f7;
  transition: transform 0.2s ease;
}
.company_author_block .company_author_inner .author_thumb .author_avatar:hover {
  transform: scale(1.05);
}
.company_author_block .company_author_inner .author_thumb .author_avatar_placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f7fafc;
  border: 2px solid #edf2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
}
.company_author_block .company_author_inner .author_thumb .author_avatar_placeholder i {
  font-size: 28px;
  width: 28px;
  height: 28px;
}
.company_author_block .company_author_inner .author_title_wr {
  flex-shrink: 0;
}
.company_author_block .company_author_inner .author_title_wr .author_link {
  color: #2d3748;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.company_author_block .company_author_inner .author_title_wr .author_link:hover {
  color: #e53e3e;
}
.company_author_block .company_author_inner .author_separator {
  color: #cbd5e0;
  font-size: 16px;
  user-select: none;
  flex-shrink: 0;
}
.company_author_block .company_author_inner .author_excerpt {
  color: #718096;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Company Quote Block in single company content */
blockquote.company_quote_block {
  margin: 24px 0;
  padding: 20px 24px;
  background: #f8fafc;
  border-left: 4px solid #e53e3e;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}
blockquote.company_quote_block .quote_content p {
  font-size: 16px;
  line-height: 1.6em;
  color: #2d3748;
  font-style: italic;
  margin: 0;
  padding-bottom: 0;
}
blockquote.company_quote_block .quote_author_footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
blockquote.company_quote_block .quote_author_footer .quote_author_avatar_link {
  line-height: 1;
  display: block;
}
blockquote.company_quote_block .quote_author_footer .quote_author_avatar_link .quote_author_avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #e2e8f0;
}
blockquote.company_quote_block .quote_author_footer .quote_author_name {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
blockquote.company_quote_block .quote_author_footer .quote_author_name a {
  color: #2d3748;
  text-decoration: none;
  transition: color 0.2s ease;
}
blockquote.company_quote_block .quote_author_footer .quote_author_name a:hover {
  color: #e53e3e;
}
#mmenu {
  cursor: pointer;
}
#mmenu span {
  display: block;
  background: #000;
  margin-top: 5px;
  height: 2px;
  width: 23px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
#mmenu span:nth-child(1) {
  margin-top: 0;
}
#mmenu.open span:last-child {
  opacity: 0;
}
#mmenu.open span:nth-child(1) {
  margin-top: 0;
  margin-top: 7px;
  position: relative;
  top: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mmenu.open span:nth-child(2) {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .companies_grid .col {
    width: calc(33.33% - 14px);
  }
  .tablet_show {
    display: block !important;
  }
  .tablet_hide {
    display: none !important;
  }
  .map_stats_grid {
    flex-direction: column;
    gap: 20px;
  }
  .map_stats_grid .col {
    width: 100%;
  }
  #mobile_menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
  }
  #mobile_menu.open {
    display: block !important;
  }
  #mobile_menu ul.df {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  #mobile_menu ul.df li a {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company_report_card .problem_pills_grid .col {
    width: 100%;
  }
  .searchform {
    display: none;
  }
  .cols {
    flex-direction: column;
  }
  .cols .col {
    width: 100%;
  }
  .companies_grid, .company_map_stats_section .map_stats_grid .problem_rings_grid {
    flex-direction: row;
  }
  .article img.aligncenter, .article img.alignright, .article img.alignleft {
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .header .wr > .df select {
    border: none;
  }
  .company_map_stats_section .map_stats_grid {
    flex-direction: column;
  }
  .company_map_stats_section .map_stats_grid .problem_rings_grid {
    flex-wrap: wrap;
  }
  .companies_grid .col {
    width: calc(50% - 10px);
  }
  .page_add_casino_main .add_casino_card {
    padding: 20px;
  }
  .title_1, h1 {
    font-size: 30px;
  }
  .title_2, .article h2 {
    font-size: 26px;
  }
  .title_3, .article h3 {
    font-size: 20px;
  }
  .comments_card_block .comments_list .comment_item .comment_meta_line {
    flex-wrap: wrap;
  }
  .footer .wr > .df {
    flex-wrap: wrap;
  }
  .footer .menu {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    order: 3;
    justify-content: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .btn_wr a.btn {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .red_border_box, .box_bg {
    padding: 20px;
  }
  .footer .wr > .df {
    justify-content: center;
  }
  .footer .menu_wr .article {
    padding-bottom: 20px;
    text-align: center;
  }
  .single_author_page .author_single_card {
    padding: 20px;
  }
  .single_author_page .author_single_card .author_cols {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .single_author_page .author_single_card .author_cols .author_col_thumb {
    flex: 0 0 auto;
    max-width: 180px;
  }
  .single_author_page .author_single_card .author_cols .author_col_info {
    text-align: center;
  }
  .company_author_block .company_author_inner {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .company_author_block .company_author_inner .author_separator {
    display: none;
  }
  .company_author_block .company_author_inner .author_excerpt {
    flex: 0 0 100%;
    white-space: normal;
  }
}
@media screen and (max-width: 390px) {
  .companies_grid .col {
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fbet-status.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbetstatus%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fbetstatus%2Fscss%2Fqueries.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7rCA%3BAAosCA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAA3xCH%3BAAoyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1zCF%3BAAm0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAA53CD%3BAAm4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAx6CF%3BAA%2B6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAvhDJ%3BAAgiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7oDF%3BAA4pDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAzuDD%3BAA%2BuDA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAz2DL%3BAAw3DA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAz4DA%3BAAg5DE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAA1%2BDA%3BAA%2B%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7lEJ%3BAA4mEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5qEJ%3BAAurEA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5vEF%3BAA0wEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BACnyEJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAIC%3BAAAA%3BAAAA%3BAAAA%22%7D */