/*!
Theme Name: Szalenie proste przepisy
Theme URI: http://salaterka.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/*===================================
=            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: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font: normal 16px/1.618 "Open Sans", Arial, Helvetica, sans-serif;
  color: #343a40;
  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: "Open Sans", 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: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #343a40;
  line-height: 1;
}

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  ------*/
@media (min-width: 1024px) {
  body {
    background: url(images/background.png) center top no-repeat;
    background-size: cover;
  }
}
#wrap {
  padding-top: 96px;
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 80px;
  }
}
@media (max-width: 550px) {
  #wrap {
    padding-top: 68px;
  }
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container,
.container-flex {
    max-width: 1000px;
  }
}
@media (max-width: 1180px) {
  .container,
.container-flex {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container,
.container-flex {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

#top-cookie-wrapper {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 24px;
  border-radius: 10px;
  background: #2b9348;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}
#top-cookie-wrapper .top-cookie {
  display: block;
  font-size: 14px;
}
#top-cookie-wrapper .top-cookie p {
  color: #fff;
}
#top-cookie-wrapper .top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
#top-cookie-wrapper .top-cookie p .close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: none;
}
#top-cookie-wrapper .top-cookie p .close:hover {
  color: #2b9348;
  background: #fff;
}
@media (max-width: 768px) {
  #top-cookie-wrapper {
    padding: 16px;
    border-radius: 8px 0 0 0;
    right: 0;
    bottom: 0;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.green-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.green-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(43, 147, 72, 0.11);
          box-shadow: 0px 5px 14.25px 0.75px rgba(43, 147, 72, 0.11);
  background: #2b9348;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.green-button a span {
  padding-right: 48px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 24px 24px;
}
.green-button a:hover {
  background: #257f3e;
  -webkit-box-shadow: 0px 5px 10.25px 0.75px rgba(43, 147, 72, 0.21);
          box-shadow: 0px 5px 10.25px 0.75px rgba(43, 147, 72, 0.21);
}

.subtitle {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.subtitle span {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900;
  color: #2b9348;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.subtitle h2 {
  font-size: 42px;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .subtitle span {
    font-size: 20px;
  }
  .subtitle h2 {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .subtitle {
    margin-bottom: 32px;
  }
  .subtitle span {
    font-size: 19px;
  }
  .subtitle h2 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .subtitle {
    margin-bottom: 24px;
  }
  .subtitle span {
    font-size: 18px;
  }
  .subtitle h2 {
    font-size: 30px;
  }
}
.subtitle.left {
  text-align: left;
}

.subtitle-desc {
  display: block;
  width: 100%;
  max-width: 770px;
  margin: 0 auto 32px;
  text-align: center;
}

.subtitle + .subtitle-desc {
  margin-top: -24px;
}

.cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-section a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(43, 147, 72, 0.11);
          box-shadow: 0px 5px 14.25px 0.75px rgba(43, 147, 72, 0.11);
  background: #2b9348;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-section a span {
  padding-right: 48px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 24px 24px;
}
.cta-section a:hover {
  background: #257f3e;
  -webkit-box-shadow: 0px 5px 10.25px 0.75px rgba(43, 147, 72, 0.21);
          box-shadow: 0px 5px 10.25px 0.75px rgba(43, 147, 72, 0.21);
}

.single-page-wrapper {
  display: block;
  width: 100%;
  max-width: 960px;
  padding: 40px 0;
  margin: 0 auto;
}
.single-page-wrapper .page-title {
  display: block;
  margin-bottom: 32px;
}
.single-page-wrapper .page-title h2 {
  font-size: 32px;
}
.single-page-wrapper .page-content {
  font-size: 21px;
}
.single-page-wrapper .page-content a {
  color: #2b9348;
}
.single-page-wrapper .page-content a:hover {
  text-decoration: underline;
}

.top-fixed-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1100;
  border-bottom: 1px solid #e1e1e1;
  height: 56px;
  padding: 20px 0;
  -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;
}
.top-fixed-wrapper .claim {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .claim strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f28121;
  margin-right: 16px;
}
.top-fixed-wrapper .claim span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #6fab34;
}
.top-fixed-wrapper .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fixed-wrapper ul li {
  margin-right: 40px;
}
.top-fixed-wrapper ul a {
  font-size: 17px;
  font-weight: 600;
  color: #343a40;
}
.top-fixed-wrapper ul a:hover {
  color: #2b9348;
}
@media (max-width: 1280px) {
  .top-fixed-wrapper .container-flex {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
  }
}
@media (max-width: 1180px) {
  .top-fixed-wrapper ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper {
    padding: 16px 0;
    height: 48px;
  }
  .top-fixed-wrapper .green-button a {
    height: 48px;
    font-size: 13px;
    padding: 0 20px;
  }
  .top-fixed-wrapper .green-button a span {
    padding-right: 32px;
    background-size: 16px 16px;
  }
}
@media (max-width: 768px) {
  .top-fixed-wrapper .claim {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-fixed-wrapper .claim strong {
    line-height: 1;
  }
  .top-fixed-wrapper .claim span {
    line-height: 1;
  }
}
@media (max-width: 550px) {
  .top-fixed-wrapper {
    padding: 12px 0;
    height: 44px;
  }
  .top-fixed-wrapper .claim strong {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .top-fixed-wrapper .claim span {
    font-size: 18px;
  }
  .top-fixed-wrapper .green-button a {
    height: 44px;
    font-size: 11px;
    padding: 0 16px;
  }
  .top-fixed-wrapper .green-button a span {
    background: none;
    padding-right: 0;
  }
}

body.scroll .top-fixed-wrapper {
  padding: 12px 0;
  background: #fff;
}

.section-header {
  display: block;
  padding-top: 80px;
}
.section-header .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header .text {
  width: 100%;
  max-width: 650px;
}
.section-header .claim {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2b9348;
  margin-bottom: 0;
}
.section-header h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #f28121;
}
.section-header .desc {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-header .desc p:first-child {
  font-size: 24px;
  font-weight: bold;
}
.section-header .desc ul {
  list-style: none;
  margin: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: normal;
}
.section-header .desc ul li {
  padding-left: 32px;
  background: url(images/check-solid.svg) left 4px no-repeat;
  background-size: 12px 12px;
  margin-bottom: 10px;
}
.section-header .desc ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .section-header .container-flex {
    max-width: 100%;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section-header .claim {
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .section-header {
    padding-top: 64px;
  }
  .section-header .container-flex {
    padding: 0 40px;
  }
  .section-header .claim {
    font-size: 30px;
  }
  .section-header h1 {
    font-size: 44px;
  }
  .section-header .desc {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .section-header {
    padding-top: 56px;
  }
  .section-header .container-flex {
    padding: 0 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-header .cover {
    margin-right: 40px;
  }
  .section-header .claim {
    font-size: 27px;
  }
  .section-header h1 {
    font-size: 40px;
  }
  .section-header .desc {
    font-size: 19px;
  }
  .section-header .desc p:first-child {
    font-size: 21px;
  }
  .section-header .desc ul {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .section-header {
    padding-top: 64px;
  }
  .section-header .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .section-header .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .section-header .text {
    max-width: 650px;
  }
  .section-header .claim {
    font-size: 24px;
  }
  .section-header h1 {
    font-size: 36px;
  }
  .section-header .desc {
    font-size: 18px;
  }
  .section-header .desc ul {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .section-header {
    padding-top: 40px;
  }
}

.section-about .claim {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  color: #2b9348;
  margin-bottom: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}
.section-about .title {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
  color: #f28121;
}
.section-about .subtitle h2 {
  color: #f28121;
}
.section-about .description {
  font-size: 24px;
  margin-bottom: 40px;
}
.section-about .about-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 48px;
}
.section-about .about-grid .about-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66px 20px 1fr;
  grid-template-columns: 66px 1fr;
  grid-gap: 20px 20px;
}
.section-about .about-grid .icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.section-about .about-grid .col-title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 24px;
  font-weight: bold;
  -ms-grid-row-align: center;
      align-self: center;
}
.section-about .about-grid .col-title p {
  margin-bottom: 0;
  line-height: 1.3;
}
.section-about .about-grid .text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .section-about .claim {
    font-size: 20px;
  }
  .section-about .title {
    font-size: 48px;
  }
  .section-about .description {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section-about .claim {
    font-size: 19px;
  }
  .section-about .title {
    font-size: 40px;
  }
  .section-about .description {
    font-size: 20px;
  }
  .section-about .about-grid .col-title {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .section-about .about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-about .about-grid .col-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-about .claim {
    font-size: 18px;
  }
  .section-about .title {
    font-size: 36px;
  }
  .section-about .description {
    font-size: 19px;
  }
  .section-about .about-grid .text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.separator {
  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: relative;
  padding: 128px 0;
}
@media (max-width: 1280px) {
  .separator {
    padding: 104px 0;
  }
}
@media (max-width: 1024px) {
  .separator {
    padding: 88px 0;
  }
}
@media (max-width: 768px) {
  .separator {
    padding: 64px 0;
  }
}
.separator .icon {
  background-color: #ffffff;
  padding: 0 32px;
  position: relative;
  z-index: 12;
}
.separator:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  right: 0;
  background: #2b9348;
  height: 2px;
  content: "";
  z-index: 10;
}

.book-section .book-carousel {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.book-section .book-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
.book-section .book-carousel .item .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.book-section .book-carousel.owl-carousel .owl-nav button.owl-prev, .book-section .book-carousel.owl-carousel .owl-nav button.owl-next {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.book-section .book-carousel.owl-carousel .owl-nav button.owl-prev:hover, .book-section .book-carousel.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.5;
}
.book-section .book-carousel.owl-carousel .owl-nav button.owl-prev {
  background-image: url(images/slider-arrow-left.svg);
  left: -50px;
}
.book-section .book-carousel.owl-carousel .owl-nav button.owl-next {
  background-image: url(images/slider-arrow-right.svg);
  right: -50px;
}
.book-section .book-carousel.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
.book-section .book-carousel.owl-carousel .owl-dots button.owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #2b9348;
  border-radius: 50%;
  margin: 0 4px 4px;
}
.book-section .book-carousel.owl-carousel .owl-dots button.owl-dot:hover, .book-section .book-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background: #2b9348;
}
@media (max-width: 900px) {
  .book-section .book-carousel {
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .book-section .book-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .book-section .book-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .book-section .book-carousel {
    padding: 0;
  }
  .book-section .book-carousel .item {
    margin-bottom: 32px;
    padding: 24px;
  }
}

.section-sets .books-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -32px;
}
.section-sets .books-container .books-offer {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 32px 16px 0;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 0.6px 2.2px rgba(0, 0, 0, 0.011), 0px 1.3px 5.3px rgba(0, 0, 0, 0.016), 0px 2.5px 10px rgba(0, 0, 0, 0.02), 0px 4.5px 17.9px rgba(0, 0, 0, 0.024), 0px 8.4px 33.4px rgba(0, 0, 0, 0.029), 0px 20px 80px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0.6px 2.2px rgba(0, 0, 0, 0.011), 0px 1.3px 5.3px rgba(0, 0, 0, 0.016), 0px 2.5px 10px rgba(0, 0, 0, 0.02), 0px 4.5px 17.9px rgba(0, 0, 0, 0.024), 0px 8.4px 33.4px rgba(0, 0, 0, 0.029), 0px 20px 80px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .section-sets .books-container .books-offer {
    margin: 32px 0 0;
    padding: 20px;
  }
}
.section-sets .books-container .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  margin-bottom: 24px;
}
.section-sets .books-container .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}
.section-sets .books-container .desc {
  font-size: 16px;
  margin-bottom: 32px;
}
.section-sets .books-container .desc p {
  margin-bottom: 8px;
}
.section-sets .books-container .desc ul {
  list-style: none;
  margin: 0;
  font-size: 18px;
}
.section-sets .books-container .desc ul li {
  margin-bottom: 12px;
  padding-left: 32px;
  background: url(images/check-solid.svg) left 7px no-repeat;
  background-size: 12px 12px;
}
.section-sets .books-container .desc ul li:last-child {
  margin-bottom: 0;
}
.section-sets .books-container .books-cta-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0 20px;
  margin-bottom: 20px;
}
.section-sets .books-container .books-cta-wrapper p {
  margin-bottom: 0;
}
.section-sets .books-container .books-cta-wrapper .books-price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.section-sets .books-container .books-cta-wrapper .books-discount {
  font-size: 30px;
  color: #f28121;
  line-height: 1.3;
  text-decoration: line-through;
}
.section-sets .books-container .green-button a {
  min-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 650px) {
  .section-sets .books-container .green-button a {
    min-width: 100%;
  }
}
.section-sets .books-container .books-bottom-label {
  display: block;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 14px;
}

.section-sets2 .claim {
  color: #2b9348;
  text-transform: uppercase;
  font-size: 1.3125rem;
  text-align: center;
}
.section-sets2 .title {
  font-size: 2.625rem;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.section-sets2 .btn-container {
  background-color: #e5faee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
  border-radius: 5px;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-sets2 .btn-container .green-btn a {
  width: auto;
}
.section-sets2 .btn-container div:not(.green-btn) a {
  color: #3a3a3a;
  font-weight: 700;
  border-radius: 4px;
  padding: 17px 25px;
  text-transform: uppercase;
  display: block;
  font-size: 1.0625rem;
}
.section-sets2 .books-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.section-sets2 .books-container .books-offer {
  text-align: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "b" "c";
}
.section-sets2 .books-container .books-offer:nth-child(-n+3) {
  margin-bottom: 80px;
}
.section-sets2 .books-container .books-offer .books-offer-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  width: 100%;
  margin: 0 auto;
  grid-area: b;
  -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 450px) {
  .section-sets2 .books-container .books-offer .books-offer-wrapper {
    width: 350px;
  }
}
.section-sets2 .books-container .books-offer .books-offer-wrapper div .book-title {
  font-size: 1.5rem;
  color: #3a3a3a;
  margin: 25px 0;
}
.section-sets2 .books-container .books-offer .books-offer-wrapper div .book-subtitle {
  font-size: 1rem;
  margin-bottom: 20px;
}
.section-sets2 .books-container .books-offer .books-offer-wrapper div ul {
  margin-bottom: 35px;
}
.section-sets2 .books-container .books-offer .books-offer-wrapper div ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  margin: 12px 0;
  color: #3a3a3a;
  font-size: 1.1rem;
  width: 80%;
}
.section-sets2 .books-container .books-offer .books-offer-wrapper div ul li:before {
  content: "";
  background: url("images/check-solid.svg") no-repeat;
  height: 13px;
  width: 13px;
  display: block;
  margin-right: 14px;
  margin-top: 5px;
}
.section-sets2 .books-container .books-offer .books-cta {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  width: 100%;
  margin: auto 0 0 0;
  grid-area: c;
  -ms-grid-row-align: end;
      align-self: end;
}
@media (min-width: 450px) {
  .section-sets2 .books-container .books-offer .books-cta {
    width: 350px;
  }
}
.section-sets2 .books-container .books-offer .books-cta .books-cta-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.section-sets2 .books-container .books-offer .books-cta .books-cta-wrapper .books-price {
  font-size: 2.25em;
  color: #3a3a3a;
}
.section-sets2 .books-container .books-offer .books-cta .books-cta-wrapper .books-discount {
  margin-left: 25px;
  display: block;
  color: #f28121;
  font-size: 0.875em;
}
.section-sets2 .books-container .books-offer .books-cta .green-btn a {
  width: 85%;
  text-align: center;
  text-transform: lowercase;
}
.section-sets2 .books-container .books-offer .books-cta .green-btn a:first-letter {
  text-transform: capitalize;
}
.section-sets2 .books-container .books-offer .books-cta .books-btn-bottom-label {
  margin-top: 7px;
  font-size: 0.875em;
}

.testimonials-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 16px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.testimonials-grid .col a {
  margin-bottom: 16px;
}
.testimonials-grid .col a:last-child {
  margin-bottom: 0;
}
.testimonials-grid a {
  border: 1px solid #e1e1e1;
  padding: 16px;
  display: block;
  position: relative;
}
.testimonials-grid a:after, .testimonials-grid a:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials-grid a:before {
  background: #2b9348;
  z-index: 20;
  opacity: 0;
  content: "Przeczytaj";
  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;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.testimonials-grid a:hover:after {
  opacity: 0;
}
.testimonials-grid a:hover:before {
  opacity: 1;
}

.testimonials-carousel {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials-carousel blockquote {
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 32px;
  font-style: normal;
}
.testimonials-carousel .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-carousel .author-wrap .avatar {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}
.testimonials-carousel .author-wrap .name {
  display: block;
}
.testimonials-carousel .author-wrap strong {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 18px;
}
.testimonials-carousel .author-wrap span {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #2b9348;
}
.testimonials-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials-carousel .owl-stage .owl-item {
  float: none;
}
.testimonials-carousel .owl-stage .owl-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev, .testimonials-carousel.owl-carousel .owl-nav button.owl-next {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev:hover, .testimonials-carousel.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.5;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
  background-image: url(images/slider-arrow-left.svg);
  left: -50px;
}
.testimonials-carousel.owl-carousel .owl-nav button.owl-next {
  background-image: url(images/slider-arrow-right.svg);
  right: -50px;
}
.testimonials-carousel.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
.testimonials-carousel.owl-carousel .owl-dots button.owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #2b9348;
  border-radius: 50%;
  margin: 0 4px;
}
.testimonials-carousel.owl-carousel .owl-dots button.owl-dot:hover, .testimonials-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background: #2b9348;
}
@media (max-width: 1366px) {
  .testimonials-carousel blockquote {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .testimonials-carousel blockquote {
    font-size: 23px;
  }
}
@media (max-width: 1180px) {
  .testimonials-carousel {
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .testimonials-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .testimonials-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .testimonials-carousel {
    padding: 0;
  }
  .testimonials-carousel blockquote {
    font-size: 21px;
  }
}

.section-authors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px;
}
.section-authors .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-authors .text {
  max-width: 850px;
  margin-right: 40px;
}
.section-authors .text .intro {
  font-size: 24px;
}
.section-authors .text .desc {
  font-size: 16px;
}
@media (max-width: 1366px) {
  .section-authors .text .intro {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .section-authors .text .intro {
    font-size: 20px;
  }
  .section-authors .text .sign img {
    height: 80px;
  }
}
@media (max-width: 1180px) {
  .section-authors {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px 0;
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .section-authors .photo img {
    height: auto;
  }
  .section-authors .text {
    padding: 0 32px;
    margin-right: 0;
  }
}

.section-faq .faq-wrapper {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.section-faq .faq-wrapper .row {
  display: block;
  border: 1px solid #e1e1e1;
  margin-bottom: 8px;
  background: #fff;
  position: relative;
}
.section-faq .faq-wrapper .row:last-child {
  margin-bottom: 0;
}
.section-faq .faq-wrapper .question {
  display: block;
  padding: 16px 32px;
}
.section-faq .faq-wrapper .question a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  cursor: pointer;
  padding-right: 24px;
  text-decoration: none;
}
.section-faq .faq-wrapper .question a:after {
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/arrow-down-dark.svg) center no-repeat;
  background-size: 20px 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-faq .faq-wrapper .question a.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-faq .faq-wrapper .question a:hover {
  color: #2b9348;
}
.section-faq .faq-wrapper .question a:hover:after {
  background-image: url(images/arrow-down-green.svg);
}
.section-faq .faq-wrapper .answer {
  color: #777;
  font-size: 17px;
  padding: 0 32px 0 32px;
}
.section-faq .faq-wrapper .answer p {
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .section-faq .faq-wrapper .question a {
    font-size: 22px;
  }
  .section-faq .faq-wrapper .answer {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .section-faq .faq-wrapper .question {
    padding: 12px 24px;
  }
  .section-faq .faq-wrapper .question a {
    font-size: 21px;
  }
  .section-faq .faq-wrapper .answer {
    font-size: 19px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .question {
    padding: 12px 20px;
  }
  .section-faq .faq-wrapper .question a {
    font-size: 20px;
    line-height: 1.3;
  }
  .section-faq .faq-wrapper .answer {
    font-size: 18px;
    padding: 0 20px;
  }
}

.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;
}

.section-other-books {
  margin-bottom: 80px;
}
.section-other-books .other-books-wraper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}
.section-other-books .other-books-wraper .other-book {
  height: auto;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "a" "d";
}
.section-other-books .other-books-wraper .other-book-info {
  width: 100%;
}
.section-other-books .other-books-wraper .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-other-books .other-books-wraper .cover a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-other-books .other-books-wraper .cover a:hover {
  opacity: 0.75;
}
.section-other-books .other-books-wraper .title {
  font-size: 24px;
  font-weight: bold;
  color: #3a3a3a;
}
.section-other-books .other-books-wraper .title a {
  color: inherit;
}
.section-other-books .other-books-wraper .title a:hover {
  color: #2b9348;
}
@media (max-width: 1280px) {
  .section-other-books .other-books-wraper .title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .section-other-books .other-books-wraper .title {
    font-size: 20px;
  }
}
.section-other-books .other-books-wraper .description {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .section-other-books .other-books-wraper .description {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .section-other-books .other-books-wraper .description {
    font-size: 16px;
  }
}
.section-other-books .other-books-wraper .green-button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 900px) {
  .section-other-books .other-books-wraper {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .section-other-books .other-books-wraper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}

.footer {
  background-color: #e5faee;
  text-align: center;
  padding-top: 80px;
}
.footer .subtitle {
  margin-bottom: 72px;
}
.footer .e-mails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 72px;
}
.footer .e-mails a {
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  color: #343a40;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  margin-bottom: 24px;
}
.footer .e-mails a:last-child {
  margin-bottom: 0;
}
.footer .e-mails a:hover {
  border-bottom-color: #2b9348;
  color: #2b9348;
}
.footer .website-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.footer .website-info p {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.footer .website-info a {
  color: inherit;
}
.footer .website-info a:hover {
  text-decoration: underline;
}
@media (max-width: 1366px) {
  .footer .e-mails a {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .footer .e-mails a {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .footer .e-mails a {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .footer .subtitle {
    margin-bottom: 40px;
  }
  .footer .e-mails {
    margin-bottom: 40px;
  }
  .footer .e-mails a {
    font-size: 32px;
  }
  .footer .website-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 550px) {
  .footer .e-mails a {
    font-size: 27px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 29, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-slide img {
  max-height: 80vh;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 2.2px rgba(0, 0, 0, 0.011), 0px 2.3px 5.3px rgba(0, 0, 0, 0.016), 0px 4.4px 10px rgba(0, 0, 0, 0.02), 0px 7.8px 17.9px rgba(0, 0, 0, 0.024), 0px 14.6px 33.4px rgba(0, 0, 0, 0.029), 0px 35px 80px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 1px 2.2px rgba(0, 0, 0, 0.011), 0px 2.3px 5.3px rgba(0, 0, 0, 0.016), 0px 4.4px 10px rgba(0, 0, 0, 0.02), 0px 7.8px 17.9px rgba(0, 0, 0, 0.024), 0px 14.6px 33.4px rgba(0, 0, 0, 0.029), 0px 35px 80px rgba(0, 0, 0, 0.04);
}

.swiper-button-prev {
  background-image: url(images/slider-arrow-left.svg);
  left: 0px;
}

.swiper-button-next {
  background-image: url(images/slider-arrow-right.svg);
  right: 0px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding-top: 32px;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #2b9348;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2b9348;
}

@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: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-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: "\e070";
}

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

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

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

.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: "\e909";
}

.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;
}
/*# sourceMappingURL=style.css.map */