@import "../fonts/stylesheet.css";
@import "../files/fonts/rubik/rubik.css";

body.blog,
body.archive,
body.single {
  background: #080421;
}
body.blog::after,
body.archive::after,
body.single::after {
  width: 195px;
  height: 1109px;
  left: inherit;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='195' height='1109' viewBox='0 0 195 1109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M368.251 -228.277C165.026 -228.277 0.278857 71.0789 0.27884 440.353C0.278824 809.632 165.025 1108.98 368.251 1108.98C571.476 1108.98 736.223 809.632 736.223 440.354C736.223 71.079 571.476 -228.277 368.251 -228.277Z' fill='url(%23paint0_radial_1615_12)' fill-opacity='0.4'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1615_12' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(368.251 440.353) rotate(-180) scale(367.972 668.631)'%3E%3Cstop offset='0.0572917' stop-color='%23A87EEC'/%3E%3Cstop offset='0.338542' stop-color='%23C47AF5'/%3E%3Cstop offset='0.661458' stop-color='%234A1186'/%3E%3Cstop offset='1' stop-color='%23340E5A' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}
body.blog h1.page-title,
body.archive h1.page-title {
  font-size: 50px;
  color: #fff;
  font-family: Gilroy;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%; /* 49.4px */
  margin-bottom: 65px;
}
body.archive h1.page-title + img {
  display: none;
}
body.archive h1.page-title + img + h2 {
  display: none;
}
body.blog h1.page-title span,
body.archive h1.page-title span {
  font-size: 38px;
}
header {
  min-height: 90px;
}
header .header__union .header__navigation li.current-menu-item a {
  color: #fff;
}
header .header__union .header__navigation li.current-menu-item a::after {
  opacity: 1;
  transition: all 0.5s;
}
.header__switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 14%;
}
.header__switcher select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-right: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}
.main {
  padding-top: 91px;
}
.main .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.blog-content {
  border-right: 1px solid rgba(60, 54, 99, 0.5);
  width: 100%;
  max-width: 1053px;
}
.blog-content img {
  max-width: 100%;
  height: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  max-width: 100% !important;
  margin-bottom: 40px;
}
.blog-content h1 {
  font-size: 46px;
}
.blog-sidebar {
  padding-left: 30px;
  width: 304px;
}
.blog-list {
  gap: 54px 30px;
  margin: 0 0 92px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
  margin-left: 0 !important;
}
.blog-list li {
  width: calc(100% / 2 - 30px);
}
.blog-list li .blog-list__img {
  width: 100%;
  height: 290px;
  display: flex;
  position: relative;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.blog-list li .blog-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.blog-list li .blog-list__img .read-more {
  position: absolute;
  border-radius: 70px;
  background: var(--warm, linear-gradient(90deg, #ff6705 0%, #ffb700 128.47%));
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 17px;
  right: 30px;
  bottom: 30px;
  height: 48px;
  width: 48px;
  justify-content: center;
  transition: all 0.5s;
}
.blog-list li .blog-list__img .read-more:hover {
  width: 149px;
}
.blog-list li .blog-list__img .read-more:hover span {
  opacity: 1;
}
.blog-list li .blog-list__img .read-more svg {
  width: 14px;
  height: 13px;
  position: absolute;
  right: 17px;
}
.blog-list li .blog-list__img .read-more span {
  color: #080421;
  font-size: 14px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  margin-right: 13px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: initial;
}
.single .blog-list li .blog-list__img .read-more span {
  position: relative;
}
.blog-list li h2 {
  margin: 20px 0 14px;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  line-height: 150%;
  font-family: Gilroy;
  height: 117px;
  overflow: hidden;
  text-transform: none;
}
.blog-list li h2 a {
  text-decoration: none;
  color: #fff;
}
.blog-list li p {
  margin: 0;
  color: #b6b2cc;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  font-family: Gilroy;
}

.pagination {
  margin: 20px auto 0 auto !important;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination li {
  list-style: none !important;
}
.pagination li.current a,
.pagination li:hover a {
  color: #fff;
  background-color: #120029;
}
.pagination li:nth-child(1):hover a,
.pagination li:last-child:hover a {
  color: #fff;
}
.pagination li:nth-child(1) a,
.pagination li:last-child a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%; /* 17px */
  text-transform: uppercase;
}

.pagination li.disabled:hover a {
  color: #a1a1ae;
  background: none;
}
.pagination li.disabled a {
  color: #a1a1ae;
  pointer-events: none;
}
.pagination li .page-numbers {
  padding: 10px 16px;
  color: #6d647f;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
}

.pagination li .page-numbers.current {
  color: #fff;
  background: linear-gradient(31deg, #c882f8 12.39%, #873fbb 81.66%);
}
.widget_search {
  margin-bottom: 65px;
}
.widget_search .search-form label {
  display: none;
}
.widget_search .search-form {
  display: flex;
  border-radius: 12px;
  border: 1px solid #918f9e;
  position: relative;
}
.search-form .search-field {
  height: 45px;
  background: transparent;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
}
.widget_search #search-form-1 {
  background: transparent;
  height: 50px;
  padding: 13px 18px;
  color: #fff;
  font-family: Gilroy;
  font-size: 15px;
  line-height: normal;
}
.widget_search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #272340;
  background-color: #272340;
  height: 100%;
  width: 54px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9505 13.3035L17.0005 17.3535M15.0009 8.35348C15.0009 12.2195 11.8669 15.3534 8.00094 15.3534C4.13497 15.3534 1.00098 12.2195 1.00098 8.35348C1.00098 4.48751 4.13497 1.35352 8.00094 1.35352C11.8669 1.35352 15.0009 4.48751 15.0009 8.35348Z' stroke='%23A9A6BF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}

#secondary .widget-title {
  background-image: url("data:image/svg+xml,%3Csvg width='165' height='33' viewBox='0 0 165 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' clip-path='url(%23clip0_1615_310)'%3E%3Cline x1='6.11332' y1='0.707069' x2='-25.8863' y2='32.7067' stroke='white'/%3E%3Cline x1='12.0079' y1='0.707069' x2='-19.9918' y2='32.7067' stroke='white'/%3E%3Cline x1='17.9024' y1='0.707069' x2='-14.0972' y2='32.7067' stroke='white'/%3E%3Cline x1='23.7969' y1='0.707069' x2='-8.20271' y2='32.7067' stroke='white'/%3E%3Cline x1='29.6914' y1='0.707069' x2='-2.30817' y2='32.7067' stroke='white'/%3E%3Cline x1='35.586' y1='0.707069' x2='3.58636' y2='32.7067' stroke='white'/%3E%3Cline x1='41.4805' y1='0.707069' x2='9.48089' y2='32.7067' stroke='white'/%3E%3Cline x1='47.3789' y1='0.707069' x2='15.3793' y2='32.7067' stroke='white'/%3E%3Cline x1='53.2696' y1='0.707069' x2='21.27' y2='32.7067' stroke='white'/%3E%3Cline x1='59.1641' y1='0.707069' x2='27.1645' y2='32.7067' stroke='white'/%3E%3Cline x1='65.0625' y1='0.707069' x2='33.0629' y2='32.7067' stroke='white'/%3E%3Cline x1='70.9532' y1='0.707069' x2='38.9535' y2='32.7067' stroke='white'/%3E%3Cline x1='76.8477' y1='0.707069' x2='44.8481' y2='32.7067' stroke='white'/%3E%3Cline x1='82.7461' y1='0.707069' x2='50.7465' y2='32.7067' stroke='white'/%3E%3Cline x1='88.6368' y1='0.707069' x2='56.6371' y2='32.7067' stroke='white'/%3E%3Cline x1='94.5352' y1='0.707069' x2='62.5356' y2='32.7067' stroke='white'/%3E%3Cline x1='100.426' y1='0.707069' x2='68.4262' y2='32.7067' stroke='white'/%3E%3Cline x1='106.32' y1='0.707069' x2='74.3207' y2='32.7067' stroke='white'/%3E%3Cline x1='112.219' y1='0.707069' x2='80.2192' y2='32.7067' stroke='white'/%3E%3Cline x1='118.109' y1='0.707069' x2='86.1098' y2='32.7067' stroke='white'/%3E%3Cline x1='124.004' y1='0.707069' x2='92.0043' y2='32.7067' stroke='white'/%3E%3Cline x1='129.902' y1='0.707069' x2='97.9028' y2='32.7067' stroke='white'/%3E%3Cline x1='135.793' y1='0.707069' x2='103.793' y2='32.7067' stroke='white'/%3E%3Cline x1='141.691' y1='0.707069' x2='109.692' y2='32.7067' stroke='white'/%3E%3Cline x1='147.586' y1='0.707069' x2='115.586' y2='32.7067' stroke='white'/%3E%3Cline x1='153.477' y1='0.707069' x2='121.477' y2='32.7067' stroke='white'/%3E%3Cline x1='159.375' y1='0.707069' x2='127.375' y2='32.7067' stroke='white'/%3E%3Cline x1='165.27' y1='0.707069' x2='133.27' y2='32.7067' stroke='white'/%3E%3Cline x1='171.164' y1='0.707069' x2='139.164' y2='32.7067' stroke='white'/%3E%3Cline x1='177.059' y1='0.707069' x2='145.059' y2='32.7067' stroke='white'/%3E%3Cline x1='182.953' y1='0.707069' x2='150.954' y2='32.7067' stroke='white'/%3E%3Cline x1='188.848' y1='0.707069' x2='156.848' y2='32.7067' stroke='white'/%3E%3Cline x1='194.742' y1='0.707069' x2='162.743' y2='32.7067' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1615_310'%3E%3Crect width='164' height='32' fill='white' transform='translate(0.759766 0.353516)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 600;
  line-height: 28.416px; /* 202.97% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  gap: 5px;
  padding: 0 16px;
  margin: 0 0 30px;
}

#secondary .widget-title span {
  color: #a9a6bf;
}
.widget_recent_entries {
  margin-bottom: 65px;
}
.widget_recent_entries .widget-title::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4376 8.05352V14.6535C14.4372 14.9717 14.3107 15.2767 14.0857 15.5016C13.8608 15.7266 13.5557 15.8532 13.2376 15.8535H1.2376C0.919449 15.8532 0.614436 15.7266 0.389471 15.5016C0.164507 15.2767 0.0379615 14.9717 0.0375977 14.6535V2.65352C0.0379615 2.33538 0.164507 2.03036 0.389471 1.8054C0.614436 1.58043 0.919449 1.45389 1.2376 1.45352H7.83759C7.99672 1.45352 8.14934 1.51674 8.26186 1.62926C8.37438 1.74178 8.43759 1.89439 8.43759 2.05352C8.43759 2.21265 8.37438 2.36527 8.26186 2.47779C8.14934 2.59031 7.99672 2.65352 7.83759 2.65352H1.2376V14.6535H13.2376V8.05352C13.2376 7.89439 13.3008 7.74178 13.4133 7.62926C13.5258 7.51673 13.6785 7.45352 13.8376 7.45352C13.9967 7.45352 14.1493 7.51673 14.2619 7.62926C14.3744 7.74178 14.4376 7.89439 14.4376 8.05352ZM14.8619 4.27778L7.66189 11.4778C7.54935 11.5903 7.39673 11.6535 7.23759 11.6535H4.83759C4.67847 11.6535 4.52586 11.5903 4.41334 11.4778C4.30082 11.3653 4.2376 11.2126 4.2376 11.0535V8.65352C4.23759 8.4944 4.3008 8.34179 4.4133 8.22926L11.6133 1.02927C11.669 0.973548 11.7352 0.929348 11.808 0.899193C11.8808 0.869037 11.9588 0.853516 12.0376 0.853516C12.1164 0.853516 12.1944 0.869037 12.2672 0.899193C12.34 0.929348 12.4062 0.973548 12.4619 1.02927L14.8619 3.42927C14.9744 3.54179 15.0376 3.6944 15.0376 3.85352C15.0376 4.01265 14.9744 4.16526 14.8619 4.27778ZM13.5891 3.85352L12.0376 2.30203L11.0861 3.25352L12.6376 4.80501L13.5891 3.85352Z' fill='%23FFC727'/%3E%3C/svg%3E");
  width: 15px;
  height: 17px;
  margin-right: 7px;
}

.widget_recent_entries ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(60, 54, 99, 0.5);
  display: none;
}
.widget_recent_entries ul li:nth-child(-n + 3),
.widget_recent_entries.show ul li {
  display: block;
}
.widget_recent_entries ul li p {
  color: #b6b2cc;
  font-family: Gilroy;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%; /* 15.6px */
  margin: 0 0 18px;
}
.widget_recent_entries ul li a {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

.widget_recent_entries a.recent-more {
  color: #ff7905;
  font-size: 16px;
  line-height: 100%; /* 16px */
  text-decoration-line: underline;
}

.widget_tag_cloud .widget-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9804 6.28091C14.9135 6.07094 14.7849 5.886 14.6114 5.75023C14.4378 5.61446 14.2273 5.53415 14.0074 5.51979L10.0308 5.24149L8.5556 1.52689C8.47577 1.32153 8.33577 1.14508 8.15393 1.02065C7.9721 0.896223 7.75692 0.829627 7.53659 0.82959H7.53554C7.31555 0.829982 7.1008 0.896748 6.91936 1.02116C6.73793 1.14557 6.59826 1.32183 6.51862 1.52689L5.02148 5.26294L1.06677 5.51979C0.846879 5.53415 0.636419 5.61446 0.462852 5.75023C0.289285 5.886 0.160671 6.07094 0.0937912 6.28091C0.0232372 6.49386 0.0184376 6.72312 0.0800173 6.93883C0.141597 7.15455 0.266703 7.34673 0.439043 7.49034L3.48145 10.0619L2.57647 13.6217C2.51409 13.8615 2.52556 14.1145 2.60938 14.3477C2.69319 14.5808 2.84545 14.7832 3.04622 14.9284C3.24005 15.0694 3.47185 15.1489 3.71144 15.1563C3.95103 15.1638 4.18732 15.099 4.38956 14.9703L7.52822 12.9819C7.5324 12.9788 7.53659 12.9767 7.546 12.9819L10.9232 15.1215C11.1065 15.2386 11.321 15.2977 11.5384 15.2909C11.7559 15.2842 11.9663 15.212 12.142 15.0838C12.324 14.9523 12.4619 14.7689 12.5379 14.5577C12.6139 14.3465 12.6243 14.1172 12.5678 13.9L11.6064 10.0112L14.6352 7.49034C14.8075 7.34673 14.9326 7.15455 14.9942 6.93883C15.0558 6.72312 15.051 6.49386 14.9804 6.28091Z' fill='%23FFC727'/%3E%3C/svg%3E");
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.widget_tag_cloud .tag-cloud-link {
  padding: 18px 24px;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(79, 48, 114, 0.2);
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 121%; /* 16.94px */
  display: block;
  transition: all 0.5s;
}
.widget_tag_cloud .tag-cloud-link:hover {
  background-color: #080421;
}

.single .blog-content {
  padding-right: 28px;
}
.single .blog-content h1 {
  color: #fff;
  font-family: Gilroy;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  text-transform: none;
  max-width: 800px;
  margin: 0 0 18px;
}
.single .blog-content .post-info {
  color: #b6b2cc;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin: 0 0 32px;
  display: flex;
  justify-content: space-between;
}
.single .blog-content img {
  border-radius: 12px;
}
.single .blog-content .post-info + img {
  margin-bottom: 60px;
}
.single .blog-content #ez-toc-container {
  background: #120e2b;
  border: 1px solid #221d42;
  padding: 10px 38px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.single .blog-content #ez-toc-container .ez-toc-title {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.single .blog-content #ez-toc-container .ez-toc-title-toggle {
  display: none;
}
.single .blog-content #ez-toc-container .ez-toc-title-container {
  display: block;
}
.single .blog-content #ez-toc-container a {
  color: #a9a6bf;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}
.single .blog-content p {
  max-width: 100%;
  color: #b3b0c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  margin: 0 0 20px 0;
}
.single .blog-content p span {
  color: #b3b0c9 !important;
}
.single .blog-content ul li span {
  color: #b3b0c9 !important;
}
.single .blog-content p a {
  /* 	text-decoration: underline; */
  color: #ff7905;
}
.single .blog-content h2 {
  color: #fff;
  font-family: Gilroy;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
  margin: 60px 0 18px;
  text-transform: none;
  max-width: 548px;
}
.single .blog-content h2 span {
  color: #fff !important;
}
.single .blog-content h2 span strong,
.single .blog-content h2 span b,
.single .blog-content h3 b,
.single .blog-content h3 strong {
  font-weight: 600;
}
.single .blog-content h3 {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 60px 0 15px;
  text-transform: none;
  max-width: 548px;
}
.single .blog-content h3 span {
  color: #fff !important;
}
.single .blog-content p span a {
  color: #b3b0c9 !important;
}
.single .blog-content p span a:hover {
  color: #ff7905 !important;
}

.single .blog-content h3 strong {
  font-weight: 600;
}
.single .blog-content .wp-block-image {
  margin: 60px 0;
}
.single .blog-content h2 + .wp-block-image.size-large {
  margin-top: 0;
}

.single .blog-content .questions h2 {
  color: #fff;
  font-family: Gilroy;
  font-size: 54px;
  font-weight: 700;
  line-height: 94%; /* 50.76px */
  text-transform: uppercase;
  margin: 0 0 30px;
  max-width: 100%;
}
.single
  .blog-content
  .questions
  .questions__union
  .questions__box
  .faqs__lists
  .list
  .item:nth-child(1)
  .item__btn {
  border-top: none;
}
.single
  .blog-content
  .questions
  .questions__union
  .questions__box
  .faqs__lists
  .list
  .item__btn {
  padding: 30px 0;
}
.single
  .blog-content
  .questions
  .questions__union
  .questions__box
  .faqs__lists
  .list
  .item__btn
  .icon {
  width: 42px;
  height: 42px;
}
.single .blog-content .questions {
  margin-top: 120px;
}
.single .related {
  margin-top: 120px;
}
.single .related .wrapper > h2 {
  color: #fff;
  font-family: Gilroy;
  font-size: 54px;
  font-weight: 700;
  line-height: 94%; /* 50.76px */
  text-transform: uppercase;
  margin: 0 0 18px;
}
.single .related .wrapper > p {
  color: #fff;
  font-family: Gilroy;
  font-size: 54px;
  font-weight: 700;
  line-height: 94%; /* 50.76px */
  text-transform: uppercase;
  margin: 0 0 18px;
}
.single .related .wrapper {
  flex-direction: column;
}
.single .related .blog-list li {
  width: calc(100% / 3 - 30px);
}
.single .related .blog-list li .blog-list__img {
  height: 250px;
}
.single .related .blog-list li h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  height: 93px;
}
.single .related .blog-list li .articles-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  /*height: 93px;*/
  font-style: normal;
  margin-top: 10px;
}
.blog-list li p.articles-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  /*height: 93px;*/
  font-style: normal;
  margin-top: 10px;
}
.articles-title a {
  color: #fff;
}
.single .related .blog-list li p {
  font-style: italic;
}
.blog-content span {
  all: inherit;
}
@media (max-width: 1360px) {
  .main .wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .blog-list li {
    width: 100%;
  }
  .blog-content {
    padding-right: 28px;
  }
  .single .blog-content img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 812px) {
  .single .related .blog-list li {
    width: 100%;
    margin: 0 10%;
  }
  .single .related .wrapper > p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 690px) {
  .single .blog-content #ez-toc-container {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .single .blog-content h1 {
    font-size: 28px;
  }
  .main {
    padding-top: 10px;
  }
  .main .wrapper {
    flex-direction: column;
  }
  .blog-content {
    padding-right: 0;
    border: none;
  }

  .blog-list {
    gap: 40px;
  }
  .blog-list li .blog-list__img {
    height: 230px;
  }
  .blog-list li .blog-list__img .read-more {
    display: none;
  }

  .blog-list li h2 {
    font-size: 18px;
    height: auto;
  }
  .blog-list li p {
    font-size: 12px;
  }

  .pagination {
    gap: 5px;
  }
  .blog-sidebar {
    padding-left: 0;
    width: 100%;
    padding-top: 35px;
    border-top: 1px solid rgba(60, 54, 99, 0.5);
    margin-top: 65px;
  }
  .single .blog-content {
    padding-right: 0;
  }
  /*     .single .blog-content img {
        max-width: 100%;
        height: auto;
    } */

  .single .related .blog-list li {
    width: 100%;
  }
  .single .related .blog-list li h2 {
    height: auto;
  }
}
@media (max-width: 576px) {
  .single .related .blog-list li {
    margin: 0;
  }
}
/*Footerr banner*/
.banner * {
  box-sizing: border-box;
}

.banner {
  font-family: Poppins;
  color: #ffffff;
  border: 1px solid #2b235f;
  background: radial-gradient(
      112.89% 88.74% at 23.77% -38.3%,
      #c47af5 0%,
      #4a1186 45.71%,
      rgba(42, 30, 87, 70%) 100%
    ),
    radial-gradient(
      110.52% 85.6% at 85.98% 96.24%,
      #c47af5 0%,
      #4a1186 45.71%,
      rgba(42, 30, 87, 80%) 100%
    );
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  bottom: -100%;
  transition: all 0.5s ease-in-out;
  z-index: 10000;
}

.banner__container {
  margin: 0 auto;
  display: flex;
  max-width: 1440px;
  flex-wrap: wrap;
}
.banner__item:nth-child(1) {
  width: 25%;
}
.banner__item:nth-child(2) {
  width: 50%;
  padding: 5px 0 5px 0;
}
.banner__item:nth-child(3) {
  width: 25%;
}
.banner__img {
  height: 120px;
}
.banner__mob-img {
  display: none;
}
.banner__btn-close {
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.banner__title {
  font-family: Khand;
  font-weight: 700;
  font-size: 26px;
  line-height: 116%;
  text-transform: uppercase;
  text-align: center;
}
.banner__subtitle {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}
.banner__btn-box {
  display: flex;
  margin-top: 12px;
  width: 100%;
  justify-content: space-around;
}
.banner__link {
  text-decoration: none;
  padding: 4px 40px;
  background-color: #00000040;
  border-radius: 5px;
  border: 1px solid #ffffff17;
}
.banner__link:nth-child(2) {
  margin-right: 13px;
  position: relative;
}

.banner__btn {
  background-image: linear-gradient(90deg, #ff6705 0%, #ffb700 128.47%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  text-transform: uppercase;
  padding: 10px 30px;
}
.banner__bg-img:nth-child(3) {
  position: absolute;
  top: 12px;
  left: 28%;
}
.banner__bg-img:nth-child(4) {
  position: absolute;
  top: 27px;
  right: 30%;
}
.banner__bg-img:nth-child(5) {
  position: absolute;
  top: 27px;
  right: 7%;
}
.banner__show {
  bottom: 0;
}
.banner__close {
  bottom: -100%;
}
/*wid baner*/
#custom-banner-sidebar {
  position: sticky;
  top: 80px;
}

.wid-baner {
  margin-top: 40px;
  border-radius: 18px;
  border: 1px solid #2b235f;
  background: radial-gradient(
      112.89% 88.74% at 23.77% -38.3%,
      #c47af5 0%,
      #4a1186 45.71%,
      rgba(42, 30, 87, 0) 100%
    ),
    radial-gradient(
      110.52% 85.6% at 85.98% 96.24%,
      #c47af5 0%,
      #4a1186 45.71%,
      rgba(42, 30, 87, 0) 100%
    );
  padding-top: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.wid-baner__hide {
  display: none;
}
.wid-baner__close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
}
.wid-baner__title {
  color: #fff;
  text-align: center;
  font-family: Khand;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%; /* 37.12px */
  text-transform: uppercase;
  padding: 0 30px;
}

.wid-baner__sub-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%; /* 24.48px */
  margin-top: 12px;
  padding: 0 14px;
}

.wid-baner__link {
  background-color: #ffffff14;
  border-radius: 5px;
  border: 1px solid #ffffff17;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.wid-baner__link:first-child {
  margin-bottom: 15px;
}
.wid-baner__box:nth-child(4) {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  padding: 0 14px;
}
.wid-baner__or {
  text-align: center;
  margin-top: 20px;
  color: #a9a6bf;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  position: relative;
}
.wid-baner__or::before {
  content: "";
  left: 15px;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 50%;
}
.wid-baner__or::after {
  content: "";
  right: 15px;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  top: 50%;
}
.wid-baner__btn img {
  margin-right: 10px;
}
.wid-baner__btn:nth-child(6) {
  width: 90%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0 auto;
  color: #fff;
  font-weight: 700;
  z-index: 100;
  position: relative;
}
.wid-baner__btn:nth-child(7) {
  width: 90%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #ff6705 0%, #ffb700 128.47%);
  border-radius: 5px;
  margin: 22px auto 0 auto;
  color: #fff;
  font-weight: 700;
  z-index: 100;
  position: relative;
}
.wid-baner__box:nth-child(8) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10;
  position: relative;
  margin-top: -120px;
}
.wid-baner__bg-img {
  position: absolute;
}
.wid-baner__bg-img:nth-child(9) {
  top: 7px;
  left: 7px;
  width: 50px;
  transform: rotate(45deg);
}
.wid-baner__bg-img:nth-child(10) {
  top: 167px;
  right: 7px;
  transform: rotate(45deg);
}
@media (max-width: 1200px) {
  .banner__link:nth-child(2):after {
    display: none;
  }
  .banner__btn {
    line-height: 18px;
    padding: 10px;
  }
  .banner__link {
    padding: 4px 20px;
  }
  .wid-baner {
    width: 100%;
  }
  .wid-baner__box:nth-child(3) {
    flex-direction: column;
  }
  .wid-baner__link {
    display: flex;
    justify-content: center;
  }
  .wid-baner__link:nth-child(1) {
    margin-bottom: 10px;
  }
  .wid-baner__or::after,
  .wid-baner__or::before {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .banner__img {
    height: 106px;
  }
  .banner__btn {
    font-size: 12px;
    line-height: 16px;
  }
  .banner__title {
    font-size: 22px;
  }
  .banner__bg-img:nth-child(4),
  .banner__bg-img:nth-child(5) {
    display: none;
  }
  .banner__bg-img:nth-child(3) {
    left: auto;
    width: 40px;
    right: 22%;
  }
  .banner__link:nth-child(2) {
    margin-right: 0;
    position: static;
  }
  .banner__btn {
    padding: 12px;
  }
  .wid-baner__bg-img:nth-child(9) {
    top: 120px;
  }
}
@media (max-width: 880px) {
  .banner__subtitle {
    display: none;
  }
  .banner__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner__link img {
    width: 80px;
  }
  .banner__img {
    height: 88px;
  }
}
@media (max-width: 740px) {
  .banner__mob-img {
    display: block;
  }
  .banner__item:nth-child(1),
  .banner__item:nth-child(3) {
    width: 15%;
  }
  .banner__item:nth-child(2) {
    width: 70%;
  }
  .banner__item:nth-child(1) .banner__img,
  .banner__item:nth-child(3) .banner__img {
    display: none;
  }
  .banner__item:nth-child(1) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .banner__item:nth-child(1) .banner__mob-img {
    height: 110px;
  }
  .banner__item:nth-child(3) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .banner__btn-box {
    justify-content: space-around;
  }
}
@media (max-width: 576px) {
  .banner__title {
    font-size: 28px;
  }
  .banner__link {
    width: 95px;
    height: 32px;
  }
  .banner__btn {
    width: 95px;
    height: 32px;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner__btn-box {
    position: relative;
    z-index: 1000;
  }
  .banner__btn-close {
    font-size: 22px;
    top: 0px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .banner__bg-img:nth-child(3) {
    width: 30px;
    right: 7%;
  }
}
@media (max-width: 440px) {
  .banner__link:nth-child(2) {
    margin: 0 5px;
  }
  banner__item:nth-child(1),
  .banner__item:nth-child(3) {
    width: 10%;
  }
  .banner__item:nth-child(2) {
    width: 75%;
  }
}
/*List style*/
.blog-content ul {
  max-width: 730px;
  margin: 0 0 0 40px;
}
.blog-content ol {
  max-width: 730px;
  margin: 0 0 40px 40px;
}
.blog-content ul li {
  list-style: initial;
}
.blog-list li {
  list-style: none !important;
}
.list-box {
  max-width: 730px !important;
}

.content-page ul li {
  display: list-item;
  list-style: inherit;
  list-style-type: disc;
  padding-left: 12px;
}

/*Sub menu*/
.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 200px;
  background: #080421;
  padding: 10px 0 20px 0;
  border-radius: 0 0 10px 10px;
  max-height: 100vh;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2);
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::hover:before {
  color: #fff !important;
}
.menu-item-has-children:before {
  content: "\25BC";
  display: block;
  color: #a9a6bf;
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 9px;
}
.menu-item:hover {
  position: relative;
}
.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .header__union .header__navigation li a::after {
  bottom: -3px !important;
}
header .header__union .header__navigation .sub-menu li a::after {
  display: none;
}
.menu-item-3997 .sub-menu {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  max-height: none;
}
.menu-item-3997 .sub-menu li {
  width: 210px;
  margin-left: 20px;
}
.menu-item-3997 .sub-menu li a {
  margin: 0;
}
@media (max-width: 992px) {
  .sub-menu {
    z-index: 1000;
    /*top: -30px;*/
    left: -35px;
  }
  .sub-menu a {
    margin-bottom: 20px !important;
  }
}
.blog-content .wp-block-table {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 780px) {
  .header__mobile_box .menu-item-9443::before {
    right: -15px;
  }
}
/*Blog header*/
.fixed-header {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 17%;
  padding-right: 15%;
  padding-bottom: 15px;
  padding-top: 15px !important;
  transform: translateY(-100%);
  background: rgba(8, 4, 33, 0.5);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.active-header {
  transform: translateY(0%);
  transition: transform 0.5s ease;
}
.fixed-header .header__navigation {
  margin-left: 0;
}
.fixed-header .header__switcher {
  right: 25%;
}
@media (max-width: 1800px) {
  .fixed-header {
    padding-left: 14%;
    padding-right: 10%;
  }
  .fixed-header .header__switcher {
    right: 20%;
  }
}
@media (max-width: 1500px) {
  .fixed-header {
    padding-left: 7%;
  }
  .fixed-header .header__switcher {
    right: 15%;
  }
}
@media (max-width: 1200px) {
  .header__switcher {
    right: 7%;
  }
  .fixed-header .header__switcher {
    right: 7%;
  }
}
/*Btn-up*/
.btn-up {
  position: fixed;
  bottom: 45px;
  right: 60px;
  display: none;
  background: var(--warm, linear-gradient(90deg, #ff6705 0%, #ffb700 100%));
  opacity: 0.4;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 1000000;
}
.btn-up:hover {
  opacity: 1;
}
.btn-up__icon {
  display: block;
  width: 20px;
  height: 20px;
}
/*.btn-up__icon {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}*/
@media (max-width: 576px) {
  .btn-up {
    /*position: fixed;
    	bottom: 30px;
    	right: 30px;
		padding: 12px;*/
    display: none !important;
  }
  /*.call-to-action .action__ico_5,
	.location .location__items,
	.chat .chat__items .chat__item,
	.find .find__union .find__right .find__items, 
	.benefits .benefits__carts{
		z-index: auto;
	}*/
}
@media (max-width: 460px) {
  .btn-up {
    bottom: 49px;
    right: 5px;
  }
}
/**/
.blog-content figcaption {
  max-width: 740px;
}
/*Author Page*/
.author-page {
  padding-right: 30px;
}
.author-page__content {
  margin-bottom: 50px;
}
.author-page__subtitle {
  font-size: 52px;
  margin-bottom: 50px;
}
.author-page__posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.author-page__posts-item {
  width: 45%;
  margin-bottom: 20px;
}
.author-page__posts-img {
  max-height: 250px;
  overflow: hidden;
  border-radius: 15px;
}
.author-page__posts-img img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: none !important;
  max-height: none !important;
}
.author-page__posts-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  font-family: Gilroy;
  text-transform: none;
  margin: 20px 0 14px;
}
.author-page__posts-title a {
  color: #fff;
}
.author-page__content img {
  max-width: 100%;
}
.author-socbtn {
  margin-left: 0 !important;
}
.author-img {
  border-radius: 10px;
  overflow: hidden;
}
.author-img figure {
  border-radius: 10px;
  overflow: hidden;
}
/*BTN Width container*/
.width-750 {
  max-width: 100%;
}

.width-900 {
  max-width: 900px;
}

.align-center {
  display: flex;
  padding: auto;
  align-items: center;
  align-content: center;
}

.rank-math-breadcrumb > p {
  display: flex;
  flex-direction: row;
}
.rank-math-breadcrumb > p > * {
  font-size: 14px;
}

.rank-math-breadcrumb a {
  text-decoration: none !important;
  color: #b3b0c9 !important;
}
.rank-math-breadcrumb a:hover {
  color: #ff7905 !important;
}
.rank-math-breadcrumb > p > a:first-child {
  color: #ff7905 !important;
}
.rank-math-breadcrumb span {
  padding: 0 10px;
}
.wp-block-column > figure {
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-rank-math-toc-block > nav > div {
  display: flex;
  flex-direction: row;
}

.wp-block-rank-math-toc-block > nav > div > div > a {
  padding: 5px;
}
/*Article summary style*/

.article-summary-wrapper {
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}

.article-summary-wrapper .highlights {
  position: absolute;
  top: 5px;
  left: 28px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 18px !important;
  font-weight: 700;
  color: #ff7905 !important;
  background-color: #080421;
}

.article-summary {
  border: 1px solid #ff7905;
  padding: 48px 62px 25px;
  margin: 0 !important;
  border-radius: 20px;
  list-style-position: outside !important;
}

/*Article note*/
.note {
  border-radius: 0 20px 20px 0;
  border-left: 0.5em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-color: #ff7905;
  max-width: 100%;
}
/*Article banner*/
.article-banner {
  border-radius: 20px;
}

/*Gaming terms block*/
.gaming-term-block {
  border-radius: 20px;
  box-shadow: 3px 8px 12px 1px rgba(0, 0, 0, 0.58);
}

@media (max-width: 992px) {
  .author-page__wrapper.wrapper {
    flex-direction: column;
  }
  .author-page__wrapper .blog-sidebar {
    width: 100%;
  }
  .author-page {
    padding-right: 0;
  }
  .author-page__title {
    margin-bottom: 40px;
  }
  .author-page__wrapper #search-2 {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .author-page__posts-item {
    width: 100%;
  }
  .single .blog-content .post-info {
    flex-direction: column;
  }
  .single .blog-content .post-info > span {
    flex-direction: row;
    justify-content: flex-start;
  }
}

/* Адаптивні стилі для блоку complete і complete_heroes */
@media (max-width: 1200px) {
  .complete.m120 {
    margin: 60px auto;
  }
  
  .complete_heroes {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .complete.m120 {
    margin: 50px auto;
  }
  
  .complete_heroes {
    gap: 20px;
  }
  .board-games-section {
    padding: 60px 0 120px !important;
  }
  
}

@media (max-width: 768px) {
  .complete.m120 {
    margin: 40px auto;
  }
  
  .complete_heroes {
    flex-direction: column;
  }
  
  .complete .complete_heroes > img {
    max-width: 90%;
  }
  
  .complete_heroes .find__left {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .complete.m120 {
    margin: 30px auto;
  }
  
  .complete_heroes {
    padding: 0 15px;
  }
  
  .complete .complete_heroes > img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .complete.m120 {
    margin: 25px auto;
  }
}

/* Кінець адаптивних стилів для блоку complete і complete_heroes */

/*Desk btn*/
.hero__desk-btn {
  display: flex;
  justify-content: center;
  max-width: 540px;
  width: 100%;
  margin: 30px auto 0 auto;
  opacity: 0;
  will-change: opacity;
}

.btn-desk a {
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgb(255, 103, 5),
    rgb(255, 183, 0) 128.472%
  );
  width: 260px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-desk a svg,
.btn-web a svg,
.btn-desk a img {
  margin-right: 15px;
}
.btn-web a {
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  border-radius: 12px;
  width: 260px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(79, 48, 114, 0.2);
}
.hero .btn-web {
  margin-left: 15px;
}
.find__links .btn-desk {
  margin-top: 10px;
  margin-bottom: 10px;
}
.chat__call-to-action-item {
  display: flex;
  flex-direction: row;
}
.chat__call-to-action-item:nth-child(2) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.chat__btn-desk .btn-desk a,
.chat__btn-desk .btn-web a {
  height: 47px;
}
.chat__btn-desk .btn-web a {
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0px 3px 5px 0px rgba(8, 4, 33, 0.2);
  background: rgba(6, 6, 6, 0.19);
}
.chat__btn-desk .btn-desk {
  margin-top: -10px;
}
.chat__btn-desk .btn-web {
  margin-top: 10px;
}
.installing__button {
  display: flex;
  margin-top: 40px;
}
.installing__button .btn-web {
  margin-left: 15px;
}
.installing__button .btn-web a {
  background: rgba(6, 6, 6, 0.19);
  height: 52px;
  box-shadow: 0px 3px 5px 0px rgba(8, 4, 33, 0.2);
}
.location__call-to-action-item {
  display: flex;
  flex-direction: column;
}
.location__call-to-action-item:nth-child(2) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.location__call-to-action .btn-web {
  margin-top: 10px;
}
.location__call-to-action .btn-web a {
  background: rgba(6, 6, 6, 0.19);
}
.call-to-action .action__box .action__button_main .button__wraper {
  margin-top: 20px;
}
.call-to-action .action__box .action__button_main .button__wraper .btn-web {
  margin-left: 14px;
}
.button__wraper .btn.mob-btn {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(79, 48, 114, 0.2);
}
.mob-store-btn {
  display: none;
  width: 295px;
  margin: 25px auto 0 auto;
}
.mob-store-btn__wrap {
  display: flex;
  justify-content: space-between;
}
.mob-store-btn__text {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.mob-store-btn__text:before,
.mob-store-btn__text:after {
  background: rgba(255, 255, 255, 0.12);
  position: absolute;
  width: 134px;
  height: 1px;
  content: "";
  top: 15px;
}
.mob-store-btn__text:before {
  left: 0;
}
.mob-store-btn__text:after {
  right: 0;
}
.header__mobile_box .mob-store-btn {
  opacity: 1;
}
.header__mobile_box .button__wraper {
  margin-top: 20px;
}
.installing
  .installing__box
  .installing__block
  .installing__call-to-action.page-inside {
  margin-top: 80px;
}
.header__mobile_box .header__button .button__wraper a svg {
  display: block;
}
.header__mobile_box .menu-item-3997::before {
  right: -15px;
}
/*.header__logo{
	background-color: #19093A;
}*/
.btn-img {
  margin-right: 5px;
}
.mob-store-btn__text {
  font-size: 18px;
}
@media (min-width: 992px) {
  .dhide {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hero__desk-btn {
    display: none;
  }
  .button__wraper:after {
    display: none;
  }
  .header__button .button__wraper a svg {
    display: none;
  }
  .hero__call-to-action_mobile
    .action__buttons
    .action__button
    .button__wraper:first-child,
  .find__call-to-action_mobile
    .action__buttons
    .action__button
    .button__wraper:first-child,
  .chat__call-to-action_mobile
    .action__buttons
    .action__button
    .button__wraper:first-child,
  .action__call-to-action_mobile
    .action__buttons
    .action__button
    .button__wraper:first-child {
    margin-bottom: 11px;
  }
  .find .find__union .find__right .find__call-to-action_mobile {
    margin-top: 20px;
  }
  .mob-store-btn {
    display: block;
    opacity: 0;
  }
  .chat .chat__call-to-action_mobile {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  .chat .mob-store-btn {
    margin-top: 0px;
  }
  .call-to-action .action__call-to-action_mobile .action__buttons {
    margin-top: 20px;
  }
  .mhide {
    display: none !important;
  }
}
@media (max-width: 680px) {
  .call-to-action .action__call-to-action_mobile {
    bottom: -200px;
  }
  .page-id-1040 footer {
    margin-top: 300px;
  }
  footer {
    margin-top: 250px;
  }
  .blog footer {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .installing__mob-btn {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .installing__mob-btn .button__wraper:first-child {
    margin-bottom: 11px;
  }
  .location .location__call-to-action_mobile .action__button {
    height: auto;
  }
  .location__call-to-action_mobile .action__buttons {
    margin-top: 20px;
  }
  .location__call-to-action_mobile
    .action__buttons
    .action__button
    .button__wraper:first-child {
    margin-bottom: 11px;
  }
  .installing__call-to-action_mobile.page-inside {
    margin-top: 200px;
  }
}
@media (max-width: 420px) {
  .installing__call-to-action_mobile.page-inside {
    margin-top: 400px;
  }
  .installing .installing__box {
    padding: 68px 20px;
  }
}
@media (max-width: 360px) {
  .gamer__second_mobile {
    margin-bottom: 0;
  }
  .installing .installing__box .installing__photo img {
    width: 100%;
    height: auto;
  }
}
/*article-banner*/
@media (max-width: 740px) {
  .single .blog-content p.article-banner__title,
  .single .blog-content p.article-banner__text {
    line-height: 140%;
  }
}
@media (max-width: 530px) {
  .article-banner .wp-block-media-text__content {
    padding: 0 3%;
  }
  .article-banner {
    grid-template-columns: auto 33% !important;
  }
}
@media (max-width: 440px) {
  .article-banner {
    grid-template-columns: auto 40% !important;
  }
}
@media (max-width: 390px) {
  .article-banner {
    padding: 10px 0;
  }
  .article-banner__title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .article-banner__text {
    font-size: 14px !important;
  }
}

.author {
  margin-right: 15px;
}

.author a {
  color: #2563eb;
  text-decoration: none;
}

.updates-accordion {
  display: inline-block;
}
div.post-info {
  max-width: 100%;
  position: relative;
}
.accordion-header {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.toggle-icon {
  transition: transform 0.2s ease;
}

.accordion-header.active .toggle-icon {
  transform: rotate(180deg);
}

.accordion-content {
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  background: #11062e;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  border: 1px solid #ff7905;
}
.update-text p {
  line-height: 1.3 !important;
  font-size: 13px !important;
  color: #f1f1f1 !important;
  margin-bottom: 0px !important;
}
.accordion-header.active + .accordion-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.updates-list {
  list-style: none;
  margin: 0;
  padding: 4px;
}
.updd {
  display: flex;
  gap: 5px;
}
.upds {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
.update-item {
  padding: 8px 0;
  border-bottom: 1px solid #524677;
}
.update-date-s {
  color: #f57406 !important;
}
.update-item:last-child {
  border-bottom: none;
}

.update-date {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 4px;
}

.update-text {
  font-size: 0.95em;
  line-height: 1.4;
}

.g-popup__show {
  display: none !important;
}

.width-750 .wp-block-column:has(a[href*="overwolf.com"]),
.width-750 .wp-block-column:has(a[rel*="Desktop App"]) {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 0 !important;
}

.width-750 .wp-block-columns {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.width-750 .wp-block-columns .wp-block-column {
  flex: 0 1 auto !important;
  margin: 0 10px !important;
}

.nlg h1 span {
  font-size: 56px;
}
.nlg .hero__union .hero__photo_box .hero__users {
  right: 415px;
}
.nlg .hero__box {
  position: relative;
}
.nlg .newlabel img {
  position: absolute;
  z-index: 10000;
  display: flex;
  bottom: 130px;
  left: -50px;
}
.nlg .hero__call-to-action {
  margin-top: 70px;
}
.nlg .newlabel img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/03/shine.png");
}
.flg .find__union .find__left .find__title {
  width: 575px;
  margin-bottom: 15px;
  margin-top: 25px;
  opacity: 0;
  will-change: opacity;
  font-size: 84px;
}
.flg .find__union .find__center .find__all-ico .ico__center_top {
  top: 50px;
  left: -175px;
  width: 874px;
  height: 703px;
  background: url(../img/flgback.png);
}
.flg .find__union .find__center .find__mobile {
  top: 260px;
  right: -270px;
  width: 624.587px;
  height: 714.981px;
  background: url(../img/mobile-second-section-1.png);
  background-size: contain;
  z-index: 2;
}
.flg .find__union .find__center .find__second_shadow {
  left: 50%;
  transform: translateX(-70%);
  top: -50px;
  z-index: 1;
}
.complete .complete_heroes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete .complete_heroes > img {
  max-width: 580px;
  margin-top: -200px;
}
.complete .find__items {
  display: flex;
  justify-content: space-around;
  padding: 50px 40px;
  width: 1064px;
  margin: 25px auto;
  gap: 90px;
  border-radius: 24px;
  border: 1px solid #2B235F;
  background: radial-gradient(717.71% 57.23% at 117.09% -38.95%, #C47AF5 0%, #4A1186 49.23%, rgba(42, 30, 87, 0.00) 100%), radial-gradient(210.76% 142.91% at 17.93% 160.63%, #C47AF5 0%, #4A1186 49.23%, rgba(42, 30, 87, 0.00) 100%), #080421;
}
.complete .find__items li {
  display: flex;
  flex-direction: column;
  color: #A9A6BF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  position: relative;
}
.complete h3.find__sub-title {
  display: flex;
  height: 41px;
  transform: rotate(-12deg);
  padding: 16px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #C882F8;
  background: #7F56D9;
  box-shadow: 0px 0px 15px 0px #C882F8 inset, 0px 2px 20px 4px rgba(200, 130, 248, 0.54);
  z-index: 10;
}
badge {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.416px; /* 157.866% */
  text-transform: uppercase;
}
.complete_heroes .find__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete_heroes svg {
  position: absolute;
  top: -20px;
  left: -20px;
}
.complete_heroes .find__title {
  max-width: 750px;
  text-align: center;
}

.complete .find__items li span {
  padding: 13px 0;
  color: #FF7905;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 48.4px */
  letter-spacing: -1.76px;
  margin-top: 35px;
}
.complete > h2 {
  text-align: center;
  margin-top: 50px;
}
.complete > h2 span {
  color: #ff7905;
}
.m120 {
  margin: 120px auto;
}
.complete .find__items li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3c3663;
  position: absolute;
  right: -85px; /* Add left margin to the vertical line */
  top: 0;
}
.complete .find__logos {
  width: 1800px;
}
.ilg .installing__box .installing__photo img {
  width: 100%;
  height: auto;
}
.ilg .installing__box .installing__photo {
  right: 60px;
  bottom: 0;
}
.board {
  margin-top: 220px;
  padding-bottom: 110px;
}
.board .location__title {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.board .prompt::after {
  background: none;
}
.chat .chat__union .chat__block .chat__title {
  width: auto;
}
.chat .chat__union .chat__block {
  margin: 0 auto;
}
.board .location__items li:nth-child(3) {
  margin-top: 0;
}
.board .location__items {
  margin-top: 0;
}
.board .location__items .location__items_shadow {
  top: -265px;
  width: 100%;
  height: 175%;
}
.board .location__items .location__item {
  min-height: 330px;
}
.board .location__items .location__items_shadow {
  filter: none !important;
}
.board .chat__union {
  z-index: 23;
  position: relative;
}
.board .chat__block h2 span {
  color: #ff7905;
}
.calltoaction .action__ico_4 {
  background: url("/wp-content/themes/game-tree/assets/img/cta4.png");
  background-repeat: no-repeat;
  width: 417.215px;
  height: 417.215px;
  flex-shrink: 0;
  aspect-ratio: 417.21/417.21;
  bottom: -40px;
  left: -70px;
}
.board .location__items .location__item:nth-child(3) {
  margin-top: 160px;
}
.calltoaction .action__ico_5 {
  background: url("/wp-content/themes/game-tree/assets/img/cta5.png");
  background-repeat: no-repeat;
  bottom: -40px;
  right: -70px;
  width: 417.215px;
  height: 417.215px;
  flex-shrink: 0;
  aspect-ratio: 417.21/417.21;
}
.calltoaction .action__ico_6 {
  position: absolute;
  background: url("/wp-content/themes/game-tree/assets/img/cta3.png");
  background-repeat: no-repeat;
  bottom: -90px;
  left: 50%;
  translate: -50%;
  width: 332.441px;
  height: 217.709px;
  flex-shrink: 0;
  aspect-ratio: 332.44/217.71;
}
.calltoaction .action__box .action__buttons {
  z-index: 100;
}
.calltoaction a svg {
  border-radius: 10px;
  border: 1px solid #FFA500;
  background: #FF7905;
  box-shadow: 0px 0px 15px 0px #FFA500 inset, 0px 2px 20px 4px rgba(255, 165, 0, 0.20);
} 
.calltoaction .action__box .action__title .action__users {
  left: 40px;
  bottom: 0;
  top: auto;
  width: 160px;
  height: 42px;
  display: flex;
  transform: rotate(-15deg);
  padding: 8px 8px 8px 1px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border: 3px solid #443662;
} 
.calltoaction .action__box .action__title .action__users_second {
  width: 135px;
  height: 42px;
  display: flex;
  transform: rotate(20deg);
  padding: 8px 8px 8px 1px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  border: 3px solid #443662;
  right: -26px;
  top: 58px;
  left: auto;
}
.calltoaction .action__box .action__title > span {
  color: #FF7905;
  font-family: Khand;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 82%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .nlg .hero__union .hero__photo_box .hero__photo_mobile {
    height: auto;
  }
  .flg .find__union .find__left .find__title {
    width: auto;
    font-size: 40px;
    line-height: 94%;
  }
  .find .find__union .find__center .find__mobile {
    top: -85px;
    right: -148px;
    left: 63%;
    height: 624.441px;
    width: 535.587px;
    background: url(../img/ico-top-1-mobile.png);
    background-size: contain;
  }
  .flg .find__union .find__center .find__mobile {
    background: url(../img/mobile-grup.webp);
    background-size: contain;
    top: -161px !important;
  }
  .complete .complete_heroes {
    flex-direction: column;
  }
  .complete .find__left {
    padding: 0 30px;
    margin-top: -120px;
  }
  .complete .find__items {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .complete .find__items li:not(:last-child)::after {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #3c3663;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #3c3663;
    right: auto;
    top: auto;
  }
  .complete .find__items li {
    padding-bottom: 20px;
  }
  .complete .find__logos {
    width: 1200px;
  }
  .complete > h2 {
    margin-top: 50px;
  }
  .installing .installing__box .installing__photo img {
    height: 308.956px;
  }
  .installing__call-to-action_mobile {
    margin-top: 130px;
  }
  .call-to-action .action__box .action__title {
    z-index: 1;
  }
  .calltoaction .action__ico_4 {
    z-index: 0;
  }
   .ilg .installing__box .installing__photo img {
      height: 422.956px;
      left: 30px;
  }
  .nlg .newlabel img {
    bottom: auto;
    left: 0;
    top: 0px;
  }
  .board-games-container {
    flex-direction: column;
    text-align: center;
    gap: 60px;
    display: flex;
  }
  .board-games-image {
    position: relative !important;
    margin-top: -120px;
    margin-bottom: -60px;
    top: auto !important;
    left: auto !important;
  }
  .board-games-title {
    text-align: left;
  }
  .board-games-button {
    top: 55px !important;
    position: absolute;
    right: 0 !important;
  }
}
.nlg .hero__title {
    max-width: 75%;
}
.nlg .hero__photo_box img {
  height: auto;
}
.nlg .hero__photo_box {
  top: -80px !important;
}
.flg .complete_heroes img {
  display: none;
}
.flg .complete .complete_heroes {
  justify-content: center;
}
.ilg .installing__call-to-action a svg {
  border-radius: 10px;
  border: 1px solid #FFA500;
  background: #FF7905;
  box-shadow: 0px 0px 15px 0px #FFA500 inset, 0px 2px 20px 4px rgba(255, 165, 0, 0.20);
}
.bnf .benefits__photo img {
  width: 646.246px !important;
  height: 634.459px !important;
}
.bnf .benefits__carts .benefits__cart {
  width: 350px;
  margin-right: 60px;
}
.bnf .benefits__title span {
  color: #ff7905;
}
.flg {
  margin: 0 auto 130px;;
}
.ccca {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 60px auto 60px;
}
.qss .questions__union .questions__block .questions__information {
  margin-top: 65px;
  z-index: 100;
  position: relative;
}
.cht .chat__union .chat__photo img {
  width: 700.893px;
  height: 662.052px;
  flex-shrink: 0;
}
.cht .chat__photo {
  height: 740px;
}
.cht .chat__items .chat__item {
  margin-right: 0;
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  border-radius: 0;
  position: relative;
  justify-content: center;
}
.cht .chat__items .chat__item svg {
  position: absolute;
  top: 20px;
  left: 20px;
}
.cht .chat__items li:first-child {
  border-radius: 24px 0px 0px 24px !important;
}
.qss .questions__union .questions__block .questions__information .information__button .button__wraper .btn {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #3C3663;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.calltoaction .action__box {
  border-radius: 34px;
  border: 1px solid #2B235F;
  background: radial-gradient(89.71% 78.64% at 50% 121.11%, #C47AF5 0%, #4A1186 45.71%, rgba(42, 30, 87, 0.00) 100%), radial-gradient(68.28% 59.9% at 51.82% 0%, #C47AF5 0%, #4A1186 45.71%, rgba(42, 30, 87, 0.00) 100%), #080421;
}
.cht .chat__title span {
    color: #ff7905;
}
.board .item__ico {
    position: relative;
    height: 40px;
}
.board .item__ico img {
    position: absolute;
    left: -20px;
    top: -10px;
}