@charset "UTF-8";
/************ Base styling ************/
/**
 * Fonts 
 */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&family=Rubik:wght@400;500;700&display=swap");
@import url(../vendor/splide/splide-core.min.css);
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?6a44xf");
  src: url("../../fonts/icomoon.eot?6a44xf#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?6a44xf") format("truetype"), url("../../fonts/icomoon.woff?6a44xf") format("woff"), url("../../fonts/icomoon.svg?6a44xf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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; }

.icon-account:before {
  content: "\e900"; }

.icon-downlaod:before {
  content: "\e901"; }

.icon-drop-down-arrow:before {
  content: "\e902"; }

.icon-favorite-add:before {
  content: "\e903"; }

.icon-heart-filled:before {
  content: "\e904"; }

.icon-heart:before {
  content: "\e905"; }

.icon-question:before {
  content: "\e906"; }

.icon-search:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e908"; }

.icon-next-arrow:before {
  content: "\e909"; }

.icon-trash-o:before {
  content: "\e90a"; }

/**
 * Normalize 
 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

*, *::before, *::after {
  box-sizing: inherit; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

a:focus {
  outline: 2px solid black;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 87.5%; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Grid
 */
.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1036px; }
  @media screen and (min-width: 769px) {
    .container {
      padding-left: 8px;
      padding-right: 8px; } }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 700px; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 540px; } }
  @media screen and (max-width: 550px) {
    .container {
      max-width: 360px; } }
  .container .container {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0; }
  .container--ai-start {
    -ms-flex-align: start;
        align-items: flex-start; }
  .container--ai-center {
    -ms-flex-align: center;
        align-items: center; }
  .container--ai-end {
    -ms-flex-align: end;
        align-items: flex-end; }
  .container--jc-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .container--jc-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .container--jc-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .container--1 > .col {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .container--2 > .col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .container--3 > .col {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .container--4 > .col {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .container--5 > .col {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .container--6 > .col {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .container--7 > .col {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .container--8 > .col {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .container--9 > .col {
    -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
    max-width: 11.11111%; }
  .container--10 > .col {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%;
    max-width: 10%; }
  .container--11 > .col {
    -ms-flex: 0 0 9.09091%;
        flex: 0 0 9.09091%;
    max-width: 9.09091%; }
  .container--12 > .col {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  @media screen and (min-width: 1201px) and (max-width: 1365px) {
    .container--xl-1 > .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .container--xl-2 > .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .container--xl-3 > .col {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container--xl-4 > .col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .container--xl-5 > .col {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
    .container--xl-6 > .col {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container--xl-7 > .col {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
    .container--xl-8 > .col {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }
    .container--xl-9 > .col {
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; }
    .container--xl-10 > .col {
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; }
    .container--xl-11 > .col {
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; }
    .container--xl-12 > .col {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .container--lg-1 > .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .container--lg-2 > .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .container--lg-3 > .col {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container--lg-4 > .col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .container--lg-5 > .col {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
    .container--lg-6 > .col {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container--lg-7 > .col {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
    .container--lg-8 > .col {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }
    .container--lg-9 > .col {
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; }
    .container--lg-10 > .col {
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; }
    .container--lg-11 > .col {
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; }
    .container--lg-12 > .col {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .container--md-1 > .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .container--md-2 > .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .container--md-3 > .col {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container--md-4 > .col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .container--md-5 > .col {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
    .container--md-6 > .col {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container--md-7 > .col {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
    .container--md-8 > .col {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }
    .container--md-9 > .col {
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; }
    .container--md-10 > .col {
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; }
    .container--md-11 > .col {
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; }
    .container--md-12 > .col {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (min-width: 551px) and (max-width: 768px) {
    .container--sm-1 > .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .container--sm-2 > .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .container--sm-3 > .col {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container--sm-4 > .col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .container--sm-5 > .col {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
    .container--sm-6 > .col {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container--sm-7 > .col {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
    .container--sm-8 > .col {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }
    .container--sm-9 > .col {
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; }
    .container--sm-10 > .col {
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; }
    .container--sm-11 > .col {
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; }
    .container--sm-12 > .col {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (max-width: 550px) {
    .container--xs-1 > .col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .container--xs-2 > .col {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .container--xs-3 > .col {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container--xs-4 > .col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .container--xs-5 > .col {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
    .container--xs-6 > .col {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container--xs-7 > .col {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
    .container--xs-8 > .col {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; }
    .container--xs-9 > .col {
      -ms-flex: 0 0 11.11111%;
          flex: 0 0 11.11111%;
      max-width: 11.11111%; }
    .container--xs-10 > .col {
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
      max-width: 10%; }
    .container--xs-11 > .col {
      -ms-flex: 0 0 9.09091%;
          flex: 0 0 9.09091%;
      max-width: 9.09091%; }
    .container--xs-12 > .col {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; } }

.col {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px; }
  .col--1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col--2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col--3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col--4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col--5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col--6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col--7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col--8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col--9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col--10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col--11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col--12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media screen and (min-width: 1201px) and (max-width: 1365px) {
    .col--xl-1 {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col--xl-2 {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col--xl-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .col--xl-4 {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col--xl-5 {
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col--xl-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .col--xl-7 {
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col--xl-8 {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col--xl-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%; }
    .col--xl-10 {
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col--xl-11 {
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col--xl-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    .col--lg-1 {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col--lg-2 {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col--lg-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .col--lg-4 {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col--lg-5 {
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col--lg-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .col--lg-7 {
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col--lg-8 {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col--lg-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%; }
    .col--lg-10 {
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col--lg-11 {
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col--lg-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .col--md-1 {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col--md-2 {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col--md-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .col--md-4 {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col--md-5 {
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col--md-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .col--md-7 {
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col--md-8 {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col--md-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%; }
    .col--md-10 {
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col--md-11 {
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col--md-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 551px) and (max-width: 768px) {
    .col--sm-1 {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col--sm-2 {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col--sm-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .col--sm-4 {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col--sm-5 {
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col--sm-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .col--sm-7 {
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col--sm-8 {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col--sm-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%; }
    .col--sm-10 {
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col--sm-11 {
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col--sm-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: 550px) {
    .col--xs-1 {
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .col--xs-2 {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .col--xs-3 {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
    .col--xs-4 {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .col--xs-5 {
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .col--xs-6 {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
    .col--xs-7 {
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .col--xs-8 {
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .col--xs-9 {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      max-width: 75%; }
    .col--xs-10 {
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .col--xs-11 {
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .col--xs-12 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; } }

/**
 * Base 
 */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

::selection {
  background: #B4B4B4;
  color: #ffffff; }

#wpadminbar * {
  min-width: 0; }

html {
  color: #333333;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.375; }

body {
  overflow-x: hidden;
  word-wrap: break-word; }
  body * {
    outline: none; }
  body.menu-active {
    overflow: hidden; }

.site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative; }
  body.admin-bar .site {
    min-height: calc(100vh - 32px); }
    @media screen and (max-width: 782px) {
      body.admin-bar .site {
        min-height: calc(100vh - 46px); } }
    @media screen and (max-width: 600px) {
      body.admin-bar .site {
        min-height: 100vh; } }

.main {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px; }

.scrollbar-measure {
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 100px; }

/**
 * Typography 
 */
p {
  color: inherit;
  margin: 0 0 1.7em; }

a {
  transition: all 0.2s ease-in-out; }
  a::before, a::after {
    transition: all 0.2s ease-in-out; }
  a:not([class]), a[class=""] {
    color: #5A9C44; }
    @media screen and (min-width: 769px) {
      a:not([class]):hover, a:not([class]):focus, a[class=""]:hover, a[class=""]:focus {
        color: #4C8E36;
        text-decoration: none;
		outline: 2px solid black;} }
  a.builtin {
    color: inherit;
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      a.builtin:hover, a.builtin:focus {
        color: #4C8E36; } }

hr {
  border-color: #cecece;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 2rem 0; }

code,
kbd {
  background-color: rgba(250, 128, 114, 0.05);
  border: none;
  border-radius: 0;
  color: #FA8072;
  display: inline;
  padding: 1px 4px; }

pre {
  color: #333333;
  font-size: 87.5%;
  margin: 1rem 0;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word; }

q {
  quotes: '“' '”'; }

mark {
  background: #219FA5;
  color: #ffffff;
  padding: 1px 4px; }

address {
  font-style: italic;
  margin: 0 0 1rem; }

blockquote {
  margin: 0 0 1rem; }

cite::before {
  content: '- '; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
	  outline: 2px solid black;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*** Headings ***/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1rem; }

h1, .h1 {
  font-size: 2.125rem;
  line-height: 1.29412;
  color: #219FA5;
  font-family: "Crimson Text", "Rubik", sans-serif;
  font-weight: 400;
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 1.875rem;
      line-height: 1.33333; } }
  @media screen and (min-width: 551px) {
    h1, .h1 {
      letter-spacing: .01em; } }

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.21429;
  color: #219FA5;
  font-weight: 500; }

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.27273;
  color: #219FA5;
  font-weight: 500; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: 500; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500; }

h6, .h6 {
  font-size: 0.8125rem;
  line-height: 1.30769;
  font-weight: 500; }

/*** Lists ***/
ol, ul {
  color: inherit;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0 0 0 1.25em; }
  ol ol, ol ul, ul ol, ul ul {
    font-size: inherit;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
  ol li, ul li {
    margin: 0 0 10px; }

dl {
  margin-bottom: 1rem;
  margin-top: 1rem; }
  dl dt {
    margin: 0.5rem 0; }
  dl dd {
    margin: 0 0 0 2rem; }

/*** Table ***/
table {
  border-collapse: collapse;
  border-radius: 0;
  margin: 0 0 1rem;
  width: 100%; }

thead, tfoot {
  border: 1px solid #E8E8E8; }
  thead th, thead td, tfoot th, tfoot td {
    font-weight: 500;
    padding: 0.5rem 0.625rem 0.625rem;
    text-align: left; }

thead {
  background: #E8E8E8; }

tbody {
  border: 1px solid #E8E8E8;
  background-color: #ffffff; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

tfoot {
  background: #fafafa; }

/*** WP classes ***/
.alignnone {
  clear: both;
  display: block;
  margin: 3rem 0; }

.aligncenter {
  clear: both;
  display: block;
  margin: 3rem auto 3rem; }

.alignleft {
  float: left !important;
  margin: 3rem 3rem 3rem 0; }

.alignright {
  float: right !important;
  margin: 3rem 0 3rem 3rem; }

/*** Other ***/
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.sidebar-title {
  border-bottom: 2px solid #FA8072;
  border-top: 2px solid #FA8072;
  color: #FA8072;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 13px 15px 7px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sidebar-title {
      padding: 18px 0 12px; } }

/************ Vendor styling ************/
/************ Components ************/
/**
 * Accordion
 */
.accordion {
  margin: 0;
  padding: 0; }
  .accordion__header {
    background: #ffffff;
    border-color: #707070;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    margin: 0;
    padding: 17px 50px 17px 20px;
    position: relative;
    transition: color 0.2s ease-in-out; }
    @media screen and (max-width: 768px) {
      .accordion__header {
        padding: 16px 40px 16px 16px; } }
    .accordion__header::before, .accordion__header::after {
      background-color: #FF9999;
      border-radius: 2px;
      content: '';
      display: block;
      position: absolute;
      right: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .accordion__header::before, .accordion__header::after {
          right: 16px; } }
    .accordion__header::before {
      height: 4px;
      width: 18px; }
    .accordion__header::after {
      height: 18px;
      margin-right: 7px;
      width: 4px; }
    @media screen and (min-width: 769px) {
      .accordion__header:hover, .accordion__header:focus {
        color: #707070; }
        .accordion__header:hover::before, .accordion__header:hover::after, .accordion__header:focus::before, .accordion__header:focus::after {
          background-color: #FA8072; } }
    .accordion__header:not(.accordion__header--active) {
      border-bottom: none; }
    .accordion__header--active::after {
      opacity: 0; }
    .accordion__header:first-child {
      border-radius: 4px 4px 0 0; }
  .accordion__title {
    margin: 0; }
  .accordion__content {
    background: #ffffff;
    border-color: #707070;
    border-style: solid;
    border-width: 0 1px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.2s ease-in-out; }
    @media screen and (max-width: 768px) {
      .accordion__content {
        padding: 0 16px; } }
    .accordion__content:after {
      content: '';
      display: block;
      height: 20px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .accordion__content:after {
          height: 16px; } }
    .accordion__content p:last-child {
      margin-bottom: 0 !important; }
    .accordion__content:last-child {
      border-bottom: 1px solid #707070;
      border-radius: 0 0 4px 4px; }

/**
 * Animations
 */
/*** Loader spinner ***/
.spinner {
  animation: spin 0.75s infinite linear;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #B4B4B4;
  display: inline-block;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-out;
  width: 30px;
  z-index: 30; }
  .spinner::before {
    animation: spin 1.5s infinite ease;
    border: inherit;
    border-radius: inherit;
    content: '';
    display: inline-block;
    height: inherit;
    left: -2px;
    position: absolute;
    top: -2px;
    width: inherit; }

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

/*** Animated blocks ***/
.animated-block {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 0s; }
  .animated-block--2 {
    transition-delay: 0.2s; }
  .animated-block--3 {
    transition-delay: 0.4s; }
  .animated-block--4 {
    transition-delay: 0.6s; }
  .animated-block--5 {
    transition-delay: 0.8s; }
  .animated-block--6 {
    transition-delay: 1s; }
  .animated-block--7 {
    transition-delay: 1.2s; }
  .animated-block--slide-bottom {
    -ms-transform: translate(0, 30px);
        transform: translate(0, 30px); }
  .animated-block--slide-left {
    -ms-transform: translate(-30px, 0);
        transform: translate(-30px, 0); }
  .animated-block--slide-right {
    -ms-transform: translate(30px, 0);
        transform: translate(30px, 0); }
  .animated-block--slide-top {
    -ms-transform: translate(0, -30px);
        transform: translate(0, -30px); }
  .animated-block--visible {
    opacity: 1; }
    .animated-block--visible--slide-bottom, .animated-block--visible--left, .animated-block--visible--right, .animated-block--visible--slide-top {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/**
 * Comments
 */
.comments {
  margin-top: 105px; }
  .comments__title {
    color: #FA8072;
    font-size: 4rem;
    margin: 0 0 10px; }
  .comments__subtitle {
    color: #FA8072;
    margin: 0 0 20px; }
  .comments .comment-reply-title {
    font-weight: 400;
    margin: 20px 0 20px; }

.comment-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -8px 20px; }
  .comment-form > * {
    padding-left: 8px;
    padding-right: 8px; }
  .comment-form .comment-notes,
  .comment-form .comment-form-comment,
  .comment-form .form-submit {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .comment-form .comment-form-author,
      .comment-form .comment-form-email {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .comment-form .comment-notes {
    font-size: 0.875rem;
    color: #B4B4B4;
    display: none !important;
    line-height: 1.42857;
    -ms-flex-order: 1;
        order: 1; }
  .comment-form .comment-form-author {
    margin: 0 0 20px;
    -ms-flex-order: 2;
        order: 2; }
  .comment-form .comment-form-email {
    margin: 0 0 20px;
    -ms-flex-order: 3;
        order: 3; }
  .comment-form .comment-form-comment {
    margin: 0 0 16px;
    -ms-flex-order: 4;
        order: 4; }
  .comment-form .form-submit {
    margin: 0;
    -ms-flex-order: 5;
        order: 5;
    text-align: right; }
    .comment-form .form-submit .button {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); }

.comment__header {
  margin-top: 30px; }

.comment__author {
  font-weight: 400;
  margin: 0 0 7px; }

.comment__content {
  font-size: 0.875rem;
  line-height: 1.42857; }

.comment__footer {
  margin-bottom: 35px; }

.comment__reply {
  text-align: right; }
  .comment__reply a {
    font-size: 0.875rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.774' height='25.774' viewBox='0 0 25.774 25.774'%3E%3Cpath d='M-9026.113,114.774a12.806,12.806,0,0,1-9.113-3.775,12.8,12.8,0,0,1-3.773-9.112,12.8,12.8,0,0,1,3.773-9.112A12.806,12.806,0,0,1-9026.113,89,12.8,12.8,0,0,1-9017,92.775a12.8,12.8,0,0,1,3.775,9.112A12.8,12.8,0,0,1-9017,111,12.8,12.8,0,0,1-9026.113,114.774Zm-1.719-12.114h0c4.311,0,7.313,1.392,9.449,4.38a12.782,12.782,0,0,0-2.793-6.013,10.523,10.523,0,0,0-6.657-3.437V94.154l-6.015,6.016,6.015,6.014v-3.522Z' transform='translate(9039 -89)' fill='%23707070' /%3E%3C/svg%3E%0A");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    color: #FF9999;
    line-height: 1.42857;
    padding: 5px 40px 5px 0;
    position: relative;
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      .comment__reply a:hover, .comment__reply a:focus {
        color: #FA8072; } }

.comment + .comment,
.comment .comment {
  border-top: 1px solid #cecece; }

.comment > .comment {
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .comment > .comment {
      padding-left: 30px; } }

/**
 * Filter dropdown
 */
.filter-dropdown {
  font-size: 0.75rem;
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #333333;
  display: block;
  line-height: 1.16667;
  padding: 8px 12px;
  position: relative; }
  .filter-dropdown::before {
    color: #707070;
    content: attr(data-title); }
  .filter-dropdown::after {
    border-color: #333333;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    width: 7px;
    z-index: 10; }
  .filter-dropdown__title {
    font-weight: 500; }
  .filter-dropdown__checkbox {
    display: none;
    opacity: 0;
    visibility: hidden; }
    .filter-dropdown__checkbox:checked ~ .filter-dropdown__list {
      display: block; }
  .filter-dropdown__list {
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 0 0 4px 4px;
    display: none;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 10px 12px 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 1000; }
  .filter-dropdown__link {
    color: inherit;
    display: block;
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      .filter-dropdown__link:hover, .filter-dropdown__link:focus {
        color: #4C8E36; } }

/**
 * Buttons
 */
.button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 115px;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
  .button::after {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    content: '';
    height: 0px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    width: 0px; }

.button:not(.button--blue):not(.button--olive):not(.button--grey):not(.button--cyan):not(.button--transparent):not(.button--file) {
  background-color: #FF9999;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .button:not(.button--blue):not(.button--olive):not(.button--grey):not(.button--cyan):not(.button--transparent):not(.button--file):hover, .button:not(.button--blue):not(.button--olive):not(.button--grey):not(.button--cyan):not(.button--transparent):not(.button--file):focus {
      background-color: #FA8072;
      color: #ffffff; } }

.button--blue {
  background-color: #77B1BE;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .button--blue:hover, .button--blue:focus {
      background-color: #6CA4B1;
      color: #ffffff; } }

.button--grey {
  background-color: #909090;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .button--grey:hover, .button--grey:focus {
      background-color: #707070;
      color: #ffffff; } }

.button--olive {
  background-color: #B0BF6D;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .button--olive:hover, .button--olive:focus {
      background-color: #A0AF5D;
      color: #ffffff; } }

.button--cyan {
  background-color: #219FA5;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .button--cyan:hover, .button--cyan:focus {
      background-color: #199298;
      color: #ffffff; } }

.button--transparent {
  background-color: transparent;
  color: inherit; }
  @media screen and (min-width: 769px) {
    .button--transparent:hover, .button--transparent:focus {
      background-color: #464646;
      color: #ffffff; } }

.button--file {
  background-color: #E8E8E8;
  color: #333333; }
  @media screen and (min-width: 769px) {
    .button--file:hover, .button--file:focus {
      background-color: #464646;
      color: #ffffff; } }

.button[disabled], .button.disabled {
  background-color: #B4B4B4 !important;
  color: #ffffff !important;
  cursor: not-allowed;
  outline: none !important; }
  .button[disabled]::after, .button.disabled::after {
    content: none; }

@media screen and (min-width: 769px) {
  .button:focus {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #707070 !important;
    outline: none; } }

@media screen and (min-width: 769px) {
  .button:active::after {
    height: 100px;
    opacity: 1;
    width: 100px; } }

/**
 * Fields
 */
.input,
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 1.375;
  outline: none;
  padding: 8px 15px;
  transition: color 0.2s ease-in-out;
  width: 100%; }
  .input.placeholder,
  [type='text'].placeholder,
  [type='password'].placeholder,
  [type='date'].placeholder,
  [type='datetime'].placeholder,
  [type='datetime-local'].placeholder,
  [type='month'].placeholder,
  [type='week'].placeholder,
  [type='email'].placeholder,
  [type='number'].placeholder,
  [type='search'].placeholder,
  [type='tel'].placeholder,
  [type='time'].placeholder,
  [type='url'].placeholder,
  [type='color'].placeholder,
  textarea.placeholder,
  select.placeholder {
    color: #707070; }
  .input:-ms-input-placeholder,
  [type='text']:-ms-input-placeholder,
  [type='password']:-ms-input-placeholder,
  [type='date']:-ms-input-placeholder,
  [type='datetime']:-ms-input-placeholder,
  [type='datetime-local']:-ms-input-placeholder,
  [type='month']:-ms-input-placeholder,
  [type='week']:-ms-input-placeholder,
  [type='email']:-ms-input-placeholder,
  [type='number']:-ms-input-placeholder,
  [type='search']:-ms-input-placeholder,
  [type='tel']:-ms-input-placeholder,
  [type='time']:-ms-input-placeholder,
  [type='url']:-ms-input-placeholder,
  [type='color']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #707070; }
  .input:-moz-placeholder,
  [type='text']:-moz-placeholder,
  [type='password']:-moz-placeholder,
  [type='date']:-moz-placeholder,
  [type='datetime']:-moz-placeholder,
  [type='datetime-local']:-moz-placeholder,
  [type='month']:-moz-placeholder,
  [type='week']:-moz-placeholder,
  [type='email']:-moz-placeholder,
  [type='number']:-moz-placeholder,
  [type='search']:-moz-placeholder,
  [type='tel']:-moz-placeholder,
  [type='time']:-moz-placeholder,
  [type='url']:-moz-placeholder,
  [type='color']:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #707070; }
  .input::-moz-placeholder,
  [type='text']::-moz-placeholder,
  [type='password']::-moz-placeholder,
  [type='date']::-moz-placeholder,
  [type='datetime']::-moz-placeholder,
  [type='datetime-local']::-moz-placeholder,
  [type='month']::-moz-placeholder,
  [type='week']::-moz-placeholder,
  [type='email']::-moz-placeholder,
  [type='number']::-moz-placeholder,
  [type='search']::-moz-placeholder,
  [type='tel']::-moz-placeholder,
  [type='time']::-moz-placeholder,
  [type='url']::-moz-placeholder,
  [type='color']::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #707070; }
  .input::-webkit-input-placeholder,
  [type='text']::-webkit-input-placeholder,
  [type='password']::-webkit-input-placeholder,
  [type='date']::-webkit-input-placeholder,
  [type='datetime']::-webkit-input-placeholder,
  [type='datetime-local']::-webkit-input-placeholder,
  [type='month']::-webkit-input-placeholder,
  [type='week']::-webkit-input-placeholder,
  [type='email']::-webkit-input-placeholder,
  [type='number']::-webkit-input-placeholder,
  [type='search']::-webkit-input-placeholder,
  [type='tel']::-webkit-input-placeholder,
  [type='time']::-webkit-input-placeholder,
  [type='url']::-webkit-input-placeholder,
  [type='color']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #707070; }
  .input[multiple],
  [type='text'][multiple],
  [type='password'][multiple],
  [type='date'][multiple],
  [type='datetime'][multiple],
  [type='datetime-local'][multiple],
  [type='month'][multiple],
  [type='week'][multiple],
  [type='email'][multiple],
  [type='number'][multiple],
  [type='search'][multiple],
  [type='tel'][multiple],
  [type='time'][multiple],
  [type='url'][multiple],
  [type='color'][multiple],
  textarea[multiple],
  select[multiple] {
    height: auto; }
  .input[disabled], .input.disabled,
  [type='text'][disabled],
  [type='text'].disabled,
  [type='password'][disabled],
  [type='password'].disabled,
  [type='date'][disabled],
  [type='date'].disabled,
  [type='datetime'][disabled],
  [type='datetime'].disabled,
  [type='datetime-local'][disabled],
  [type='datetime-local'].disabled,
  [type='month'][disabled],
  [type='month'].disabled,
  [type='week'][disabled],
  [type='week'].disabled,
  [type='email'][disabled],
  [type='email'].disabled,
  [type='number'][disabled],
  [type='number'].disabled,
  [type='search'][disabled],
  [type='search'].disabled,
  [type='tel'][disabled],
  [type='tel'].disabled,
  [type='time'][disabled],
  [type='time'].disabled,
  [type='url'][disabled],
  [type='url'].disabled,
  [type='color'][disabled],
  [type='color'].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    border-bottom-color: #B4B4B4;
    cursor: default;
    pointer-events: none; }
  @media screen and (min-width: 769px) {
    .input:focus,
    [type='text']:focus,
    [type='password']:focus,
    [type='date']:focus,
    [type='datetime']:focus,
    [type='datetime-local']:focus,
    [type='month']:focus,
    [type='week']:focus,
    [type='email']:focus,
    [type='number']:focus,
    [type='search']:focus,
    [type='tel']:focus,
    [type='time']:focus,
    [type='url']:focus,
    [type='color']:focus,
    textarea:focus,
    select:focus {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #707070;
      outline: none; } }

select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3875 0.852462C11.3875 0.477462 11.0865 0.166748 10.7232 0.166748L1.42434 0.166748C1.0611 0.166748 0.760132 0.477462 0.760132 0.852462C0.760132 1.0346 0.83278 1.20603 0.957319 1.3346L5.60677 6.1346C5.73131 6.26317 5.89736 6.33817 6.07379 6.33817C6.25022 6.33817 6.41628 6.26317 6.54082 6.1346L11.1903 1.3346C11.3148 1.20603 11.3875 1.0346 11.3875 0.852462Z' fill='%2324323D'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 10px) calc(50% + 2px);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  height: auto;
  padding-right: 30px; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    background-image: none; }

textarea {
  height: 170px;
  resize: none; }
  textarea[rows] {
    height: 170px; }

/**
 * Form
 */
.form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -8px; }
  .form__field {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 8px;
    position: relative; }
    .form__field br {
      display: none !important; }
    @media screen and (min-width: 769px) {
      .form__field--half {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%; } }
    .form__field--submit {
      padding: 8px; }
  .form__space {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    height: 50px;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .form__space {
        height: 30px; } }
  .form__label {
    font-size: 0.75rem;
    display: block;
    margin: 0 0 5px; }
  .form__file {
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .form__file, .form__file-input, .form__file-button {
      pointer-events: none; }
    .form__file-wrap {
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      position: relative; }
      @media screen and (max-width: 550px) {
        .form__file-wrap {
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
      @media screen and (min-width: 769px) {
        .form__file-wrap:hover .form__file-button, .form__file-wrap:focus .form__file-button {
          background-color: #707070;
          color: #ffffff; } }
      @media screen and (min-width: 769px) {
        .form__file-wrap:focus .form__file-button {
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #707070;
          outline: none; } }
      @media screen and (min-width: 769px) {
        .form__file-wrap:active .form__file-button::after {
          height: 116px;
          opacity: 1;
          width: 116px; } }
    @media screen and (min-width: 551px) {
      .form__file-input, .form__file-button {
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px); } }
    @media screen and (max-width: 550px) {
      .form__file-input, .form__file-button {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        width: 100%; } }
    .form__file-input {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media screen and (min-width: 551px) {
        .form__file-input {
          margin-right: 16px; } }
      @media screen and (max-width: 550px) {
        .form__file-input {
          margin: 0 0 20px; } }
    .form__file-button {
      min-width: 0; }
    @media screen and (min-width: 769px) {
      .form__file:focus ~ .form__file-button {
        background-color: #707070;
        box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #707070;
        color: #ffffff;
        outline: none; } }
  .form:not(.form--inline) .form__field--submit {
    margin-top: -8px; }
  .form--inline {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    margin: 10px -4px; }
    .form--inline .form__field {
      padding: 4px; }
      .form--inline .form__field .ajax-loader {
        bottom: 4px;
        left: 4px;
        right: 4px;
        top: 4px; }
      .form--inline .form__field {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
      .form--inline .form__field--submit {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        min-width: 103px; }

/**
 * Contact form 7
 */
.wpcf7 small {
  font-size: 0.875rem;
  color: #707070; }

.wpcf7 .wpcf7-form-control-wrap[aria-label="email"] {
  display: block; }

.wpcf7 .wpcf7-submit {
  min-width: 0;
  width: 100%; }

.wpcf7 .wpcf7-list-item {
  display: block; }

.wpcf7 .wpcf7-checkbox input[type=checkbox],
.wpcf7 .wpcf7-checkbox input[type=radio],
.wpcf7 .wpcf7-acceptance input[type=checkbox],
.wpcf7 .wpcf7-acceptance input[type=radio],
.wpcf7 .wpcf7-radio input[type=checkbox],
.wpcf7 .wpcf7-radio input[type=radio] {
  display: none; }
  .wpcf7 .wpcf7-checkbox input[type=checkbox] + span,
  .wpcf7 .wpcf7-checkbox input[type=radio] + span,
  .wpcf7 .wpcf7-acceptance input[type=checkbox] + span,
  .wpcf7 .wpcf7-acceptance input[type=radio] + span,
  .wpcf7 .wpcf7-radio input[type=checkbox] + span,
  .wpcf7 .wpcf7-radio input[type=radio] + span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative; }
    .wpcf7 .wpcf7-checkbox input[type=checkbox] + span::before, .wpcf7 .wpcf7-checkbox input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-checkbox input[type=radio] + span::before,
    .wpcf7 .wpcf7-checkbox input[type=radio] + span::after,
    .wpcf7 .wpcf7-acceptance input[type=checkbox] + span::before,
    .wpcf7 .wpcf7-acceptance input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-acceptance input[type=radio] + span::before,
    .wpcf7 .wpcf7-acceptance input[type=radio] + span::after,
    .wpcf7 .wpcf7-radio input[type=checkbox] + span::before,
    .wpcf7 .wpcf7-radio input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-radio input[type=radio] + span::before,
    .wpcf7 .wpcf7-radio input[type=radio] + span::after {
      content: '';
      display: block;
      position: absolute;
      transition: all 0.2s ease-in-out; }
    .wpcf7 .wpcf7-checkbox input[type=checkbox] + span::before,
    .wpcf7 .wpcf7-checkbox input[type=radio] + span::before,
    .wpcf7 .wpcf7-acceptance input[type=checkbox] + span::before,
    .wpcf7 .wpcf7-acceptance input[type=radio] + span::before,
    .wpcf7 .wpcf7-radio input[type=checkbox] + span::before,
    .wpcf7 .wpcf7-radio input[type=radio] + span::before {
      background-color: #E8E8E8;
      height: 20px;
      left: 0;
      margin: 0 10px 0 0;
      top: 2px;
      width: 20px;
      z-index: 1; }
    .wpcf7 .wpcf7-checkbox input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-checkbox input[type=radio] + span::after,
    .wpcf7 .wpcf7-acceptance input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-acceptance input[type=radio] + span::after,
    .wpcf7 .wpcf7-radio input[type=checkbox] + span::after,
    .wpcf7 .wpcf7-radio input[type=radio] + span::after {
      opacity: 0;
      z-index: 3; }
    @media screen and (min-width: 769px) {
      .wpcf7 .wpcf7-checkbox input[type=checkbox] + span:hover::before,
      .wpcf7 .wpcf7-checkbox input[type=radio] + span:hover::before,
      .wpcf7 .wpcf7-acceptance input[type=checkbox] + span:hover::before,
      .wpcf7 .wpcf7-acceptance input[type=radio] + span:hover::before,
      .wpcf7 .wpcf7-radio input[type=checkbox] + span:hover::before,
      .wpcf7 .wpcf7-radio input[type=radio] + span:hover::before {
        background-color: #333333; } }
  .wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + span::before,
  .wpcf7 .wpcf7-checkbox input[type=radio]:checked + span::before,
  .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span::before,
  .wpcf7 .wpcf7-acceptance input[type=radio]:checked + span::before,
  .wpcf7 .wpcf7-radio input[type=checkbox]:checked + span::before,
  .wpcf7 .wpcf7-radio input[type=radio]:checked + span::before {
    background-color: #333333; }
  .wpcf7 .wpcf7-checkbox input[type=checkbox]:checked + span::after,
  .wpcf7 .wpcf7-checkbox input[type=radio]:checked + span::after,
  .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked + span::after,
  .wpcf7 .wpcf7-acceptance input[type=radio]:checked + span::after,
  .wpcf7 .wpcf7-radio input[type=checkbox]:checked + span::after,
  .wpcf7 .wpcf7-radio input[type=radio]:checked + span::after {
    opacity: 1; }

.wpcf7 .wpcf7-checkbox input[type=checkbox] + span::before,
.wpcf7 .wpcf7-checkbox input[type=radio] + span::before,
.wpcf7 .wpcf7-acceptance input[type=checkbox] + span::before,
.wpcf7 .wpcf7-acceptance input[type=radio] + span::before {
  border-radius: 2px; }

.wpcf7 .wpcf7-checkbox input[type=checkbox] + span::after,
.wpcf7 .wpcf7-checkbox input[type=radio] + span::after,
.wpcf7 .wpcf7-acceptance input[type=checkbox] + span::after,
.wpcf7 .wpcf7-acceptance input[type=radio] + span::after {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 3px 3px 0;
  height: 14px;
  left: 6px;
  top: 3px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 8px; }

.wpcf7 .wpcf7-radio input[type=checkbox] + span::before, .wpcf7 .wpcf7-radio input[type=checkbox] + span::after,
.wpcf7 .wpcf7-radio input[type=radio] + span::before,
.wpcf7 .wpcf7-radio input[type=radio] + span::after {
  border-radius: 100%; }

.wpcf7 .wpcf7-radio input[type=checkbox] + span::after,
.wpcf7 .wpcf7-radio input[type=radio] + span::after {
  background-color: #E8E8E8;
  height: 10px;
  left: 5px;
  top: 7px;
  width: 10px; }

.wpcf7 .wpcf7-acceptance input[type=checkbox] + span,
.wpcf7 .wpcf7-acceptance input[type=radio] + span {
  font-size: 0.75rem;
  padding-top: 3px; }

.wpcf7 .ajax-loader[role="presentation"] {
  -ms-flex-align: center;
      align-items: center;
  background-color: #707070;
  bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: auto;
  left: 8px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 5; }
  .wpcf7 .ajax-loader::before[role="presentation"] {
    animation: spin 0.75s 0s infinite ease;
    animation-fill-mode: both;
    border-color: #ffffff #ffffff transparent #ffffff;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: inline-block;
    height: 26px;
    margin: 2px;
    width: 26px; }
  .wpcf7 .ajax-loader.is-active[role="presentation"] {
    opacity: 1;
    visibility: visible; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #E2001B;
  display: block;
  margin-top: 2px;
  padding-left: 20px;
  position: relative; }
  .wpcf7 .wpcf7-not-valid-tip::before, .wpcf7 .wpcf7-not-valid-tip::after {
    display: block;
    position: absolute; }
  .wpcf7 .wpcf7-not-valid-tip::before {
    border-color: transparent transparent #E2001B transparent;
    border-radius: 2px;
    border-style: solid;
    border-width: 11px 7px;
    content: '';
    left: 0;
    top: -9px; }
    @media screen and (max-width: 1024px) {
      .wpcf7 .wpcf7-not-valid-tip::before {
        top: -10px; } }
  .wpcf7 .wpcf7-not-valid-tip::after {
    color: #ffffff;
    content: '!';
    font-size: 8px;
    font-weight: 700;
    left: 6px;
    top: 4px; }
    @media screen and (max-width: 1024px) {
      .wpcf7 .wpcf7-not-valid-tip::after {
        top: 1px; } }

.wpcf7 .screen-reader-response {
  display: none !important; }

.wpcf7 .wpcf7-response-output {
  background-color: whitesmoke;
  border-top: 4px solid #0072C5;
  color: #333333;
  -ms-flex: 0 0 calc(100% - 16px);
      flex: 0 0 calc(100% - 16px);
  margin: 15px 0 0;
  padding: 8px 8px 8px 36px;
  position: relative; }
  .wpcf7 .wpcf7-response-output::before {
    background-color: #0072C5;
    border-radius: 100%;
    content: 'i';
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    left: 8px;
    line-height: 19px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 20px; }

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none; }

.wpcf7 form.submitting .ajax-loader {
  opacity: 1;
  visibility: visible; display: inline-block; }

.wpcf7 form.sent .wpcf7-response-output {
  border-top-color: #009F53; }
  .wpcf7 form.sent .wpcf7-response-output::before {
    background-color: #009F53;
    content: '✓'; }

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-top-color: #E2001B; }
  .wpcf7 form.failed .wpcf7-response-output::before,
  .wpcf7 form.aborted .wpcf7-response-output::before {
    background-color: #E2001B;
    content: '✕'; }

.wpcf7 form.spam .wpcf7-response-output {
  border-top-color: #FC6E51; }
  .wpcf7 form.spam .wpcf7-response-output::before {
    background-color: #FC6E51;
    content: '!'; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-top-color: #FFCE54; }
  .wpcf7 form.invalid .wpcf7-response-output::before,
  .wpcf7 form.unaccepted .wpcf7-response-output::before {
    background-color: #FFCE54;
    content: '!'; }

/**
 * Modal
 */
.modal {
  background: #ffffff;
  border: none;
  display: block;
  max-height: 80vh;
  max-width: 830px;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .modal {
      max-height: none;
      max-width: none; } }
  .modal__close-button {
    background: transparent;
    border: none;
    border-radius: 0;
    height: 30px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -40px;
    width: 30px;
    z-index: 10; }
    .modal__close-button::before, .modal__close-button::after {
      background-color: #ffffff;
      content: '';
      height: 2px;
      margin-top: -1px;
      right: 0;
      position: absolute;
      top: 50%;
      transition: all 0.2s ease-in-out;
      width: inherit; }
    .modal__close-button::before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .modal__close-button::after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    @media screen and (min-width: 769px) {
      .modal__close-button:hover::before, .modal__close-button:hover::after, .modal__close-button:focus::before, .modal__close-button:focus::after {
        background-color: #4C8E36; } }
  .modal__content:not(.modal__content--video) {
    padding: 30px; }
  .modal__content--video {
    position: relative; }
    .modal__content--video::before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .modal__content--video > iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10; }

.modal-container {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  .modal-container:not(.modal-container--active) {
    display: none; }

/**
 * Navigation
 */
/*** Main menu ***/
.main-menu {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 769px) {
    .main-menu {
      border-radius: 4px;
      box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .main-menu {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin: 0 -5px;
      padding: 20px 0 10px; } }
  .main-menu > .menu-item {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    max-width: 100%;
    text-align: center;
    transition: background 0.2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .main-menu > .menu-item {
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
        min-height: 80px;
        padding: 10px 2px; } }
    @media screen and (max-width: 768px) {
      .main-menu > .menu-item {
        border-radius: 4px;
        box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
        margin: 0 5px 10px;
        min-height: 60px;
        padding: 11px 2px; } }
    .main-menu > .menu-item > a {
      color: #ffffff;
      display: inline-block;
      letter-spacing: .01em;
      font-weight: 500;
      text-decoration: none; }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item > a {
          font-size: 1.125rem;
          line-height: 1.11111; } }
      @media screen and (max-width: 768px) {
        .main-menu > .menu-item > a {
          font-size: 1rem;
          line-height: 1.1875;
          max-width: 250px; } }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item > a:hover, .main-menu > .menu-item > a:focus {
          color: #ffffff; } }
    .main-menu > .menu-item .sub-menu {
      display: none !important; }
    .main-menu > .menu-item:nth-child(4n+1) {
      background-color: #5A9C44; }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item:nth-child(4n+1):hover, .main-menu > .menu-item:nth-child(4n+1):focus {
          background-color: #4C8E36; } }
    .main-menu > .menu-item:nth-child(4n+2) {
      background-color: #B0BF6D; }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item:nth-child(4n+2):hover, .main-menu > .menu-item:nth-child(4n+2):focus {
          background-color: #A0AF5D; } }
    .main-menu > .menu-item:nth-child(4n+3) {
      background-color: #77B1BE; }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item:nth-child(4n+3):hover, .main-menu > .menu-item:nth-child(4n+3):focus {
          background-color: #6CA4B1; } }
    .main-menu > .menu-item:nth-child(4n) {
      background-color: #219FA5; }
      @media screen and (min-width: 769px) {
        .main-menu > .menu-item:nth-child(4n):hover, .main-menu > .menu-item:nth-child(4n):focus {
          background-color: #199298; } }

/*** Footer menu ***/
.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin: 0 -12px;
  padding: 0;
  text-align: center; }
  .footer-menu > .menu-item {
    margin: 0;
    padding: 0 12px;
    position: relative; }
    .footer-menu > .menu-item::after {
      border-right: 1px solid #ffffff;
      content: '';
      display: block;
      height: 15px;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      z-index: 1; }
    .footer-menu > .menu-item > a,
    .footer-menu > .menu-item > span {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 769px) {
        .footer-menu > .menu-item > a,
        .footer-menu > .menu-item > span {
          font-size: 0.75rem;
          line-height: 1.83333; } }
      @media screen and (max-width: 768px) {
        .footer-menu > .menu-item > a,
        .footer-menu > .menu-item > span {
          font-size: 0.875rem;
          line-height: 1.57143; } }
    @media screen and (min-width: 769px) {
      .footer-menu > .menu-item > a:hover, .footer-menu > .menu-item > a:focus {
        color: #6CA4B1; } }
    .footer-menu > .menu-item .sub-menu {
      display: none !important; }
    .footer-menu > .menu-item:last-child::after {
      content: none; }
    @media screen and (max-width: 1024px) {
      .footer-menu > .menu-item:nth-last-child(2):after {
        content: none; } }
    @media screen and (max-width: 768px) {
      .footer-menu > .menu-item--main-website {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .footer-menu > .menu-item--copyright {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-top: 3px;
        max-width: 100%; } }

/*** Social networks menu ***/
.social-networks-menu {
  list-style: none;
  margin: 0 -7px;
  padding: 0;
  text-align: center; }
  .social-networks-menu__item {
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle; }
  .social-networks-menu__icon {
    display: inline-block;
    height: 27px;
    position: relative;
    vertical-align: middle;
    width: 27px; }
    .social-networks-menu__icon::before, .social-networks-menu__icon::after {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity 0.2s ease-in-out; }
    .social-networks-menu__icon::before {
      z-index: 1; }
    .social-networks-menu__icon::after {
      opacity: 0;
      z-index: 2; }
    .social-networks-menu__icon--facebook::before {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 408.788 408.788' style='enable-background:new 0 0 408.788 408.788;' xml:space='preserve'%3E%3Cpath style='fill:%2377B1BE;' d='M353.701,0H55.087C24.665,0,0.002,24.662,0.002,55.085v298.616c0,30.423,24.662,55.085,55.085,55.085 h147.275l0.251-146.078h-37.951c-4.932,0-8.935-3.988-8.954-8.92l-0.182-47.087c-0.019-4.959,3.996-8.989,8.955-8.989h37.882 v-45.498c0-52.8,32.247-81.55,79.348-81.55h38.65c4.945,0,8.955,4.009,8.955,8.955v39.704c0,4.944-4.007,8.952-8.95,8.955 l-23.719,0.011c-25.615,0-30.575,12.172-30.575,30.035v39.389h56.285c5.363,0,9.524,4.683,8.892,10.009l-5.581,47.087 c-0.534,4.506-4.355,7.901-8.892,7.901h-50.453l-0.251,146.078h87.631c30.422,0,55.084-24.662,55.084-55.084V55.085 C408.786,24.662,384.124,0,353.701,0z'/%3E%3C/svg%3E%0A"); }
    .social-networks-menu__icon--facebook::after {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 408.788 408.788' style='enable-background:new 0 0 408.788 408.788;' xml:space='preserve'%3E%3Cpath style='fill:%236CA4B1;' d='M353.701,0H55.087C24.665,0,0.002,24.662,0.002,55.085v298.616c0,30.423,24.662,55.085,55.085,55.085 h147.275l0.251-146.078h-37.951c-4.932,0-8.935-3.988-8.954-8.92l-0.182-47.087c-0.019-4.959,3.996-8.989,8.955-8.989h37.882 v-45.498c0-52.8,32.247-81.55,79.348-81.55h38.65c4.945,0,8.955,4.009,8.955,8.955v39.704c0,4.944-4.007,8.952-8.95,8.955 l-23.719,0.011c-25.615,0-30.575,12.172-30.575,30.035v39.389h56.285c5.363,0,9.524,4.683,8.892,10.009l-5.581,47.087 c-0.534,4.506-4.355,7.901-8.892,7.901h-50.453l-0.251,146.078h87.631c30.422,0,55.084-24.662,55.084-55.084V55.085 C408.786,24.662,384.124,0,353.701,0z'/%3E%3C/svg%3E%0A"); }
    .social-networks-menu__icon--instagram::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath style='fill:%2377B1BE' d='M256,49.471c67.266,0,75.233.257,101.8,1.469,24.562,1.121,37.9,5.224,46.778,8.674a78.052,78.052,0,0,1,28.966,18.845,78.052,78.052,0,0,1,18.845,28.966c3.45,8.877,7.554,22.216,8.674,46.778,1.212,26.565,1.469,34.532,1.469,101.8s-0.257,75.233-1.469,101.8c-1.121,24.562-5.225,37.9-8.674,46.778a83.427,83.427,0,0,1-47.811,47.811c-8.877,3.45-22.216,7.554-46.778,8.674-26.56,1.212-34.527,1.469-101.8,1.469s-75.237-.257-101.8-1.469c-24.562-1.121-37.9-5.225-46.778-8.674a78.051,78.051,0,0,1-28.966-18.845,78.053,78.053,0,0,1-18.845-28.966c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s0.257-75.233,1.469-101.8c1.121-24.562,5.224-37.9,8.674-46.778A78.052,78.052,0,0,1,78.458,78.458a78.053,78.053,0,0,1,28.966-18.845c8.877-3.45,22.216-7.554,46.778-8.674,26.565-1.212,34.532-1.469,101.8-1.469m0-45.391c-68.418,0-77,.29-103.866,1.516-26.815,1.224-45.127,5.482-61.151,11.71a123.488,123.488,0,0,0-44.62,29.057A123.488,123.488,0,0,0,17.3,90.982C11.077,107.007,6.819,125.319,5.6,152.134,4.369,179,4.079,187.582,4.079,256S4.369,333,5.6,359.866c1.224,26.815,5.482,45.127,11.71,61.151a123.489,123.489,0,0,0,29.057,44.62,123.486,123.486,0,0,0,44.62,29.057c16.025,6.228,34.337,10.486,61.151,11.71,26.87,1.226,35.449,1.516,103.866,1.516s77-.29,103.866-1.516c26.815-1.224,45.127-5.482,61.151-11.71a128.817,128.817,0,0,0,73.677-73.677c6.228-16.025,10.486-34.337,11.71-61.151,1.226-26.87,1.516-35.449,1.516-103.866s-0.29-77-1.516-103.866c-1.224-26.815-5.482-45.127-11.71-61.151a123.486,123.486,0,0,0-29.057-44.62A123.487,123.487,0,0,0,421.018,17.3C404.993,11.077,386.681,6.819,359.866,5.6,333,4.369,324.418,4.079,256,4.079h0Z'/%3E%3Cpath style='fill:%2377B1BE' d='M256,126.635A129.365,129.365,0,1,0,385.365,256,129.365,129.365,0,0,0,256,126.635Zm0,213.338A83.973,83.973,0,1,1,339.974,256,83.974,83.974,0,0,1,256,339.973Z'/%3E%3Ccircle style='fill:%2377B1BE' cx='390.476' cy='121.524' r='30.23'/%3E%3C/svg%3E"); }
    .social-networks-menu__icon--instagram::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath style='fill:%236CA4B1' d='M256,49.471c67.266,0,75.233.257,101.8,1.469,24.562,1.121,37.9,5.224,46.778,8.674a78.052,78.052,0,0,1,28.966,18.845,78.052,78.052,0,0,1,18.845,28.966c3.45,8.877,7.554,22.216,8.674,46.778,1.212,26.565,1.469,34.532,1.469,101.8s-0.257,75.233-1.469,101.8c-1.121,24.562-5.225,37.9-8.674,46.778a83.427,83.427,0,0,1-47.811,47.811c-8.877,3.45-22.216,7.554-46.778,8.674-26.56,1.212-34.527,1.469-101.8,1.469s-75.237-.257-101.8-1.469c-24.562-1.121-37.9-5.225-46.778-8.674a78.051,78.051,0,0,1-28.966-18.845,78.053,78.053,0,0,1-18.845-28.966c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s0.257-75.233,1.469-101.8c1.121-24.562,5.224-37.9,8.674-46.778A78.052,78.052,0,0,1,78.458,78.458a78.053,78.053,0,0,1,28.966-18.845c8.877-3.45,22.216-7.554,46.778-8.674,26.565-1.212,34.532-1.469,101.8-1.469m0-45.391c-68.418,0-77,.29-103.866,1.516-26.815,1.224-45.127,5.482-61.151,11.71a123.488,123.488,0,0,0-44.62,29.057A123.488,123.488,0,0,0,17.3,90.982C11.077,107.007,6.819,125.319,5.6,152.134,4.369,179,4.079,187.582,4.079,256S4.369,333,5.6,359.866c1.224,26.815,5.482,45.127,11.71,61.151a123.489,123.489,0,0,0,29.057,44.62,123.486,123.486,0,0,0,44.62,29.057c16.025,6.228,34.337,10.486,61.151,11.71,26.87,1.226,35.449,1.516,103.866,1.516s77-.29,103.866-1.516c26.815-1.224,45.127-5.482,61.151-11.71a128.817,128.817,0,0,0,73.677-73.677c6.228-16.025,10.486-34.337,11.71-61.151,1.226-26.87,1.516-35.449,1.516-103.866s-0.29-77-1.516-103.866c-1.224-26.815-5.482-45.127-11.71-61.151a123.486,123.486,0,0,0-29.057-44.62A123.487,123.487,0,0,0,421.018,17.3C404.993,11.077,386.681,6.819,359.866,5.6,333,4.369,324.418,4.079,256,4.079h0Z'/%3E%3Cpath style='fill:%236CA4B1' d='M256,126.635A129.365,129.365,0,1,0,385.365,256,129.365,129.365,0,0,0,256,126.635Zm0,213.338A83.973,83.973,0,1,1,339.974,256,83.974,83.974,0,0,1,256,339.973Z'/%3E%3Ccircle style='fill:%236CA4B1' cx='390.476' cy='121.524' r='30.23'/%3E%3C/svg%3E"); }
    .social-networks-menu__icon--twitter::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='70.5556mm' height='57.3391mm' version='1.1' viewBox='0 0 6701 5446' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%2377B1BE' d='M6701 645c-247,109 -512,183 -790,216 284,-170 502,-440 604,-761 -266,158 -560,272 -873,334 -251,-267 -608,-434 -1004,-434 -759,0 -1375,616 -1375,1375 0,108 12,213 36,313 -1143,-57 -2156,-605 -2834,-1437 -118,203 -186,439 -186,691 0,477 243,898 612,1144 -225,-7 -437,-69 -623,-172 0,6 0,11 0,17 0,666 474,1222 1103,1348 -115,31 -237,48 -362,48 -89,0 -175,-9 -259,-25 175,546 683,944 1284,955 -471,369 -1063,589 -1708,589 -111,0 -220,-7 -328,-19 608,390 1331,618 2108,618 2529,0 3912,-2095 3912,-3912 0,-60 -1,-119 -4,-178 269,-194 502,-436 686,-712z'/%3E%3C/svg%3E"); }
    .social-networks-menu__icon--twitter::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='70.5556mm' height='57.3391mm' version='1.1' viewBox='0 0 6701 5446' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%236CA4B1' d='M6701 645c-247,109 -512,183 -790,216 284,-170 502,-440 604,-761 -266,158 -560,272 -873,334 -251,-267 -608,-434 -1004,-434 -759,0 -1375,616 -1375,1375 0,108 12,213 36,313 -1143,-57 -2156,-605 -2834,-1437 -118,203 -186,439 -186,691 0,477 243,898 612,1144 -225,-7 -437,-69 -623,-172 0,6 0,11 0,17 0,666 474,1222 1103,1348 -115,31 -237,48 -362,48 -89,0 -175,-9 -259,-25 175,546 683,944 1284,955 -471,369 -1063,589 -1708,589 -111,0 -220,-7 -328,-19 608,390 1331,618 2108,618 2529,0 3912,-2095 3912,-3912 0,-60 -1,-119 -4,-178 269,-194 502,-436 686,-712z'/%3E%3C/svg%3E"); }
    .social-networks-menu__icon:hover::after, .social-networks-menu__icon:focus::after {
      opacity: 1; }
  .social-networks-menu--white .social-networks-menu__icon--facebook {
    height: 25px;
    width: 25px; }
    .social-networks-menu--white .social-networks-menu__icon--facebook::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z' style='fill:%23ffffff'/%3E%3C/svg%3E"); }
    .social-networks-menu--white .social-networks-menu__icon--facebook::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z' style='fill:%236CA4B1'/%3E%3C/svg%3E"); }
  .social-networks-menu--white .social-networks-menu__icon--instagram::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath style='fill:%23ffffff' d='M256,49.471c67.266,0,75.233.257,101.8,1.469,24.562,1.121,37.9,5.224,46.778,8.674a78.052,78.052,0,0,1,28.966,18.845,78.052,78.052,0,0,1,18.845,28.966c3.45,8.877,7.554,22.216,8.674,46.778,1.212,26.565,1.469,34.532,1.469,101.8s-0.257,75.233-1.469,101.8c-1.121,24.562-5.225,37.9-8.674,46.778a83.427,83.427,0,0,1-47.811,47.811c-8.877,3.45-22.216,7.554-46.778,8.674-26.56,1.212-34.527,1.469-101.8,1.469s-75.237-.257-101.8-1.469c-24.562-1.121-37.9-5.225-46.778-8.674a78.051,78.051,0,0,1-28.966-18.845,78.053,78.053,0,0,1-18.845-28.966c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s0.257-75.233,1.469-101.8c1.121-24.562,5.224-37.9,8.674-46.778A78.052,78.052,0,0,1,78.458,78.458a78.053,78.053,0,0,1,28.966-18.845c8.877-3.45,22.216-7.554,46.778-8.674,26.565-1.212,34.532-1.469,101.8-1.469m0-45.391c-68.418,0-77,.29-103.866,1.516-26.815,1.224-45.127,5.482-61.151,11.71a123.488,123.488,0,0,0-44.62,29.057A123.488,123.488,0,0,0,17.3,90.982C11.077,107.007,6.819,125.319,5.6,152.134,4.369,179,4.079,187.582,4.079,256S4.369,333,5.6,359.866c1.224,26.815,5.482,45.127,11.71,61.151a123.489,123.489,0,0,0,29.057,44.62,123.486,123.486,0,0,0,44.62,29.057c16.025,6.228,34.337,10.486,61.151,11.71,26.87,1.226,35.449,1.516,103.866,1.516s77-.29,103.866-1.516c26.815-1.224,45.127-5.482,61.151-11.71a128.817,128.817,0,0,0,73.677-73.677c6.228-16.025,10.486-34.337,11.71-61.151,1.226-26.87,1.516-35.449,1.516-103.866s-0.29-77-1.516-103.866c-1.224-26.815-5.482-45.127-11.71-61.151a123.486,123.486,0,0,0-29.057-44.62A123.487,123.487,0,0,0,421.018,17.3C404.993,11.077,386.681,6.819,359.866,5.6,333,4.369,324.418,4.079,256,4.079h0Z'/%3E%3Cpath style='fill:%23ffffff' d='M256,126.635A129.365,129.365,0,1,0,385.365,256,129.365,129.365,0,0,0,256,126.635Zm0,213.338A83.973,83.973,0,1,1,339.974,256,83.974,83.974,0,0,1,256,339.973Z'/%3E%3Ccircle style='fill:%23ffffff' cx='390.476' cy='121.524' r='30.23'/%3E%3C/svg%3E"); }
  .social-networks-menu--white .social-networks-menu__icon--instagram::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath style='fill:%236CA4B1' d='M256,49.471c67.266,0,75.233.257,101.8,1.469,24.562,1.121,37.9,5.224,46.778,8.674a78.052,78.052,0,0,1,28.966,18.845,78.052,78.052,0,0,1,18.845,28.966c3.45,8.877,7.554,22.216,8.674,46.778,1.212,26.565,1.469,34.532,1.469,101.8s-0.257,75.233-1.469,101.8c-1.121,24.562-5.225,37.9-8.674,46.778a83.427,83.427,0,0,1-47.811,47.811c-8.877,3.45-22.216,7.554-46.778,8.674-26.56,1.212-34.527,1.469-101.8,1.469s-75.237-.257-101.8-1.469c-24.562-1.121-37.9-5.225-46.778-8.674a78.051,78.051,0,0,1-28.966-18.845,78.053,78.053,0,0,1-18.845-28.966c-3.45-8.877-7.554-22.216-8.674-46.778-1.212-26.564-1.469-34.532-1.469-101.8s0.257-75.233,1.469-101.8c1.121-24.562,5.224-37.9,8.674-46.778A78.052,78.052,0,0,1,78.458,78.458a78.053,78.053,0,0,1,28.966-18.845c8.877-3.45,22.216-7.554,46.778-8.674,26.565-1.212,34.532-1.469,101.8-1.469m0-45.391c-68.418,0-77,.29-103.866,1.516-26.815,1.224-45.127,5.482-61.151,11.71a123.488,123.488,0,0,0-44.62,29.057A123.488,123.488,0,0,0,17.3,90.982C11.077,107.007,6.819,125.319,5.6,152.134,4.369,179,4.079,187.582,4.079,256S4.369,333,5.6,359.866c1.224,26.815,5.482,45.127,11.71,61.151a123.489,123.489,0,0,0,29.057,44.62,123.486,123.486,0,0,0,44.62,29.057c16.025,6.228,34.337,10.486,61.151,11.71,26.87,1.226,35.449,1.516,103.866,1.516s77-.29,103.866-1.516c26.815-1.224,45.127-5.482,61.151-11.71a128.817,128.817,0,0,0,73.677-73.677c6.228-16.025,10.486-34.337,11.71-61.151,1.226-26.87,1.516-35.449,1.516-103.866s-0.29-77-1.516-103.866c-1.224-26.815-5.482-45.127-11.71-61.151a123.486,123.486,0,0,0-29.057-44.62A123.487,123.487,0,0,0,421.018,17.3C404.993,11.077,386.681,6.819,359.866,5.6,333,4.369,324.418,4.079,256,4.079h0Z'/%3E%3Cpath style='fill:%236CA4B1' d='M256,126.635A129.365,129.365,0,1,0,385.365,256,129.365,129.365,0,0,0,256,126.635Zm0,213.338A83.973,83.973,0,1,1,339.974,256,83.974,83.974,0,0,1,256,339.973Z'/%3E%3Ccircle style='fill:%236CA4B1' cx='390.476' cy='121.524' r='30.23'/%3E%3C/svg%3E"); }
  .social-networks-menu--white .social-networks-menu__icon--twitter::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='70.5556mm' height='57.3391mm' version='1.1' viewBox='0 0 6701 5446' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23ffffff' d='M6701 645c-247,109 -512,183 -790,216 284,-170 502,-440 604,-761 -266,158 -560,272 -873,334 -251,-267 -608,-434 -1004,-434 -759,0 -1375,616 -1375,1375 0,108 12,213 36,313 -1143,-57 -2156,-605 -2834,-1437 -118,203 -186,439 -186,691 0,477 243,898 612,1144 -225,-7 -437,-69 -623,-172 0,6 0,11 0,17 0,666 474,1222 1103,1348 -115,31 -237,48 -362,48 -89,0 -175,-9 -259,-25 175,546 683,944 1284,955 -471,369 -1063,589 -1708,589 -111,0 -220,-7 -328,-19 608,390 1331,618 2108,618 2529,0 3912,-2095 3912,-3912 0,-60 -1,-119 -4,-178 269,-194 502,-436 686,-712z'/%3E%3C/svg%3E"); }
  .social-networks-menu--white .social-networks-menu__icon--twitter::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='70.5556mm' height='57.3391mm' version='1.1' viewBox='0 0 6701 5446' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%236CA4B1' d='M6701 645c-247,109 -512,183 -790,216 284,-170 502,-440 604,-761 -266,158 -560,272 -873,334 -251,-267 -608,-434 -1004,-434 -759,0 -1375,616 -1375,1375 0,108 12,213 36,313 -1143,-57 -2156,-605 -2834,-1437 -118,203 -186,439 -186,691 0,477 243,898 612,1144 -225,-7 -437,-69 -623,-172 0,6 0,11 0,17 0,666 474,1222 1103,1348 -115,31 -237,48 -362,48 -89,0 -175,-9 -259,-25 175,546 683,944 1284,955 -471,369 -1063,589 -1708,589 -111,0 -220,-7 -328,-19 608,390 1331,618 2108,618 2529,0 3912,-2095 3912,-3912 0,-60 -1,-119 -4,-178 269,-194 502,-436 686,-712z'/%3E%3C/svg%3E"); }

/**
 * Pagination
 */
.pagination {
  margin: 25px 0 0; }
  .pagination .nav-links {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    margin: 0 -5px; }
  .pagination .page-numbers {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #707070;
    display: inline-block;
    margin: 2px;
    min-width: 40px;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease-in-out; }
    @media screen and (max-width: 768px) {
      .pagination .page-numbers {
        min-width: 32px;
        padding: 5px; } }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      position: relative; }
      .pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
        border-color: #707070;
        border-style: solid;
        content: '';
        display: block;
        height: 8px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        transition: border-color 0.2s ease-in-out;
        width: 8px; }
      .pagination .page-numbers.prev a, .pagination .page-numbers.next a {
        color: #707070;
        text-decoration: none; }
      @media screen and (min-width: 769px) {
        .pagination .page-numbers.prev:hover::before, .pagination .page-numbers.prev:focus::before, .pagination .page-numbers.next:hover::before, .pagination .page-numbers.next:focus::before {
          border-color: #4C8E36; }
        .pagination .page-numbers.prev:hover a, .pagination .page-numbers.prev:focus a, .pagination .page-numbers.next:hover a, .pagination .page-numbers.next:focus a {
          color: #4C8E36; } }
    .pagination .page-numbers.prev {
      margin-right: auto;
      padding-left: 20px; }
      .pagination .page-numbers.prev::before {
        border-width: 0 0 2px 2px;
        left: 0; }
    .pagination .page-numbers.next {
      margin-left: auto;
      padding-right: 20px; }
      .pagination .page-numbers.next::before {
        border-width: 2px 2px 0 0;
        right: 0; }
    .pagination .page-numbers.current {
      border-color: #cecece;
      color: #333333;
      pointer-events: none; }
    .pagination .page-numbers.disabled {
      color: #cecece;
      pointer-events: none; }
      .pagination .page-numbers.disabled::before {
        border-color: #cecece; }
    @media screen and (min-width: 769px) {
      .pagination .page-numbers:hover, .pagination .page-numbers:focus {
        color: #4C8E36; } }
  .pagination:not(.pagination--single) .page-numbers {
    font-size: 1.125rem;
    line-height: 1.22222; }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers {
        font-size: 1rem; } }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers {
        line-height: 1.25; } }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers.prev, .pagination:not(.pagination--single) .page-numbers.next {
        font-size: 0;
        overflow: hidden;
        text-indent: -9999px; } }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers.prev::before, .pagination:not(.pagination--single) .page-numbers.next::before {
        left: 50%;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); } }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers.prev {
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .pagination:not(.pagination--single) .page-numbers.next {
        padding-right: 0; } }
  .pagination--single .page-numbers {
    font-size: 0.875rem;
    line-height: 1.21429; }
    .pagination--single .page-numbers.prev::before, .pagination--single .page-numbers.next::before {
      margin-top: -1px; }

/**
 * Search
 */
.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .search-form__input {
    font-size: 0.75rem;
    border-radius: 4px 0 0 4px;
    border-right: none;
    line-height: 1.16667;
    padding: 8px 12px; }
  .search-form__button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.809 21.646l-6.205-6.205c1.167-1.605 1.857-3.579 1.857-5.711 0-5.365-4.365-9.73-9.731-9.73-5.365 0-9.73 4.365-9.73 9.73 0 5.366 4.365 9.73 9.73 9.73 2.034 0 3.923-.627 5.487-1.698l6.238 6.238 2.354-2.354zm-20.955-11.916c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877c-3.793 0-6.877-3.085-6.877-6.877z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 0 4px 4px 0;
    min-width: 40px;
    padding: 5px 5px; }

/**
 * Splide
 */
.splide__arrows {
  line-height: 0; }

.splide__arrow {
  background: #B4B4B4;
  border: none;
  border-radius: 100%;
  color: #ffffff;
  line-height: 0;
  margin-top: -10px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 20; }
  .splide__arrow svg {
    height: 22px;
    width: 22px; }
    .splide__arrow svg path {
      fill: #ffffff;
      transition: fill 0.2s ease-in-out; }
  .splide__arrow--prev {
    left: 0;
    -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    @media screen and (min-width: 1142px) {
      .splide__arrow--prev {
        left: -45px; } }
  .splide__arrow--next {
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    @media screen and (min-width: 1142px) {
      .splide__arrow--next {
        right: -45px; } }
  @media screen and (min-width: 769px) {
    .splide__arrow:hover {
      background: #707070;
      color: #ffffff; }
      .splide__arrow:hover svg path {
        fill: #ffffff; } }
  .splide__arrow[disabled] {
    opacity: 0.3;
    pointer-events: none; }

.splide__pagination {
  line-height: 0;
  margin-top: 20px;
  padding: 0;
  width: 100%; }
  .splide__pagination li {
    line-height: 0;
    padding: 8px; }
  .splide__pagination__page {
    background: #cecece;
    border: none;
    border-radius: 100%;
    height: 15px;
    padding: 0;
    transition: all 0.2s ease-in-out;
    width: 15px; }
    @media screen and (min-width: 769px) {
      .splide__pagination__page:hover {
        background: #199298; } }
    .splide__pagination__page.is-active {
      background: #219FA5;
      pointer-events: none; }

.splide.not-active {
  visibility: visible; }
  .splide.not-active .splide__list {
    width: auto; }

/************ Layout ************/
/**
 * Header
 */
.header {
  margin: 0 0 70px;
  position: relative; }
  @media (max-width: 768px) {
    .header {
      margin-bottom: 40px; } }
  .header__image {
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .header__image {
        bottom: 0; } }
    @media screen and (max-width: 768px) {
      .header__image {
        min-height: 235px; } }
    .header__image img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      width: 100%; }
  .header__container {
    position: relative;
    z-index: 2; }
  .header__logo {
    margin: 25px 0 30px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .header__logo {
        margin: 10px 0 20px; } }
    .header__logo .logo {
      display: inline-block; }
      .header__logo .logo__image {
        width: 315px; }
        @media screen and (min-width: 769px) and (max-width: 1200px) {
          .header__logo .logo__image {
            width: 26vw; } }
        @media screen and (max-width: 768px) {
          .header__logo .logo__image {
            width: 200px; } }
  .header__menu {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -25px;
    max-width: 730px; }
  .header__account-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex; }
    .header__account-menu .nav-item {
      padding: 8px 15px;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
      border-radius: 0 0 4px 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      cursor: pointer; }
      .header__account-menu .nav-item + .nav-item {
        margin-left: 10px; }
      .header__account-menu .nav-item .icon-account,
      .header__account-menu .nav-item .icon-heart-filled {
        font-size: 24px;
        margin-right: 10px; }
        @media (max-width: 768px) {
          .header__account-menu .nav-item .icon-account,
          .header__account-menu .nav-item .icon-heart-filled {
            display: block;
            margin: 0; } }
      .header__account-menu .nav-item .icon-account {
        color: #219FA5; }
      .header__account-menu .nav-item .icon-heart-filled {
        color: #FA8072; }
      .header__account-menu .nav-item a {
        text-decoration: none;
        color: inherit; }
        .header__account-menu .nav-item a:hover {
          text-decoration: underline; }
      @media (max-width: 768px) {
        .header__account-menu .nav-item > a, .header__account-menu .nav-item > span {
          display: none; } }
      .header__account-menu .nav-item .or-separator {
        padding: 0 5px; }
    .header__account-menu .has-sub-nav-item {
      position: relative; }
      @media (min-width: 769px) {
        .header__account-menu .has-sub-nav-item:hover {
          border-radius: 0; }
          .header__account-menu .has-sub-nav-item:hover .sub-nav-item {
            display: block; } }
    .header__account-menu .sub-nav-item {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 10px 20px 20px 30px;
      border-radius: 0 0 4px 4px; }

/**
 * Footer
 */
.footer {
  margin-top: auto;
  /* sticky footer */
  padding: 165px 0 0;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .footer {
      padding: 130px 0 0; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 100px 0 0; } }
  .footer::before {
    background-image: url(../../img/footer-bg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .footer__wrapper {
    background: rgba(119, 177, 190, 0.65);
    border-top: 2px solid #77B1BE;
    padding: 0 0 15px; }
  .footer__container {
    max-width: none; }
  .footer__placeholder, .footer__main-website, .footer__networks {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; }
    @media screen and (min-width: 1025px) and (max-width: 1200px) {
      .footer__placeholder, .footer__main-website, .footer__networks {
        -ms-flex: 0 0 130px;
            flex: 0 0 130px; } }
    @media screen and (max-width: 768px) {
      .footer__placeholder, .footer__main-website, .footer__networks {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .footer__main-website {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer__main-website {
        margin: 0 0 20px;
        -ms-flex-order: 1;
            order: 1; } }
    .footer__main-website > a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 769px) {
        .footer__main-website > a {
          display: none; } }
  .footer__menu {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%; }
    @media screen and (max-width: 768px) {
      .footer__menu {
        -ms-flex-order: 3;
            order: 3; } }
    @media screen and (min-width: 1025px) and (max-width: 1200px) {
      .footer__menu {
        -ms-flex: 0 0 calc(100% - 260px);
            flex: 0 0 calc(100% - 260px); } }
    @media screen and (max-width: 768px) {
      .footer__menu {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
  .footer__logo {
    background-color: #ffffff;
    border: 2px solid #77B1BE;
    margin: -27px auto 0;
    max-width: 355px;
    padding: 10px 15px 5px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .footer__logo {
        margin-bottom: 30px; } }
    @media screen and (max-width: 385px) {
      .footer__logo {
        max-width: calc(100% - 16px); } }
  .footer__networks {
    padding-bottom: 7px; }
    @media screen and (max-width: 768px) {
      .footer__networks {
        margin: 0 0 20px;
        padding-bottom: 0;
        -ms-flex-order: 2;
            order: 2; } }

/**
 * Sidebar / Resources
 */
.sidebar-resources__item {
  padding: 10px 0; }

.sidebar-resources__button {
  display: block;
  margin: 10px auto 0;
  max-width: 90%; }

/**
 * Sidebar / Videos
 */
.sidebar-videos__inner {
  background-color: #F5F3EC;
  margin-top: 20px;
  padding: 16px; }

.sidebar-videos__item {
  padding: 12px 0; }

.sidebar-videos__button {
  display: block;
  margin-top: 10px; }

/**
 * Content / Post
 */
.post__image {
  margin: 0 0 20px;
  overflow: hidden;
  padding-top: 65%;
  position: relative; }
  .post__image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    width: 100%; }
  @media screen and (min-width: 769px) {
    .post__image:hover img, .post__image:focus img {
      opacity: .9;
      -ms-transform: scale(1.05);
          transform: scale(1.05); } }

.post__header, .post__excerpt, .post__footer {
  padding-left: 20px;
  padding-right: 20px; }

.post__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.post__time, .post__comments-number {
  font-size: 0.8125rem;
  line-height: 1.30769;
  color: #707070;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: 50%;
  letter-spacing: .02em; }

.post__title {
  color: black;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  font-weight: 400;
  letter-spacing: .01em;
  margin: 20px 0 10px;
  max-width: 100%; }

.post__excerpt {
  font-size: 0.875rem;
  line-height: 1.42857;
  letter-spacing: .01em; }
  .post__excerpt p:last-child {
    margin-bottom: 0 !important; }

.post__footer {
  margin-top: 10px; }

.post__link {
  font-size: 0.875rem;
  color: #219FA5;
  line-height: 1.21429;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) {
    .post__link:hover, .post__link:focus {
      color: #4C8E36; } }

/**
 * Content / Product
 */
.product {
  border-radius: 4px;
  cursor: pointer;
  padding: 15px 15px 18px;
  position: relative;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out; }
  .product__image {
    margin: 0 0 17px;
    overflow: hidden; }
    .product__image img {
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
      width: 100%; }
  .product__title {
    margin: 0 0 7px; }
  .product__subtitle {
    font-size: 0.8125rem;
    line-height: 1.30769;
    margin: 0 0 10px; }
  .product__price {
    font-size: 0.8125rem;
    line-height: 1.30769;
    margin: 0; }
  .product__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
  @media screen and (min-width: 769px) {
    .product:hover, .product:focus {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
      .product:hover .product__image img, .product:focus .product__image img {
        opacity: .9;
        -ms-transform: scale(1.05);
            transform: scale(1.05); } }

/**
 * Content / Resource
 */
.resource {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .resource {
      padding: 16px; } }
  .resource__image {
    margin: 0 0 20px;
    overflow: hidden;
    padding-top: 65%;
    position: relative; }
    .resource__image img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
      width: 100%; }
    @media screen and (min-width: 769px) {
      .resource__image:hover img, .resource__image:focus img {
        opacity: .9;
        -ms-transform: scale(1.05);
            transform: scale(1.05); } }
  .resource__title {
    margin: 0 0 10px; }
  .resource__text {
    font-size: 0.875rem;
    line-height: 1.28571;
    margin: 0 0 7px; }
    .resource__text p:last-child {
      margin-bottom: 0 !important; }
  .resource__link {
    font-size: 0.75rem;
    color: #5A9C44;
    line-height: 1.16667;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 769px) {
      .resource__link:hover, .resource__link:focus {
        color: #4C8E36;
        text-decoration: none; } }

/**
 * Content / Video
 */
.video {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 10px 18px;
  text-align: center; }
  .video__image {
    margin: 0 0 17px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    transition: box-shadow 0.2s ease-in-out; }
    .video__image::before, .video__image::after {
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      top: 50%; }
    .video__image::before {
      background-color: #FF9999;
      border-radius: 100%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
      height: 30px;
      transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      width: 30px;
      z-index: 1; }
    .video__image::after {
      border-color: transparent transparent transparent #ffffff;
      border-style: solid;
      border-width: 7px 11px;
      margin-left: 7px;
      z-index: 2; }
    .video__image img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
      width: 100%; }
  .video__title {
    margin: 0 0 7px; }
  .video__subtitle {
    margin: 0; }
  @media screen and (min-width: 769px) {
    .video:hover .video__image::before, .video:focus .video__image::before {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
    .video:hover .video__image img, .video:focus .video__image img {
      opacity: .9;
      -ms-transform: scale(1.05);
          transform: scale(1.05); } }
  .video:not(.video--small) {
    transition: box-shadow 0.2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .video:not(.video--small):hover, .video:not(.video--small):focus {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); } }
  .video--small {
    padding: 0; }
    .video--small .video__title,
    .video--small .video__subtitle {
      display: none !important; }
    .video--small .video__image {
      margin: 0; }

/**
 * Section / Accordion
 */
.section-accordion {
  margin-bottom: 45px;
  margin-top: 45px; }
  .section-accordion__title {
    margin: 0 0 30px; }
  .section-accordion:first-child {
    margin-top: 0; }
  .section-accordion:last-child {
    margin-bottom: 0; }

/**
 * Section / Banner
 */
.section-banner {
  cursor: pointer;
  margin-bottom: 45px;
  margin-top: 45px; }
  .section-banner__image {
    margin: 0 0 17px;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s ease-in-out; }
    .section-banner__image::before, .section-banner__image::after {
      display: block;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      top: 50%; }
    .section-banner__image::before {
      background-color: #FF9999;
      border-radius: 100%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
      height: 55px;
      transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      width: 55px;
      z-index: 1; }
    .section-banner__image::after {
      border-color: transparent transparent transparent #ffffff;
      border-style: solid;
      border-width: 12px 20px;
      margin-left: 12px;
      z-index: 2; }
    .section-banner__image img {
      height: 100%;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
      width: 100%; }
  @media screen and (min-width: 769px) {
    .section-banner:hover .section-banner__image::before, .section-banner:focus .section-banner__image::before {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
    .section-banner:hover .section-banner__image img, .section-banner:focus .section-banner__image img {
      opacity: .9;
      -ms-transform: scale(1.05);
          transform: scale(1.05); } }
  .section-banner:first-child {
    margin-top: 0; }
  .section-banner:last-child {
    margin-bottom: 0; }
  .section-banner[data-video] .section-banner__image::before, .section-banner[data-video] .section-banner__image::after {
    content: ''; }

/**
 * Section / Content
 */
.section-content__item {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .section-content__item {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }

/**
 * Section / Resources
 */
.section-resources {
  margin-bottom: 20px; }
  .section-resources__item {
    padding: 10px 5px; }
    @media screen and (max-width: 550px) {
      .section-resources__item {
        padding: 10px 8px; } }
    .section-resources__item .resource {
      height: 100%; }

/**
 * Section / Videos
 */
.section-videos {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .section-videos {
      margin-bottom: 0; } }
  .section-videos__item {
    padding: 15px 0; }
    .section-videos__item .video {
      height: 100%; }

/**
 * Template / 404
 */
.page-404__title {
  font-size: 64px;
  margin: 0 0 20px; }

.page-404__button {
  margin: 60px 0 0; }

/**
 * Blog
 */
.feed__title {
  margin: 0 0 10px; }

.feed__item {
  padding-bottom: 25px;
  padding-top: 25px; }

.feed--related .splide__track {
  padding: 0; }

.feed--related .splide__slide {
  max-width: 311.66667px;
  padding: 8px; }
  @media screen and (max-width: 1024px) {
    .feed--related .splide__slide {
      max-width: 342px; } }
  @media screen and (max-width: 768px) {
    .feed--related .splide__slide {
      max-width: 270px; } }
  @media screen and (max-width: 550px) {
    .feed--related .splide__slide {
      max-width: 360px; } }

.feed-filters {
  padding-bottom: 12px;
  padding-top: 12px; }
  .feed-filters__item {
    padding-bottom: 8px;
    padding-top: 8px; }

.book-container {
  padding: 50px 0 65px; }
  @media (max-width: 768px) {
    .book-container {
      padding: 35px 0 30px; } }

.search-form input {
  border-radius: 4px 0 0 4px;
  border-right: none; }

.search-form .button {
  padding: 0;
  min-width: 40px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 0 !important; }

.download-print-list {
  float: right; }
  @media (max-width: 768px) {
    .download-print-list {
      float: none;
      width: 100%;
      margin-bottom: 15px; } }

.clear-book-list {
  color: #909090 !important;
  background-color: transparent !important;
  padding-left: 30px;
  position: relative; }
  @media (max-width: 768px) {
    .clear-book-list {
      margin-bottom: 15px; } }
  .clear-book-list .icon-trash-o {
    font-size: 21px;
    position: absolute;
    top: 8px;
    left: 5px; }

.books-filter-sidebar {
  max-width: 200px; }
  @media (max-width: 768px) {
    .books-filter-sidebar > div {
      padding: 70px 40px 100px;
      height: 100%;
      overflow: auto; } }
  .books-filter-sidebar .close-popup {
    display: none; }
    @media (max-width: 768px) {
      .books-filter-sidebar .close-popup {
        display: block; } }
  @media (max-width: 768px) {
    .books-filter-sidebar {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 200;
      background-color: #fff;
      max-width: 100%;
      height: 100%;
      transform: translate3d(-100%, 0, 0);
      overflow: auto;
      transition: transform .25s ease-out;
      min-width: 350px; }
      .sidebar-filter-visible .books-filter-sidebar {
        transform: translate3d(0, 0, 0); } }
  .books-filter-sidebar .books-filter-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 20px; }
    .books-filter-sidebar .books-filter-header h4 {
      margin: 0; }
    .books-filter-sidebar .books-filter-header .clear-filtering {
      color: #707070;
      font-size: 12px;
      text-decoration: none; }
      .books-filter-sidebar .books-filter-header .clear-filtering:hover {
        text-decoration: underline; }
  .books-filter-sidebar .filter-group {
    border-top: 1px solid #CECECE;
    padding: 16px 0; }
    .books-filter-sidebar .filter-group:last-child {
      border-bottom: 1px solid #CECECE; }
    .books-filter-sidebar .filter-group.not-in-the-list-group p {
      font-size: 14px;
      margin: 5px 0 15px 0; }
    .books-filter-sidebar .filter-group.not-in-the-list-group .sign-in-note {
      font-size: 12px;
      margin: 10px 0 0; }
    .books-filter-sidebar .filter-group.not-in-the-list-group .button {
      width: 100%; }
    .books-filter-sidebar .filter-group h5 {
      margin-bottom: 0; }
      .books-filter-sidebar .filter-group h5.accordion-title {
        position: relative;
        cursor: pointer; }
        .books-filter-sidebar .filter-group h5.accordion-title::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 12px;
          margin-top: -1px;
          border-top: 2px solid #219FA5; }
        .books-filter-sidebar .filter-group h5.accordion-title:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -6px;
          right: 5px;
          height: 12px;
          border-left: 2px solid #219FA5; }
        .books-filter-sidebar .filter-group h5.accordion-title + ul {
          display: none; }
        .books-filter-sidebar .filter-group h5.accordion-title.expanded {
          margin-bottom: 10px; }
          .books-filter-sidebar .filter-group h5.accordion-title.expanded:after {
            display: none; }
          .books-filter-sidebar .filter-group h5.accordion-title.expanded + ul {
            display: block; }
    .books-filter-sidebar .filter-group ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .books-filter-sidebar .filter-group ul li {
        padding: 5px 0;
        margin: 0; }
      .books-filter-sidebar .filter-group ul input {
        display: none; }
      .books-filter-sidebar .filter-group ul input + label {
        padding-left: 30px;
        position: relative; }
        .books-filter-sidebar .filter-group ul input + label::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px;
          border: 1px solid #909090; }
        .books-filter-sidebar .filter-group ul input + label .tooltip,
        .books-filter-sidebar .filter-group h5 .tooltip {
          display: inline-block;
          position: relative; }
          .books-filter-sidebar .filter-group ul input + label .tooltip:hover .info-message,
          .books-filter-sidebar .filter-group h5 .tooltip:hover .info-message {
            display: block; }
        .books-filter-sidebar .filter-group ul input + label .icon-question,
        .books-filter-sidebar .filter-group h5 .tooltip .icon-question {
          font-size: 14px;
          color: #909090;
          margin: 0 0 0 6px; }
        .books-filter-sidebar .filter-group ul input + label .info-message,
        .books-filter-sidebar .filter-group h5 .tooltip .info-message {
          position: absolute;
          bottom: 100%;
          font-size: 12px;
          line-height: 1.5;
          background: #fff;
          padding: 15px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          width: 190px;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
          display: block;
          font-weight: 400;
          color: #333;
          display: none;
          z-index: 10; }
      .books-filter-sidebar .filter-group ul input:checked + label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        background-color: #909090; }
  .books-filter-sidebar .not-in-the-list-note {
    font-size: 14px;
    color: #219FA5; }
  .books-filter-sidebar .styled-checkbox {
    display: -ms-flexbox;
    display: flex; }
    .books-filter-sidebar .styled-checkbox h5 {
      margin: 0; }
    .books-filter-sidebar .styled-checkbox h5 + div {
      margin-left: auto; }
    .books-filter-sidebar .styled-checkbox label {
      display: block;
      border-radius: 20px;
      border: 1px solid #CECECE;
      font-size: 12px;
      padding: 4px 0 4px 0;
      position: relative;
      cursor: pointer; }
      .books-filter-sidebar .styled-checkbox label:after {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0px;
        border-radius: 50%; }
    .books-filter-sidebar .styled-checkbox input {
      display: none; }
    .books-filter-sidebar .styled-checkbox.gb-libray-checkbox label {
      padding-right: 8px;
      padding-left: 32px; }
      .books-filter-sidebar .styled-checkbox.gb-libray-checkbox label::before {
        content: 'No'; }
      .books-filter-sidebar .styled-checkbox.gb-libray-checkbox label::after {
        left: 0;
        right: auto;
        background-color: #909090; }
    .books-filter-sidebar .styled-checkbox.gb-libray-checkbox input:checked + label {
      padding-left: 8px;
      padding-right: 32px; }
      .books-filter-sidebar .styled-checkbox.gb-libray-checkbox input:checked + label:before {
        content: 'Yes'; }
      .books-filter-sidebar .styled-checkbox.gb-libray-checkbox input:checked + label:after {
        background-color: #219FA5;
        right: 0;
        left: auto; }
  .books-filter-sidebar .form-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    border-top: 1px solid #CECECE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #fff; }
    .books-filter-sidebar .form-actions .button {
      font-weight: normal; }
    .books-filter-sidebar .form-actions .clear-filtering {
      border: 1px solid #D5D5D5; }

.my-booklist-actions {
  margin-bottom: 20px; }

.book-list-intro {
  margin-bottom: 50px; }

.books-list-header {
  margin-bottom: 20px; }
  .books-list-header .button {
    margin-bottom: 15px;
    display: block; }
  .books-list-header .button[disabled] {
    width: 100%; }
  .books-list-header .results-count-container {
    padding: 3px 0 0;
    text-align: center; }
    @media (max-width: 768px) {
      .books-list-header .results-count-container {
        margin-bottom: 5px; } }
  .books-list-header .sign-in-message {
    text-align: center;
    margin-bottom: 10px; }
    .books-list-header .sign-in-message a {
      color: #5A9C44; }
  .books-list-header .results-count {
    font-size: 14px;
    color: #707070; }
    @media (max-width: 768px) {
      .books-list-header .results-count {
        text-align: center;
        display: block; } }
  .books-list-header .filter-popup-link-column {
    display: none; }
    @media (max-width: 768px) {
      .books-list-header .filter-popup-link-column {
        display: initial; } }
  @media (max-width: 768px) {
    .books-list-header .filter-popup-link {
      display: block;
      width: 100%;
      text-align: center;
      border: 1px solid #CECECE;
      border-radius: 4px;
      padding: 8px;
      margin-bottom: 15px; } }
  .books-list-header .input-container {
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .books-list-header .input-container {
        margin-bottom: 15px; } }
  .books-list-header .sort-container {
    border: 1px solid #CECECE;
    border-radius: 4px;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .books-list-header .sort-container {
        margin-bottom: 15px;
        border: none; } }
    .books-list-header .sort-container label {
      padding: 0 0 0 10px;
      font-size: 14px;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .books-list-header .sort-container label {
          display: none; } }
    .books-list-header .sort-container select {
      border: none;
      background-origin: content-box;
      background-position: right -1.125rem center;
      background-repeat: no-repeat;
      background-size: 9px 6px;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); }
      @media (max-width: 768px) {
        .books-list-header .sort-container select {
          border: 1px solid #CECECE; } }

.book-item {
  margin-bottom: 16px; }
  .book-item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 12px; }
    .book-item-header > div + div {
      margin-left: auto; }
    .book-item-header .didnt-make-the-list-note {
      background-color: #909090;
      border-radius: 4px 4px 0 0;
      color: #fff;
      padding: 4px 8px 5px 8px;
      display: block; }
    .book-item-header .create-account-note {
      color: #909090; }
  .book-item-container {
    transition: box-shadow .25s ease-out, border-color .25s ease-out;
    border: 1px solid #CECECE;
    border-radius: 4px;
    padding: 16px; }
    @media (max-width: 768px) {
      .book-item-container {
        padding-bottom: 8px; } }
    .book-item-container:hover {
      border-color: #AFAFAF;
      box-shadow: 0px 0px 8px #00000029; }
  .book-item--not-in-the-list .book-item-container {
    border-radius: 0 4px 4px 4px; }
  .book-item__main {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .book-item__main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 16px; } }
  .book-item__title {
    margin: 0 12px 0 0; }
    @media (max-width: 768px) {
      .book-item__title {
        -ms-flex-order: 4;
            order: 4;
        max-width: 70%; } }
    .book-item__title h2 {
      font-size: 16px;
      margin: 0 0 0.25em 0;
      font-weight: 500;
      line-height: 1.25;
      color: #333333; }
      .book-item__title h2 a {
        text-decoration: none;
        color: inherit; }
        .book-item__title h2 a:hover {
          color: #333; }
    .book-item__title .author {
      font-size: 14px;
      display: block; }
  .book-item__category {
    margin-left: auto;
    color: #909090;
    font-size: 14px; }
    @media (max-width: 768px) {
      .book-item__category {
        -ms-flex-order: 1;
            order: 1;
        margin-left: 0;
        margin-bottom: 14px;
        width: 80%; } }
  .book-item__image {
    margin-right: 12px; }
    @media (max-width: 768px) {
      .book-item__image {
        -ms-flex-order: 3;
            order: 3; } }
    .book-item__image img {
      width: 60px;
      display: block; }
  .book-item__review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 768px) {
      .book-item__review {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media (max-width: 768px) {
    .book-item__icons {
      margin-bottom: 18px;
      width: 100%; } }
  .book-item__icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    .book-item__icons ul li {
      margin: 0; }
    .book-item__icons ul li + li {
      margin-left: 5px; }
  .book-item__icons img {
    width: 25px;
    display: block; }
    @media (max-width: 768px) {
      .book-item__icons img {
        width: 30px; } }
  .book-item__wishlist {
    margin-left: 30px; }
    @media (max-width: 768px) {
      .book-item__wishlist {
        -ms-flex-order: 2;
            order: 2;
        width: 20%;
        margin-left: 0;
        text-align: right; } }
  .book-item__rating {
    margin-left: auto; }
    @media (max-width: 768px) {
      .book-item__rating {
        margin-left: 0;
        width: 85%; } }
    .book-item__rating dl {
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 18px; }
      @media (max-width: 768px) {
        .book-item__rating dl {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: start;
              align-items: flex-start; } }
      .book-item__rating dl dt {
        font-size: 12px;
        margin: 0 0 0 12px; }
        @media (max-width: 768px) {
          .book-item__rating dl dt {
            margin: 0 0 8px 0;
            font-size: 14px;
            width: 40%; } }
      .book-item__rating dl dd {
        font-size: 14px;
        font-weight: 500;
        margin: 0 12px 0 8px;
        color: #5A9C44; }
        @media (max-width: 768px) {
          .book-item__rating dl dd {
            margin: 0 0 8px 0;
            font-size: 16px;
            width: 10%; } }
        .book-item__rating dl dd + dt {
          position: relative; }
          .book-item__rating dl dd + dt::before {
            content: '';
            position: absolute;
            top: 0;
            left: -12px;
            height: 100%;
            border-left: 1px solid #CECECE; }
            @media (max-width: 768px) {
              .book-item__rating dl dd + dt::before {
                display: none; } }
  @media (max-width: 768px) {
    .book-item__info {
      margin-left: auto; } }
  .book-item__info .icon-question {
    color: #909090;
    font-size: 18px;
    display: block;
    cursor: pointer; }
  .book-item .icon-heart-filled {
    color: #FA8072;
    font-size: 22px;
    display: none;
    cursor: pointer; }
  .book-item .icon-favorite-add {
    color: #FA8072;
    font-size: 22px;
    cursor: pointer; }
    .book-item .icon-favorite-add:hover {
      color: #FA604F; }
  .book-item.loading {
    opacity: 0.5;
    pointer-events: none; }
  .book-item.added-to-favorites .icon-heart-filled {
    display: initial; }
  .book-item.added-to-favorites .icon-favorite-add {
    display: none; }

.booklist-table th {
  color: #7C7C7C;
  font-weight: 500; }

.booklist-table th,
.booklist-table td {
  border: 1px solid #CECECE; }

.booklist-table td {
  color: #000;
  vertical-align: top; }

.booklist-table-item__image {
  width: 9%; }

.booklist-table-item__title-author {
  font-size: 14px;
  width: 25%; }
  .booklist-table-item__title-author h2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px; }

.booklist-table-item__level-merits {
  font-size: 14px;
  width: 15%; }
  .booklist-table-item__level-merits dl {
    margin: 14px 0 0 0;
    line-height: 20px; }
    .booklist-table-item__level-merits dl dt {
      float: left;
      clear: left;
      font-size: 12px;
      margin: 0 8px 0 0; }
    .booklist-table-item__level-merits dl dd {
      color: #5A9C44;
      font-size: 14px; }

.booklist-table-item__review-includes {
  font-size: 12px;
  line-height: 1.5; }
  .booklist-table-item__review-includes ul {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex; }
    .booklist-table-item__review-includes ul li {
      margin: 0; }
    .booklist-table-item__review-includes ul li + li {
      margin-left: 5px; }
  .booklist-table-item__review-includes img {
    width: 25px;
    display: block; }

.booklist-print-page .rating-system {
  margin-bottom: 40px; }

.rating-system h2 {
  text-align: center;
  margin-bottom: 20px; }

.rating-system__scores {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  font-weight: 500;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .rating-system__scores li + li {
    margin-left: 45px; }
    @media (max-width: 768px) {
      .rating-system__scores li + li {
        margin-left: 15px; } }
  .rating-system__scores span {
    display: block; }
    .rating-system__scores span:first-child {
      font-size: 18px;
      margin-bottom: 8px;
      color: #5A9C44; }
    .rating-system__scores span:last-child {
      font-size: 14px; }

.booklist-print-page .rating-system__values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.rating-system__value {
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 25px; }
  .rating-system-popup .rating-system__value:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .booklist-print-page .rating-system__value {
    width: 49%; }

.icons-system {
  margin-bottom: 100px; }
  .icons-system h2 {
    text-align: center;
    margin-bottom: 20px; }
  .icons-system ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .icons-system ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 45px;
      margin-bottom: 15px; }
    .icons-system ul img {
      width: 30px;
      height: 30px; }
    .icons-system ul img + span {
      margin-left: 16px; }

.popup {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 200;
  max-width: 90%;
  max-height: 90%;
  overflow: auto; }

.rating-system-popup {
  width: 664px;
  padding: 50px; }
  @media (max-width: 768px) {
    .rating-system-popup {
      padding: 20px; } }
  .rating-system-popup-visible .rating-system-popup {
    display: block; }
  .rating-system-popup .close-popup {
    top: 40px;
    right: 40px; }
    @media (max-width: 768px) {
      .rating-system-popup .close-popup {
        top: 15px;
        right: 15px; } }

.login-popup {
  width: 1004px;
  padding: 45px; }
  @media (max-width: 768px) {
    .login-popup {
      padding: 20px; } }
  .login-popup-visible .login-popup {
    display: block; }
  .login-popup-container {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 768px) {
      .login-popup-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .login-popup-container::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      border-left: 1px solid #CECECE; }
      @media (max-width: 768px) {
        .login-popup-container::before {
          display: none; } }
    @media (max-width: 768px) {
      .login-popup-container .login-form-column {
        border-bottom: 1px solid #CECECE;
        margin-bottom: 25px; } }
    .login-popup-container .login-form-column,
    .login-popup-container .register-form-column {
      width: 50%;
      padding: 0 65px; }
      @media (max-width: 768px) {
        .login-popup-container .login-form-column,
        .login-popup-container .register-form-column {
          width: 100%;
          padding: 0; } }
  .login-popup .login-note {
    text-align: center;
    font-size: 14px;
    padding: 20px 50px 0; }
  .login-popup #loginform {
    margin-bottom: 20px; }
    .login-popup #loginform .form-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .login-popup #loginform a {
      color: #000;
      text-decoration: none; }
      .login-popup #loginform a:hover {
        text-decoration: underline; }
    .login-popup #loginform .login-submit {
      margin: 0; }

.signup-popup {
  width: 1004px;
  padding: 45px 170px 45px; }
  @media (max-width: 768px) {
    .signup-popup {
      padding: 20px; } }
  .signup-popup-visible .signup-popup {
    display: block; }
  .signup-popup .signup-note {
    font-size: 14px;
    padding: 10px 0 0 0;
    text-align: center; }
  .signup-popup form input[type="submit"] {
    margin-bottom: 15px; }
  .signup-popup form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
    .signup-popup form input[type="checkbox"] + label {
      padding-left: 30px;
      position: relative;
      display: inline-block;
      font-size: 14px; }
      .signup-popup form input[type="checkbox"] + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #909090; }
    .signup-popup form input[type="checkbox"]:checked + label::after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px;
      background-color: #909090; }
  .signup-popup form .checkbox-rows {
    text-align: left;
    max-width: 300px;
    margin: 0 auto 15px; }
    .signup-popup form .checkbox-rows .checkbox-row {
      margin-bottom: 10px;
      position: relative; }

.bulk-add-favorites-confirmation-popup,
.clear-confirmation-popup {
  width: 495px;
  padding: 130px 90px 80px;
  text-align: center; }
  .bulk-add-favorites-confirmation-popup .button,
  .clear-confirmation-popup .button {
    width: 215px; }

.clear-confirmation-popup-visible .clear-confirmation-popup {
  display: block; }

.bulk-add-favorites-confirmation-popup-visible .bulk-add-favorites-confirmation-popup {
  display: block; }

body.sidebar-filter-visible {
  overflow: hidden; }

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }
  .sidebar-filter-visible .popup-overlay,
  .clear-confirmation-popup-visible .popup-overlay,
  .signup-popup-visible .popup-overlay,
  .rating-system-popup-visible .popup-overlay,
  .login-popup-visible .popup-overlay,
  .bulk-add-favorites-confirmation-popup-visible .popup-overlay {
    display: block; }

.close-popup {
  color: #909090;
  font-size: 22px;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  padding: 10px;
  z-index: 10; }

.single-book .back-to-booklist {
  font-size: 14px;
  text-decoration: none;
  color: #707070; }
  .single-book .back-to-booklist span {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    display: inline-block;
    font-size: 12px;
    margin-right: 14px; }

.single-book .book-image {
  text-align: center;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .single-book .book-image {
      padding-right: 0;
      margin-bottom: 30px; } }
  .single-book .book-image img {
    display: block;
    margin: 0 auto 35px; }

.single-book .book-info h1 {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  margin: 0 0 12px 0;
  font-weight: 500;
  color: #333333;
  line-height: 1.36; }

.single-book .book-info .book-author {
  font-size: 16px;
  display: block;
  margin-bottom: 14px; }

.single-book .book-info .book-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 18px;
  margin-bottom: 25px; }

.single-book .book-info .book-price {
  font-weight: 500; }

.single-book .book-info .book-category {
  display: block;
  text-align: right;
  color: #909090; }

.single-book .book-info .book-actions {
  margin-bottom: 15px; }
  .single-book .book-info .book-actions .add-to-wishlist,
  .single-book .book-info .book-actions .remove-from-wishlist {
    padding-right: 15px; }
    .single-book .book-info .book-actions .add-to-wishlist span,
    .single-book .book-info .book-actions .remove-from-wishlist span {
      margin-right: 10px;
      font-size: 20px;
      position: absolute;
      top: 9px; }
  .single-book .book-info .book-actions .add-to-wishlist {
    padding-left: 45px; }
    .single-book .book-info .book-actions .add-to-wishlist span {
      left: 20px; }
  .single-book .book-info .book-actions .remove-from-wishlist {
    display: none;
    padding-left: 35px; }
    .single-book .book-info .book-actions .remove-from-wishlist span {
      left: 10px; }
  .single-book .book-info .book-actions.loading {
    opacity: 0.5;
    pointer-events: none; }
  .single-book .book-info .book-actions.added-to-favorites .add-to-wishlist {
    display: none; }
  .single-book .book-info .book-actions.added-to-favorites .remove-from-wishlist {
    display: block; }
  .single-book .book-info .book-actions .button {
    width: 100%;
    margin-bottom: 15px; }

.single-book .book-info .book-brief-review {
  line-height: 1.5;
  margin-bottom: 25px; }
  .single-book .book-info .book-brief-review__label {
    display: block;
    font-weight: 500;
    margin: 0 0 10px 0; }

.single-book .book-info .book-specification {
  font-size: 14px;
  border: none;
  border-collapse: separate; }
  .single-book .book-info .book-specification td {
    border-top: 1px solid #CECECE; }
    .single-book .book-info .book-specification td:first-child {
      padding-left: 0;
      border-right: 1px solid #cecece;
      color: #909090;
      font-weight: 500; }
    .single-book .book-info .book-specification td:last-child {
      color: #000; }
  .single-book .book-info .book-specification tr:last-child td {
    border-bottom: 1px solid #CECECE; }

.single-book .book-review {
  background-image: linear-gradient(to right, #F7F4EE, #F7F4EE 50%, #FFFCF5 50%);
  overflow: hidden; }
  @media (max-width: 768px) {
    .single-book .book-review {
      background-image: none;
      background-color: #F7F4EE; } }
  .single-book .book-review .book-icons {
    padding: 50px 0; }
    @media (max-width: 768px) {
      .single-book .book-review .book-icons {
        text-align: center; } }
    .single-book .book-review .book-icons ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (max-width: 768px) {
        .single-book .book-review .book-icons ul {
          margin: 0 auto;
          display: inline-block; } }
    .single-book .book-review .book-icons li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 15px; }
      .single-book .book-review .book-icons li span {
        margin-left: 1em; }
    .single-book .book-review .book-icons img {
      width: 30px;
      height: 30px; }
  .single-book .book-review .book-rating {
    text-align: right;
    padding: 25px 0; }
    @media (max-width: 768px) {
      .single-book .book-review .book-rating {
        text-align: center;
        position: relative; }
        .single-book .book-review .book-rating::before {
          content: '';
          position: absolute;
          top: 0;
          left: -50%;
          width: 200%;
          height: 100%;
          background-color: #FFFCF5; } }
    .single-book .book-review .book-rating > div {
      display: inline-block;
      text-align: center;
      position: relative; }
    .single-book .book-review .book-rating ul {
      list-style: none;
      font-size: 18px;
      padding: 0;
      margin: 0; }
      .single-book .book-review .book-rating ul li {
        padding: 25px 33px;
        margin: 0; }
      .single-book .book-review .book-rating ul li + li {
        border-top: 1px solid #CECECE; }
      .single-book .book-review .book-rating ul b {
        display: block;
        font-weight: 500;
        margin-bottom: 12px;
        color: #5A9C44; }
    .single-book .book-review .book-rating .rating-system-info {
      text-align: center;
      margin: 25px 0; }
      .single-book .book-review .book-rating .rating-system-info-icon {
        cursor: pointer;
        font-size: 14px;
        color: #909090;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .single-book .book-review .book-rating .rating-system-info-icon:hover {
          color: #000; }
          .single-book .book-review .book-rating .rating-system-info-icon:hover .rating-system-info-label {
            text-decoration: underline; }
      .single-book .book-review .book-rating .rating-system-info-label {
        padding-top: 1px; }
      .single-book .book-review .book-rating .rating-system-info .icon-question {
        font-size: 18px;
        margin-right: 8px; }

.single-book .book-summary {
  padding: 100px 0;
  line-height: 1.75; }
  .single-book .book-summary h3 {
    margin-bottom: 30px; }

/**
 * Home
 */
@media screen and (min-width: 1025px) {
  .home-page__content {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 1024px) {
  .home-page__content {
    -ms-flex-order: 1;
        order: 1; } }

@media screen and (max-width: 1024px) {
  .home-page__sidebar-videos {
    margin-top: 55px;
    -ms-flex-order: 2;
        order: 2; } }

@media screen and (max-width: 1024px) {
  .home-page__sidebar-resources {
    margin-top: 55px;
    -ms-flex-order: 3;
        order: 3; } }

/**
 * Default template
 */
.default-page__banner .section-banner {
  margin: 0 0 55px; }

.default-page__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 0 30px;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.default-page__title {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0 0 15px;
  max-width: 100%; }

.default-page__author, .default-page__time {
  font-size: 0.875rem;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  font-style: normal;
  line-height: 1.35714;
  margin: 0;
  max-width: 50%; }
  .default-page__author::before, .default-page__time::before {
    color: #707070; }

.default-page__author::before {
  content: 'Written By: '; }
  @media screen and (max-width: 550px) {
    .default-page__author::before {
      content: ''; } }

.default-page__time::before {
  content: 'Published On: '; }
  @media screen and (max-width: 550px) {
    .default-page__time::before {
      content: ''; } }

.default-page__content {
  font-size: 1.125rem;
  line-height: 1.66667; }
  @media screen and (max-width: 768px) {
    .default-page__content {
      font-size: 1rem; } }

.default-page__footer {
  padding-top: 10px; }
  .default-page__footer .pagination {
    margin-top: 45px; }

.default-page__networks {
  text-align: right; }
  @media screen and (max-width: 550px) {
    .default-page__networks {
      text-align: center; } }
  .default-page__networks::before {
    font-size: 0.875rem;
    color: #219FA5;
    content: 'SHARE THIS POST';
    display: inline-block;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.92857;
    margin: 0 10px 0 0;
    text-transform: uppercase; }
  .default-page__networks .social-networks-menu {
    display: inline-block; }

.default-page + .feed--related {
  margin-top: 65px; }
