@font-face {
  font-family: 'LG Smart';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart'), url('/si_upload/gfx/2023/01_25_karta_duzej_rodziny/fonts/LG_Smart_Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'LG Smart Bold';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart Bold'), url('/si_upload/gfx/2023/01_25_karta_duzej_rodziny/fonts/LG_Smart_Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'LG Smart Light SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart Light SemiBold'), url('/si_upload/gfx/2023/01_25_karta_duzej_rodziny/fonts/LG_Smart_SemiBold.woff2') format('woff2');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: 'LG Smart';
}

.navigation {
  display: flex;
  position: relative;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.link {
  color: #a50034;
}

.navigation > .logo {
  width: 98px;
  height: 93px;
  padding: 0 30px;
}

.logo > img {
  width: 100%;
  height: 100%;
}

.navigation nav {
  display: flex;
  align-items: center;
  min-height: 51px;
  flex-wrap: wrap;
}

.navigation > .content {
  flex: 1;
  margin-right: 40px;
}

.navigation > .content > .spacer {
  height: 41px;
  border-bottom: 1px solid #eee;
}

.navigation nav > a:first-child {
  padding-left: 0;
}

.navigation nav > a:last-child {
  padding-right: 0;
}

.navigation nav > a {
  color: #333;
  text-decoration: none;
  font-family: 'LG Smart Bold';
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 5px;
  font-size: 15px;
  height: 51px;
  display: flex;
  align-items: center;
}

.navigation nav > a:hover {
  color: #a50034;
}

body > .content {
  max-width: 1600px;
  margin: auto;
}

.content > .big-img {
  position: relative;
}

.content > .big-img img {
  width: 100%;
  height: auto;
}

.content > .medium-img {
  position: relative;
  width: 70%;
  margin: auto;
}

.content > .medium-img img {
  width: 100%;
  height: auto;
}

.content > .big-img.play-btn::after {
  content: url('assets/img/btn-play-lg.svg');
  position: absolute;
  display: flex;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  pointer-events: none;
}

.content .text-block {
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content .title {
  color: #000;
  font-size: 32px;
}

.content .text-block > .desc {
  color: #333;
  max-width: 800px;
  margin: 20px 0;
}

.content .text-block > .subtitle {
  color: #333;
  font-size: 22px;
  margin: 15px 0;
}

.animation-area {
  width: 100%;
  height: auto;
  position: relative;
}

.animation-area > video {
  width: 100%;
}

.animation-area .controller-wrap button.pause {
  background-image: url('assets/img/gaming/btn-anipause.svg');
  background-size: 32px 32px;
}

.animation-box .animation-area .controller-wrap button.play {
  background-image: url('assets/img/gaming/btn-aniplay.svg');
  background-size: 32px 32px;
}

.animation-area .controller-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  margin-bottom: 30px;
}

.animation-area .controller-wrap button.active {
  display: block;
}

.animation-area .controller-wrap button {
  display: none;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  border: none;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  video.pc {
    display: none;
  }
}

@media (min-width: 768px) {
  video.mobile {
    display: none;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
}

.cards > .card {
  text-align: center;
  width: 49%;
  margin-bottom: 4%;
}

@media (min-width: 980px) {
  .d-mw-375 {
    max-width: 375px !important;
  }
}

@media (max-width: 980px) {
  .cards > .card {
    width: 100%;
    margin-bottom: 0;
  }

  .content .text-block {
    margin: 10px 0;
  }

  .content .text-block {
    padding: 0 40px;
  }

  .content .text-block.pa.align-left,
  .content .text-block.pa.align-right {
    top: 5% !important;
    left: 0% !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
    padding: 0 !important;
  }

  .content .text-block.pa.mw-500,
  .content .text-block.pa.mw-450 {
    max-width: 100% !important;
  }

  a.btn {
    margin: auto !important;
  }
}

@media (max-width: 1070px) {
  .navigation {
    flex-direction: column;
  }

  .spacer {
    height: 0px !important;
  }

  .navigation > .content {
    margin-right: 0;
  }

  .navigation nav {
    justify-content: center;
  }

  .navigation nav > a:first-child {
    padding-left: 20px;
  }

  .navigation nav > a:last-child {
    padding-right: 20px;
  }
}

.cards > .card > img {
  height: auto;
  width: 100%;
}

.cards > .card .desc {
  color: #6b6b6b;
}

.notice {
  color: #767676;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 19px 14px;
  margin: auto;
}

.wrapper {
  width: 80%;
  margin: auto;
}

a.arrow-link {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  font-style: normal;
}

a.arrow-link:hover {
  text-decoration: underline;
}

a.arrow-link::after {
  content: url('assets/img/link-right-nightrider.svg');
  margin-left: 5px;
}

a.video-link {
  text-decoration: underline;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

a.video-link > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

a.btn {
  color: #fff !important;
  border-color: #a50034 !important;
  background: #a50034 !important;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 3px;
  text-decoration: none;
}

a.btn:hover {
  color: #fff !important;
  border-color: #a50034 !important;
  background: #a50034 !important;
}

.ma {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.b-black {
  background-color: #000 !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-375 {
  max-width: 375px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mh-600 {
  max-height: 600px !important;
  height: 100% !important;
  width: auto !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pa {
  position: absolute !important;
}

.content .text-block.pa {
  top: 20px;
  
}

.content .text-block.pa.align-left {
  top: 25%;
  left: 10%;
  align-items: flex-start;
}

.content .text-block.pa.align-right {
  top: 30%;
  right: 0%;
  align-items: flex-start;
}

.fd-row-reverse {
  flex-direction: row-reverse !important;
}

.jc-flex-start {
  align-items: flex-start !important;
}

.ai-flex-start {
  align-items: flex-start !important;
}

.ai-flex-end {
  align-items: flex-end !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.w-100 {
  width: 100% !important;
}

.fw-6 {
  font-weight: 600;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-48 {
  font-size: 48px !important;
}
.fs-52 {
  font-size: 52px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.mtb-10px {
  margin: 10px 0 !important;
}

.ptb-10px {
  padding: 10px 0 !important;
}

.m0 {
  margin: 0 !important;
}

.info-cards {
  background-color: #f8f8f8 !important;
  border: 1px solid #d9d9d9 !important;
  padding: 40px !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}
.mt-4 {
  margin-top: 6rem !important;
}

.lh-0 {
  line-height: 0 !important;
}
