*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 30px 0;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}
button,
[role=button] {
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
.h1 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 900;
  margin: 0 0 16px;
  color: #fff;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 900;
  margin: 48px 0 16px;
}
h2 span,
.h2 span {
  color: #24ee89;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 16px;
  font-weight: 700;
}
h4,
.h4 {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  transition: all 0.3s;
}
.post-entry {
  margin: 30px 0;
  color: #fff;
}
.post-entry h2, .post-entry h3.h4 {
  color: #fff;
}
.post-entry h2 span, .post-entry h3.h4 span {
  color: #24ee89;
}
.post-entry a {
  color: #24ee89;
}
.post-entry .wp-block-group {
  padding: 60px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 34px 0px rgba(201, 211, 242, 0.25);
  margin-bottom: 120px;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 16px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
}
.post-entry ol li {
  margin-bottom: 16px;
  counter-increment: li;
  position: relative;
  padding-left: 38px;
}
.post-entry ol li:before {
  content: counter(li) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #24ee89;
  color: #000;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.post-entry ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.post-entry ul li:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 8px;
  top: 6px;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.post-entry .wp-block-table {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  margin: 16px 0;
}
.post-entry .wp-block-table thead {
  border-bottom: none;
}
.post-entry .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 1px;
}
.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  padding: 19px 20px;
  line-height: 1.4;
  font-size: 14px;
  border-width: 1px;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
  }
  .post-entry .wp-block-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 15px;
    margin-bottom: 40px;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center;
}
.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.obj-cover {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.btn-primary, .btn-grey, .btn-secondary, .post-entry .wp-block-button__link {
  display: inline-flex;
  padding: 9px 16px;
  color: #292d2e;
  border-radius: 8px;
  gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  background: linear-gradient(90deg, #22EC7E 0%, #95E566 100%);
  line-height: 1.2;
  fill: #292d2e;
}
.btn-primary svg, .btn-grey svg, .btn-secondary svg, .post-entry .wp-block-button__link svg {
  display: block;
  width: 16px;
  height: auto;
  fill: inherit;
}
.btn-primary svg path, .btn-grey svg path, .btn-secondary svg path, .post-entry .wp-block-button__link svg path {
  fill: inherit;
}
.btn-primary:hover, .btn-grey:hover, .btn-secondary:hover, .post-entry .wp-block-button__link:hover {
  background: linear-gradient(90deg, #22EC7E 0%, #95E566 100%);
  color: #292d2e;
}
.btn-secondary {
  color: #fff;
  background: transparent;
  fill: #24ee89;
  border: 1px solid rgb(87, 93, 93);
}
.btn-secondary:hover {
  color: #fff;
  background: transparent;
}
.btn-grey {
  color: #fff;
  background: rgb(58, 65, 66);
}
.btn-grey:hover {
  color: #fff;
  background: rgb(58, 65, 66);
}
.swiper-theme {
  position: relative;
  overflow: hidden;
}
.swiper-theme .swiper-slide {
  width: auto;
}
.swiper-theme .swiper-button-prev,
.swiper-theme .swiper-button-next {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.swiper-theme .swiper-button-prev:before,
.swiper-theme .swiper-button-next:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(13, 17, 27, 0) 0%, rgba(13, 17, 27, 0.8) 66%);
}
.swiper-theme .swiper-button-prev:after,
.swiper-theme .swiper-button-next:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-image: url(//bcpoker-game.com/wp-content/themes/theme/dist/styles/../../images/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  opacity: 0.7;
}
.swiper-theme .swiper-button-prev.swiper-button-disabled,
.swiper-theme .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed !important;
}
.swiper-theme .swiper-button-prev.swiper-button-disabled:after,
.swiper-theme .swiper-button-next.swiper-button-disabled:after {
  opacity: 0.7 !important;
}
.swiper-theme .swiper-button-prev:hover,
.swiper-theme .swiper-button-next:hover {
  cursor: pointer;
}
.swiper-theme .swiper-button-prev:hover:after,
.swiper-theme .swiper-button-next:hover:after {
  opacity: 1;
}
.swiper-theme .swiper-button-prev .swiper-navigation-icon,
.swiper-theme .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.swiper-theme .swiper-button-prev {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
body.admin-bar .header {
  top: 32px;
}
.mobile-bar {
  display: none;
  background: #1d2020;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1024px) {
  .mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 25px;
  }
  .mobile-bar--btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background: transparent;
    gap: 5px;
  }
  .mobile-bar--btn svg {
    height: 15px;
    width: auto;
    fill: rgba(255, 255, 255, 0.8);
  }
  .mobile-bar--btn svg path {
    fill: rgba(255, 255, 255, 0.8);
  }
}
.header {
  background: #292d2e;
  padding: 11px 12px 11px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header--left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header--logo {
  width: 160px;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header--left-link {
  position: relative;
}
.header--left-link:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 40px;
  left: -33px;
  top: 1px;
  background-image: url(//bcpoker-game.com/wp-content/themes/theme/dist/styles/../../images/gift.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header--bonuses-link {
    display: none;
  }
  .header--logo {
    width: 80px;
  }
  .header--right .lang-switcher {
    display: none;
  }
  .header--left-link, .header--right-link {
    padding: 9px 5px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  background: #292d2e;
  padding-top: 60px;
  z-index: 90;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar--cta {
  margin: 12px 16px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 6px;
  border-radius: 12px;
  background: linear-gradient(311deg, transparent 19.64%, rgba(71, 41, 139, 0.2117647059) 42.9%, rgba(152, 63, 212, 0.231372549) 54.96%, rgba(117, 58, 189, 0.6) 69.67%, rgba(108, 101, 227, 0.6) 87.73%, rgba(102, 227, 255, 0.6) 100.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.062745098));
}
.sidebar--cta-title {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}
.sidebar--cta-text {
  font-size: 11px;
  color: rgb(179, 190, 193);
  font-weight: 700;
}
.sidebar--menu-inner {
  padding: 8px 16px;
}
.sidebar--menu-inner .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  gap: 4px;
  padding: 8px;
  list-style: none;
  border-radius: 8px;
  background: rgb(50, 55, 56);
}
.sidebar--menu-inner .menu li {
  width: 100%;
}
.sidebar--menu-inner .menu a {
  display: flex;
  width: 100%;
  border-radius: 8px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 8px;
  border-radius: 8px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar--menu-inner .menu a:hover {
  color: #fff;
  background: linear-gradient(270deg, rgba(35, 238, 136, 0) 12.74%, rgba(35, 238, 136, 0.2) 100%);
}
.sidebar--menu-inner .menu a .menu-icon {
  width: 18px;
  height: 18px;
  min-width: 20px;
}
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    left: 100%;
    padding-bottom: 70px;
    transition: all 0.3s;
  }
  .sidebar.menu-active {
    left: 0;
  }
}
.footer {
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer--logo {
  width: 200px;
}
.footer--middle {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  margin: 30px 0;
}
.footer--menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.footer--menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer--menu ul a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.footer--menu ul a:hover {
  color: #24ee89;
}
.footer--info {
  font-size: 10px;
  line-height: 14px;
}
.footer--info p {
  margin-bottom: 8px;
}
.footer--info a {
  color: #24ee89;
}
.footer--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}
.footer--bottom-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer--copyright {
  font-size: 12px;
  font-weight: 500;
}
.footer--icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer--icon img {
  width: auto;
  height: 38px;
}
.footer--socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer--social {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer--social img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer--middle {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.site-footer {
  margin-top: 30px;
}
.site-footer--partners-item, .site-footer--awards-item {
  background: #1e2121;
  border-radius: 15px;
  padding: 4px;
  overflow: hidden;
}
.site-footer--partners {
  display: flex;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.site-footer--partners img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 1024px) {
  .site-footer--partners {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer--awards-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer--awards {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.site-footer--awards img {
  max-height: 84px;
}
@media (max-width: 1024px) {
  .site-footer--awards {
    display: none;
  }
}
.footer-socials {
  margin: 100px auto;
  display: flex;
  width: 582px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.footer-socials--title {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.15;
}
.footer-socials--text {
  color: #fff;
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}
.faq--item {
  border-radius: 12px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.faq--item.is-active {
  border-color: #24ee89;
}
.faq--title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  background: transparent;
}
.faq--title span:before {
  content: "+";
  display: inline-block;
}
.faq--text {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
}
.faq--text div {
  padding-bottom: 24px;
}
.home-banners {
  margin-bottom: 20px;
}
.home-banners--slide {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.home-banners--slide-image img {
  height: 180px;
  width: auto;
}
@media (max-width: 1024px) {
  .home-banners--slide-image img {
    height: 140px;
  }
}
.top-banner {
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  background: #3e4444;
}
.top-banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-banner--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.top-banner--title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.top-banner--box {
  position: relative;
  padding: 15px 40px;
  color: #fff;
  font-weight: 700;
}
.top-banner--box > div {
  position: relative;
}
.top-banner--box span {
  color: #24ee89;
}
.top-banner--box:before {
  display: block;
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 15, 15, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 1024px) {
  .top-banner {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-banner img {
    display: none;
  }
}
.intro-group {
  position: relative;
  padding: 60px 20px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.intro-group span {
  color: #24ee89;
}
.intro-group--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.intro-group--line {
  height: 88px;
  min-width: 1px;
  width: 1px;
  position: relative;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) -3.71%, hsla(0, 0%, 100%, 0.2) 47.06%, hsla(0, 0%, 100%, 0) 95.8%);
}
.intro-group--line:last-child {
  display: none;
}
.intro-group--players {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 7px;
  position: relative;
}
.intro-group--players-text {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.intro-group--players-text small {
  font-size: 14px;
  font-weight: 600;
}
.intro-group--players-image {
  width: 166px;
  max-width: 100%;
}
.intro-group--bets {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 7px;
  align-items: center;
  position: relative;
}
.intro-group--bets-title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.intro-group--bets-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
.intro-group--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
}
.intro-group--col-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.intro-group--col-text {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 600;
  max-width: 136px;
}
@media (max-width: 1024px) {
  .intro-group {
    border-radius: 12px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.01);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    flex-direction: column;
    padding: 25px 10px;
  }
  .intro-group--line {
    height: 1px;
    width: 100%;
  }
  .intro-group--bg {
    display: none;
    border: 1px solid #fff;
  }
}
.lang-switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #e0e0e0;
}
.lang-switcher__current {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  transition: border-color 0.3s ease;
}
.lang-switcher__current:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.lang-switcher__current img {
  width: 20px;
  height: auto;
  filter: brightness(0.9);
}
.lang-switcher__current span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.lang-switcher__current .arrow {
  width: 5px;
  height: 5px;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
}
.lang-switcher__dropdown li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none;
  color: #e0e0e0;
  font-size: 13px;
  transition: background 0.2s ease;
}
.lang-switcher__dropdown li a:hover {
  background: #2d2d2d;
  color: #fff;
}
.lang-switcher__dropdown li a img {
  width: 18px;
  filter: brightness(0.8);
}
.lang-switcher:hover .lang-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-switcher:hover .arrow {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}
html,
body {
  margin-top: 0 !important;
  font-family: "Inter", sans-serif;
  background: #1d2020;
  color: rgba(255, 255, 255, 0.8);
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}
.body--inner {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  font-size: 16px;
  padding-top: calc(60px + 20px);
  padding-left: 240px;
}
@media (max-width: 1024px) {
  .body--inner {
    padding-left: 0;
  }
}
.container {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.bottom-cta {
  width: 110px;
  height: 132px;
  position: fixed;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  bottom: 40px;
  right: 15px;
}
.bottom-cta img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bottom-cta--text {
  font-size: 14px;
  padding-bottom: 7px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1024px) {
  .bottom-cta {
    bottom: 70px;
  }
}