/*
Theme Name: Business Marketer
Author: Samatix
Author URI: https://samatix.pl
Version: 1.0
*/

:root {
  --default: #2c313d;
  --second: #10cf9b;
  --third: #f6f7f9;
  --fourth: #ababab;
  --fifth: #7b8591;
  --sixth: #ededf7;
  --seventh: #dae4eb;
  --eighth: #fdfdfc;
  --blue: #009dd9;
  --color_change: var(--default);
  --color_change_hover: var(--default);
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-200.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-regular.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-600.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-800.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/source-sans-3-v15-latin_latin-ext-900.woff2") format("woff2");
}

@font-face {
  font-family: "businessmarketer_icon";
  src: url("fonts/businessmarketer_icon.eot?dfjkfw");
  src: url("fonts/businessmarketer_icon.eot?dfjkfw#iefix")
      format("embedded-opentype"),
    url("fonts/businessmarketer_icon.ttf?dfjkfw") format("truetype"),
    url("fonts/businessmarketer_icon.woff?dfjkfw") format("woff"),
    url("fonts/businessmarketer_icon.svg?dfjkfw#businessmarketer_icon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "businessmarketer_icon_double";
  src: url("fonts/businessmarketer_icon_double.eot?hawj45");
  src: url("fonts/businessmarketer_icon_double.eot?hawj45#iefix")
      format("embedded-opentype"),
    url("fonts/businessmarketer_icon_double.ttf?hawj45") format("truetype"),
    url("fonts/businessmarketer_icon_double.woff?hawj45") format("woff"),
    url("fonts/businessmarketer_icon_double.svg?hawj45#businessmarketer_icon_double")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
:where(:root) {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
:where(main) {
  display: block;
}
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
:where(p + p) {
  margin-top: 1rem;
}
:where(a) {
  background-color: transparent;
}
:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
:where(code, kbd, samp, pre) {
  font-family: monospace, monospace;
  font-size: 1em;
}
:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:where(sub) {
  bottom: -0.25em;
}
:where(sup) {
  top: -0.5em;
}
:where(button, input, optgroup, select, textarea) {
  line-height: inherit;
  border: 1px solid currentColor;
}
:where(button) {
  overflow: visible;
  text-transform: none;
}
:where(button, [type="button"], [type="reset"], [type="submit"]) {
  -webkit-appearance: button;
  padding: 1px 6px;
}
:where(input) {
  overflow: visible;
}
:where(input, textarea) {
  padding: 1px;
}
:where(fieldset) {
  border: 1px solid currentColor;
  margin: 0 2px;
}
:where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
:where(progress) {
  display: inline-block;
  vertical-align: baseline;
}
:where(select) {
  text-transform: none;
}
:where(textarea) {
  overflow: auto;
  vertical-align: top;
}
:where([type="search"]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
:where([type="color"]) {
  background: inherit;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
::-webkit-file-upload-button,
::-webkit-search-decoration {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
:where(hr) {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}
:where(dl, ol, ul) {
  margin: 1em 0;
}
:where(ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl) {
  margin: 0;
}
:where(b, strong) {
  font-weight: 700;
}
:where(audio, video) {
  display: inline-block;
}
:where(audio):not([controls]) {
  display: none;
  height: 0;
}
:where(img) {
  border: 0;
}
:where(svg):not(:root) {
  overflow: hidden;
}
:where(table) {
  text-indent: 0;
  border-color: inherit;
}
:where(details) {
  display: block;
}
:where(dialog) {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}
:where(dialog):not([open]) {
  display: none;
}
:where(summary) {
  display: list-item;
}
:where(canvas) {
  display: inline-block;
}
:where(template) {
  display: none;
}
:where([hidden]) {
  display: none;
}
[class*="grid-"],
[class*="grid_"],
[class~="grid"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
[class*="col-"],
[class*="col_"],
[class~="col"] {
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
}
[class*="col_"],
[class~="col"] {
  flex: 1 1 0%;
}
[class*="col-"] {
  flex: none;
}
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"],
[class*="grid_"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class~="grid"][class~="col"] {
  margin: 0;
  padding: 0;
}
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col-"],
[class*="grid-"][class*="-noGutter"] > [class~="col"] {
  padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"],
[class*="grid-"][class*="-equalHeight"] > [class~="col"] {
  align-self: stretch;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > *,
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > * {
  height: 100%;
}
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"],
[class*="grid-"][class*="-noBottom"] > [class~="col"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  order: -1;
}
[class*="col-"][class*="-last"] {
  order: 1;
}
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"],
[class*="grid-1"] > [class~="col"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"],
[class*="grid-2"] > [class~="col"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"],
[class*="grid-3"] > [class~="col"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"],
[class*="grid-4"] > [class~="col"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"],
[class*="grid-5"] > [class~="col"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"],
[class*="grid-6"] > [class~="col"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"],
[class*="grid-7"] > [class~="col"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"],
[class*="grid-8"] > [class~="col"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"],
[class*="grid-9"] > [class~="col"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%;
}
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"],
[class*="grid-10"] > [class~="col"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"],
[class*="grid-11"] > [class~="col"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%;
}
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"],
[class*="grid-12"] > [class~="col"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
@media (max-width: 74em) {
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"],
  [class*="_lg-1"] > [class~="col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"],
  [class*="_lg-2"] > [class~="col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"],
  [class*="_lg-3"] > [class~="col"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"],
  [class*="_lg-4"] > [class~="col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"],
  [class*="_lg-5"] > [class~="col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"],
  [class*="_lg-6"] > [class~="col"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"],
  [class*="_lg-7"] > [class~="col"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"],
  [class*="_lg-8"] > [class~="col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"],
  [class*="_lg-9"] > [class~="col"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"],
  [class*="_lg-10"] > [class~="col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"],
  [class*="_lg-11"] > [class~="col"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"],
  [class*="_lg-12"] > [class~="col"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 64em) {
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"],
  [class*="_md-1"] > [class~="col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"],
  [class*="_md-2"] > [class~="col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"],
  [class*="_md-3"] > [class~="col"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"],
  [class*="_md-4"] > [class~="col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"],
  [class*="_md-5"] > [class~="col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"],
  [class*="_md-6"] > [class~="col"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"],
  [class*="_md-7"] > [class~="col"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"],
  [class*="_md-8"] > [class~="col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"],
  [class*="_md-9"] > [class~="col"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"],
  [class*="_md-10"] > [class~="col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"],
  [class*="_md-11"] > [class~="col"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"],
  [class*="_md-12"] > [class~="col"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 48em) {
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"],
  [class*="_sm-1"] > [class~="col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"],
  [class*="_sm-2"] > [class~="col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"],
  [class*="_sm-3"] > [class~="col"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"],
  [class*="_sm-4"] > [class~="col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"],
  [class*="_sm-5"] > [class~="col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"],
  [class*="_sm-6"] > [class~="col"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"],
  [class*="_sm-7"] > [class~="col"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"],
  [class*="_sm-8"] > [class~="col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"],
  [class*="_sm-9"] > [class~="col"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"],
  [class*="_sm-10"] > [class~="col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"],
  [class*="_sm-11"] > [class~="col"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"],
  [class*="_sm-12"] > [class~="col"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 36em) {
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"],
  [class*="_xs-1"] > [class~="col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"],
  [class*="_xs-2"] > [class~="col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"],
  [class*="_xs-3"] > [class~="col"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"],
  [class*="_xs-4"] > [class~="col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"],
  [class*="_xs-5"] > [class~="col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"],
  [class*="_xs-6"] > [class~="col"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"],
  [class*="_xs-7"] > [class~="col"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"],
  [class*="_xs-8"] > [class~="col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"],
  [class*="_xs-9"] > [class~="col"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"],
  [class*="_xs-10"] > [class~="col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"],
  [class*="_xs-11"] > [class~="col"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"],
  [class*="_xs-12"] > [class~="col"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"],
[class~="grid"] > [class*="col-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"],
[class~="grid"] > [class*="col-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"],
[class~="grid"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"],
[class~="grid"] > [class*="col-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"],
[class~="grid"] > [class*="col-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"],
[class~="grid"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"],
[class~="grid"] > [class*="col-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"],
[class~="grid"] > [class*="col-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"],
[class~="grid"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"],
[class~="grid"] > [class*="col-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"],
[class~="grid"] > [class*="col-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"],
[class~="grid"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"],
[class~="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"],
[class~="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%;
}
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"],
[class~="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%;
}
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"],
[class~="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"],
[class~="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%;
}
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"],
[class~="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%;
}
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"],
[class~="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"],
[class~="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%;
}
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"],
[class~="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%;
}
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"],
[class~="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"],
[class~="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%;
}
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"],
[class~="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%;
}
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"],
[class~="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"],
[class~="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%;
}
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"],
[class~="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%;
}
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"],
[class~="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"],
[class~="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%;
}
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"],
[class~="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%;
}
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"],
[class~="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"],
[class~="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%;
}
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"],
[class~="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%;
}
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"],
[class~="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"],
[class~="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%;
}
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"],
[class~="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%;
}
@media (max-width: 74em) {
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"],
  [class~="grid"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"],
  [class~="grid"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"],
  [class~="grid"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"],
  [class~="grid"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"],
  [class~="grid"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"],
  [class~="grid"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"],
  [class~="grid"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"],
  [class~="grid"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"],
  [class~="grid"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"],
  [class~="grid"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"],
  [class~="grid"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"],
  [class~="grid"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"],
  [class~="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"],
  [class~="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"],
  [class~="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"],
  [class~="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"],
  [class~="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"],
  [class~="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"],
  [class~="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"],
  [class~="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"],
  [class~="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"],
  [class~="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"],
  [class~="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"],
  [class~="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"],
  [class~="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"],
  [class~="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"],
  [class~="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"],
  [class~="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"],
  [class~="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"],
  [class~="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"],
  [class~="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"],
  [class~="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"],
  [class~="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"],
  [class~="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"],
  [class~="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"],
  [class~="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%;
  }
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"],
  [class~="grid"] [class*="_lg-first"] {
    order: -1;
  }
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"],
  [class~="grid"] [class*="_lg-last"] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"],
  [class~="grid"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"],
  [class~="grid"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"],
  [class~="grid"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"],
  [class~="grid"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"],
  [class~="grid"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"],
  [class~="grid"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"],
  [class~="grid"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"],
  [class~="grid"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"],
  [class~="grid"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"],
  [class~="grid"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"],
  [class~="grid"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"],
  [class~="grid"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"],
  [class~="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"],
  [class~="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"],
  [class~="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"],
  [class~="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"],
  [class~="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"],
  [class~="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"],
  [class~="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"],
  [class~="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"],
  [class~="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"],
  [class~="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"],
  [class~="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"],
  [class~="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"],
  [class~="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"],
  [class~="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"],
  [class~="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"],
  [class~="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"],
  [class~="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"],
  [class~="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"],
  [class~="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"],
  [class~="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"],
  [class~="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"],
  [class~="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"],
  [class~="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"],
  [class~="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%;
  }
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"],
  [class~="grid"] [class*="_md-first"] {
    order: -1;
  }
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"],
  [class~="grid"] [class*="_md-last"] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"],
  [class~="grid"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"],
  [class~="grid"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"],
  [class~="grid"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"],
  [class~="grid"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"],
  [class~="grid"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"],
  [class~="grid"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"],
  [class~="grid"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"],
  [class~="grid"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"],
  [class~="grid"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"],
  [class~="grid"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"],
  [class~="grid"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"],
  [class~="grid"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"],
  [class~="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"],
  [class~="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"],
  [class~="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"],
  [class~="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"],
  [class~="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"],
  [class~="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"],
  [class~="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"],
  [class~="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"],
  [class~="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"],
  [class~="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"],
  [class~="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"],
  [class~="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"],
  [class~="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"],
  [class~="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"],
  [class~="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"],
  [class~="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"],
  [class~="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"],
  [class~="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"],
  [class~="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"],
  [class~="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"],
  [class~="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"],
  [class~="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"],
  [class~="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"],
  [class~="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%;
  }
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"],
  [class~="grid"] [class*="_sm-first"] {
    order: -1;
  }
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"],
  [class~="grid"] [class*="_sm-last"] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"],
  [class~="grid"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"],
  [class~="grid"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"],
  [class~="grid"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"],
  [class~="grid"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"],
  [class~="grid"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"],
  [class~="grid"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"],
  [class~="grid"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"],
  [class~="grid"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"],
  [class~="grid"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"],
  [class~="grid"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"],
  [class~="grid"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"],
  [class~="grid"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"],
  [class~="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"],
  [class~="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"],
  [class~="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"],
  [class~="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"],
  [class~="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"],
  [class~="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"],
  [class~="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"],
  [class~="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"],
  [class~="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"],
  [class~="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"],
  [class~="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"],
  [class~="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"],
  [class~="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"],
  [class~="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"],
  [class~="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"],
  [class~="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"],
  [class~="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"],
  [class~="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"],
  [class~="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"],
  [class~="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"],
  [class~="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"],
  [class~="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"],
  [class~="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"],
  [class~="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%;
  }
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"],
  [class~="grid"] [class*="_xs-first"] {
    order: -1;
  }
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"],
  [class~="grid"] [class*="_xs-last"] {
    order: 1;
  }
}
@media (max-width: 74em) {
  [class*="lg-hidden"] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none;
  }
}
.alignnone,
.wp-caption.alignleft,
.wp-caption.alignnone,
a img.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.attachment svg,
.widget_media_image svg {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: var(--blue);
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: relative;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

html,
body {
  font-family: "Source Sans 3";
  color: var(--default);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  background: var(--third);
}

html {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}

body.page-template-under-construction {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
  display: block;
  color: #000000;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 6px;
  text-wrap: balance;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a {
  color: var(--first);
}
a {
  color: var(--second);
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a:hover {
  color: var(--default);
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin-top: 0px;
  padding-left: 15px;
  margin-bottom: 25px;
}

li {
  padding-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 25px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.container-fluid {
  max-width: 100%;
}

.container {
  max-width: 1400px;
  margin: auto;
}

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

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

.display-block {
  display: block;
}

.img-center img {
  display: block;
  margin: auto;
}

.font-bold,
.font-bold a {
  font-weight: 700;
}

.font-normal,
.font-normal a {
  font-weight: 400;
}

.menu-bar {
  display: none;
}

.position-relative {
  position: relative;
}

.position-relative .container {
  position: relative;
  z-index: 5;
}

[class^="businessmarketer_ico_"],
[class*=" businessmarketer_ico_"] {
  font-family: "businessmarketer_icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="businessmarketer_ico_double_"],
[class*=" businessmarketer_ico_double_"] {
  font-family: "businessmarketer_icon_double" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.businessmarketer_ico_arrow:before {
  content: "\e900";
}

.businessmarketer_ico_arrow_up_right:before {
  content: "\e901";
}

.businessmarketer_ico_calendar:before {
  content: "\e902";
}

.businessmarketer_ico_clock:before {
  content: "\e903";
}

.businessmarketer_ico_dislike:before {
  content: "\e904";
}

.businessmarketer_ico_download:before {
  content: "\e905";
}

.businessmarketer_ico_email:before {
  content: "\e906";
}

.businessmarketer_ico_like:before {
  content: "\e907";
}

.businessmarketer_ico_linkedin:before {
  content: "\e908";
}

.businessmarketer_ico_microphone:before {
  content: "\e909";
}

.businessmarketer_ico_nip:before {
  content: "\e90a";
}

.businessmarketer_ico_pin:before {
  content: "\e90b";
}

.businessmarketer_ico_return:before {
  content: "\e90c";
}

.businessmarketer_ico_text:before {
  content: "\e90d";
}

.businessmarketer_ico_twitter:before {
  content: "\e90e";
}

.businessmarketer_ico_user:before {
  content: "\e90f";
}

.businessmarketer_ico_youtube:before {
  content: "\e910";
}

.businessmarketer_ico_double_facebook:before {
  content: "\e900";
}

.businessmarketer_ico_double_list_style:before {
  content: "\e901";
}

.default-color {
  color: var(--default);
}

.default-color:hover {
  color: var(--second);
}

.grid-medium {
  margin: 0 -25px;
}

.grid-medium [class*="col-"],
.grid-medium [class*="col_"],
.grid-medium [class~="col"] {
  padding: 0 25px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.change-settings-button {
  color: #ffffff !important;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="week"],
input[type="number"],
textarea,
select {
  display: block;
  width: 100%;
  font-family: "Source Sans 3";
  color: var(--default);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 35px;
  background-color: #ffffff;
  border: 1px solid var(--sixth);
  outline: none;
  box-shadow: none;
  border-radius: 35px;
  margin: 0;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color_change);
}

textarea {
  height: 130px;
}

::-ms-input-placeholder {
  color: var(--fifth);
  font-weight: 300;
  text-transform: uppercase;
}

::placeholder {
  color: var(--fifth);
  font-weight: 300;
  text-transform: uppercase;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    --active: var(--default);
    --active-inner: #ffffff;
    --focus: none;
    --border: var(--fifth);
    --border-hover: var(--fifth);
    --background: #ffffff;
    --disabled: #eeeeee;
    --disabled-inner: #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    border-radius: 5px;
    box-shadow: none;
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="checkbox"]:disabled:checked,
  input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type="checkbox"]:disabled + label,
  input[type="radio"]:disabled + label {
    cursor: not-allowed;
  }
  input[type="checkbox"]:hover:not(:checked):not(:disabled),
  input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    box-shadow: 0;
  }
  input[type="checkbox"]:not(.switch),
  input[type="radio"]:not(.switch) {
    width: 20px;
    display: inline-block;
    margin-right: 7px;
  }
  input[type="checkbox"]:not(.switch):after,
  input[type="radio"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type="checkbox"]:not(.switch):checked,
  input[type="radio"]:not(.switch):checked {
    --o: 1;
  }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 14px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg));
  }
  input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
  input[type="checkbox"].switch {
    width: 38px;
  }
  input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
  }
  input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type="radio"] {
    border-radius: 50%;
  }
  input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
  }
  input[type="radio"]:checked {
    --s: 0.5;
  }
}

input[type="submit"],
button[type="submit"] {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 14px 60px 13px 60px;
  border: 1px solid var(--default);
  background-color: var(--default);
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

input[type="submit"]:disabled,
button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  color: #ffffff;
  border: 1px solid var(--color_change);
  background-color: var(--color_change);
}
.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.wpcf7 {
  position: relative;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 24px;
  padding-top: 3px;
  padding-left: 33px;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 15px;
  line-height: 23px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  width: calc(100% - 30px);
  margin-top: -4px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: var(--default);
  text-decoration: underline;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: var(--color_change_hover);
}

.font-size-15 {
  font-size: 14px;
  line-height: 24px;
}

.font-size-15 {
  font-size: 15px;
  line-height: 25px;
}

.font-size-16 {
  font-size: 16px;
  line-height: 26px;
}

.font-size-18 {
  font-size: 18px;
  line-height: 28px;
}

.font-size-20 {
  font-size: 20px;
  line-height: 30px;
}

.font-size-24 {
  font-size: 24px;
  line-height: 150%;
}

.content-url-check a {
  color: var(--blue);
  text-decoration: underline;
}

.content-url-check a:hover {
  color: var(--second);
}

.list-style-bullet ul li {
  padding: 5px 5px 5px 10px;
  position: relative;
}

.list-style-bullet ul li::marker {
  display: inline-block;
  color: var(--blue);
  font-size: 21px;
  line-height: 1;
}
.list-style-bullet ul li::marker {
  font-family: "businessmarketer_icon";
  content: "\e900";
  position: relative;
  top: -4px;
  right: 0;
  width: 35px;
  height: 35px;
  color: #8592ab;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  /* background-color: var(--color_change); */
  transform: rotate(-90deg);
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
}

.page-template-consulting .list-style-bullet ul li::marker {
  color: var(--second);
}

.page-template-consulting .page-wraper-waves .list-style-bullet ul li::marker {
  color: #edc054;
}

.list-style-number ul {
  list-style: none;
  padding: 0;
  counter-reset: bu_counter;
}

.list-style-number ul li {
  position: relative;
  padding: 13px 0 13px 50px;
  font-weight: 500;
}

.list-style-number ul li::before {
  counter-increment: bu_counter;
  content: counter(bu_counter);
  position: absolute;
  top: 50%;
  left: 0;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background-color: var(--default);
  transform: translateY(-50%);
}

p#breadcrumbs {
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
  margin-bottom: 0;
}

p#breadcrumbs a {
  color: var(--default);
}

p#breadcrumbs a:hover,
p#breadcrumbs span.breadcrumb_last {
  color: var(--second);
}

a.custom-button {
  position: relative;
  display: inline-block;
  color: var(--default) !important;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  padding: 14px 45px 13px 25px;
  border: 1px solid var(--default);
  background-color: #ffffff;
  border-radius: 40px;
}

a.custom-button.transparent,
.transparent a.custom-button {
  background-color: transparent;
}
a.custom-button.transparent.no-border {
  border: none;
}
a.custom-button.transparent.no-border:hover {
  border: none;
  background-color: unset;
  color: var(--default) !important;
}
a.custom-button.transparent.no-border::after {
  color: var(--default) !important;
}
a.custom-button:hover,
a.custom-button.transparent:hover,
.transparent a.custom-button:hover {
  color: #ffffff !important;
  background-color: var(--color_change_hover);
  border: 1px solid var(--color_change_hover);
}

.section-home-slider .section-home-slider-content a.custom-button,
a.custom-button.fill,
.fill a.custom-button {
  color: #ffffff !important;
  background-color: var(--default);
}

.section-home-slider .section-home-slider-content a.custom-button:hover,
a.custom-button.fill:hover,
.fill a.custom-button:hover {
  color: var(--default) !important;
  background-color: var(--eighth);
}
.section-home-slider-content-text {
  padding: 80px 0;
}
.paragraph-with-icon {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.paragraph-with-icon [class^="businessmarketer_ico_"],
.paragraph-with-icon [class*=" businessmarketer_ico_"] {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

ul.social-icons-url,
ul.list-url {
  list-style: none;
  padding: 0;
}

ul.social-icons-url li {
  display: inline-block;
  margin-right: 9px;
}

ul.social-icons-url.share-post-icon li {
  font-size: 14px;
  line-height: 24px;
}

ul.social-icons-url li a {
  display: inline-block;
  transform: scale(1);
}

ul.social-icons-url.share-post-icon li a {
  color: var(--color_change);
}

ul.social-icons-url.share-post-icon li a:hover {
  color: var(--default);
}

ul.social-icons-url li a:hover {
  transform: scale(0.9);
}

ul.social-icons-url li a [class^="businessmarketer_ico_"],
ul.social-icons-url li a [class*=" businessmarketer_ico_"] {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

ul.social-icons-url.share-post-icon li a [class^="businessmarketer_ico_"],
ul.social-icons-url.share-post-icon li a [class*=" businessmarketer_ico_"] {
  font-size: 17px;
}

ul.list-url li {
  padding: 25px 0;
  border-bottom: 1px solid var(--sixth);
}

.section-home-category .section-home-category-single ul.list-url li a {
  color: var(--default);
}

.section-home-category .section-home-category-single ul.list-url li a:hover {
  color: var(--color_change_hover);
  text-decoration: underline;
}

.sidebar-post .sidebar-post-content ul.list-url li a {
  color: var(--default);
  font-size: 18px;
  line-height: 22px;
}

.sidebar-post .sidebar-post-content ul.list-url li a:hover {
  color: var(--color_change_hover);
}

a.scroll-top {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

a.scroll-top::before,
a.custom-button::after,
a.read-more::after,
.section-previous-next-post
  .previous-next-post
  .previous-next-post-title::after {
  font-family: "businessmarketer_icon";
  content: "\e900";
  position: absolute;
  top: -4px;
  right: 0;
  width: 35px;
  height: 35px;
  /* color: #ffffff; */
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  /* background-color: var(--color_change); */
  transform: rotate(-90deg);
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
}
a.scroll-top::before {
  color: #ffffff;
}
a.read-more.arrow-white::after {
  background-color: var(--eighth);
  color: var(--fifth);
  border: 1px solid var(--fifth);
  top: 25%;
}
a.scroll-top::before,
.section-previous-next-post
  .previous-next-post
  .previous-next-post-title::after {
  background-color: var(--default);
}

a.custom-button::after {
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg);
}
/* 
a.custom-button::after,
.section-home-slider .section-home-slider-content a.custom-button::after {
  color: var(--default);
  background-color: #ffffff;
} */

a.read-more::after {
  top: 1px;
  right: 5px;
  transform: rotate(-45deg);
}

.item-line a.read-more::after {
  transform: rotate(-45deg) scale(0.9);
}

a.read-more.read-more-bottom::after {
  transform: rotate(90deg);
}

a.scroll-top:hover::before {
  color: #ffffff;
  background-color: var(--second);
}

.section-previous-next-post
  .previous-next-post
  .previous-next-post-title::after {
  top: 3px;
  transform: rotate(-45deg);
}

.section-previous-next-post
  .previous-next-post.text-right
  .previous-next-post-title::after {
  left: 0;
  right: auto;
  transform: rotate(-135deg);
}

a.custom-button:hover::after,
a.read-more:hover::after,
.section-home-slider .section-home-slider-content a.custom-button:hover::after {
  transform: rotate(0deg);
}

a.read-more,
a.read-more:hover {
  color: var(--default);
}

a.custom-button.transparent::after,
.transparent a.custom-button::after {
  color: var(--default);
  background-color: transparent;
}

a.custom-button.transparent:hover::after,
.transparent a.custom-button:hover::after {
  color: var(--eighth);
  /* background-color: var(--default); */
}

a.read-more {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: lowercase;
  padding: 10px 60px 10px 0;
}

.item-line a.read-more {
  font-weight: 400;
}

a.read-more:first-letter {
  text-transform: uppercase;
}

.custom-title-section {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px !important;
}

.custom-title-section.big-title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
}

.custom-title-section.medium-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.section-title-content {
  margin-bottom: 40px;
}

.section-title-content .section-title {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-template-consulting .section-title-content .section-title {
  font-size: 47px;
  line-height: 57px;
}

.section-title-content .section-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-top: 0px;
  margin-bottom: 0;
}

.list-child-category,
.list-post,
.list-post img,
.section-dark,
footer .footer {
  border-radius: 20px;
}

.section-form .section-form-content .custom-title-section {
  margin-bottom: 8px !important;
}

.bg-white {
  background-color: #ffffff;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid var(--sixth);
  margin: 35px 0;
}

.wp-block-heading {
  margin-bottom: 20px;
}

.wp-block-image {
  margin-bottom: 25px;
}

.wp-block-embed iframe {
  display: block;
  margin: 0 auto 25px auto;
}

header.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}

header .header {
  background-color: #ffffff;
}

header .header .header-content {
  padding: 23px 0;
}

header .header .logo-top {
  width: 20%;
}

header .header .logo-top img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
}

header .header .header-right {
  width: 80%;
}

header .header .menu-top {
  width: 80%;
  text-align: right;
  padding: 0 20px;
}

header .header .menu-top.lang-top {
  width: 20%;
  position: relative;
  text-align: right;
  padding-right: 20px;
}

@media (min-width: 1184px) {
  header .header .menu-top.lang-top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 45px;
    border-radius: 60px;
    background-color: var(--second);
    z-index: 3;
  }
}

header .header .menu-top ul,
.list-child-category ul,
.comments-list ul.comment-list,
.comments-list ul.comment-list li ul.children {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header .menu-top.lang-top ul {
  position: relative;
  z-index: 5;
}

header .header .menu-top ul li {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  margin-right: 30px;
}

header .header .menu-top ul li:last-child {
  margin-right: 0;
}

header .header .menu-top ul li .open-submenu {
  display: none;
}

@media (min-width: 1184px) {
  header .header .menu-top ul li.menu-item-has-children::after {
    content: "";
    border: solid var(--default);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -5px;
    margin-left: 2px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  header .header .menu-top.lang-top ul li.menu-item-has-children::after,
  header .header .menu-top ul li.menu-button::after {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
  }
  header .header .menu-top ul li.menu-item-has-children:hover::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  header .header .menu-top ul li.menu-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -20px;
    bottom: 0;
    border-radius: 25px;
    background-color: var(--default);
    z-index: 1;
  }
  header .header .menu-top ul li.menu-button > a,
  header .header .menu-top ul li.menu-button > a:hover,
  header .header .menu-top ul li.menu-button::after {
    position: relative;
    color: #ffffff;
    z-index: 3;
  }
  header .header .menu-top ul li ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    width: 240px;
    padding: 8px 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    border-radius: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 3;
  }
  header .header .menu-top.lang-top ul li ul.sub-menu {
    left: auto;
    right: -20px;
    width: 80px;
    text-align: center;
  }
  header .header .menu-top ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .header .menu-top ul li ul.sub-menu li {
    display: block;
    padding: 3px 0;
    margin-right: 0;
  }
}

header .header .menu-top ul li a {
  display: inline-block;
  color: var(--default);
  font-size: 18px;
  line-height: 25px;
  padding: 5px;
}

header .header .menu-top ul li a svg {
  margin-bottom: -5px;
}

@media (min-width: 1184px) {
  header .header .menu-top.lang-top ul li a,
  header .header .menu-top.lang-top ul li a:hover {
    color: #ffffff;
  }
  header .header .menu-top ul li ul.sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
}

header .header .menu-top.lang-top ul li ul.sub-menu li a {
  color: var(--default);
}

header .header .menu-top ul li a:hover,
header .header .menu-top.lang-top ul li ul.sub-menu li a:hover {
  color: var(--second);
}

.searchform input[type="submit"] {
  display: block;
  width: 170px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.header-separator {
  display: block;
  width: 100%;
  height: 91px;
}

.section-home-slider {
  overflow: hidden;
  background-color: #ffffff;
}

.home .section-home-slider {
  background-color: var(--third);
}

body.page-template-under-construction::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 30%;
  bottom: 0;
  width: 30%;
  height: 100%;
  background-image: url(img/elipse_four.webp);
  background-size: cover;
  background-position: top right -30%;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(50px);
  z-index: 3;
}

.home .section-home-slider::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 26%;
  bottom: 0;
  width: 40%;
  height: 87%;
  background-image: url(img/bg-blur.svg);
  background-size: cover;
  background-position: top right -30%;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(50px);
  z-index: 3;
  rotate: -20deg;
}

body.page-template-under-construction::after {
  width: 35%;
}

body.page-template-under-construction::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  background-image: url(img/elipse_three.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(50px);
  z-index: 3;
}

.section-home-slider .section-home-slider-content {
  padding-top: 20px;
}

.home .section-home-slider .section-home-slider-content {
  padding-bottom: 25px;
}

.section-home-slider .section-home-slider-content img.wp-post-image {
  display: block;
  margin: 0 auto;
}

.section-home-slider .section-home-slider-content .section-home-slider-top {
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 45px;
}

.section-home-slider
  .section-home-slider-content
  .section-home-slider-top
  .custom-title-section,
.under-construction-content
  .under-construction-content-text
  .under-construction-name {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px !important;
}

.section-home-slider .section-home-slider-content .section-home-slider-left,
.section-home-slider .section-home-slider-content .section-home-slider-right {
  background-color: rgb(255 255 255 / 50%);
  border-radius: 9px;
}

.section-home-slider .section-home-slider-content .section-home-slider-left {
  padding: 80px 50px 55px 50px;
}

.section-home-slider .section-home-slider-content .section-home-slider-right {
  padding: 1px 10px;
  margin-left: -35px;
}

.section-home-slider
  .section-home-slider-content
  .section-home-slider-right
  img {
  border-radius: 9px;
}

.section-home-slider .section-home-slider-content .section-home-slider-left p,
.section-home-slider .section-home-slider-content .section-home-slider-left ol,
.section-home-slider .section-home-slider-content .section-home-slider-left ul {
  margin-bottom: 10px;
}

.section-home-slider .section-home-slider-content .separator-slider {
  display: block;
  width: 100%;
  height: 50px;
}

.section-home-slider .section-home-slider-content .section-home-slider-button {
  margin-top: 45px;
}

.box-item {
  padding: 35px 20px 15px 20px;
  border-radius: 15px;
  border: 1px solid;
  border-color: var(--seventh);
  background-color: var(--third);
  margin-bottom: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.box-item-btn {
  margin-top: auto;
  margin-bottom: 15px;
}
.box-item > div {
  z-index: 4;
  position: relative;
}
.box-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 180px;
  right: 0;
  bottom: -210px;
  background-image: url(img/elipse_one.webp);
  background-size: 1440px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: blur(40px);
  z-index: 3;
  transform: rotate(125deg);
  transition: 0.5s ease;
}
.box-item:hover:after {
  opacity: 0.49;
}
.box-icon div {
  z-index: 4;
}
.box-item-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 45px;
}
.box-item-text {
  font-size: 18px;
  text-align: center;
}
.box-item p,
.box-item ul,
.box-item ol,
.box-item-white:not(.box-item-white-big) p,
.box-item-white:not(.box-item-white-big) ul,
.box-item-white:not(.box-item-white-big) ol {
  margin-bottom: 15px;
}

.box-item .alignnone,
.box-item .wp-caption.alignleft,
.box-item .wp-caption.alignnone,
.box-item a img.alignnone,
.box-item-white .alignnone,
.box-item-white .wp-caption.alignleft,
.box-item-white .wp-caption.alignnone,
.box-item-white a img.alignnone {
  margin-bottom: 0;
}
.about-us-what-i-do .box-item:after {
  top: 100px;
  left: -160px;
  bottom: -210px;
  background-size: 1040px;
}
.highlight-box {
  background-color: var(--eighth);
  padding: 48px 48px 33px;
  border-radius: 20px;
}

.section-home-info
  .section-home-info-content.section-home-info-content-ver-2
  .box-item-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border: 1px solid var(--seventh);
}
.offer-one-info {
  padding-bottom: 75px;
}

.section-columns .section-columns-img img {
  display: block;
  width: 92%;
}

.section-columns .section-columns-img-medium img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: 10%;
}

.section-columns.section-columns-revert .section-columns-img img {
  margin-left: auto;
}

.box-item-white {
  display: block;
  position: relative;
  padding: 20px 40px 5px;
  border-radius: 15px;
  background-color: var(--eighth);
  margin-bottom: 20px;
  overflow: hidden;
}
.box-item-white > div {
  z-index: 4;
}
.box-item-white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/elipse_one.webp);
  background-size: 250px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.89;
  filter: blur(34px);
  z-index: 3;
}
/*  */
/* Losowe położenie tła dla każdego elementu */
.grid-2_xs-1 .col:nth-child(1) .box-item-white:after {
  transform: rotate(180deg);
  top: 20%;
  left: 12%;
  background-size: 350px;
}

.grid-2_xs-1 .col:nth-child(2) .box-item-white:after {
  transform: rotate(90deg);
  top: 40%;
  left: 0%;
  background-size: 380px;
}

.grid-2_xs-1 .col:nth-child(3) .box-item-white:after {
  transform: rotate(90deg);
  top: 50%;
  left: 50%;
  background-size: 850px;
}

.grid-2_xs-1 .col:nth-child(4) .box-item-white:after {
  transform: rotate(-270deg);
  top: 50%;
  right: 50%;
  background-size: 850px;
}
/*  */

.box-item-white.box-item-white-big {
  padding: 25px 30px 5px 30px;
}

.box-item-white.box-item-white-height {
  height: calc(100% - 20px);
  padding: 20px 20px 6px 20px;
}

.page-template-consulting .box-item-gradient .box-item-white {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

#slider_opinions {
  overflow: initial;
}

#slider_opinions .swiper-slide p:first-child::before {
  content: "!!";
  display: inline-block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
  width: auto;
  height: 18px;
  margin-right: 5px;
  overflow: hidden;
}

.item-line {
  padding: 40px 40px 40px 0 !important;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.item-line:nth-child(even) {
  border-right: none;
  padding: 40px 10px 40px 40px !important;
}

.item-line:last-child,
.item-line:nth-last-child(-n + 2) {
  border-bottom: none;
}

.item-line p {
  margin-bottom: 13px;
}

.item-line img.attachment-thumbnail {
  display: block;
  width: 85%;
  height: 137px;
  padding: 25px;
  object-fit: contain;
  border-radius: 15px;
  background-color: var(--blue);
}

.item-line a.custom-button {
  transform: scale(0.85);
  transform-origin: bottom left;
}

/* .page-template-offer-one .box-item-white {
  padding-bottom: 60px;
} */

.page-template-offer-one .box-item-white a.custom-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transform-origin: bottom left;
  transform: scale(0.85);
}

.page-wraper {
  padding-top: 50px;
  padding-bottom: 75px;
}

.page-wraper.page-wraper-big {
  padding-top: 75px;
  padding-bottom: 75px;
}

.page-wraper.page-wraper-super-big {
  padding-top: 120px;
}

.single .page-wraper {
  padding-top: 25px;
}

.page-wraper.page-wraper-waves {
  position: relative;
}

.page-wraper.page-wraper-waves * {
  position: relative;
  z-index: 5;
}

.page-wraper.page-wraper-waves::after,
.page-wraper.page-wraper-waves::before {
  position: absolute;
  content: "";
  z-index: 3;
}

.page-wraper.page-wraper-bg-wave {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url(img/elipse_seven.webp) center / cover no-repeat;
}

.page-wraper.page-wraper-waves::after {
  top: -30%;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background-image: url(img/elipse_five.webp);
  background-size: cover;
  background-position: top right -30%;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(50px);
}

.page-wraper.page-wraper-waves::before {
  top: -15%;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-image: url(img/elipse_six.webp);
  background-size: cover;
  background-position: top right -30%;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(50px);
}

.page-template-consulting .page-wraper.page-wraper-waves::after {
  top: 0;
  width: 26%;
  height: 200%;
  background-image: url(img/elipse_eight.webp);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.page-template-consulting .page-wraper.page-wraper-waves::before {
  top: 75%;
  width: 50%;
  height: 50%;
  bottom: auto;
  background-image: url(img/elipse_nine.webp);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.page-template-offer-one img.attachment-large.wp-post-image {
  display: block;
  width: 94%;
}

.offer-page-content .offer-page-container {
  position: relative;
  padding: 75px 0;
}

.offer-page-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 20%;
  height: 75%;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-009dd9) 0%,
      var(--unnamed-color-0bd0d9) 57%,
      var(--unnamed-color-a5c249) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #009dd9 0%, #0bd0d9 57%, #a5c249 100%) 0% 0%
    no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 0.25;
  filter: blur(50px);
  transform: translateY(-50%);
  z-index: 3;
}

.offer-page-container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 20%;
  height: 65%;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-009dd9) 0%,
      var(--unnamed-color-0bd0d9) 57%,
      var(--unnamed-color-a5c249) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #009dd9 0%, #0bd0d9 57%, #a5c249 100%) 0% 0%
    no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 0.25;
  filter: blur(50px);
  transform: translateY(-50%);
  z-index: 3;
}

.offer-page-content .offer-page-container .offer-page-box {
  position: relative;
  padding: 30px 30px 10px 30px;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 60%);
  z-index: 5;
}

.page-template-shop .offer-page-content .offer-page-container .offer-page-box {
  padding: 40px 100px 20px 100px;
}

.offer-page-content .offer-page-container .offer-page-box .box-item-white {
  padding-top: 24px;
  padding-bottom: 6px;
}

.offer-page-content
  .offer-page-container
  .offer-page-box
  a.box-item-white::after {
  font-family: "businessmarketer_icon";
  content: "\e900";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  border-radius: 35px;
  text-align: center;
  background-color: var(--color_change);
  transform: rotate(-45deg) scale(0.9);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.offer-page-content
  .offer-page-container
  .offer-page-box
  a.box-item-white:hover::after {
  transform: rotate(0) scale(0.9);
}

.offer-page-content
  .offer-page-container
  .offer-page-box-img
  .attachment-medium {
  position: relative;
  display: block;
  margin-top: -21px;
  z-index: 5;
}

.page-template-shop
  .offer-page-content
  .offer-page-container
  .offer-page-box-img
  .attachment-medium {
  margin-top: 0;
  width: calc(100% + 70px);
  max-width: calc(100% + 70px);
  margin-left: -70px;
}

.section-home-top {
  margin-bottom: 65px;
}

.section-home-category {
  margin-bottom: 60px;
}

.section-home-category .section-home-category-single {
  margin-bottom: 30px;
}

.section-home-category .section-home-category-single img {
  display: block;
  border-radius: 10px;
  margin: 0 auto 10px auto;
}

.section-home-info {
  position: relative;
  padding-top: 75px;
  overflow: hidden;
}

.page-template-consulting .page-wraper-waves .section-home-info {
  padding-top: 0;
}

.section-home-info .section-home-info-content {
  position: relative;
  z-index: 5;
  padding: 48px 48px 0;
  border-radius: 20px;
}

.section-home-info .section-home-info-content.section-home-info-content-ver-2 {
  position: relative;
  min-height: 700px;
  background-color: var(--eighth);
}

.section-home-info
  .section-home-info-content.section-home-info-content-ver-2
  .grid-2.text-center {
  padding-right: 20%;
}

.section-home-info
  .section-home-info-content.section-home-info-content-ver-2
  .section-home-info-content-img {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  width: 50%;
  height: calc(100% + 60px);
  object-fit: contain;
}

.section-home-info .section-home-info-content .section-home-info-left {
  padding-right: 20%;
}

.section-home-info .section-home-info-content .section-home-info-left p,
.section-home-info .section-home-info-content .section-home-info-left ul,
.section-home-info .section-home-info-content .section-home-info-left ol,
.section-home-info .section-home-info-content .section-home-info-left h1,
.section-home-info .section-home-info-content .section-home-info-left .h1,
.section-home-info .section-home-info-content .section-home-info-left h2,
.section-home-info .section-home-info-content .section-home-info-left h3,
.section-home-info .section-home-info-content .section-home-info-left h4,
.section-home-info .section-home-info-content .section-home-info-left h5,
.section-home-info .section-home-info-content .section-home-info-left h6 {
  margin-bottom: 10px;
}

.page-title-content,
.archive-title-content {
  margin-bottom: 30px;
}

.page-title-content .page-title {
  color: var(--default);
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

.archive-title-content .archive-title {
  color: var(--color_change);
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.single .page-wraper .page-content {
  line-height: 1.8;
}

.archive-content-post,
.comment-respond {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label,
.comments-list ul.comment-list .comment-body .says,
.comment-respond .comment-form-url {
  display: none;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent,
.comment-respond .form-submit {
  width: 48%;
  padding: 0 10px;
}

.comment-respond .comment-form-author {
  order: -5;
}

.comment-respond .comment-form-cookies-consent {
  display: flex;
  flex-wrap: wrap;
  order: -4;
}

.comment-respond .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: calc(100% - 30px);
  padding-left: 5px;
  margin-top: -4px;
  margin-left: 0;
}

.comment-respond .comment-form-email {
  order: -3;
}

.comment-respond .form-submit {
  order: -2;
  text-align: right;
  margin-left: auto;
}

.comment-respond {
  padding-top: 45px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 15px;
}

.comments-list {
  padding-top: 25px;
}

.comments-list .comments-list-number {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color_change);
  margin-bottom: 35px;
}

.comments-list ul.comment-list li ul.children {
  margin-left: 85px;
  padding-left: 25px;
  border-left: 2px solid var(--color_change);
}

.comments-list ul.comment-list .comment-body {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
}

.comments-list ul.comment-list .comment-body p {
  margin-bottom: 15px;
}

.comments-list ul.comment-list .comment-body a {
  color: var(--default);
}

.comments-list ul.comment-list .comment-body a:hover {
  color: var(--color_change_hover);
}

.comments-list ul.comment-list .comment-body .comment-author,
.comments-list ul.comment-list .comment-body .reply .comment-reply-link::before,
.comments-list
  ul.comment-list
  .comment-body
  .comment-meta.commentmetadata
  a::before,
.comments-list ul.comment-list .comment-body .comment-meta.commentmetadata a,
.comments-list ul.comment-list .comment-body .comment-meta.commentmetadata,
.comments-list ul.comment-list .comment-body .reply .comment-reply-link,
.comments-list ul.comment-list .comment-body .reply {
  display: inline-block;
}

.comments-list ul.comment-list .comment-body .comment-author img {
  display: block;
  position: absolute;
  left: 0;
  width: 60px;
  height: auto;
  border-radius: 100%;
}

.comments-list ul.comment-list .comment-body .comment-author cite.fn {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 5px;
}

.comments-list ul.comment-list .comment-body .comment-meta.commentmetadata {
  padding-left: 15px;
}

.comments-list ul.comment-list .comment-body .comment-meta.commentmetadata a {
  color: var(--fourth);
  font-size: 14px;
  line-height: 20px;
}

.comments-list
  ul.comment-list
  .comment-body
  .comment-meta.commentmetadata
  a:first-child::before {
  font-family: "businessmarketer_icon";
  content: "\e903";
  font-size: 11px;
  line-height: 1;
  margin-right: 6px;
}

.comments-list
  ul.comment-list
  .comment-body
  .reply
  .comment-reply-link::before {
  font-family: "businessmarketer_icon";
  content: "\e90c";
  color: var(--color_change);
  margin-right: 12px;
}

.comments-list ul.comment-list .comment-body .cld-like-dislike-wrap {
  margin-bottom: 0;
}

.comments-list
  ul.comment-list
  .comment-body
  .cld-like-dislike-wrap
  .cld-common-wrap {
  min-width: 45px;
  margin-right: 5px;
}

.list-child-category,
.list-child-category a {
  color: var(--fifth);
}

.list-child-category {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 20px;
  border: 1px solid var(--color_change);
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.list-child-category ul li {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}

.list-child-category ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -0.5px;
  bottom: 11px;
  width: 1px;
  height: auto;
  background-color: var(--fourth);
}

.list-child-category ul li:last-child::after {
  display: none;
}

.list-child-category ul li a {
  display: inline-block;
}

.list-child-category ul li.active a {
  text-decoration: underline;
}

.list-post,
.grid-post {
  color: var(--fourth);
  font-size: 14px;
  line-height: 22px;
}

.list-post {
  padding: 20px 35px 10px 35px;
  background-color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.list-post.list-course,
.box-item-white.list-course {
  height: calc(100% - 20px);
  padding: 20px;
}

.box-item-white.list-course {
  padding: 25px;
}

.box-item-white.list-course {
  display: flex;
  align-items: center;
}

.box-item-white.list-course hr,
.box-item-white.list-course p,
.box-item-white.list-course ul,
.box-item-white.list-course ol {
  margin-bottom: 20px;
}

.box-item-white.list-course hr {
  border: 0;
  border-top: 1px solid #dddddd;
}
.box-item-tiles:after {
  content: none;
}
.box-item-tiles a.read-more {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.list-post:not(.list-course):hover {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
}

.list-post.list-full-post {
  padding: 40px 60px 30px 90px;
  margin-bottom: 55px;
}

.grid-post {
  margin-bottom: 22px !important;
}

.list-post p,
.list-post ul,
.list-post ol {
  margin-bottom: 10px;
}

.grid-post p,
.grid-post ul,
.grid-post ol {
  margin-bottom: 5px;
}

.list-post.list-full-post p,
.list-post.list-full-post ul,
.list-post.list-full-post ol {
  color: var(--default);
  margin-bottom: 15px;
}

.list-post img {
  display: block;
  width: 100%;
  max-width: calc(100% - 40px);
  margin: 0;
}

.list-post.list-course img {
  max-width: 100%;
}

.list-post.list-full-post img {
  margin: 0 0 0 auto;
}

.grid-post img {
  display: block;
  width: 100%;
  max-width: calc(100% - 12px);
  border-radius: 8px;
  margin: 0;
}

.list-post .list-post-content {
  padding-right: 35px;
}

.list-post.list-full-post .list-post-content,
.list-post.list-course .list-post-content {
  padding-right: 0;
}

.list-post .list-post-content .list-post-entry {
  padding-bottom: 6px;
}

.grid-post .grid-post-entry {
  display: block;
  padding-bottom: 2px;
  margin: 0;
}

.list-post .list-post-content .list-post-entry .list-post-category,
.list-post .list-post-content .list-post-entry .list-post-date,
.list-post .list-post-content .list-post-entry .list-post-reading-time,
.grid-post .grid-post-entry .grid-post-category,
.grid-post .grid-post-date {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}

.list-post .list-post-content .list-post-entry .list-post-date,
.list-post .list-post-content .list-post-entry .list-post-reading-time {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid var(--fourth);
}

.list-post .list-post-content .list-post-entry .list-post-category,
.grid-post .grid-post-entry .grid-post-category {
  color: var(--color_change);
  font-weight: 700;
  text-transform: uppercase;
}

.grid-post .grid-post-entry .grid-post-category {
  color: var(--default);
}

.list-post
  .list-post-content
  .list-post-entry
  .list-post-reading-time
  [class^="businessmarketer_ico_"],
.list-post
  .list-post-content
  .list-post-entry
  .list-post-reading-time
  [class*=" businessmarketer_ico_"],
.grid-post .grid-post-date [class^="businessmarketer_ico_"],
.grid-post .grid-post-date [class*=" businessmarketer_ico_"] {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  margin-right: 3px;
}

.list-post .list-post-content .list-post-name {
  color: var(--default);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.list-post.list-full-post .list-post-content .list-post-name {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

.grid-post .grid-post-name {
  display: block;
  color: var(--default);
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 4px 0;
}

.list-post a {
  color: var(--default);
}

.list-post a:hover,
.list-post:hover .list-post-content .list-post-name,
.list-child-category ul li.active a,
.list-child-category a:hover {
  color: var(--color_change_hover);
}

.list-post.list-full-post .list-full-post-flag {
  position: absolute;
  top: 0;
  left: 100px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 55px;
  border-radius: 0px 0px 25px 25px;
  background-color: var(--color_change);
  z-index: 5;
}

.list-post.list-full-post .list-full-post-category {
  position: absolute;
  right: 10px;
  bottom: 15px;
  display: inline-block;
  color: var(--default);
  font-size: 17px;
  line-height: 27px;
  padding: 15px 35px;
  border-top-left-radius: 25px;
  background-color: #ffffff;
  z-index: 5;
}

.nav-links {
  padding-top: 10px;
  text-align: center;
}

.nav-links .page-numbers {
  display: inline-block;
  color: var(--default);
  padding: 3px 5px;
  min-width: 30px;
  background-color: #ffffff;
  text-align: center;
  margin: 2px;
  border-radius: 4px;
}

.nav-links .page-numbers:hover {
  color: var(--color_change);
  background-color: #ffffff;
}

.nav-links .page-numbers.current {
  color: var(--color_change);
  font-weight: 700;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  color: var(--color_change);
  font-size: 12px;
  line-height: 36px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border: 1px solid var(--color_change);
  border-radius: 32px;
  padding: 0;
  text-align: center;
  margin: 0 10px -12.5px 10px;
  overflow: hidden;
  background-color: transparent;
}

.nav-links .page-numbers.prev {
  transform: rotate(180deg);
}

.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
  color: #ffffff;
  background-color: var(--color_change);
}

.section-dark,
.section-dark a,
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ffffff;
}

.section-dark a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.section-dark {
  padding: 35px;
  background-color: var(--default);
  margin-bottom: 22px;
  overflow: hidden;
}

.section-middle .section-dark {
  margin-bottom: 35px;
}

.post-title-content {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sixth);
  margin-bottom: 30px;
}

.post-title-content .post-title {
  color: #000000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

.post-thumbnail {
  height: 450px;
  margin-bottom: 35px;
  border-radius: 50px;
  background-color: var(--color_change);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.post-thumbnail img {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.sidebar-post .sidebar-post-content,
.sidebar-post .sidebar-post-content.sidebar-post-tag,
.sidebar-post .sidebar-post-content.sidebar-post-tag a,
.sidebar-post .sidebar-post-content .sidebar-post-reading-time {
  font-size: 14px;
  line-height: 1.5;
}

.sidebar-post .sidebar-post-content {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.sidebar-post .sidebar-post-content a {
  color: var(--color_change);
}

.sidebar-post .sidebar-post-content a:hover {
  color: var(--default);
}

.sidebar-post .sidebar-post-content .sidebar-post-name,
.simpletoc-title,
.widgettitle {
  color: var(--default);
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.sidebar-post .sidebar-post-content.sidebar-post-tag,
.sidebar-post .sidebar-post-content.sidebar-post-tag a,
.sidebar-post .sidebar-post-content .sidebar-post-reading-time {
  color: var(--fourth);
}

.sidebar-post .sidebar-post-content .sidebar-post-date {
  margin: 9px 0;
}

.sidebar-post .sidebar-post-content.sidebar-post-tag a {
  display: inline-block;
  padding: 0 2px;
}

.sidebar-post .sidebar-post-content.sidebar-post-tag a:hover {
  color: var(--color_change_hover);
}

.sidebar-post .sidebar-post-content.sidebar-post-files .sidebar-post-files-img {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar-post
  .sidebar-post-content.sidebar-post-files
  .sidebar-post-files-img::after {
  display: block;
  font-family: "businessmarketer_icon";
  content: "\e905";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  color: var(--color_change);
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 35px;
  padding-right: 1px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
  z-index: 4;
}
.sidebar-post
  .sidebar-post-content.sidebar-post-files
  .sidebar-post-files-img
  img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.sidebar-post .sidebar-post-content.sidebar-post-featured img {
  display: block;
  border-radius: 10px;
  margin: 0 auto -10px auto;
}

.sidebar-post .sidebar-post-content ul.children,
ul.simpletoc-list,
.widget_categories ul {
  margin-bottom: 0;
}

.page-template-offer-four-img .float-right-thumb {
  width: 45%;
  float: right;
  margin: 0 0 25px 25px;
}

.section-the-content {
}

.section-the-content ul {
  list-style: none;
  padding: 0;
}

.section-the-content ul li {
  position: relative;
  padding-left: 50px;
}

.section-the-content ul li::before {
  font-family: "businessmarketer_icon_double";
  content: "\e901";
  position: absolute;
  top: -5px;
  left: 0;
  color: var(--color_change);
  font-size: 25px;
  line-height: 1.5;
}

.section-the-content a {
  color: var(--default);
}

.section-the-content a:hover {
  color: var(--color_change_hover);
}

.section-cta {
  position: relative;
  line-height: 1.4;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 50px;
}

.section-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/elipse_three.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: blur(40px);
  z-index: 3;
}

.section-cta .section-cta-content {
  position: relative;
  padding: 40px 10% 20px 10%;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 30%);
  z-index: 5;
}

.section-cta .section-cta-content p,
.section-cta .section-cta-content ul,
.section-cta .section-cta-content ol {
  margin-bottom: 25px;
}

.section-previous-next-post .previous-next-post {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  height: calc(100% - 20px);
  padding: 35px 50px;
  background-color: var(--sixth);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

.section-previous-next-post .previous-next-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sixth);
  opacity: 0.9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 3;
}

.section-previous-next-post .previous-next-post:hover::before {
  background-color: var(--color_change);
}

.section-previous-next-post .previous-next-post .previous-next-post-name,
.section-previous-next-post .previous-next-post .previous-next-post-title {
  position: relative;
  color: var(--default);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 5;
}

.section-previous-next-post .previous-next-post .previous-next-post-title {
  display: inline-block;
  padding-right: 50px;
}

.section-previous-next-post
  .previous-next-post.text-right
  .previous-next-post-title {
  padding-left: 50px;
  padding-right: 0;
}

.section-previous-next-post .previous-next-post .previous-next-post-name {
  margin-bottom: 0;
  font-weight: 400;
}

.section-previous-next-post .previous-next-post:hover .previous-next-post-name,
.section-previous-next-post
  .previous-next-post:hover
  .previous-next-post-title {
  color: #ffffff;
}

.box-item-gradient {
  padding: 75px 100px;
  border-radius: 15px;
  background: rgb(246, 246, 255);
  background: linear-gradient(
    90deg,
    rgba(246, 246, 255, 1) 65%,
    rgba(255, 255, 255, 1) 89%
  );
}

.section-middle {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.section-form {
  position: relative;
  width: 100%;
  min-height: 750px;
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: var(--third);
  overflow: hidden;
  z-index: 3;
}
.section-home-info-wrapper,
.section-advice {
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.section-home-info-wrapper .container,
.section-advice .container {
  position: relative;
  z-index: 4;
}
.section-form::after,
.section-home-info-wrapper::after,
.section-advice:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/elipse_one.webp);
  background-size: 550px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.49;
  filter: blur(50px);
  z-index: 3;
}
.section-advice:after {
  background-size: 1140px;
}
.section-home-info-wrapper::after {
  filter: blur(50px);
  opacity: 0.6;
  background-size: contain;
  transform: rotate(70deg);
}

.page-template-consulting .page-wraper-waves .section-home-info::after {
  display: none;
}

.section-form::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  right: 70%;
  bottom: -50%;
  background-image: url(img/elipse_two.webp);
  background-size: 550px;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(50px);
  z-index: 3;
}

.section-form .section-form-content {
  width: 100%;
  max-width: 1100px;
  padding: 50px 10%;
  border-radius: 9px;
  background-color: rgb(255 255 255 / 30%);
  margin: 0 auto 35px auto;
}

footer .footer {
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-top: -25px;
  background-color: #ffffff;
  z-index: 5;
}

footer .footer a,
footer .footer ul.menu li a,
footer .copyright a,
.under-construction-footer a {
  color: var(--default);
}

footer .footer a:hover,
footer .footer ul.menu li a:hover,
footer .copyright a:hover,
.under-construction-footer a:hover {
  color: var(--second);
}

footer .footer .footer-content {
  padding-bottom: 25px;
}

footer .footer .footer-content .footer-name {
  color: var(--default);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 25px;
}

footer .footer .footer-menu-name,
footer .footer ul.menu li a {
  font-size: 17px;
  line-height: 27px;
}

footer .footer .footer-menu-name {
  font-weight: 700;
  margin-bottom: 4px;
}

footer .footer ul.menu {
  list-style: none;
  padding: 0;
}

footer .footer ul.menu ul {
  margin: 0;
}

footer .footer ul.menu li {
  padding: 4px 0;
}

footer .footer ul.menu ul li:last-child {
  padding-bottom: 0;
}

footer .footer .footer-bottom {
  padding-top: 45px;
  border-top: 2px solid var(--default);
}

footer .footer .footer-bottom .footer-logo {
  margin-bottom: 25px;
}

footer .footer .footer-bottom .footer-logo img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}

footer .copyright {
  font-size: 15px;
  line-height: 1;
  padding: 15px 0;
}

footer .copyright a.privacy-policy-link {
  display: inline-block;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid var(--default);
}

.under-construction-logo,
.under-construction-content,
.under-construction-footer {
  position: relative;
  z-index: 5;
}

.under-construction-logo {
  padding: 40px 0;
}

.under-construction-logo img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.under-construction-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: calc(100vh - 257px);
}

.under-construction-content .under-construction-content-text {
  width: 100%;
  max-width: 1000px;
  padding: 100px 50px;
  border-radius: 9px;
  background-color: rgb(255 255 255 / 30%);
  margin: 0 auto;
}

.under-construction-footer {
  padding-top: 40px;
  padding-bottom: 15px;
}

.under-construction-footer .paragraph-with-icon {
  display: inline-block;
}
.row {
  display: flex;
}
@media (max-width: 1425px) {
  .container {
    max-width: 1160px;
  }
  header .header .menu-top {
    padding: 0 10px;
  }
  header .header .menu-top ul li {
    margin-right: 16px;
  }
  .section-home-slider .section-home-slider-content {
    padding-top: 45px;
  }
  .list-post.list-full-post {
    padding: 40px 50px 30px 50px;
  }
  .post-title-content .post-title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 1184px) {
  body.page-template-under-construction::after,
  body.page-template-under-construction::before {
    display: none;
  }
  .container {
    max-width: 1000px;
  }
  header .header .logo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .header .logo-top .menu-bar {
    display: block;
    width: 40px;
    padding: 7px;
    cursor: pointer;
    position: relative;
    margin: 0;
  }
  header .header .header-content .logo-top .menu-bar span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background-color: var(--default);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  header
    .header
    .header-content
    .logo-top
    .menu-bar.active-bar
    span:nth-child(1) {
    width: 60%;
  }
  header
    .header
    .header-content
    .logo-top
    .menu-bar.active-bar
    span:nth-child(2) {
    width: 80%;
  }
  header .header .header-right {
    position: fixed;
    top: 0;
    left: -310px;
    bottom: 0;
    width: 280px;
    height: 100%;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
    overflow: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 999;
  }
  header .header .header-right.active-menu {
    left: 0;
  }
  header .header .menu-top,
  header .header .menu-top.lang-top {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-right: 0;
  }
  header .header .menu-top ul li {
    display: block;
    padding: 2px 35px 2px 0;
    margin-right: 0;
  }
  header .header .menu-top ul li .open-submenu {
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 43px;
    overflow: hidden;
    cursor: pointer;
  }
  header .header .menu-top ul li .open-submenu::after {
    content: "";
    border: solid var(--default);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -5px;
    margin-left: 2px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .header .menu-top ul li ul.sub-menu {
    display: none;
    padding-left: 15px;
  }
  .section-home-slider
    .section-home-slider-content
    .section-home-slider-top
    .custom-title-section,
  .under-construction-content
    .under-construction-content-text
    .under-construction-name {
    font-size: 50px;
    line-height: 60px;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-left {
    padding: 50px 50px 35px 30px;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-right {
    margin-left: -60px;
    margin-right: -10px;
  }
  .section-home-info .section-home-info-content {
    padding: 50px 50px 25px 50px;
  }
  .section-home-top .section-dark {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .archive-content-post,
  .comment-respond {
    max-width: 950px;
  }
  .section-home-info
    .section-home-info-content.section-home-info-content-ver-2
    .grid-2.text-center {
    padding-right: 0;
  }
  .page-template-shop
    .offer-page-content
    .offer-page-container
    .offer-page-box-img
    .attachment-medium {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 740px;
  }
  .first-mobile {
    order: -1;
  }
  .section-home-slider::after {
    left: 0;
    width: 75%;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-right {
    margin-right: 0;
  }
  .archive-content-post,
  .comment-respond {
    max-width: 100%;
  }
  .list-post img {
    max-width: calc(100% - 15px);
  }
  .list-post .list-post-content {
    padding-right: 0;
  }
  .list-post .list-post-content .list-post-entry .list-post-date,
  .list-post .list-post-content .list-post-entry .list-post-reading-time {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 0;
  }
  .list-post.list-full-post {
    padding: 40px;
  }
  .list-post.list-full-post [class*="grid-"],
  .list-post.list-full-post [class*="grid_"],
  .list-post.list-full-post [class~="grid"] {
    flex-flow: wrap-reverse;
  }
  .list-post.list-full-post img {
    max-width: 100%;
    margin: 0 auto;
  }
  .list-post.list-full-post .list-full-post-flag {
    left: 50px;
  }
  .list-post.list-full-post .list-post-content {
    padding-top: 15px;
  }
  .post-thumbnail {
    height: 400px;
  }
  .sidebar-post .sidebar-post-content {
    width: 33.3336%;
  }
  .section-previous-next-post {
    padding-top: 20px;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url,
  .comment-respond .comment-form-cookies-consent,
  .comment-respond .form-submit {
    width: 100%;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .form-submit,
  .comment-respond .comment-form-cookies-consent {
    order: 0;
  }
  .section-columns .section-columns-img img,
  .section-home-slider .section-home-slider-content img.wp-post-image,
  .page-template-shop
    .offer-page-content
    .offer-page-container
    .offer-page-box-img
    .attachment-medium {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-home-info
    .section-home-info-content.section-home-info-content-ver-2
    .section-home-info-content-img {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
  }
  .item-line,
  .item-line:nth-child(even) {
    padding: 30px 0 30px 0 !important;
    border-right: 0;
  }
  .section-title-content .section-title br {
    display: none;
  }
  footer .footer {
    padding-top: 40px;
  }
  footer .footer .footer-content .footer-info {
    padding-bottom: 25px;
  }
  .under-construction-content {
    min-height: calc(100vh - 308px);
  }
  .under-construction-footer,
  .under-construction-footer .text-right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .row {
    flex-direction: column;
  }
  .offer-one-info {
    padding-bottom: 25px;
  }
  .section-home-slider::before {
    right: 0;
    width: 100%;
  }
  .section-home-slider::after {
    width: 100%;
  }
  .page-wraper.page-wraper-bg-wave {
    padding-bottom: 25px;
  }
  .home .section-home-slider .section-home-slider-content {
    padding-bottom: 45px;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-left {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 35px;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-right {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-title-content,
  .archive-title-content {
    margin-bottom: 25px;
  }
  .archive-title-content .archive-title {
    font-size: 45px;
    line-height: 55px;
  }
  .section-dark {
    padding: 25px;
  }
  .list-post {
    padding: 30px 30px 20px 30px;
    background-color: #ffffff;
  }
  .list-post img {
    max-width: 100%;
  }
  .list-post .list-post-content {
    padding-top: 15px;
  }
  .sidebar-post .sidebar-post-content {
    width: 50%;
  }
  .sidebar-post .sidebar-post-content.sidebar-post-code {
    width: 100%;
  }
  .comments-list ul.comment-list .comment-body {
    padding-left: 60px;
  }
  .comments-list ul.comment-list .comment-body .comment-author img {
    width: 40px;
  }
  .comments-list ul.comment-list li ul.children {
    margin-left: 55px;
    padding-left: 20px;
  }
  footer .copyright.text-right {
    text-align: center;
  }
  .under-construction-content {
    min-height: calc(100vh - 314px);
  }
  .under-construction-content .under-construction-content-text {
    padding: 40px;
  }
  .under-construction-content .under-construction-content-text br {
    display: none;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1 {
    font-size: 29px;
    line-height: 39px;
  }
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="grid-"],
  [class*="grid_"],
  [class~="grid"] {
    margin: 0 -20px;
  }
  [class*="col-"],
  [class*="col_"],
  [class~="col"],
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url,
  .comment-respond .comment-form-cookies-consent,
  .comment-respond .form-submit {
    padding: 0 20px;
  }
  .section-home-slider
    .section-home-slider-content
    .section-home-slider-top
    .custom-title-section,
  .under-construction-content
    .under-construction-content-text
    .under-construction-name {
    font-size: 40px;
    line-height: 50px;
  }
  .section-home-slider .section-home-slider-content .section-home-slider-right {
    max-width: 255px;
  }
  .section-home-info .section-home-info-content .section-home-info-left {
    padding-right: 0;
  }
  .section-home-info .section-home-info-content {
    border-radius: 0;
    padding: 25px 20px 25px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-home-info {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .archive-title-content .archive-title {
    font-size: 36px;
    line-height: 46px;
  }
  .list-child-category ul li {
    padding: 5px 9px;
  }
  .list-child-category ul li::after {
    display: none;
  }
  .list-post,
  .list-post.list-full-post {
    padding: 25px;
  }
  .list-post.list-full-post .list-full-post-flag {
    padding: 7px 35px;
    border-radius: 0px 0px 10px 10px;
  }
  .list-post.list-full-post .list-full-post-category {
    display: none;
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0 0 0;
    text-align: center;
    border-top-left-radius: 0;
  }
  .list-post .list-post-content .list-post-entry {
    padding-bottom: 10px;
  }
  .list-post .list-post-content .list-post-entry .list-post-category {
    display: block;
    padding-bottom: 6px;
  }
  .list-post .list-post-content .list-post-entry .list-post-date {
    padding-left: 0;
    margin-left: 0;
  }
  .post-thumbnail {
    height: auto;
  }
  .post-thumbnail img {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .post-title-content .post-title {
    font-size: 31px;
    line-height: 41px;
  }
  .section-the-content ul li {
    position: relative;
    padding-left: 40px;
  }
  .section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-cta .section-cta-content {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .sidebar-post .sidebar-post-content,
  .sidebar-post .sidebar-post-content.sidebar-post-code {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .comments-list ul.comment-list .comment-body {
    padding-left: 0;
  }
  .comments-list ul.comment-list .comment-body .comment-author {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .comments-list ul.comment-list .comment-body .comment-author img {
    position: relative;
  }
  .comments-list ul.comment-list .comment-body .comment-author cite.fn {
    width: calc(100% - 50px);
    padding-left: 15px;
    margin-top: -3px;
    margin-bottom: 0;
  }
  .comments-list ul.comment-list .comment-body .comment-meta.commentmetadata {
    display: block;
    padding-left: 50px;
    margin-top: -28px;
    margin-bottom: 10px;
  }
  .comments-list ul.comment-list li ul.children {
    margin-left: 0;
  }
  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-form .section-form-content {
    padding: 40px 25px;
  }
  .custom-title-section.big-title,
  .section-title-content .section-title,
  .page-template-consulting .section-title-content .section-title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-wraper.page-wraper-big {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .section-form::after,
  .section-home-info::after {
    display: none;
  }
  .item-line img.attachment-thumbnail {
    padding: 15px;
  }
  .page-template-shop .offer-page-content .offer-page-container .offer-page-box,
  .box-item-gradient {
    padding: 30px 30px 10px 30px;
  }
  .box-item-gradient .col {
    padding-left: 20px !important;
  }
  footer .footer .footer-bottom ul.social-icons-url,
  footer .footer .footer-bottom .text-right {
    text-align: center;
  }
  footer .footer .footer-bottom ul.social-icons-url {
    margin-bottom: 40px;
  }
  footer .copyright a.privacy-policy-link {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
    margin-right: 0;
    border-right: 0;
  }
  .under-construction-content {
    min-height: calc(100vh - 359px);
  }
}
