@charset "UTF-8";
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  min-height: 100%;
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font: normal 19px/1.618 "Proxima Nova", Arial, Helvetica, sans-serif;
  color: #414042;
  position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #414042;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Light.eot");
  src: url("fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light.woff") format("woff"), url("fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-LightIt.eot");
  src: url("fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-LightIt.woff") format("woff"), url("fonts/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Bold.eot");
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-BoldIt.eot");
  src: url("fonts/ProximaNova-BoldIt.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-BoldIt.woff") format("woff"), url("fonts/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Regular.eot");
  src: url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
}
.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1280px) {
  .container,
.container-flex {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container,
.container-flex {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .container,
.container-flex {
    padding: 0 24px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 140px;
}
@media (max-width: 1440px) {
  #wrap {
    padding-top: 100px;
  }
}
@media (max-width: 1366px) {
  #wrap {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  #wrap {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #wrap {
    padding-top: 64px;
  }
}

.section-title {
  display: block;
  margin-bottom: 40px;
}
.section-title span {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 600;
  color: #da2343;
}
.section-title span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section-title span {
    font-size: calc(14px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .section-title span {
    font-size: 18px;
  }
}
.section-title strong {
  color: #414042;
  font-weight: 300;
}
.section-title strong {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section-title strong {
    font-size: calc(32px + 28 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .section-title strong {
    font-size: 60px;
  }
}
.section-title.center {
  text-align: center;
}

.full-section {
  margin-bottom: 128px;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-info-wrapper {
  display: block;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
}
.top-info-wrapper .container-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
}
.top-info-wrapper ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-info-wrapper ul li {
  margin-right: 32px;
}
.top-info-wrapper ul li:last-child {
  margin-right: 0;
}
.top-info-wrapper ul a {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}
.top-info-wrapper ul a:hover {
  color: #da2343;
}
@media (max-width: 1024px) {
  .top-info-wrapper {
    display: none;
  }
}

.top-fixed-wrapper {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  z-index: 900;
  padding: 30px 0;
}
.top-fixed-wrapper * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.top-fixed-wrapper .logo {
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .logo img {
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .nav-wrap ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fixed-wrapper .nav-wrap ul li {
  margin-right: 48px;
}
.top-fixed-wrapper .nav-wrap ul li:last-child {
  margin-right: 0;
}
.top-fixed-wrapper .nav-wrap ul a {
  display: block;
  color: #414042;
  position: relative;
}
.top-fixed-wrapper .nav-wrap ul a:after, .top-fixed-wrapper .nav-wrap ul a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #da2343;
}
.top-fixed-wrapper .nav-wrap ul a:before {
  bottom: -4px;
  height: 5px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.top-fixed-wrapper .nav-wrap ul a:after {
  top: 0;
  height: 100%;
}
.top-fixed-wrapper .nav-wrap ul a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.top-fixed-wrapper .nav-wrap .nav-left {
  font-weight: bold;
  margin-right: 48px;
}
.top-fixed-wrapper .nav-wrap .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: #da2343;
  height: 52px;
  padding: 0 24px;
  border: 2px solid #da2343;
}
.top-fixed-wrapper .nav-wrap .button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
  background: url(images/shopping-cart-white.svg) left center no-repeat;
  background-size: 24px 24px;
}
.top-fixed-wrapper .nav-wrap .button:hover {
  background: #fff;
  color: #da2343;
  -webkit-box-shadow: 1.2px 1.1px 2.2px rgba(0, 0, 0, 0.011), 2.9px 2.7px 5.3px rgba(0, 0, 0, 0.016), 5.4px 5px 10px rgba(0, 0, 0, 0.02), 9.6px 8.9px 17.9px rgba(0, 0, 0, 0.024), 18px 16.7px 33.4px rgba(0, 0, 0, 0.029), 43px 40px 80px rgba(0, 0, 0, 0.04);
          box-shadow: 1.2px 1.1px 2.2px rgba(0, 0, 0, 0.011), 2.9px 2.7px 5.3px rgba(0, 0, 0, 0.016), 5.4px 5px 10px rgba(0, 0, 0, 0.02), 9.6px 8.9px 17.9px rgba(0, 0, 0, 0.024), 18px 16.7px 33.4px rgba(0, 0, 0, 0.029), 43px 40px 80px rgba(0, 0, 0, 0.04);
}
.top-fixed-wrapper .nav-wrap .button:hover span {
  background-image: url(images/shopping-cart-red.svg);
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  background: url(images/menu.svg) center no-repeat;
  background-size: 32px 32px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
}
@media (max-width: 1440px) {
  .top-fixed-wrapper {
    padding: 24px 0;
  }
}
@media (max-width: 1366px) {
  .top-fixed-wrapper .nav-wrap ul a {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .top-fixed-wrapper .container-flex {
    height: 48px;
  }
  .top-fixed-wrapper .logo {
    height: 48px;
  }
  .top-fixed-wrapper .logo img {
    height: 48px;
  }
  .top-fixed-wrapper .nav-wrap {
    height: 48px;
  }
  .top-fixed-wrapper .nav-wrap ul li {
    margin-right: 40px;
  }
  .top-fixed-wrapper .nav-wrap ul a {
    font-size: 16px;
  }
  .top-fixed-wrapper .nav-wrap .nav-left {
    padding-left: 44px;
  }
  .top-fixed-wrapper .nav-wrap .button {
    font-size: 13px;
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    padding: 16px 0;
    top: 0;
    position: fixed;
    background: #fff;
  }
  .top-fixed-wrapper .container-flex {
    height: 32px;
  }
  .top-fixed-wrapper .logo {
    height: 32px;
  }
  .top-fixed-wrapper .logo img {
    height: 32px;
  }
  .top-fixed-wrapper .nav-toggle {
    display: block;
  }
  .top-fixed-wrapper .nav-wrap {
    display: none;
  }
}

body.is-mobile-menu {
  overflow: hidden;
}

body.scroll .top-fixed-wrapper {
  padding: 20px 0;
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0.5px 2.2px rgba(0, 0, 0, 0.008), 0px 1.3px 5.3px rgba(0, 0, 0, 0.012), 0px 2.4px 10px rgba(0, 0, 0, 0.015), 0px 4.2px 17.9px rgba(0, 0, 0, 0.018), 0px 7.9px 33.4px rgba(0, 0, 0, 0.022), 0px 19px 80px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0.5px 2.2px rgba(0, 0, 0, 0.008), 0px 1.3px 5.3px rgba(0, 0, 0, 0.012), 0px 2.4px 10px rgba(0, 0, 0, 0.015), 0px 4.2px 17.9px rgba(0, 0, 0, 0.018), 0px 7.9px 33.4px rgba(0, 0, 0, 0.022), 0px 19px 80px rgba(0, 0, 0, 0.03);
}
body.scroll .top-fixed-wrapper .container-flex {
  height: 40px;
}
body.scroll .top-fixed-wrapper .logo {
  height: 40px;
}
body.scroll .top-fixed-wrapper .logo img {
  height: 40px;
}
body.scroll .top-fixed-wrapper .nav-wrap {
  height: 40px;
}
body.scroll .top-fixed-wrapper .nav-wrap ul a {
  font-size: 16px;
}
@media (max-width: 1024px) {
  body.scroll .top-fixed-wrapper {
    padding: 16px 0;
  }
  body.scroll .top-fixed-wrapper .container-flex {
    height: 32px;
  }
  body.scroll .top-fixed-wrapper .logo {
    height: 32px;
  }
  body.scroll .top-fixed-wrapper .logo img {
    height: 32px;
  }
  body.scroll .top-fixed-wrapper .nav-wrap.active {
    height: auto;
  }
}

.book-about {
  max-width: 1100px;
  margin: 0 auto;
}
.book-about .highlight {
  margin-bottom: 32px;
  line-height: 1.5;
}
.book-about .highlight {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .book-about .highlight {
    font-size: calc(24px + 10 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-about .highlight {
    font-size: 34px;
  }
}
.book-about .text {
  margin-bottom: 32px;
}
.book-about .text {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .book-about .text {
    font-size: calc(18px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-about .text {
    font-size: 24px;
  }
}
.book-about .cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 64px;
}
.book-about .cols {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .book-about .cols {
    font-size: calc(18px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-about .cols {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .book-about .cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bottom-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.bottom-social-media:before {
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  right: 0;
  top: 50%;
  background: #d1d3d4;
  content: "";
  z-index: 5;
  display: block;
}
.bottom-social-media .social-title {
  display: block;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-right: 48px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}
.bottom-social-media ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-left: 48px;
}
.bottom-social-media ul li {
  margin-right: 48px;
}
.bottom-social-media ul li:last-child {
  margin-right: 0;
}
.bottom-social-media ul a {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.bottom-social-media ul a svg {
  fill: #414042;
  width: 24px;
  vertical-align: top;
}
.bottom-social-media ul a:hover svg {
  fill: #da2343;
}
@media (max-width: 1366px) {
  .bottom-social-media .social-title {
    font-size: 32px;
  }
  .bottom-social-media ul li {
    margin-right: 40px;
  }
  .bottom-social-media ul a {
    width: 20px;
    height: 20px;
  }
  .bottom-social-media ul a svg {
    width: 20px;
  }
}
@media (max-width: 1280px) {
  .bottom-social-media .social-title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .bottom-social-media .social-title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .bottom-social-media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom-social-media:before {
    display: none;
  }
  .bottom-social-media .social-title {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-right: 0;
  }
  .bottom-social-media ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 128px 0 88px;
}
.footer .col {
  margin-right: 88px;
}
.footer .col .col-title {
  font-size: 24px;
  font-weight: 300;
  color: #414042;
  line-height: 1;
  margin-bottom: 32px;
  display: block;
}
.footer .col ul {
  list-style: none;
  margin: 0;
}
.footer .col ul li {
  margin-bottom: 16px;
}
.footer .col ul li:last-child {
  margin-bottom: 0;
}
.footer .col ul a {
  color: #414042;
  font-weight: bold;
}
.footer .col ul a:hover {
  color: #da2343;
}
.footer .col ul.normal a {
  font-weight: 300;
}
.footer .col-newsletter {
  width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.footer .col-newsletter form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px -webkit-min-content;
  -ms-grid-columns: 1fr 8px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-gap: 0 8px;
}
.footer .col-newsletter form .form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 8px;
}
.footer .col-newsletter form input {
  display: block;
  border: 1px solid #da2343;
  padding: 16px 10px;
  font-size: 18px;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .col-newsletter form button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #da2343;
  border: none;
  padding: 12px 16px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .col-newsletter form button:hover {
  background: #414042;
}
@media (max-width: 1280px) {
  .footer .col {
    margin-right: 64px;
  }
  .footer .col-newsletter {
    width: 500px;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
    padding: 88px 0 64px;
  }
  .footer .col {
    margin-right: 0;
  }
  .footer .col-newsletter {
    text-align: center;
    width: 100%;
    max-width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
  .footer .col-newsletter > p {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 32px;
  }
  .footer .col-newsletter form {
    margin: 0 auto;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer .col {
    text-align: center;
  }
  .footer .col-newsletter {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media (max-width: 650px) {
  .footer .col-newsletter form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
  .footer .col-newsletter form .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 24px 0;
  }
}

.copyright {
  display: block;
  margin-bottom: 32px;
}
.copyright p {
  margin-bottom: 0;
  font-size: 14px;
}

.page-title {
  display: block;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 64px;
}
.page-title h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.page-title h1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(40px + 20 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .page-title {
    padding: 72px 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 1366px) {
  .page-title {
    padding: 64px 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1280px) {
  .page-title {
    padding: 56px 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding: 48px 0;
    margin-bottom: 40px;
  }
}

.page-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.page-content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: calc(19px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-content {
    font-size: 21px;
  }
}
.page-content a {
  text-decoration: underline;
}

.book-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 64px 4fr;
  grid-template-columns: 5fr 4fr;
  grid-gap: 32px 64px;
  margin-bottom: 128px;
}
@media (min-width: 1024px) {
  .book-header .cover {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .book-header .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.book-header .desc {
  display: block;
  font-size: 17px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.book-header h1 {
  line-height: 1.3;
  margin-bottom: 24px;
  color: #414042;
  font-weight: 300;
}
.book-header h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .book-header h1 {
    font-size: calc(32px + 28 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-header h1 {
    font-size: 60px;
  }
}
.book-header h1 span {
  display: block;
  color: #da2343;
}
.book-header h1 span {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .book-header h1 span {
    font-size: calc(26px + 10 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-header h1 span {
    font-size: 36px;
  }
}
.book-header p {
  margin-bottom: 40px;
}
.book-header p {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .book-header p {
    font-size: calc(17px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-header p {
    font-size: 19px;
  }
}
.book-header ul {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
}
.book-header ul {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .book-header ul {
    font-size: calc(17px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .book-header ul {
    font-size: 19px;
  }
}
.book-header ul li {
  padding-left: 36px;
  background: url(images/checkbox-red.svg) left 6px no-repeat;
  background-size: 20px 20px;
  margin-bottom: 16px;
}
.book-header ul li:last-child {
  margin-bottom: 0;
}
.book-header .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-header .button-wrap .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  border: 2px solid #da2343;
  background: #da2343;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 0 48px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-transform: uppercase;
}
.book-header .button-wrap .button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  background: url(images/shopping-cart-white.svg) left center no-repeat;
  background-size: 32px 32px;
}
.book-header .button-wrap .button:hover {
  background: #fff;
  color: #da2343;
}
.book-header .button-wrap .button:hover span {
  background-image: url(images/shopping-cart-red.svg);
}
.book-header .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .book-header {
    height: calc(100vh - 108px - 40px - 40px);
    padding-top: 40px;
  }
  .book-header .cover img {
    height: calc(100vh - 108px - 40px - 40px);
    width: auto;
  }
}
@media (max-width: 1280px) {
  .book-header .button-wrap .button {
    height: 56px;
    font-size: 15px;
    padding: 0 32px;
    border-radius: 4px;
  }
  .book-header .button-wrap .button span {
    height: 28px;
    background-size: 28px 28px;
  }
}
@media (max-width: 1024px) {
  .book-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px;
    height: auto;
  }
  .book-header .cover {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .book-header .cover img {
    height: auto;
  }
  .book-header h1 {
    margin-bottom: 20px;
  }
  .book-header p {
    margin-bottom: 24px;
  }
  .book-header ul {
    margin-bottom: 24px;
    font-size: 15px;
  }
  .book-header ul li {
    padding-left: 28px;
    background-size: 14px 14px;
    margin-bottom: 16px;
  }
  .book-header ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .book-header .cover img {
    max-height: 60vh;
    width: auto;
  }
}

#book-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px 32px;
}
#book-gallery .box a {
  display: block;
  padding: 16px;
  border: 1px solid #e1e1e1;
  position: relative;
}
#book-gallery .box a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "Powiększ";
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: rgba(218, 35, 67, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#book-gallery .box a:hover {
  border-color: #da2343;
}
#book-gallery .box a:hover:after {
  opacity: 1;
}
@media (max-width: 550px) {
  #book-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.faq-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.faq-wrapper .row {
  display: block;
  padding: 24px;
  border: 1px solid #e1e1e1;
}
.faq-wrapper .question a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #414042;
  position: relative;
  padding-right: 32px;
  line-height: 1.3;
}
.faq-wrapper .question a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .faq-wrapper .question a {
    font-size: calc(16px + 5 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .faq-wrapper .question a {
    font-size: 21px;
  }
}
.faq-wrapper .question a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/down-chevron.svg) center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-wrapper .question a.collapsed:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-wrapper .question a:hover {
  color: #000;
}
.faq-wrapper .answer {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .faq-wrapper .answer {
    font-size: calc(15px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .faq-wrapper .answer {
    font-size: 18px;
  }
}
.faq-wrapper .answer p {
  margin-top: 20px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .faq-wrapper .row {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .faq-wrapper .row {
    padding: 16px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.toc-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.toc-list .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 24px 1fr;
  grid-template-columns: 80px 1fr;
  grid-gap: 0 24px;
}
.toc-list .row .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  background: #da2343;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
}
.toc-list .row .page span {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.toc-list .row .page span {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .toc-list .row .page span {
    font-size: calc(19px + 8 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .toc-list .row .page span {
    font-size: 27px;
  }
}
.toc-list .row .page em {
  font-style: normal;
  display: inline-block;
  line-height: 1;
}
.toc-list .row .page em {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .toc-list .row .page em {
    font-size: calc(11px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .toc-list .row .page em {
    font-size: 14px;
  }
}
.toc-list .row .name {
  display: block;
}
.toc-list .row .name p {
  margin-bottom: 0;
  line-height: 1.4;
}
.toc-list .row .name p {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .toc-list .row .name p {
    font-size: calc(15px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .toc-list .row .name p {
    font-size: 19px;
  }
}
.toc-list .row .name p:first-child {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .toc-list .row .name p:first-child {
    font-size: calc(21px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .toc-list .row .name p:first-child {
    font-size: 27px;
  }
}
@media (max-width: 1366px) {
  .toc-list .row {
    -ms-grid-columns: 72px 24px 1fr;
    grid-template-columns: 72px 1fr;
  }
  .toc-list .row .page {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 1280px) {
  .toc-list .row {
    -ms-grid-columns: 64px 24px 1fr;
    grid-template-columns: 64px 1fr;
  }
  .toc-list .row .page {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .toc-list .row {
    -ms-grid-columns: 56px 20px 1fr;
    grid-template-columns: 56px 1fr;
    grid-gap: 0 20px;
  }
  .toc-list .row .page {
    width: 56px;
    height: 56px;
  }
}

.product-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-order-wrapper .col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 32px 0;
  width: 100%;
  max-width: 400px;
}
.product-order-wrapper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .product-order-wrapper .cover {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-order-wrapper .title {
  display: block;
}
.product-order-wrapper .title strong {
  display: block;
  display: block;
  line-height: 1.3;
}
.product-order-wrapper .title strong {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .product-order-wrapper .title strong {
    font-size: calc(24px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .product-order-wrapper .title strong {
    font-size: 36px;
  }
}
.product-order-wrapper .desc p {
  font-weight: bold;
  margin-bottom: 12px;
}
.product-order-wrapper .desc ul {
  list-style: none;
  margin: 0;
  font-size: 19px;
}
.product-order-wrapper .desc ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}
.product-order-wrapper .desc ul li:before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #da2343;
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
}
.product-order-wrapper .desc ul li:last-child {
  margin-bottom: 0;
}
.product-order-wrapper .price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 20px 1fr;
  -ms-grid-columns: min-content 20px 1fr;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  grid-gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-order-wrapper .price strong {
  font-size: 40px;
  font-weight: normal;
  white-space: nowrap;
  font-weight: 600;
}
.product-order-wrapper .price span {
  font-size: 13px;
}
.product-order-wrapper .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  grid-gap: 8px 0;
}
.product-order-wrapper .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  border: 2px solid #da2343;
  background: #da2343;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-transform: uppercase;
}
.product-order-wrapper .button a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 48px;
  background: url(images/shopping-cart-white.svg) left center no-repeat;
  background-size: 32px 32px;
}
.product-order-wrapper .button a:hover {
  background: #fff;
  color: #da2343;
}
.product-order-wrapper .button a:hover span {
  background-image: url(images/shopping-cart-red.svg);
}
.product-order-wrapper .button .link {
  font-size: 15px;
  font-weight: 500;
  color: #da2343;
  margin-left: 20px;
  text-decoration: underline;
}
.product-order-wrapper .button .link:hover {
  color: #000;
}
.product-order-wrapper .button em {
  font-size: 16px;
  font-style: normal;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#kup .section-title {
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  #kup .section-title {
    max-width: 450px;
    margin: 0 auto 32px;
  }
}

.people-wrapper .people-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 80px;
}
.people-wrapper .people-grid .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: -webkit-min-content 32px 1fr;
  -ms-grid-rows: min-content 32px 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-gap: 32px 0;
}
.people-wrapper .people-grid .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.people-wrapper .people-grid .box > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.people-wrapper .people-grid .photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
}
.people-wrapper .people-grid .photo img {
  width: auto;
}
.people-wrapper .people-grid .name {
  text-align: center;
}
.people-wrapper .people-grid .name strong {
  display: block;
  line-height: 1.3;
}
.people-wrapper .people-grid .name strong {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .people-wrapper .people-grid .name strong {
    font-size: calc(21px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .people-wrapper .people-grid .name strong {
    font-size: 27px;
  }
}
.people-wrapper .people-grid .name em {
  display: block;
  color: #da2343;
  font-style: normal;
}
.people-wrapper .people-grid .name em {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .people-wrapper .people-grid .name em {
    font-size: calc(14px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .people-wrapper .people-grid .name em {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  .people-wrapper .people-grid {
    grid-gap: 64px 64px;
  }
}
@media (max-width: 768px) {
  .people-wrapper .people-grid {
    -ms-grid-columns: 1fr 44px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 44px;
  }
}
@media (max-width: 550px) {
  .people-wrapper .people-grid {
    grid-gap: 24px 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#top-cookie-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 9999;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}
#top-cookie-wrapper .top-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  -webkit-box-shadow: 0.3px 0.8px 2.2px rgba(0, 0, 0, 0.011), 0.7px 2px 5.3px rgba(0, 0, 0, 0.016), 1.4px 3.8px 10px rgba(0, 0, 0, 0.02), 2.5px 6.7px 17.9px rgba(0, 0, 0, 0.024), 4.6px 12.5px 33.4px rgba(0, 0, 0, 0.029), 11px 30px 80px rgba(0, 0, 0, 0.04);
          box-shadow: 0.3px 0.8px 2.2px rgba(0, 0, 0, 0.011), 0.7px 2px 5.3px rgba(0, 0, 0, 0.016), 1.4px 3.8px 10px rgba(0, 0, 0, 0.02), 2.5px 6.7px 17.9px rgba(0, 0, 0, 0.024), 4.6px 12.5px 33.4px rgba(0, 0, 0, 0.029), 11px 30px 80px rgba(0, 0, 0, 0.04);
}
#top-cookie-wrapper .top-cookie p {
  color: #000;
  margin-bottom: 0;
}
#top-cookie-wrapper .top-cookie p a {
  color: #000;
  text-decoration: underline;
}
#top-cookie-wrapper .top-cookie p:last-child {
  margin-bottom: 0;
  margin-left: 24px;
}
#top-cookie-wrapper .top-cookie p .close {
  font-weight: bold;
  color: #da2343;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
#top-cookie-wrapper .top-cookie p .close:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #top-cookie-wrapper {
    bottom: 0;
  }
  #top-cookie-wrapper .top-cookie {
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px;
    border-radius: 0;
    border-top: 2px solid #e1e1e1;
  }
  #top-cookie-wrapper .top-cookie p {
    text-align: center;
  }
  #top-cookie-wrapper .top-cookie p:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

#mobile-menu-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
  background: #fff;
}
@media (max-width: 1024px) {
  #mobile-menu-wrapper.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mobile-menu-wrapper .content {
  padding: 40px 24px;
}
#mobile-menu-wrapper a {
  color: inherit;
}
#mobile-menu-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
#mobile-menu-wrapper .logo img {
  height: 40px;
}
#mobile-menu-wrapper .nav-toggle {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(images/close.svg) center no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
}
#mobile-menu-wrapper .nav {
  list-style: none;
  margin: 0;
  margin-bottom: 64px;
  text-align: center;
}
#mobile-menu-wrapper .nav li {
  margin-bottom: 16px;
}
#mobile-menu-wrapper .nav li:last-child {
  margin-bottom: 0;
}
#mobile-menu-wrapper .nav a {
  font-size: 21px;
  font-weight: 300;
  color: #111;
  padding: 10px 0;
}
#mobile-menu-wrapper .nav-main a {
  font-weight: 600;
}
#mobile-menu-wrapper .social {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-menu-wrapper .social li {
  margin: 0 24px;
}
#mobile-menu-wrapper .social a {
  display: block;
  width: 24px;
  height: 24px;
}
#mobile-menu-wrapper .social a svg {
  fill: #414042;
  width: 24px;
  vertical-align: top;
}
#mobile-menu-wrapper .social a:hover svg {
  fill: #da2343;
}

body.with-mobile {
  overflow: hidden;
}

@font-face {
  font-family: "lg";
  src: url("fonts/lg.woff2?io9a6k") format("woff2"), url("fonts/lg.ttf?io9a6k") format("truetype"), url("fonts/lg.woff?io9a6k") format("woff"), url("fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-next:hover,
.lg-prev:hover {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  outline: none;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
  opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer[data-lg-slide-type=video] .lg-download, .lg-outer[data-lg-slide-type=iframe] .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.15s;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  transition: -webkit-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}