/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./styles/main.scss ***!
  \*************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/reset-css/reset.css ***!
  \****************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./styles/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.btn {
  display: block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1.9rem;
  color: #ff304c;
  min-width: 130px;
  border-radius: 25px;
  border: none;
  font-family: Poppins;
}
.btn:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--wide {
  width: 100%;
}
.btn--sm {
  padding: 0.4rem 0.6rem;
  min-width: 100px;
  font-size: 14px;
}
.btn--borderless {
  background: none;
  border: none;
  color: #000028;
}
.btn--primary {
  border: 2px solid #ff304c;
  background-color: #ff304c;
  color: #fff;
}
.btn--primary:hover {
  background-color: #f70727;
}
.btn--primary-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #000028;
}
.btn--primary-white:hover {
  background-color: #fafafa;
}
.btn--bordered {
  border: 2px solid #ff304c;
  background-color: #fff;
  color: #ff304c;
  font-weight: 500;
}
.btn--bordered a {
  color: #ff304c;
}
.btn--bordered:hover {
  background-color: #f70727;
  color: #fff;
}
.btn--bordered:hover a {
  color: #ffffff;
}
.btn--bordered-white {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--bordered-white:hover {
  background-color: #ffffff;
  color: #000028;
}
.btn:disabled {
  cursor: not-allowed;
  background-color: #9999a9;
  border: 1px solid #9999a9;
}
@media (min-width: 768px) {
  .btn--wide {
    width: auto;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000028;
  position: relative;
}

strong,
b {
  font-weight: 600;
}

.container {
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
}

a {
  color: #000028;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.wrap {
  margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
  font-weight: bold;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

.h2-small {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #514fe1;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1em;
}

p {
  line-height: 1.4;
}

.heading__wrapper {
  margin-bottom: 1rem;
}
.heading__wrapper--center {
  text-align: center;
}
.heading__wrapper .center {
  text-align: center;
}
.heading__wrapper .blue {
  color: #514fe1;
}

.subtitle {
  font-size: 14px;
  font-weight: bold;
}

.breadcrumb__wrapper {
  font-size: 14px;
}

.two-columns {
  display: grid;
  grid-template-columns: 100%;
  padding: 2rem 1rem;
}
.two-columns .desc {
  line-height: 1.5;
  font-size: 16px;
}
.two-columns .desc--larger {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1rem;
}
.two-columns .col-1 {
  margin-bottom: 2rem;
}
.two-columns img {
  width: 100%;
  height: auto;
}
.two-columns .button__wrapper {
  margin-top: 1rem;
  display: block;
}
.two-columns .button__wrapper button {
  min-width: 220px;
}

.highlight {
  color: #00cd6b;
}

.highlight-white {
  color: #ffffff;
}

.highlight-black {
  color: #000028;
}

.highlight-blue {
  color: #514fe1;
}

textarea,
input:not([type=checkbox]):not([type=submit]):not([type=radio]),
select,
.file-custom {
  border-radius: 20px;
  border: 2px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #000028;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
textarea:focus,
input:not([type=checkbox]):not([type=submit]):not([type=radio]):focus,
select:focus,
.file-custom:focus {
  outline: none;
  border: 2px solid #02b560;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
textarea::-webkit-input-placeholder, input:not([type=checkbox]):not([type=submit]):not([type=radio])::-webkit-input-placeholder, select::-webkit-input-placeholder, .file-custom::-webkit-input-placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #000028;
  font-weight: 400;
}
textarea::-moz-placeholder, input:not([type=checkbox]):not([type=submit]):not([type=radio])::-moz-placeholder, select::-moz-placeholder, .file-custom::-moz-placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #000028;
  font-weight: 400;
}
textarea:-ms-input-placeholder, input:not([type=checkbox]):not([type=submit]):not([type=radio]):-ms-input-placeholder, select:-ms-input-placeholder, .file-custom:-ms-input-placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #000028;
  font-weight: 400;
}
textarea::-ms-input-placeholder, input:not([type=checkbox]):not([type=submit]):not([type=radio])::-ms-input-placeholder, select::-ms-input-placeholder, .file-custom::-ms-input-placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #000028;
  font-weight: 400;
}
textarea::placeholder,
input:not([type=checkbox]):not([type=submit]):not([type=radio])::placeholder,
select::placeholder,
.file-custom::placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #000028;
  font-weight: 400;
}

textarea {
  font-family: "Poppins";
  padding: 1rem 0.8rem;
  resize: none;
}
textarea::-webkit-input-placeholder {
  font-family: "Poppins";
}
textarea::-moz-placeholder {
  font-family: "Poppins";
}
textarea:-ms-input-placeholder {
  font-family: "Poppins";
}
textarea::-ms-input-placeholder {
  font-family: "Poppins";
}
textarea::placeholder {
  font-family: "Poppins";
}

.input__wrapper .error,
.checkbox__wrapper .error {
  display: none;
}
.input__wrapper--error .error,
.checkbox__wrapper--error .error {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.input__wrapper--error input,
.input__wrapper--error textarea,
.input__wrapper--error .file-custom,
.checkbox__wrapper--error input,
.checkbox__wrapper--error textarea,
.checkbox__wrapper--error .file-custom {
  border-color: #f70727;
}
.input__wrapper--error .error,
.checkbox__wrapper--error .error {
  color: #f70727;
}

input:not([type=checkbox]):not([type=submit]),
select,
.file-custom {
  padding: 1.2rem 0.9rem;
}

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file .file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file .file-custom:before {
  position: absolute;
  top: 0.8rem;
  right: -0.075rem;
  z-index: 6;
  display: block;
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/document.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 2.5rem;
  height: 15px;
  width: 15px;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0 0.25rem 0.25rem 0;
}
.file .file-custom:after {
  content: attr(data-title);
  font-weight: bold;
  color: #00cd6b;
}

.checkbox__wrapper {
  position: relative;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__wrapper input:checked ~ .checkmark {
  background: transparent;
  border: 2px solid #ffffff;
}
.checkbox__wrapper input:checked ~ .checkmark--bordered-green {
  border: 2px solid #00cd6b;
}
.checkbox__wrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkbox__wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.checkbox__wrapper .checkmark--bordered-green {
  border: 2px solid #00cd6b;
}
.checkbox__wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #00cd6b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glide__bullets .glide__bullet {
  height: 15px;
  width: 15px;
  border: none;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #c8f3df;
}
.glide__bullets .glide__bullet--active {
  background-color: #00cd6b;
  width: 20px;
  height: 20px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  color: #514fe1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .two-columns {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .two-columns .col-1 {
    margin-bottom: 0;
  }
}
@media (min-width: 850px) {
  .wrap {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .container--pl {
    padding-left: 7rem;
  }

  .two-columns .col-1 {
    padding-left: 6rem;
  }
}
body > header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav {
  background-color: #fff;
  height: 70px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  width: 100%;
}
.nav .desktop {
  display: none;
}
.nav .top {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
.nav > .mobile--inner {
  display: none;
}
.nav .hamburger {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  padding: 0;
}
.nav .hamburger .line {
  background-color: #000028;
  height: 3px;
  display: block;
  margin-bottom: 6px;
  border-radius: 5px;
}
.nav .hamburger .line--1 {
  width: 28px;
}
.nav .hamburger .line--2 {
  width: 22px;
}
.nav .hamburger .line--3 {
  width: 16px;
  margin-bottom: 0;
}
.nav .logo__wrapper {
  justify-self: center;
}
.nav .logo__wrapper svg,
.nav .logo__wrapper img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.nav .languages__wrapper {
  display: none;
}
.nav--opened .hamburger {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav--opened .hamburger .line {
  background-color: #ffffff;
  height: 2px;
  -webkit-transform-origin: 42% 50%;
          transform-origin: 42% 50%;
  margin-bottom: 0;
}
.nav--opened .hamburger .line--1 {
  width: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav--opened .hamburger .line--2 {
  display: none;
}
.nav--opened .hamburger .line--3 {
  width: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav--opened .logo__wrapper svg,
.nav--opened .logo__wrapper path {
  fill: #ffffff;
}
.nav--opened .languages__wrapper {
  display: block;
}
.nav--opened .languages__wrapper .menu-languages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav--opened .languages__wrapper .menu-languages-container li:first-child {
  position: relative;
  margin-right: 15px;
}
.nav--opened .languages__wrapper .menu-languages-container li:first-child:after {
  content: "/";
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  font-weight: 400;
}
.nav--opened .languages__wrapper .menu-languages-container .current-lang {
  font-weight: bold;
}
.nav--opened li,
.nav--opened a,
.nav--opened p {
  color: #ffffff;
}
.nav--opened > .mobile--inner {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000028;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  grid-template-rows: 70px 1fr;
  grid-template-columns: 1fr;
  padding: 0;
}
.nav--opened > .mobile--inner .top--inner {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
.nav--opened > .mobile--inner .content {
  width: 100%;
  display: block;
  grid-column: 1/6;
  z-index: -2;
}
.nav--opened > .mobile--inner .content .menu__wrapper {
  grid-row-start: menu-start;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container {
  width: 90%;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .sub-menu {
  display: none;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .menu-item-has-children > a {
  position: relative;
  width: 80%;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .menu-item-has-children > a:after {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  right: 7%;
  display: none;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .menu-item-has-children button {
  content: "";
  background-color: transparent;
  border: 0;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 26.5px;
  right: 25px;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -1rem;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li:last-child:after {
  content: none;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3rem 1rem 1.3rem 4rem;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu > li {
  font-size: 18px;
  background-color: #2b2b49;
  font-weight: normal;
  position: relative;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu > li:before {
  content: "";
  z-index: -1;
  background-color: #2b2b49;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 100vw;
  height: 100%;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu > li a {
  padding: 0.8rem 0 0.8rem 4rem;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu > li > .sub-menu li {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu > li > .sub-menu li:before {
  content: "";
  z-index: -1;
  background-color: #42425d;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 100vw;
  height: 100%;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container > li > .sub-menu .menu-item-has-children > a:after {
  right: -10%;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .toggled + button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .menu-main-menu-mobile-container .toggled + button + .sub-menu {
  display: block;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .button__wrapper,
.nav--opened > .mobile--inner .content .menu__wrapper > .container .phone__wrapper,
.nav--opened > .mobile--inner .content .menu__wrapper > .container .socials,
.nav--opened > .mobile--inner .content .menu__wrapper > .container .copyright {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .phone__wrapper {
  font-weight: bold;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .socials .icon__wrapper {
  margin-right: 13px;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .socials .icon__wrapper:last-child {
  margin-right: 0;
}
.nav--opened > .mobile--inner .content .menu__wrapper > .container .copyright {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}
.nav .valuation-button {
  padding: 0;
}
.nav .valuation-button a {
  padding: 0.8rem 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-woocommerce .top {
  grid-template-columns: 50px 1fr 110px;
}
.nav-woocommerce .basket__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-woocommerce .basket__wrapper a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 30px;
  grid-gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-weight: 600;
  width: 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
}
.nav-woocommerce .basket__wrapper .amount {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}
.nav-woocommerce .basket__wrapper .count {
  display: none;
  width: 28px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f7;
  color: #9999a9;
}

.languages__wrapper {
  display: none !important;
}

.nav .languages__wrapper {
  position: relative;
  z-index: 1;
}
.nav .languages__wrapper .menu-languages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child {
  position: relative;
  margin-right: 15px;
  width: 100%;
  text-align: center;
  padding: 13.5px 5px;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child:hover:after {
  height: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child:hover .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 10px;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 40, 0.06);
  border-radius: 28px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child .sub-menu {
  display: none;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child > button {
  display: none;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child > a {
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 1;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child a img {
  width: 25px !important;
  height: 20px !important;
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child a img {
    width: 35px !important;
    height: 24px !important;
  }
}
.nav .languages__wrapper .menu-languages-container li.pll-parent-menu-item:first-child a span {
  font-size: 16px;
}
.nav .languages__wrapper .menu-languages-container .current-lang {
  font-weight: bold;
}
.nav .has-icon a {
  display: grid;
  grid-template-rows: 100px 1fr;
  grid-gap: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.nav .has-icon a img {
  margin: 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1150px) {
  .nav {
    height: 95px;
    z-index: 99;
  }
  .nav .desktop {
    display: block;
  }
  .nav .hamburger__wrapper {
    display: none;
  }
  .nav .sub-menu {
    display: none;
  }
  .nav .top {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 120px 1fr 5px 140px 85px;
    grid-gap: 1rem;
  }
  .nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav .menu-main-menu-desktop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    gap: 10px;
  }
  .nav .menu-main-menu-desktop-container > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav .menu-main-menu-desktop-container > li > a {
    font-size: 12px;
    font-weight: 400;
    position: relative;
  }
  .nav .menu-main-menu-desktop-container > li > a:hover {
    color: #00cd6b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children.allegro-icons:hover > .sub-menu > li,
.nav .menu-main-menu-desktop-container > .menu-item-has-children.marketplace-icons:hover > .sub-menu > li {
    padding: 10px 0 10px 80px;
  }
}
@media screen and (min-width: 1150px) and (min-width: 1375px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:nth-child(1) > .sub-menu > li:hover {
    background-color: transparent !important;
  }
}
@media (min-width: 1150px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children > a {
    position: relative;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children > a:after {
    content: "";
    background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 9px;
    height: 9px;
    top: calc(50% - 4.5px);
    right: -14px;
    display: block;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children button {
    display: none;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover:after {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 20px;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3.5rem 1.5rem 3.5rem 7rem;
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 40, 0.16);
            box-shadow: 0 4px 2px -2px rgba(0, 0, 40, 0.16);
    display: grid;
    grid-template-columns: 42% 55%;
    grid-gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.9;
    min-height: 400px;
  }
}
@media screen and (min-width: 1150px) and (min-width: 1500px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu {
    grid-template-columns: 470px 1000px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .list-wrap {
    padding-right: 6rem;
  }
}
@media (min-width: 1150px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .main-custom {
    padding-right: 3rem;
    border-right: 2px solid rgba(0, 0, 40, 0.05);
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .main-custom .description-custom-wrapper {
    padding-top: 35px;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .main-custom .description-custom-wrapper p {
    padding-bottom: 20px;
  }
}
@media (min-width: 1150px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .list-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px);
    grid-gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .list-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .list-wrap li > span {
    display: block;
    font-size: 10px;
    line-height: 1.7;
    font-weight: 300;
  }
}
@media (min-width: 1150px) {
  .nav .menu-main-menu-desktop-container .shop-url {
    position: relative;
  }
  .nav .menu-main-menu-desktop-container .shop-url a {
    margin-right: 10px;
  }
  .nav .menu-main-menu-desktop-container .shop-url a:after {
    content: "NEW";
    background-color: #ff304c;
    position: absolute;
    top: -22px;
    right: -30px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
  }
}
@media (min-width: 1150px) {
  .nav .phone__wrapper a {
    color: #514fe1;
    font-size: 14px;
    font-weight: bold;
  }
  .nav .phone__wrapper a:hover {
    color: #42425d;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media (min-width: 1150px) {
  .nav .button__wrapper {
    margin-right: 15px;
  }
  .nav .button__wrapper .valuation-button {
    padding: 0;
    height: 51px;
    width: 100%;
    min-width: inherit;
  }
  .nav .button__wrapper .valuation-button:hover a {
    color: #ffffff;
  }
  .nav .button__wrapper .valuation-button a {
    color: #000028;
    padding: 0.8rem 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1150px) {
  .nav .top {
    grid-template-columns: 200px 1fr 200px;
    padding: 0 1rem;
    height: 100%;
  }
  .nav .logo__wrapper {
    width: 100%;
  }
  .nav .logo__wrapper svg,
.nav .logo__wrapper img {
    max-width: 240px;
  }
  .nav .phone__wrapper a {
    font-size: 16px;
  }

  .nav-woocommerce .top {
    grid-template-columns: 170px 1fr 270px;
  }
  .nav-woocommerce .basket__wrapper a {
    width: 240px;
    grid-template-columns: 1fr 30px 30px;
    padding: 10px 15px 10px 30px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #f87171;
    padding: 0 15px;
  }
  .nav-woocommerce .basket__wrapper .amount {
    font-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav-woocommerce .basket__wrapper .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1366px) {
  .nav .top {
    grid-template-columns: 240px 1fr 275px;
  }
  .nav .top .menu-main-menu-desktop-container > li > a {
    font-size: 14px;
  }
  .nav .button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .nav-woocommerce .top {
    grid-template-columns: 170px 1fr 270px;
  }
}
@media (min-width: 1500px) {
  .nav .menu-main-menu-desktop-container > .menu-item-has-children:hover > .sub-menu .list-wrap li:before {
    background-size: 45%;
  }
}
.front_page .video-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem 1rem 1rem;
}
.front_page .video-popup .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}
.front_page .video-popup .content .video__wrapper {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.front_page .video-popup .content .button__wrapper {
  position: absolute;
  top: -2%;
  right: -2%;
  width: 40px;
  height: 40px;
}
.front_page .video-popup .content .button__wrapper .close-video-popup {
  background-color: #ffffff;
  border-radius: 100%;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/cross-red.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.front_page .video-popup .content iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 900px;
  min-height: 600px;
  height: 100%;
}
.front_page .desc {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page .container {
    padding: 4rem 1rem;
  }
}
.front_page .section-1 .buttons-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
}
@media (min-width: 1400px) {
  .front_page .section-1 .buttons-wrapper {
    grid-template-columns: 48% 48%;
  }
  .front_page .section-1 .buttons-wrapper .play-button__wrapper {
    margin-top: 1rem;
  }
}
.front_page .section-1 .buttons-wrapper .play-button__wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  padding-left: 65px;
  position: relative;
  height: 51px;
}
.front_page .section-1 .buttons-wrapper .play-button__wrapper p:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 51px;
}
.front_page .section-1 .image__wrapper img {
  width: 100%;
  height: auto;
}
.front_page .section-1 .highlight {
  color: #00cd6b;
}
.front_page .section-1 .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1rem;
}
.front_page .section-1 .container {
  display: grid;
}
.front_page .section-1 .container .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.front_page .section-1 .container .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.front_page .section-1 .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.front_page .section-1 .buttons__wrapper .btn {
  padding: 0.6rem 1.4rem;
  height: 51px;
}
.front_page .section-1 .buttons__wrapper .video {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1rem;
}
.front_page .section-1 .buttons__wrapper .video:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.front_page .section-1 .buttons__wrapper .video img {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}
.front_page .section-1 .buttons__wrapper .valuation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .front_page .section-1 .container {
    display: grid;
    grid-template-columns: 43% 1fr;
    grid-gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .front_page .section-1 .container .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .front_page .section-1 .container .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .front_page .section-1 .buttons__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .front_page .section-1 .buttons__wrapper button {
    min-width: 220px;
  }
  .front_page .section-1 .buttons__wrapper .video {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .front_page .section-1 .buttons__wrapper .valuation {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 230px;
  }
}
@media (min-width: 1024px) {
  .front_page .section-1 .desc {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .front_page .section-1 .container .col-1 {
    padding-left: 6rem;
  }
}
.front_page .section-1 {
  position: relative;
}
@media (min-width: 786px) {
  .front_page .section-1 .container {
    padding-top: 4rem;
    position: relative;
    z-index: 1;
  }
  .front_page .section-1 .col-2:before, .front_page .section-1 .col-2:after {
    display: none !important;
  }
}
.front_page .section-1 .col-1 {
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .front_page .section-1 .col-1 h1 {
    font-size: 4em;
  }
}
.front_page .section-1 .col-2 {
  position: relative;
}
.front_page .section-1 .col-2 .image__wrapper {
  position: relative;
  z-index: 1;
}
.front_page #logos .logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .front_page #logos .logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 3rem;
  }
}
@media (min-width: 1500px) {
  .front_page #logos .logos {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.front_page #logos .logos .logo {
  padding: 2.5rem;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}
.front_page #logos .logos .logo:hover {
  border: 2px solid rgba(0, 0, 40, 0.05);
}
.front_page #logos .logos .logo:hover .logo__wrapper {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.front_page #logos .logos .logo:hover .logo__wrapper img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.front_page #logos .logos .logo:hover .link__wrapper .text {
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.front_page #logos .logos .logo:hover .link__wrapper .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front_page #logos .logos .logo:hover .link__wrapper .icon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-left: 10px;
}
.front_page #logos .logos .logo .logo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_page #logos .logos .logo .link__wrapper {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.front_page #logos .logos .logo .link__wrapper .text {
  position: relative;
  left: -100%;
  opacity: 0;
  font-weight: 500;
}
.front_page #logos .logos .logo .link__wrapper img.arr {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.front_page #logos .logos .logo .link__wrapper .icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-li-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: -53px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front_page #logos .logos .logo img {
  width: 160px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}
.front_page #logos .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.front_page #blog img {
  width: 100%;
  height: auto;
}
.front_page #blog .container {
  text-align: center;
  padding-top: 0;
}
.front_page #blog .desc {
  max-width: 600px;
  margin: 0 auto;
}
.front_page #blog .posts {
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.front_page #blog .posts .title {
  color: #000028;
}
.front_page #blog .posts .glide__slide {
  border-radius: 30px;
  background-color: #fafafa;
  display: grid;
  grid-template-rows: 220px 1fr;
  height: auto;
}
.front_page #blog .posts .nav-custom-slider {
  display: grid;
  grid-template-columns: 30% 67%;
  grid-gap: 15px;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .front_page #blog .posts .nav-custom-slider {
    grid-template-columns: 100%;
  }
  .front_page #blog .posts .nav-custom-slider .glide__bullets {
    display: none !important;
  }
}
.front_page #blog .posts .nav-custom-slider .glide__arrows {
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .front_page #blog .posts .nav-custom-slider .glide__arrows {
    padding-top: 1rem;
  }
}
.front_page #blog .posts .nav-custom-slider .glide__arrows .glide__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000028;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.front_page #blog .posts .nav-custom-slider .glide__arrows .glide__arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.front_page #blog .posts .nav-custom-slider .glide__arrows .glide__arrow--left {
  padding-left: 50px;
}
.front_page #blog .posts .nav-custom-slider .glide__arrows .glide__arrow--left:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
}
.front_page #blog .posts .nav-custom-slider .glide__arrows .glide__arrow--right:after {
  margin-left: 5px;
}
.front_page #blog .posts .nav-custom-slider .glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  position: relative;
}
.front_page #blog .posts .nav-custom-slider .glide__bullets:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 40, 0.05);
}
.front_page #blog .posts .nav-custom-slider .glide__bullets .glide__bullet {
  height: 4px;
  width: 100%;
  border: none;
  border-radius: 2px 2px 2px 2px;
  margin-right: 0;
  background-color: transparent;
}
.front_page #blog .posts .nav-custom-slider .glide__bullets .glide__bullet--active {
  background-color: #00cd6b;
}
.front_page #blog .image__wrapper {
  height: 220px;
}
.front_page #blog .image__wrapper img {
  border-radius: 30px 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.front_page #blog .bottom {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem 6rem 1rem;
}
.front_page #blog .bottom .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.7rem;
  display: block;
}
.front_page #blog .bottom .date {
  margin-bottom: 0.5rem;
}
.front_page #blog .bottom .date,
.front_page #blog .bottom .author__wrapper {
  font-size: 14px;
}
.front_page #blog .bottom .desc__wrapper {
  margin-bottom: 1rem;
  font-size: 14px;
}
.front_page #blog .bottom .content-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front_page #blog .bottom .content-bottom .author__wrapper {
  width: 100%;
  padding-left: 1rem;
}
.front_page #blog .bottom .content-bottom .author__wrapper .author {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 40px 1fr;
  grid-gap: 1rem;
}
.front_page #blog .bottom .content-bottom .author__wrapper .author img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #fff;
}
.front_page #blog .bottom .content-bottom .author__wrapper .author span {
  font-weight: 500;
}
.front_page #blog .bottom .content-bottom .author__wrapper .author p {
  font-size: 12px;
}
.front_page #blog .bottom .content-bottom .readmore__wrapper {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}
.front_page #blog .bottom .content-bottom .readmore__wrapper img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 10px;
}
.front_page #blog .bottom .readmore__wrapper {
  font-weight: bold;
  display: block;
}
.front_page #blog .bottom .readmore__wrapper img {
  max-width: 20px;
}
.front_page #blog .buttons__wrapper a {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .front_page #blog .buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .front_page #blog .buttons__wrapper a {
    margin-bottom: 0;
  }
  .front_page #blog .buttons__wrapper a:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1300px) {
  .front_page #blog .posts .glide__track {
    padding-bottom: 60px;
  }
  .front_page #blog .posts .glide__slides {
    overflow: visible;
  }
  .front_page #blog .posts .image__wrapper img {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 1920px) {
  .front_page #blog .posts {
    max-width: 1900px;
    margin: 0 auto;
  }
}

footer {
  background: linear-gradient(137deg, #e0fefb 10%, #edf9f5 50%, #f9f3ee 90%);
}
footer p,
footer a,
footer li {
  color: #000028;
}
footer b {
  font-weight: bold;
}
footer .container {
  position: relative;
  padding: 3rem 1rem 3rem 1rem;
}
footer .logo__wrapper {
  margin-bottom: 1rem;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  footer .logo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .logo__wrapper img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
footer p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
footer .title {
  font-weight: bold;
  margin-bottom: 16px;
  pointer-events: none;
  font-size: 16px;
  color: #000028;
}
footer a.phone,
footer a.mail {
  color: #ff304c;
  font-weight: 600;
  display: block;
}
footer a.phone {
  font-size: 24px;
  margin-bottom: 8px;
}
footer ul {
  margin-bottom: 1.5rem;
}
footer li {
  line-height: 1.6;
  margin: 3px 0;
}
footer a:hover {
  text-decoration: underline;
}
footer #newsletter input[type=text],
footer #newsletter input[type=email] {
  border-radius: 20px;
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  height: 40px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 40, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 40, 0.1);
  font-size: 14px;
  margin-top: 5px;
}
footer #newsletter input[type=text]::-webkit-input-placeholder, footer #newsletter input[type=email]::-webkit-input-placeholder {
  color: #000028;
}
footer #newsletter input[type=text]::-moz-placeholder, footer #newsletter input[type=email]::-moz-placeholder {
  color: #000028;
}
footer #newsletter input[type=text]:-ms-input-placeholder, footer #newsletter input[type=email]:-ms-input-placeholder {
  color: #000028;
}
footer #newsletter input[type=text]::-ms-input-placeholder, footer #newsletter input[type=email]::-ms-input-placeholder {
  color: #000028;
}
footer #newsletter input[type=text]::placeholder,
footer #newsletter input[type=email]::placeholder {
  color: #000028;
}
footer #newsletter label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.3;
}
footer #newsletter .wpcf7-not-valid-tip {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
footer #newsletter .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1.4;
}
footer #newsletter .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
footer #newsletter .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 5px;
}
footer #newsletter input[type=submit] {
  font-family: "Poppins";
  display: block;
  background-color: #ff304c;
  color: #ffffff;
  border: none;
  padding: 0;
  max-width: 300px;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
footer #newsletter input[type=submit]:disabled {
  opacity: 0.3;
  background-color: #888888;
}
footer #newsletter form > p {
  margin-bottom: 15px;
}
footer #newsletter form > p:last-of-type {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
footer #newsletter form > p:last-of-type .wpcf7-submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
footer #newsletter form > p:last-of-type .wpcf7-spinner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
footer #newsletter .wpcf7-response-output {
  font-size: 12px;
  margin: 1rem 0 0 0;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  line-height: 1.4;
}
footer .socials {
  margin-top: 1rem;
}
footer .socials > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
footer .socials > div img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
footer .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  footer .top {
    display: grid;
    grid-template-columns: 250px 230px repeat(auto-fit, 210px);
    grid-gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom ul {
    margin: 0;
  }
  footer .bottom ul p {
    margin: 0;
  }
  footer .bottom .socials a {
    margin-right: 40px;
  }
  footer .bottom .powered > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  footer .top {
    grid-template-columns: 320px 230px repeat(auto-fit, 210px);
  }
}

#page-404 .container {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-404 .buttons__wrapper {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-404 .buttons__wrapper a:first-child {
  margin-right: 10px;
}

.pum-container.pum-responsive.pum-responsive-medium {
  width: 90% !important;
  margin-left: -45% !important;
}
.pum-container.pum-responsive.pum-responsive-medium .popmake-close:after {
  content: "";
  background-image: url("https://pirkspark.pl/wp-content/uploads/close-red.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .pum-container.pum-responsive.pum-responsive-medium .popmake-close {
    top: 15px !important;
    right: 15px !important;
  }
}
@media (min-width: 1366px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 100% !important;
    max-width: 1088px !important;
  }
}

.custom__popup__inner {
  display: grid;
}
.custom__popup__inner .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
  height: 100%;
}
.custom__popup__inner .subtitle {
  color: #514fe1;
  margin-bottom: 10px;
}
.custom__popup__inner .title {
  color: #000028;
  margin-bottom: 20px;
}
.custom__popup__inner .green {
  color: #00cd6b;
}
.custom__popup__inner .col-1 {
  display: none;
  background-image: url("https://pirkspark.pl/wp-content/uploads/black-week-zuza-2.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
}
.custom__popup__inner .col-2 {
  padding: 3rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom__popup__inner .wpcf7-form-control {
  height: 48px;
  background-color: #fafafa;
  margin-top: 5px;
}
.custom__popup__inner form {
  margin-bottom: 0;
}
.custom__popup__inner form label {
  color: #000028;
  font-size: 14px;
}
.custom__popup__inner form > p {
  margin-bottom: 15px;
}
.custom__popup__inner form > p:last-of-type {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.custom__popup__inner .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.custom__popup__inner .wpcf7-acceptance label span {
  font-size: 12px;
}
.custom__popup__inner .signup-to-newsletter {
  font-size: 12px;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom__popup__inner .signup-to-newsletter span,
.custom__popup__inner .signup-to-newsletter label {
  color: #000028;
}
.custom__popup__inner .signup-to-newsletter .wpcf7-list-item {
  margin: 0;
}
.custom__popup__inner .signup-to-newsletter label {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 8px;
}
.custom__popup__inner input[type=submit] {
  display: block;
  background-color: #ff304c;
  color: #ffffff;
  border: none;
  padding: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.custom__popup__inner input[type=submit]:disabled {
  opacity: 0.3;
  background-color: #888888;
}
.custom__popup__inner .wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .custom__popup__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .custom__popup__inner .col {
    min-height: 600px;
  }
  .custom__popup__inner .col-1 {
    display: block;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 15px 0 0 15px;
  }
  .custom__popup__inner .col-2 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .custom__popup__inner .col-2 {
    padding: 5rem 3rem 3rem 3rem;
  }
}

.free__consultation__popup__inner {
  display: grid;
}
.free__consultation__popup__inner .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
  height: 100%;
}
.free__consultation__popup__inner .subtitle {
  color: #02b560;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.free__consultation__popup__inner .title {
  color: #000028;
  margin-bottom: 20px;
  font-weight: 600;
}
.free__consultation__popup__inner .col-1 {
  display: none;
  background-image: url("https://pirkspark.pl/wp-content/uploads/monika-popup-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 0;
}
.free__consultation__popup__inner .col-2 {
  padding: 3rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.free__consultation__popup__inner .wpcf7-form-control {
  height: 48px;
  background-color: #fafafa;
  margin-top: 5px;
}
.free__consultation__popup__inner form {
  margin-bottom: 0;
}
.free__consultation__popup__inner form label {
  color: #000028;
  font-size: 14px;
}
.free__consultation__popup__inner form > p {
  margin-bottom: 15px;
}
.free__consultation__popup__inner form > p:last-of-type {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
.free__consultation__popup__inner .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.free__consultation__popup__inner .wpcf7-acceptance label span {
  font-size: 12px;
}
.free__consultation__popup__inner .signup-to-newsletter {
  font-size: 12px;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.free__consultation__popup__inner .signup-to-newsletter span,
.free__consultation__popup__inner .signup-to-newsletter label {
  color: #000028;
}
.free__consultation__popup__inner .signup-to-newsletter .wpcf7-list-item {
  margin: 0;
}
.free__consultation__popup__inner .signup-to-newsletter label {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 8px;
}
.free__consultation__popup__inner input[type=submit] {
  display: block;
  background-color: #ff304c;
  color: #ffffff;
  border: none;
  padding: 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.free__consultation__popup__inner input[type=submit]:disabled {
  opacity: 0.3;
  background-color: #888888;
}
.free__consultation__popup__inner .wpcf7-response-output {
  margin: 0 !important;
  font-size: 12px;
}
@media (min-width: 768px) {
  .free__consultation__popup__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .free__consultation__popup__inner .col {
    min-height: 600px;
  }
  .free__consultation__popup__inner .col-1 {
    display: block;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 15px 0 0 15px;
  }
  .free__consultation__popup__inner .col-2 {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .free__consultation__popup__inner .col-2 {
    padding: 5rem 3rem 3rem 3rem;
  }
}
.free__consultation__popup--v2 .free__consultation__popup__inner .col-1 {
  background-image: url("https://pirkspark.pl/wp-content/uploads/marzena-popup.png");
}

#fast-valuation-section {
  background: linear-gradient(50deg, #e0fefb 10%, #edf9f5 50%, #f9f3ee 90%);
  color: #ffffff;
  position: relative;
}
#fast-valuation-section:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(rgba(237, 249, 245, 0)));
  background: linear-gradient(180deg, white 10%, rgba(237, 249, 245, 0) 100%);
  width: 100%;
  height: 250px;
  top: 0;
}
#fast-valuation-section img {
  width: 100%;
  height: auto;
}
#fast-valuation-section .container {
  position: static;
  display: grid;
}
#fast-valuation-section .container p {
  margin: 0;
}
#fast-valuation-section .container h3 {
  font-size: 1.7em;
}
#fast-valuation-section .container .col-1,
#fast-valuation-section .container .col-2 {
  position: relative;
  z-index: 1;
}
#fast-valuation-section .container .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#fast-valuation-section .container .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#fast-valuation-section .boxes__wrapper .box {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
  margin-bottom: 20px;
}
#fast-valuation-section .boxes__wrapper .box .image__wrapper,
#fast-valuation-section .boxes__wrapper .box .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#fast-valuation-section .boxes__wrapper .box .image__wrapper .image-bg {
  max-width: 150px;
}
@media (min-width: 1500px) {
  #fast-valuation-section .boxes__wrapper .box .image__wrapper .image-bg {
    max-width: 220px;
  }
}
#fast-valuation-section .boxes__wrapper .box .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fast-valuation-section .boxes__wrapper .box .content__wrapper p,
#fast-valuation-section .boxes__wrapper .box .content__wrapper a {
  display: block;
  color: #000028;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}
#fast-valuation-section .boxes__wrapper .box .content__wrapper .name {
  font-size: 22px;
}
#fast-valuation-section .contact__wrapper h3 {
  color: #000028;
  text-align: center;
}
#fast-valuation-section .contact__wrapper .form-contact {
  margin-top: 35px;
  margin-bottom: 25px;
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
}
#fast-valuation-section .contact__wrapper .form-contact form input {
  padding: 0.81rem 0.9rem;
  margin-bottom: 16px;
  border: none;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 40, 0.1);
          box-shadow: 0 0 16px 0 rgba(0, 0, 40, 0.1);
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1.4;
  color: #000028;
  padding-left: 15px;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label .wpcf7-list-item-label:before {
  position: absolute;
  background: #ffffff;
  top: 6px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  border: 1px solid #02b560;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-acceptance label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid #02b560;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper {
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper br {
  display: none;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper button {
  padding: 4.4px 0;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper button input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0.6rem 45px 0.6rem 1.5rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper button .wpcf7-spinner {
  position: absolute;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper a.button {
  line-height: 19px;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper .btn {
  text-align: center;
  margin-bottom: 0;
}
#fast-valuation-section .contact__wrapper .form-contact form .buttons__wrapper .wpcf7-spinner {
  width: 25px;
  margin: 0 5px;
}
#fast-valuation-section .contact__wrapper .form-contact form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 20px;
  margin: 1rem 0 0 0;
  line-height: 24px;
  color: #000028;
}
#fast-valuation-section .contact-section-heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #00cd6b;
}
@media (min-width: 1024px) {
  #fast-valuation-section .container {
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fast-valuation-section .container .contact__wrapper h3 {
    text-align: left;
  }
  #fast-valuation-section .container .contact__wrapper .form-contact {
    margin-left: 0;
    margin-right: 0;
  }
  #fast-valuation-section .container .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #fast-valuation-section .container .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #fast-valuation-section .container .buttons__wrapper {
    grid-gap: 1rem;
  }
  #fast-valuation-section .container .buttons__wrapper button {
    padding: 0;
    margin-bottom: 0 !important;
  }
  #fast-valuation-section .container .boxes__wrapper .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 150px 1fr;
    grid-gap: 2rem;
  }
}
@media (min-width: 1024px) and (min-width: 1500px) {
  #fast-valuation-section .container .boxes__wrapper .box {
    grid-template-columns: 220px 1fr;
  }
}
@media (min-width: 1024px) {
  #fast-valuation-section .container .boxes__wrapper .box .image__wrapper,
#fast-valuation-section .container .boxes__wrapper .box .content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    text-align: left;
  }
}
@media (min-width: 1160px) {
  #fast-valuation-section .container {
    grid-template-columns: 45% 45%;
  }
  #fast-valuation-section .container .col-1 {
    padding-left: 7rem;
  }
  #fast-valuation-section .container .buttons__wrapper {
    display: grid;
    grid-template-columns: 47% 47% !important;
    grid-gap: 2rem;
  }
  #fast-valuation-section .container .buttons__wrapper .btn {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  #fast-valuation-section .container:before, #fast-valuation-section .container:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #fast-valuation-section .container:before {
    background-image: url("/wp-content/themes/pirkspark/assets/images/left-line.svg");
    background-position: 0 55%;
    left: 0;
  }
  #fast-valuation-section .container:after {
    background-image: url("/wp-content/themes/pirkspark/assets/images/right-line.svg");
    background-position: 0 100%;
    right: 0;
  }
  #fast-valuation-section .container .form-contact {
    padding-right: 80px;
  }
}

.numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
.numbers .number__wrapper {
  border-left: 4px solid #00cd6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
}
.numbers .number {
  color: #514fe1;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 2rem;
}
.numbers .text {
  line-height: 1.5;
  font-size: 14px;
}

#short-case .technologies-title {
  margin-bottom: 1rem;
  font-weight: 500;
}
#short-case .technologies {
  display: grid;
  grid-template-columns: repeat(auto-fit, 40px);
  grid-gap: 3rem;
  margin-bottom: 1rem;
}
#short-case .technologies img {
  width: 100%;
  height: auto;
}
#short-case .title {
  color: #000028;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 1rem;
  position: relative;
  margin-top: 1rem;
}
#short-case .title:before {
  content: "";
  background-color: #00cd6b;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#short-case .desc__wrapper {
  line-height: 1.5;
  margin: 1rem 0;
}
#short-case .button__wrapper {
  margin: 1rem 0;
}
#short-case .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#short-case .gallery .active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#short-case .image__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}
#short-case .image__wrapper:not(.active):hover {
  cursor: pointer;
  border-radius: 10px;
}
#short-case .image__wrapper:not(.active):hover img {
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#short-case .image__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  #short-case .container {
    display: grid;
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#hero-slider .glide__slide {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#hero-slider .glide__slide .desc {
  font-weight: 500;
}
#hero-slider .glide__slide .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#hero-slider .glide__slide .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#hero-slider .glide__slide img {
  width: 100%;
  height: auto;
}
#hero-slider .glide__slide .buttons__wrapper {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hero-slider .glide__slide .buttons__wrapper .btn {
  width: 100%;
}
#hero-slider .glide__bullets {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #hero-slider .glide__slide {
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hero-slider .glide__slide .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #hero-slider .glide__slide .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #hero-slider .glide__slide .buttons__wrapper {
    grid-template-columns: repeat(auto-fit, 200px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 1024px) {
  #hero-slider .glide__slide .col-1 {
    padding-left: 6rem;
  }
  #hero-slider .glide__slide .buttons__wrapper {
    grid-template-columns: repeat(auto-fit, 220px);
  }
  #hero-slider .desc {
    font-size: 20px;
  }
}

#hero-block .numbers__wrapper {
  margin: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-gap: 10px;
}
#hero-block .number {
  font-weight: 800;
}
#hero-block .number span {
  font-size: 16px;
}
#hero-block .text {
  font-weight: 500;
  margin-top: 10px;
  font-size: 14px;
}
#hero-block .reversed .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#hero-block .reversed .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#hero-block.boxed-variant {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
#hero-block.boxed-variant .col {
  padding: 0 2rem;
}
#hero-block.boxed-variant .container {
  background-color: #00cd6b;
  border-radius: 20px;
  color: #ffffff;
}
#hero-block.boxed-variant .heading__wrapper h1,
#hero-block.boxed-variant .heading__wrapper h2,
#hero-block.boxed-variant .heading__wrapper h3,
#hero-block.boxed-variant .heading__wrapper h4,
#hero-block.boxed-variant .heading__wrapper h5 {
  color: #ffffff;
}
#hero-block.boxed-variant .heading__wrapper span.highlight {
  color: #514fe1;
}
@media (min-width: 768px) {
  #hero-block .container {
    grid-template-columns: 49% 49%;
  }
}
@media (min-width: 1024px) {
  #hero-block .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#complex-solution {
  text-align: center;
}
#complex-solution .scope {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#complex-solution .scope .name {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#complex-solution .scope .single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 1rem;
  -webkit-box-shadow: 0 0 30px #c8f3df;
          box-shadow: 0 0 30px #c8f3df;
  border-radius: 10px;
}
#complex-solution .scope .single .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#complex-solution .scope .single .image__wrapper img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #complex-solution .container {
    padding: 4rem 1rem;
  }
}
@media (min-width: 1024px) {
  #complex-solution .scope {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  #complex-solution .scope--with-persons {
    position: relative;
  }
  #complex-solution .scope--with-persons:before, #complex-solution .scope--with-persons:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 200px;
  }
  #complex-solution .scope--with-persons:before {
    background-image: url("/wp-content/themes/pirkspark/assets/images/offer-page/person-top.svg");
    top: -90px;
    left: 50%;
  }
  #complex-solution .scope--with-persons:after {
    background-image: url("/wp-content/themes/pirkspark/assets/images/offer-page/person-bottom.svg");
    left: 40%;
    bottom: -40px;
  }
}

#grid-with-image .columns {
  display: grid;
}
#grid-with-image .columns .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#grid-with-image .columns .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#grid-with-image .columns .col-2 .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#grid-with-image .columns .col-2 .image__wrapper img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#grid-with-image .title {
  color: #000028;
}
#grid-with-image .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  grid-gap: 1rem;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#grid-with-image .grid .single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem 2.5rem 1rem;
  border-radius: 10px;
  position: relative;
}
#grid-with-image .grid .single:after {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#grid-with-image .grid .single .image__wrapper {
  margin-bottom: 0.5rem;
}
#grid-with-image .grid .single .image__wrapper img {
  max-width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
#grid-with-image .grid .single .name {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #grid-with-image .columns {
    grid-template-columns: 62% 1fr;
  }
  #grid-with-image .columns .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #grid-with-image .columns .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: end;
        align-self: end;
  }
  #grid-with-image .grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 1024px) {
  #grid-with-image .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #grid-with-image .container .columns .col-2 .image__wrapper img {
    max-width: unset;
  }
}

#two-columns .container {
  display: grid;
  grid-gap: 1rem;
}
#two-columns .container--columns-reversed .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#two-columns .container--columns-reversed .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#two-columns img {
  width: 100%;
  height: auto;
}
#two-columns .button__wrapper {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #two-columns .container {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  #two-columns .container {
    padding-left: 7rem;
  }
}

#grid-3-columns .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 290px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5rem;
  text-align: center;
}
#grid-3-columns .grid .single {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
          box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  border-radius: 10px;
}
#grid-3-columns .grid img {
  max-width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#grid-3-columns .grid .image__wrapper {
  margin-bottom: 1.5rem;
}
#grid-3-columns .grid .name {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 18px;
}
@media (min-width: 1024px) {
  #grid-3-columns .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #grid-3-columns .grid {
    grid-template-columns: repeat(auto-fit, 350px);
  }
}
@media (min-width: 1366px) {
  #grid-3-columns .grid--with-okay-girl {
    padding-top: 6rem;
  }
  #grid-3-columns .grid--with-okay-girl .single:last-child {
    position: relative;
  }
  #grid-3-columns .grid--with-okay-girl .single:last-child:after {
    content: "";
    background-image: url("/wp-content/themes/pirkspark/assets/images/offer-page/okay-girl.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -105px;
    right: 5%;
    height: 170px;
    width: 170px;
  }
}

#grid-4-columns .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5rem;
  text-align: center;
}
#grid-4-columns .grid .single {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
          box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  border-radius: 10px;
}
#grid-4-columns .grid img {
  max-width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#grid-4-columns .grid .image__wrapper {
  margin-bottom: 1.5rem;
}
#grid-4-columns .grid .name {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 18px;
}
@media (min-width: 1024px) {
  #grid-4-columns .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1366px) {
  #grid-4-columns .grid--with-okay-girl {
    padding-top: 6rem;
  }
  #grid-4-columns .grid--with-okay-girl .single:last-child {
    position: relative;
  }
  #grid-4-columns .grid--with-okay-girl .single:last-child:after {
    content: "";
    background-image: url("/wp-content/themes/pirkspark/assets/images/offer-page/okay-girl.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -105px;
    right: 5%;
    height: 170px;
    width: 170px;
  }
}

#pack-1 .subtitle,
#pack-1 .desc {
  text-align: center;
}
#pack-1 .packs {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#pack-1 .packs .pack {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
          box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
  border-radius: 10px;
  position: relative;
  padding-bottom: 80px;
}
#pack-1 .packs .pack .benefits {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2rem;
}
#pack-1 .packs .pack .benefits li {
  line-height: 1.4;
  padding: 0.5rem 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  list-style-position: outside;
}
#pack-1 .packs .pack .name__wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}
#pack-1 .packs .pack .name__wrapper .name {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#pack-1 .packs .pack .price__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 2px solid #9999a9;
}
#pack-1 .packs .pack .price__wrapper p {
  margin: 0;
}
#pack-1 .packs .pack .price__wrapper .price {
  font-size: 26px;
  font-weight: bold;
}
#pack-1 .packs .pack .price__wrapper .price_tag {
  font-size: 12px;
  margin-top: 1rem;
  padding-left: 7px;
}
#pack-1 .packs .pack:nth-child(2) .benefits li:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/check-green.svg");
}
#pack-1 .packs .pack:nth-child(2) .price__wrapper {
  border-top: 2px solid #00cd6b;
}
#pack-1 .packs .pack:nth-child(3) .benefits li:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/check-blue.svg");
}
#pack-1 .packs .pack:nth-child(3) .price__wrapper {
  border-top: 2px solid #514fe1;
}
@media (min-width: 1024px) {
  #pack-1 .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #pack-1 .packs {
    grid-template-columns: repeat(auto-fit, 320px);
  }
}

#pack-2 .subtitle,
#pack-2 .desc {
  text-align: center;
}
#pack-2 .packs {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#pack-2 .packs .pack {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
          box-shadow: 0 0 20px rgba(0, 205, 107, 0.2);
  border-radius: 10px;
  position: relative;
  padding-bottom: 80px;
}
#pack-2 .packs .pack .name__wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
}
#pack-2 .packs .pack .name__wrapper .name {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
#pack-2 .packs .pack .desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1rem;
  text-align: left;
}
#pack-2 .packs .pack .price__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 2px solid #9999a9;
}
#pack-2 .packs .pack .price__wrapper p {
  margin: 0;
}
#pack-2 .packs .pack .price__wrapper .price {
  font-size: 26px;
  font-weight: bold;
}
#pack-2 .packs .pack .price__wrapper .price_tag {
  font-size: 12px;
  margin-top: 1rem;
  padding-left: 7px;
}
#pack-2 .packs .pack:nth-child(2) .price__wrapper {
  border-top: 2px solid #00cd6b;
}
#pack-2 .packs .pack:nth-child(3) .price__wrapper {
  border-top: 2px solid #514fe1;
}
#pack-2 .valuation {
  text-align: center;
  margin-top: 2rem;
}
#pack-2 .valuation .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
#pack-2 .valuation .image__wrapper img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
#pack-2 .valuation .valuation_text {
  margin-bottom: 1rem;
}
#pack-2 .valuation .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  #pack-2 .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #pack-2 .packs {
    grid-template-columns: repeat(auto-fit, 320px);
  }
}

#pack-3 .packs {
  margin-top: 2rem;
}
#pack-3 .packs .mobile .name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 0;
  font-weight: 500;
}
#pack-3 .packs .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
#pack-3 .packs .row--mobile {
  grid-template-columns: 1fr;
}
#pack-3 .packs .row .desktop {
  display: none;
}
#pack-3 .packs .row:last-child .col {
  border-radius: 0 0 10px 10px;
  border: none;
}
#pack-3 .packs .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#pack-3 .packs .col--title {
  background-color: #000028;
  border-bottom: 1px solid #ffffff;
}
#pack-3 .packs .col--title p {
  color: #ffffff;
}
#pack-3 .packs .col--pack {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#pack-3 .packs .col--2, #pack-3 .packs .col--3, #pack-3 .packs .col--4 {
  font-size: 14px;
}
#pack-3 .packs .col--title-top {
  border-radius: 10px 10px 0 0;
}
#pack-3 .packs .col--price-title {
  padding: 3rem 1rem;
  border-radius: 0 0 10px 10px;
}
#pack-3 .packs .col--price-title p {
  font-weight: 600;
  font-size: 20px;
}
#pack-3 .packs .col--price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pack-3 .packs .col--price p span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
#pack-3 .align-left {
  text-align: left;
}
#pack-3 .align-center {
  text-align: center;
}
#pack-3 .align-right {
  text-align: right;
}
#pack-3 .vertical-align-top .packs .col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pack-3 .vertical-align-top .packs .col--price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pack-3 .vertical-align-center .packs .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pack-3 .vertical-align-bottom .packs .col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pack-3 .vertical-align-bottom .packs .col--price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  #pack-3 .container {
    padding-left: 7rem;
  }
  #pack-3 .packs .row {
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 1rem;
  }
  #pack-3 .packs .row .desktop {
    display: block;
  }
  #pack-3 .packs .row .mobile {
    display: none;
  }
  #pack-3 .packs .row .col {
    font-size: 16px;
  }
  #pack-3 .packs .row .col--pack {
    border-radius: 10px 10px 0 0;
  }
  #pack-3 .packs .row .col--pack p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  #pack-3 .packs .row .col--pack-1 {
    background-color: #9999a9;
  }
  #pack-3 .packs .row .col--pack-2 {
    background-color: #00cd6b;
  }
  #pack-3 .packs .row .col--pack-3 {
    background-color: #514fe1;
  }
  #pack-3 .packs .row .col--price p {
    font-size: 32px;
  }
}

.table-packages .packs {
  margin-top: 2rem;
  line-height: 1.5;
}
.table-packages .packs .inner__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-packages .packs--desktop {
  display: none;
}
.table-packages .packs--mobile {
  display: grid;
  border-radius: 20px;
}
.table-packages .packs--mobile p.name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.6rem;
}
.table-packages .packs--mobile .row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  border-top: none;
  background: #ffffff;
}
.table-packages .packs--mobile .row--1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.table-packages .packs--mobile .row--2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.table-packages .packs--mobile .row--3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.table-packages .packs--mobile .first-row {
  border-radius: 20px 20px 0 0;
  border-top: 1px solid #e3e3e3;
}
.table-packages .packs--mobile .last-row {
  margin-bottom: 1rem;
  border-radius: 0 0 20px 20px;
}
.table-packages .packs--mobile.first-row-colored .row.first-row {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border: none;
}
.table-packages .packs--mobile.first-row-colored .row.first-row .name {
  display: none;
}
.table-packages .packs--mobile.first-row-colored .row--1.first-row {
  border: 1px solid #9999a9;
  background-color: #9999a9;
}
.table-packages .packs--mobile.first-row-colored .row--2.first-row {
  border: 1px solid #00cd6b;
  background-color: #00cd6b;
}
.table-packages .packs--mobile.first-row-colored .row--3.first-row {
  border: 1px solid #514fe1;
  background-color: #514fe1;
}
.table-packages .packs--mobile.last-row-as-price .last-row {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-packages .align-left {
  text-align: left;
}
.table-packages .align-center {
  text-align: center;
}
.table-packages .align-right {
  text-align: right;
}
.table-packages .vertical-align-top .packs .col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table-packages .vertical-align-center .packs .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-packages .vertical-align-bottom .packs .col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.table-packages table {
  display: grid;
}
.table-packages .button__wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .table-packages .packs--desktop {
    display: grid;
  }
  .table-packages .packs--mobile {
    display: none;
  }
  .table-packages .packs.last-row-as-price .row:last-child .col--1 {
    font-weight: 600;
    font-size: 20px;
  }
  .table-packages .packs.last-row-as-price .row:last-child .col--2, .table-packages .packs.last-row-as-price .row:last-child .col--3, .table-packages .packs.last-row-as-price .row:last-child .col--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    text-align: center;
  }
  .table-packages .packs.last-row-as-price .row:last-child .col--2 p, .table-packages .packs.last-row-as-price .row:last-child .col--3 p, .table-packages .packs.last-row-as-price .row:last-child .col--4 p {
    font-size: 32px;
  }
  .table-packages .packs .col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 16px;
  }
  .table-packages .packs .col--title {
    background-color: #000028;
    border-bottom: 1px solid #ffffff;
  }
  .table-packages .packs .col--title p {
    color: #ffffff;
  }
  .table-packages .packs .row {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 1rem;
  }
  .table-packages .packs .row:last-child .col {
    border-radius: 0 0 10px 10px;
    border: none;
  }
  .table-packages .packs .row .desktop {
    display: block;
  }
  .table-packages .packs .row .mobile {
    display: none;
  }
  .table-packages .first-row-colored .row:nth-child(1) {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .table-packages .first-row-colored .row:nth-child(1) .col {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
  .table-packages .first-row-colored .row:nth-child(1) .col--2 {
    background-color: #9999a9;
  }
  .table-packages .first-row-colored .row:nth-child(1) .col--3 {
    background-color: #00cd6b;
  }
  .table-packages .first-row-colored .row:nth-child(1) .col--4 {
    background-color: #514fe1;
  }
  .table-packages .packs-3-columns .row {
    grid-template-columns: 31% 31% 31%;
  }
}

#numbers .tag {
  font-size: 18px;
  font-weight: 500;
}
#numbers .numbers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 205, 107, 0.3);
          box-shadow: 0 0 20px rgba(0, 205, 107, 0.3);
  border-radius: 20px;
  max-width: 1100px;
  grid-template-columns: repeat(auto-fit, 230px);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #numbers .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #numbers .numbers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#one-column-with-image .container {
  text-align: center;
}
#one-column-with-image .image__wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#one-column-with-image .image__wrapper img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
@media (min-width: 1024px) {
  #one-column-with-image .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#one-column-with-gallery .container {
  text-align: center;
}
#one-column-with-gallery .image__wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#one-column-with-gallery .image__wrapper img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
@media (min-width: 1024px) {
  #one-column-with-gallery .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#step-rows .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#step-rows .number {
  color: #00cd6b;
  font-size: 50px;
  font-weight: bold;
}
#step-rows .name {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
#step-rows .name:before {
  content: "";
  background-color: #00cd6b;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#step-rows .desc {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#step-rows img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
#step-rows .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#step-rows .step {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #step-rows .number {
    font-size: 60px;
  }
  #step-rows .step {
    display: grid;
    grid-template-columns: 60% 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
  }
  #step-rows .image__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #step-rows .container--columns-reversed .step:nth-child(even) {
    grid-template-columns: 40% 60%;
  }
  #step-rows .container--columns-reversed .step:nth-child(even) .col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #step-rows .container--columns-reversed .step:nth-child(even) .col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #step-rows .container--columns-reversed .step:nth-child(even) .col-2 .image__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  #step-rows .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 7rem;
  }
}

#two-columns-images {
  text-align: center;
}
#two-columns-images .container {
  width: 100%;
}
#two-columns-images .columns {
  width: 100%;
  display: grid;
  grid-gap: 2rem;
}
#two-columns-images img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #two-columns-images .columns {
    grid-gap: 0;
    grid-template-columns: 49% 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #two-columns-images .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.wrap {
  position: relative;
}
.wrap .fixed-socials__wrapper {
  display: none;
}
@media (min-width: 1600px) {
  .wrap .fixed-socials__wrapper {
    display: grid;
    position: sticky;
    top: 40%;
    right: 1.5%;
    width: 30px;
    margin-left: auto;
    z-index: 9;
    grid-gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: right;
    padding-bottom: 1rem;
  }
  .wrap .fixed-socials__wrapper .icon__wrapper {
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap .fixed-socials__wrapper .icon__wrapper a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .wrap .fixed-socials__wrapper .icon__wrapper .icon {
    width: 100% !important;
    height: 100% !important;
  }
}

#hero-section-with-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, 80px);
  grid-gap: 0.6rem;
}
#hero-section-with-gallery .gallery .active {
  grid-column: 1/8;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 400px;
}
#hero-section-with-gallery .gallery .active img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  height: 400px;
}
#hero-section-with-gallery .image__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  overflow: hidden;
}
#hero-section-with-gallery .image__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#hero-section-with-gallery .image__wrapper:not(.active) {
  height: 70px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}
#hero-section-with-gallery .image__wrapper:not(.active) img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#hero-section-with-gallery .image__wrapper:not(.active):hover {
  cursor: pointer;
  border-radius: 10px;
}
#hero-section-with-gallery .image__wrapper:not(.active):hover img {
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#blog-popup-gallery .images {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
#blog-popup-gallery .image-1__wrapper {
  position: relative;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  display: grid;
  grid-template-rows: 1fr 60px;
  height: 100%;
}
#blog-popup-gallery .image-1__wrapper img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  width: 100%;
}
#blog-popup-gallery .image-1__wrapper .cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#blog-popup-gallery .image-1__wrapper .cta__wrapper .btn {
  width: 100%;
  border-radius: 0 0 20px 20px;
  height: 100%;
}
#blog-popup-gallery .image-2__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog-popup-gallery .image-2__wrapper .image__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  cursor: auto;
  min-height: 100%;
}
#blog-popup-gallery .image-2__wrapper .image__wrapper .inner-wrap {
  position: relative;
}
#blog-popup-gallery .image-2__wrapper .image__wrapper .inner-wrap .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f70727;
  border: none;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  font-family: "Poppins";
}
#blog-popup-gallery .image-2__wrapper .image__wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1000px;
}
#blog-popup-gallery .wrapper {
  cursor: pointer;
}
@media (min-width: 500px) {
  #blog-popup-gallery .images {
    grid-template-columns: 1fr 1fr;
  }
}

#table-two-columns .texts--center {
  text-align: center;
}
#table-two-columns ul {
  margin: 7px 0;
}
#table-two-columns p,
#table-two-columns span,
#table-two-columns li {
  line-height: 1.3;
}
#table-two-columns p {
  margin: 5px 0;
}
#table-two-columns li {
  list-style-type: disc;
  margin: 5px 0 5px 19px;
}
#table-two-columns .columns {
  display: grid;
  margin-top: 1rem;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
#table-two-columns .columns .col {
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px;
}
@media (min-width: 768px) {
  #table-two-columns .columns {
    grid-gap: 0;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #table-two-columns .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#bubbles .subtitle {
  text-transform: uppercase;
  color: #514fe1;
  font-weight: 600;
  margin-bottom: 0;
}
#bubbles .bubbles__wrapper {
  display: grid;
  grid-gap: 1rem;
  margin-top: 3rem;
}
#bubbles .bubble {
  display: grid;
  grid-gap: 1rem;
}
#bubbles .bubble:nth-child(even) {
  text-align: right;
}
#bubbles .bubble:nth-child(even) .image__wrapper,
#bubbles .bubble:nth-child(even) .number__wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#bubbles .bubble .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#bubbles .bubble .image__wrapper img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 170px;
}
#bubbles .bubble .number__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#bubbles .bubble .number__wrapper p {
  margin: 0;
}
#bubbles .bubble .number {
  position: relative;
  font-size: 36px;
  font-weight: 800;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}
#bubbles .bubble .number:after {
  content: "";
  background-color: #00cd6b;
  width: 3px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 1rem;
}
#bubbles .bubble .number-title {
  font-weight: 600;
  font-size: 18px;
}
#bubbles .bubble .desc {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #bubbles .columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #bubbles .columns--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #bubbles .columns--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #bubbles .columns--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  #bubbles .bubble .image__wrapper {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #bubbles .bubble .text__wrapper {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #bubbles .bubble:nth-child(even) {
    text-align: left;
  }
  #bubbles .bubble:nth-child(even) .number__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #bubbles .bubble:nth-child(even) .image__wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #bubbles .bubble:nth-child(even) .image__wrapper:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -20%;
  }
}

#author__block .cols {
  display: grid;
  grid-gap: 1rem;
}
#author__block .author__card {
  position: relative;
  width: 270px;
  border-radius: 20px;
  background: linear-gradient(137deg, #e0fefb 10%, #edf9f5 50%, #f9f3ee 90%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 140px;
  padding-bottom: 10px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}
#author__block .author__card .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: -115px;
}
#author__block .author__card .image__wrapper img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 230px;
  border: 10px solid #fff;
}
#author__block .author__card .content__wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
#author__block .author__card .content__wrapper p {
  margin: 0;
}
#author__block .author__card .content__wrapper .author__name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
#author__block .author__card .content__wrapper .author__position {
  font-size: 18px;
}
#author__block .author__card .content__wrapper .author__description {
  font-size: 14px;
  padding: 15px 0;
}
#author__block .author__card .content__wrapper .author__contact a {
  font-size: 16px;
  color: #514fe1;
}
@media (min-width: 768px) {
  #author__block .cols {
    grid-template-columns: 1fr 360px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 2rem;
  }
  #author__block .author__card {
    width: 360px;
    padding-top: 160px;
  }
  #author__block .author__card .image__wrapper img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
  #author__block .author__card .content__wrapper {
    padding: 15px;
  }
}

#form__with__image__block .cols {
  display: grid;
  grid-gap: 1rem;
}
#form__with__image__block .form-contact form .wpcf7-form-control-wrap input {
  height: 54px;
  padding: 0 1rem;
}
#form__with__image__block .form-contact form .inline-input {
  display: grid;
  grid-gap: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #form__with__image__block .form-contact form .inline-input {
    grid-template-columns: 1fr 1fr;
  }
}
#form__with__image__block .form-contact form .inline-input br {
  display: none;
}
#form__with__image__block .form-contact form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
#form__with__image__block .form-contact form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
#form__with__image__block .form-contact form .wpcf7-acceptance .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#form__with__image__block .form-contact form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #00cd6b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#form__with__image__block .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#form__with__image__block .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00cd6b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
#form__with__image__block .form-contact form .buttons__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#form__with__image__block .form-contact form .buttons__wrapper input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
#form__with__image__block .form-contact form .buttons__wrapper .wpcf7-spinner {
  display: block;
}
@media (min-width: 500px) {
  #form__with__image__block .form-contact form .buttons__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#form__with__image__block .form-contact form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #form__with__image__block .cols {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form__with__image__block .container {
    padding: 1rem;
  }
}

#projects__slider__block .cols {
  margin-top: 1rem;
}
#projects__slider__block .cols .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#projects__slider__block .cols .col-1 .image__wrapper img {
  width: 100%;
}
#projects__slider__block .cols .content__wrapper .subtitle2 {
  font-size: 20px;
  color: #514fe1;
  font-weight: bold;
  padding-bottom: 15px;
}
#projects__slider__block .cols .content__wrapper .header-bold {
  font-weight: bold;
  padding-bottom: 10px;
}
#projects__slider__block .cols .content__wrapper .text {
  padding-bottom: 20px;
}
#projects__slider__block .cols .content__wrapper p {
  margin: 0;
}
@media (min-width: 768px) {
  #projects__slider__block .cols {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-gap: 1rem;
  }
}
#projects__slider__block .glide__arrows {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #projects__slider__block .glide__arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#projects__slider__block .glide__arrows .glide__arrow {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000028;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
#projects__slider__block .glide__arrows .glide__arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#projects__slider__block .glide__arrows .glide__arrow--left {
  padding-left: 50px;
}
#projects__slider__block .glide__arrows .glide__arrow--left:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
}
#projects__slider__block .glide__arrows .glide__arrow--right {
  padding-right: 50px;
}
#projects__slider__block .glide__arrows .glide__arrow--right:after {
  margin-left: 10px;
}

.acf_block .subtitle {
  text-transform: uppercase;
  color: #514fe1;
  font-weight: 800 !important;
  margin-bottom: 0 !important;
}

#tiles-block {
  text-align: center;
}
#tiles-block strong {
  font-weight: 600;
}
#tiles-block p,
#tiles-block span {
  line-height: 1.5;
}
#tiles-block .header-align-left {
  text-align: left;
}
#tiles-block .header-align-center {
  text-align: center;
}
#tiles-block .header-align-right {
  text-align: right;
}
#tiles-block .image__wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
#tiles-block .image__wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
#tiles-block .tiles {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tiles-block .tiles--green .tile {
  background-color: #00cd6b;
  color: #ffffff;
}
#tiles-block .tiles--with-shadow .tile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem 1rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  background-color: #ffffff;
}
#tiles-block .image-medium .image__wrapper {
  width: 180px;
  height: 180px;
}
#tiles-block .image-full {
  grid-template-columns: 1fr;
}
#tiles-block .image-full .image__wrapper {
  width: 100%;
  height: auto;
}
#tiles-block .image-full .tile {
  padding: 2rem 1rem;
}
#tiles-block .align-left {
  text-align: left;
}
#tiles-block .align-center {
  text-align: center;
}
#tiles-block .align-right {
  text-align: right;
}
#tiles-block .tile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
#tiles-block .tile .tile__title {
  margin-bottom: 10px;
  color: #514fe1;
  font-size: 20px;
}
@media (min-width: 768px) {
  #tiles-block .tiles {
    grid-template-columns: repeat(auto-fit, 260px);
  }
  #tiles-block .image-full {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1300px) {
  #tiles-block .tiles.columns--1 {
    grid-template-columns: 1fr;
  }
  #tiles-block .tiles.columns--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #tiles-block .tiles.columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #tiles-block .tiles.columns--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  #tiles-block .tiles.columns--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  #tiles-block .tiles.columns--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

#specialists-block .specialists {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 0;
}
#specialists-block .specialist {
  position: relative;
  width: 270px;
  border-radius: 20px;
  background: linear-gradient(137deg, #e0fefb 10%, #edf9f5 50%, #f9f3ee 90%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 140px;
  padding-bottom: 10px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: 15px;
  height: 100%;
}
#specialists-block .specialist .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  top: -115px;
}
#specialists-block .specialist .image__wrapper img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 230px;
  border: 10px solid #fff;
}
#specialists-block .specialist .content__wrapper {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
#specialists-block .specialist .content__wrapper p {
  margin: 0;
}
#specialists-block .specialist .content__wrapper .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
#specialists-block .specialist .content__wrapper .position {
  font-size: 18px;
  color: #514fe1;
}
#specialists-block .specialist .content__wrapper .description {
  font-size: 14px;
  padding: 15px 0;
  white-space: normal;
}
#specialists-block .specialist .content__wrapper .contact a {
  font-size: 16px;
  color: #514fe1;
}
#specialists-block .slick-arrow {
  position: absolute;
  bottom: -2%;
  left: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000028;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
#specialists-block .slick-arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#specialists-block .slick-prev {
  padding-left: 50px;
}
#specialists-block .slick-prev:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
}
#specialists-block .slick-next {
  left: 130px;
  padding-right: 50px;
}
#specialists-block .slick-next:after {
  right: 0;
}
@media (min-width: 768px) {
  #specialists-block .specialist {
    width: 355px;
    padding-top: 160px;
  }
  #specialists-block .specialist .image__wrapper img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
  #specialists-block .specialist .content__wrapper {
    padding: 15px;
  }
}

#faq-block .columns {
  display: grid;
  grid-gap: 1.5rem;
  margin-top: 1rem;
}
#faq-block .question__wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1rem;
}
#faq-block .question__wrapper .answer {
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
}
#faq-block .question__wrapper summary::marker {
  content: none;
}
#faq-block .question__wrapper summary:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-li-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 20px;
  right: 10px;
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq-block .question__wrapper[open] summary:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq-block .question__wrapper:hover .question {
  color: #00cd6b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#faq-block .question__wrapper .question {
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
#faq-block .image__wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #faq-block .columns {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contents {
  text-align: center;
  background-color: #00cd6b;
}
#contents .container {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#contents .container .desc {
  margin-bottom: 1rem;
}
#contents .anchors {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 1.5rem;
  font-size: 18px;
  color: #00cd6b;
}
#contents p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#contents p:hover {
  color: #514fe1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1150px) {
  #contents {
    position: sticky;
    z-index: 999;
    top: 0;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contents p {
    font-size: 20px;
  }
}

#about_page img {
  width: 100%;
  height: auto;
}
#about_page .section-1 .container {
  padding-top: 1rem;
}
#about_page .section-1 .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1rem;
}
#about_page .section-1 .allegro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#about_page .section-1 .allegro__wrapper .image__wrapper {
  max-width: 150px;
  width: 100%;
  margin-bottom: 1rem;
}
#about_page .section-1 .text {
  color: #ff5a00;
  font-weight: 500;
}
@media (min-width: 768px) {
  #about_page .section-1 .container {
    padding-top: 4rem;
    grid-template-columns: 46% 1fr;
  }
  #about_page .section-1 .desc {
    margin-bottom: 2rem;
  }
  #about_page .section-1 .allegro__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  #about_page .section-1 .allegro__wrapper .image__wrapper {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 120px;
  }
}
#about_page .section-2 {
  background-color: #fafafa;
}
#about_page .section-2 .desc {
  margin-bottom: 1rem;
}
#about_page .section-2 .team {
  max-width: 1100px;
  margin: 0 auto;
}
#about_page .section-2 .team .glide__track {
  padding-bottom: 40px;
  padding-top: 30px;
}
#about_page .section-2 .team .glide__slides {
  overflow: visible;
}
#about_page .section-2 .team .glide__arrows {
  display: none;
}
#about_page .section-2 .team .member {
  -webkit-box-shadow: 0 0 30px #c8f3df;
          box-shadow: 0 0 30px #c8f3df;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#about_page .section-2 .team .socials {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20px);
  grid-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
#about_page .section-2 .team .socials img {
  max-width: 20px;
  max-height: 20px;
}
#about_page .section-2 .team .image__wrapper {
  margin-bottom: 1rem;
}
#about_page .section-2 .team .image__wrapper img {
  max-width: 170px;
}
#about_page .section-2 .team .name,
#about_page .section-2 .team .position {
  font-size: 18px;
  white-space: normal;
}
#about_page .section-2 .team .name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #about_page .section-2 .cols {
    display: grid;
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  #about_page .section-2 .cols .col-1 {
    padding-left: 6rem;
  }
  #about_page .section-2 .glide__track {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -30px;
  }
}
@media (min-width: 1300px) {
  #about_page .section-2 .team {
    position: relative;
  }
  #about_page .section-2 .team .glide__arrows {
    display: block;
  }
  #about_page .section-2 .team .glide__arrows button {
    border: none;
    background: none;
  }
  #about_page .section-2 .team .glide__arrows .glide__arrow {
    position: absolute;
    top: 40%;
  }
  #about_page .section-2 .team .glide__arrows .glide__arrow:hover {
    cursor: pointer;
  }
  #about_page .section-2 .team .glide__arrows .glide__arrow--left {
    left: -80px;
  }
  #about_page .section-2 .team .glide__arrows .glide__arrow--right {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: -80px;
  }
}
#about_page #mission .desc {
  margin-bottom: 1rem;
}
#about_page #mission .desc--2 {
  max-width: 500px;
}
#about_page #mission .steps {
  display: grid;
  grid-template-columns: 290px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 6rem;
  margin-top: 3rem;
  text-align: center;
}
#about_page #mission .steps .step {
  position: relative;
}
#about_page #mission .steps .step:after {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/about/mission-step-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 35px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 70px;
  height: 15px;
}
#about_page #mission .steps .step:last-child:after {
  content: none;
}
#about_page #mission .steps .highlight {
  font-weight: bold;
}
#about_page #mission .steps .image__wrapper {
  margin-bottom: 1rem;
}
#about_page #mission .steps .image__wrapper img {
  max-width: 100px;
}
@media (min-width: 768px) {
  #about_page #mission .steps {
    grid-template-columns: repeat(auto-fit, 220px);
    grid-gap: 2rem;
  }
  #about_page #mission .steps .step:after {
    content: none;
  }
}
@media (min-width: 1024px) {
  #about_page #mission .title,
#about_page #mission .desc--2 {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  #about_page #mission .steps {
    grid-gap: 5rem;
    grid-template-columns: repeat(auto-fit, 250px);
  }
  #about_page #mission .steps .image__wrapper {
    margin-bottom: 2rem;
  }
  #about_page #mission .steps .step:after {
    content: "";
    -webkit-transform: none;
            transform: none;
    bottom: auto;
    top: 30%;
    right: -100px;
    left: auto;
    width: 100px;
  }
}
#about_page #numbers-section {
  background-color: #fafafa;
}
#about_page #numbers-section .desc {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  #about_page #numbers-section .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#about_page #values .desc {
  margin-bottom: 2rem;
}
#about_page #values .values {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 3rem;
}
#about_page #values .values .value {
  padding: 2rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#about_page #values .values .value:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  background-image: url("/wp-content/themes/pirkspark/assets/images/about/values-background-3.svg");
  background-position: -40px -100px;
}
#about_page #values .values .value .name {
  font-weight: bold;
  position: relative;
  color: #00cd6b;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
#about_page #values .values .value .text {
  font-size: 15px;
}
#about_page #gallery {
  background-color: #fafafa;
  text-align: center;
}
#about_page #gallery .ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#about_page #gallery .ngg-galleryoverview img {
  border-radius: 10px;
}
@media (min-width: 1024px) {
  #about_page #gallery .ngg-galleryoverview {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 210px);
  }
  #about_page #gallery .ngg-galleryoverview .ngg-gallery-thumbnail,
#about_page #gallery .ngg-galleryoverview a {
    height: 100%;
  }
  #about_page #gallery .ngg-galleryoverview img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #about_page #gallery .ngg-galleryoverview #ngg-image-1 {
    grid-column: span 2;
  }
  #about_page #gallery .ngg-galleryoverview #ngg-image-2 {
    grid-column: span 2;
    grid-row: span 3;
  }
  #about_page #gallery .ngg-galleryoverview #ngg-image-4 {
    grid-column: span 3;
    grid-row: span 2;
  }
  #about_page #gallery .ngg-galleryoverview #ngg-image-5 {
    grid-row: span 2;
  }
}

#contact .section-1 form {
  max-width: 800px;
  margin: 0 auto;
}
#contact .section-1 .description {
  max-width: 800px;
}
#contact .section-1 form > p {
  margin-bottom: 15px;
}
#contact .section-1 form > p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .section-1 input:not([type=checkbox]):not([type=submit]),
#contact .section-1 textarea {
  margin-top: 10px;
}
#contact .section-1 input:not([type=checkbox]):not([type=submit]) {
  height: 50px;
}
#contact .section-1 textarea {
  height: 120px;
}
#contact .section-1 .wpcf7-list-item {
  margin: 0;
}
#contact .section-1 .wpcf7-acceptance {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
#contact .section-1 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
}
#contact .section-1 .btn:disabled {
  background-color: #e3e3e3;
  border: none;
}
#contact .section-1 .wpcf7-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .section-1 .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 20px;
  margin: 1rem 0 0 0;
  line-height: 24px;
}
#contact .section-1 .container .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#contact .section-1 .container .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#contact .section-1 .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1rem;
}
#contact .section-1 .buttons__wrapper {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .section-1 .buttons__wrapper a {
  margin-bottom: 1rem;
}
#contact .section-1 .infos {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  line-height: 24px;
  margin-top: 1rem;
  grid-row: 3;
}
#contact .section-1 .infos img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 8px;
}
#contact .section-1 .infos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  -webkit-box-sizing: b;
          box-sizing: b;
}
@media (min-width: 768px) {
  #contact .section-1 .container {
    grid-template-columns: 47% 1fr;
    padding-top: 4rem;
  }
  #contact .section-1 .container .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #contact .section-1 .container .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #contact .section-1 .buttons__wrapper a:first-child {
    margin-right: 10px;
  }
  #contact .section-1 .infos {
    grid-row: 2;
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  #contact .section-1 .infos {
    padding-left: 6rem;
  }
}
@media (min-width: 1366px) {
  #contact .section-1 .infos {
    grid-template-columns: repeat(auto-fit, 300px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#contact #map .leaflet-map {
  border-radius: 10px;
  height: 350px !important;
  z-index: 0 !important;
}
#contact #career .buttons__wrapper {
  margin-top: 2rem;
}
#contact #career .buttons__wrapper a button {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #contact #career .buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contact #career .buttons__wrapper a {
    margin-right: 10px;
  }
}
#contact #career-benefits .benefits {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
  grid-gap: 2rem;
}
#contact #career-benefits .benefits .benefit {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact #career-benefits .benefits .benefit .image__wrapper {
  width: 60px;
}
#contact #career-benefits .benefits .benefit .image__wrapper img {
  max-width: 50px;
  max-height: 50px;
}
#contact #career-benefits .benefits .benefit .text {
  line-height: 1.6;
}
#contact #career-benefits .banner {
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 2rem;
  border-radius: 10px;
  display: grid;
  grid-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#contact #career-benefits .banner a {
  font-weight: 600;
  color: #514fe1;
}
#contact #career-benefits .banner span {
  font-weight: 600;
}
@media (min-width: 400px) {
  #contact #career-benefits .banner {
    grid-template-columns: 50px minmax(auto, 700px);
    text-align: left;
  }
}
@media (min-width: 768px) {
  #contact #career-benefits .benefits {
    grid-template-columns: 48% 48%;
  }
}

#portfolio .section-1 .container .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#portfolio .section-1 .container .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#portfolio .section-1 .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #portfolio .section-1 .container .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #portfolio .section-1 .container .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#portfolio .section-2 .filters__wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin-bottom: 2rem;
}
#portfolio .section-2 .filters__wrapper .custom-select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background-color: #00cd6b;
  border-radius: 20px;
}
#portfolio .section-2 .filters__wrapper .custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00cd6b;
  border-radius: 20px;
}
#portfolio .section-2 .filters__wrapper .custom-options {
  position: absolute;
  display: block;
  top: 110%;
  left: 0;
  right: 0;
  border: 2px solid #00cd6b;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem;
}
#portfolio .section-2 .filters__wrapper .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#portfolio .section-2 .filters__wrapper .custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 16px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
  margin-bottom: 2px;
}
#portfolio .section-2 .filters__wrapper .custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
#portfolio .section-2 .filters__wrapper .custom-option.selected {
  color: #ffffff;
  background-color: #00cd6b;
}
#portfolio .section-2 .filters__wrapper .arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
#portfolio .section-2 .filters__wrapper .arrow::before,
#portfolio .section-2 .filters__wrapper .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#portfolio .section-2 .filters__wrapper .arrow::before {
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#portfolio .section-2 .filters__wrapper .arrow::after {
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
#portfolio .section-2 .filters__wrapper .open .arrow::before {
  left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#portfolio .section-2 .filters__wrapper .open .arrow::after {
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#portfolio .section-2 .projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  padding-bottom: 2rem;
}
#portfolio .section-2 .projects img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 220px;
}
#portfolio .section-2 .projects .project {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: grid;
  grid-template-rows: 220px 1fr;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}
#portfolio .section-2 .projects .project .top {
  position: relative;
  overflow: hidden;
}
#portfolio .section-2 .projects .project .top .texts {
  display: none;
}
#portfolio .section-2 .projects .project .top:before {
  content: "";
  bottom: -80%;
}
#portfolio .section-2 .projects .project .top:hover .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#portfolio .section-2 .projects .project .top:hover .texts p {
  color: #ffffff;
}
#portfolio .section-2 .projects .project .top:hover .texts .number {
  font-size: 60px;
  font-weight: bold;
}
#portfolio .section-2 .projects .project .top:hover:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 205, 107, 0.6)), to(rgba(2, 181, 96, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 205, 107, 0.6), rgba(2, 181, 96, 0.9));
  z-index: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#portfolio .section-2 .projects .project .top:hover:after {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right-white.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
#portfolio .section-2 .projects .project .bottom {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
#portfolio .section-2 .projects .project .bottom .category,
#portfolio .section-2 .projects .project .bottom .name,
#portfolio .section-2 .projects .project .bottom .description {
  margin-bottom: 8px;
}
#portfolio .section-2 .projects .project .bottom .category {
  font-size: 12px;
  text-transform: uppercase;
  color: #02b560;
  font-weight: 500;
  margin-bottom: 5px;
}
#portfolio .section-2 .projects .project .bottom .name {
  font-weight: 500;
  font-size: 18px;
}
#portfolio .section-2 .projects .project .bottom .description {
  font-size: 14px;
}
#portfolio .section-2 .projects .project .bottom .link {
  color: #02b560;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  #portfolio .section-2 .filters__wrapper {
    background: none;
  }
  #portfolio .section-2 .filters__wrapper .custom-select__trigger,
#portfolio .section-2 .filters__wrapper .arrow {
    display: none;
  }
  #portfolio .section-2 .filters__wrapper .custom-select {
    background: none;
  }
  #portfolio .section-2 .filters__wrapper .custom-options {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    opacity: 1;
    visibility: visible;
    border: none;
    pointer-events: all;
  }
  #portfolio .section-2 .filters__wrapper .custom-options .custom-option {
    background: #00cd6b;
    border-radius: 20px;
    color: #fff;
    opacity: 0.5;
    margin-right: 20px;
  }
  #portfolio .section-2 .filters__wrapper .custom-options .custom-option:hover {
    opacity: 1;
  }
  #portfolio .section-2 .filters__wrapper .custom-options .selected {
    opacity: 1;
  }
  #portfolio .section-2 .projects {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, 380px);
  }
}

#careers-contact .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#careers-contact .desc {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#careers-contact .text {
  margin-bottom: 1rem;
}
#careers-contact .jobs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 2rem;
}
#careers-contact .jobs .job {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
          box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
  border-radius: 20px;
}
#careers-contact .jobs .job:hover {
  background-color: rgba(0, 205, 107, 0.4);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
}
#careers-contact .jobs .job .name {
  font-weight: bold;
  font-size: 18px;
}
#careers-contact .jobs .job .name {
  line-height: 1.5;
}
#careers-contact .jobs .job .info {
  margin-top: 1.5rem;
}
#careers-contact .jobs .job .info li {
  font-weight: 300;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}
#careers-contact .jobs .job .info li:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#careers-contact .jobs .job .info .location:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/location-green.svg");
}
#careers-contact .jobs .job .info .salary:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/salary-green.svg");
}
#careers-contact .rules {
  font-size: 12px;
  line-height: 1.4;
}
#careers-contact .step-1 .center,
#careers-contact .step-2 .center,
#careers-contact .step-3 .center {
  max-width: 700px;
  margin: 0 auto;
}
#careers-contact .step-1 .center .input__wrapper,
#careers-contact .step-2 .center .input__wrapper,
#careers-contact .step-3 .center .input__wrapper {
  margin-bottom: 1rem;
}
#careers-contact .step-1 .center button,
#careers-contact .step-2 .center button,
#careers-contact .step-3 .center button {
  margin-bottom: 1rem;
}
#careers-contact .step-2 .file-error {
  color: red;
  font-size: 14px;
}
#careers-contact .step-4 {
  text-align: center;
}
#careers-contact .step-4 .image__wrapper img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
#careers-contact .step-4 .desc {
  margin-bottom: 2rem;
}
#careers-contact .step-4 button {
  margin-bottom: 1rem;
}
#careers-contact .step-4 .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#careers-contact .step-4 .buttons__wrapper a:first-child {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #careers-contact .container {
    padding: 4rem 1rem;
  }
  #careers-contact .desc {
    margin-bottom: 4rem;
  }
  #careers-contact .jobs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #careers-contact .step-1 .buttons__wrapper,
#careers-contact .step-2 .buttons__wrapper,
#careers-contact .step-3 .buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #careers-contact .step-1 .buttons__wrapper button,
#careers-contact .step-2 .buttons__wrapper button,
#careers-contact .step-3 .buttons__wrapper button {
    min-width: 200px;
    margin-bottom: 0;
  }
  #careers-contact .step-1 .buttons__wrapper button:first-child,
#careers-contact .step-2 .buttons__wrapper button:first-child,
#careers-contact .step-3 .buttons__wrapper button:first-child {
    margin-right: 1rem;
  }
  #careers-contact .step-4 .buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #careers-contact .step-4 .buttons__wrapper button {
    margin-bottom: 0;
  }
  #careers-contact .step-4 .buttons__wrapper button:first-child {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  #careers-contact .container {
    padding-left: 7rem;
  }
}

#contact-general .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
#contact-general .grid .single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
          box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
  border-radius: 20px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact-general .grid .single:hover {
  cursor: pointer;
  background-color: rgba(0, 205, 107, 0.4);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#contact-general .grid .single .name {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
#contact-general .grid .single img {
  height: 120px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  #contact-general .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

#contact-form .form {
  margin-top: 4rem;
}
#contact-form .form p {
  margin-bottom: 25px;
}
#contact-form .form label input,
#contact-form .form label textarea,
#contact-form .form label select {
  margin-top: 10px;
}
#contact-form input[type=submit] {
  display: block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1.9rem;
  color: #ff304c;
  min-width: 130px;
  border-radius: 25px;
  border: none;
  font-family: Poppins;
  border: 2px solid #ff304c;
  background-color: #ff304c;
  color: #fff;
  max-width: 210px;
  margin: 0 auto;
}
#contact-form input[type=submit]:hover {
  background-color: #f70727;
}
#contact-form input[type=submit]:disabled {
  opacity: 0.3;
  background-color: #969696;
  border-color: #969696;
}
#contact-form .wpcf7-acceptance > span {
  margin: 0;
}
#contact-form .wpcf7-acceptance label {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 30px 1fr;
}
#contact-form .wpcf7-acceptance input.rules {
  margin-top: 5px;
  padding: 0;
}
#contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
#contact-form .wpcf7-response-output {
  padding: 1em;
  border-radius: 20px;
}
#contact-form .content {
  max-width: 800px;
  margin: 0 auto;
}
#contact-form .input__wrapper {
  margin-bottom: 1rem;
}
#contact-form .checkbox__wrapper {
  margin-top: 1rem;
}
#contact-form .rules {
  font-size: 12px;
  line-height: 1.4;
}
#contact-form .button__wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  #contact-form .container {
    padding-left: 7rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

#single-career {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#single-career .go-back__wrapper {
  padding-bottom: 0;
}
#single-career a.go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #02b560;
  font-size: 14px;
}
#single-career a.go-back svg {
  margin-right: 8px;
  margin-bottom: 2px;
}
#single-career p {
  margin: 20px 0;
}
#single-career li,
#single-career p,
#single-career a {
  line-height: 1.5;
}
#single-career li {
  padding: 8px 0;
  padding-left: 1.5rem;
  position: relative;
}
#single-career li:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/check.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 0;
}
#single-career .banner {
  background-color: #d6f7e7;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2rem 2rem;
}
#single-career .banner > div:first-child {
  margin-bottom: 1rem;
}
#single-career .banner img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
#single-career .banner .text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single-career .banner .text .salary-title,
#single-career .banner .text .location-title {
  font-weight: 400;
}
#single-career .banner p {
  margin: 0;
}
#single-career .banner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single-career .job-offer-name {
  margin-bottom: 1rem;
}
#single-career .button__wrapper {
  margin-top: 1rem;
}
#single-career .sidebar .leader-title {
  font-weight: bold;
  font-size: 20px;
}
#single-career .sidebar .leader-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single-career .sidebar .leader-info p {
  margin: 0;
}
#single-career .sidebar .leader-info .name {
  font-weight: 500;
}
#single-career .sidebar .image__wrapper {
  margin-right: 10px;
}
#single-career .sidebar .image__wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
#single-career .sidebar .description {
  font-size: 14px;
}
#single-career .cols {
  padding-top: 1rem;
}
@media (min-width: 500px) {
  #single-career .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #single-career .banner > div:first-child {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #single-career .cols {
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 60% 33%;
    grid-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  #single-career .container {
    padding-left: 6rem;
  }
}
#single-career #gallery {
  background-color: #fafafa;
  text-align: center;
}
#single-career #gallery .desc {
  max-width: 700px;
  margin: 0 auto 2rem auto;
}
#single-career #gallery .gallery__wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
#single-career #gallery .gallery__wrapper img {
  border-radius: 10px;
}
@media (min-width: 1024px) {
  #single-career #gallery .gallery__wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 210px);
  }
  #single-career #gallery .gallery__wrapper .image__wrapper,
#single-career #gallery .gallery__wrapper a {
    height: 100%;
  }
  #single-career #gallery .gallery__wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #single-career #gallery .gallery__wrapper .image-1 {
    grid-column: span 2;
  }
  #single-career #gallery .gallery__wrapper .image-2 {
    grid-column: span 2;
    grid-row: span 3;
  }
  #single-career #gallery .gallery__wrapper .image-4 {
    grid-column: span 3;
    grid-row: span 2;
  }
  #single-career #gallery .gallery__wrapper .image-5 {
    grid-row: span 2;
  }
}
#single-career #no-offer {
  text-align: center;
}
#single-career #no-offer .container {
  padding-bottom: 0;
}
#single-career #no-offer .desc {
  max-width: 700px;
  margin: 0 auto;
}
#single-career #no-offer .paragraph {
  color: #514fe1;
  font-size: 18px;
  font-weight: 500;
}
#single-career #no-offer .button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#single-career #no-offer .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#single-career #no-offer .image__wrapper img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

#audit_page .audit__form__section .container {
  display: grid;
  grid-gap: 2.5rem;
}
#audit_page .audit__form__section .image__wrapper img {
  width: 100%;
  height: auto;
}
#audit_page .audit__form__section .desc {
  font-size: 18px;
  font-weight: bolder;
}
#audit_page .audit__form__section .audit-form {
  margin-top: 1.5rem;
}
#audit_page .audit__form__section .audit-form p {
  margin-bottom: 14px;
}
#audit_page .audit__form__section .audit-form .wpcf7-list-item {
  margin: 0;
}
#audit_page .audit__form__section .audit-form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4;
}
#audit_page .audit__form__section .audit-form .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
#audit_page .audit__form__section .audit-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 14px;
}
#audit_page .audit__form__section .audit-form .wpcf7-acceptance {
  font-size: 14px;
}
@media (max-width: 769px) {
  #audit_page .audit__form__section h1 {
    font-size: 34px;
  }
}
#audit_page .block.full-sliders .container {
  grid-template-columns: 100%;
}
#audit_page .block.full-sliders .container .glide .glide__arrows {
  padding: 40px 0 0 0;
}
#audit_page .block.full-sliders .container .glide .glide__arrows .glide__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000028;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
#audit_page .block.full-sliders .container .glide .glide__arrows .glide__arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#audit_page .block.full-sliders .container .glide .glide__arrows .glide__arrow--left {
  padding-left: 50px;
}
#audit_page .block.full-sliders .container .glide .glide__arrows .glide__arrow--left:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
}
#audit_page .block.full-sliders .container .glide .glide__arrows .glide__arrow--right:after {
  margin-left: 10px;
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide {
  padding: 7px 5px;
  list-style: none;
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide .card {
  background-color: #fff;
  padding: 50px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 205, 107, 0.3);
          box-shadow: 0 0 10px rgba(0, 205, 107, 0.3);
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide .card .image__wrapper {
  max-width: 170px;
  margin: 0 auto;
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide .card .socials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 15px 0;
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide .card .heading__wrapper {
  text-align: center;
}
#audit_page .block.full-sliders .container #services-slider4 .glide__slides .glide__slide .card .heading__wrapper p {
  margin-bottom: 7px;
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide {
  list-style: none;
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide .card {
  padding: 35px 15px;
  border-radius: 20px;
  background: rgba(255, 90, 0, 0.1);
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide .card .image__wrapper {
  max-width: 65px;
  margin: 0 auto;
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide .card .image__wrapper img {
  height: 60px;
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide .card .heading__wrapper {
  text-align: center;
  font-weight: bold;
  padding: 15px 0 15px 0;
  min-height: 65px;
  margin-bottom: 0;
}
#audit_page .block.full-sliders .container .services-slider3 .glide__slides .glide__slide .card .desc {
  text-align: center;
  font-size: 14px;
  min-height: 200px;
  margin-bottom: 0;
}
#audit_page .block.full-sliders .container .slider-info-wrapper {
  position: relative;
  margin-top: 35px;
  font-size: 12px;
  padding-left: 45px;
}
#audit_page .block.full-sliders .container .slider-info-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 30px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/info-main-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#audit_page .section-4 {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  #audit_page .audit__form__section .container {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #audit_page .block.full-sliders .slider-info-wrapper {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  #audit_page .container {
    padding-left: 7rem;
  }
}

#allegro-christmas .allegro-form .form-contact form > p {
  margin-bottom: 10px;
}
#allegro-christmas .allegro-form .form-contact form .inline-input {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #allegro-christmas .allegro-form .form-contact form .inline-input {
    grid-template-columns: 1fr 1fr;
  }
}
#allegro-christmas .allegro-form .form-contact form .inline-input br {
  display: none;
}
#allegro-christmas .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#allegro-christmas .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #00cd6b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#allegro-christmas .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
}
#allegro-christmas .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00cd6b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #allegro-christmas .allegro-form .form-contact form .buttons__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  #allegro-christmas .allegro-form .form-contact form .buttons__wrapper br {
    display: none;
  }
}
#allegro-christmas .allegro-specialists .card {
  padding: 15px;
  border-radius: 10px;
}
#allegro-christmas .allegro-specialists .card .image__wrapper img {
  width: 100%;
  height: auto;
}
#allegro-christmas .allegro-specialists .card .socials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
#allegro-christmas .allegro-specialists .card .heading__wrapper {
  text-align: center;
}
#allegro-christmas .slider-opinion {
  margin-top: 20px;
}
#allegro-christmas .slider-opinion .card {
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
}
#allegro-christmas .slider-opinion .card .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
#allegro-christmas .slider-opinion .card .desc {
  min-height: 240px;
}
#allegro-christmas .slider-opinion .card .heading__wrapper {
  font-size: 18px;
  font-weight: 400;
}
#allegro-christmas .glide__arrows .glide__arrow {
  background-color: transparent;
  border: none;
}
#allegro-christmas .glide__arrows .glide__arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-li-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#allegro-christmas .glide__arrows .glide__arrow--left:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#allegro-christmas .section-1 .desc {
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 20px;
}
#allegro-christmas .section-1 .form-contact .wpcf7-list-item-label {
  color: #000028;
}
#allegro-christmas .section-2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fafafa), color-stop(50%, white));
  background: linear-gradient(0deg, #fafafa 50%, white 50%);
}
#allegro-christmas .section-2 .two-columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 30% 62%;
}
#allegro-christmas .section-2 .two-columns .heading__wrapper p {
  font-size: 22px;
  color: #514fe1;
  font-weight: bold;
}
#allegro-christmas .section-2 .two-columns .countdown-container #timer-counter {
  display: grid;
  grid-template-columns: repeat(auto-fit, 23%);
  grid-gap: 1rem;
}
#allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box {
  text-align: center;
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fafafa), color-stop(50%, white));
  background: linear-gradient(180deg, #fafafa 50%, white 50%);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
#allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box .time {
  color: #00cd6b;
  font-weight: bold;
  font-size: 60px;
  padding-top: 35px;
  padding-bottom: 20px;
}
#allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box .label {
  font-size: 18px;
  font-weight: bold;
}
#allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box .animated {
  -webkit-animation-name: pulse-count;
          animation-name: pulse-count;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes pulse-count {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30%, 50%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes pulse-count {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30%, 50%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
#allegro-christmas .section-3 {
  background-color: #fafafa;
}
#allegro-christmas .section-4 .list__wrapper {
  padding: 15px 0;
}
#allegro-christmas .section-4 .list__wrapper .list-item p {
  position: relative;
  font-size: 18px;
  font-weight: bolder;
  padding-left: 35px;
  line-height: 40px;
}
#allegro-christmas .section-4 .list__wrapper .list-item p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 100%;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#allegro-christmas .section-4 .button__wrapper {
  padding-top: 20px;
}
#allegro-christmas .section-5 {
  background-color: #fafafa;
}
#allegro-christmas .section-5 .heading__wrapper p {
  font-size: 22px;
  color: #514fe1;
  font-weight: bold;
}
#allegro-christmas .section-5 .boxes__wrapper {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  padding-top: 35px;
}
#allegro-christmas .section-5 .boxes__wrapper .box .image__wrapper .image-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  height: 175px;
  width: 175px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 205, 107, 0.2);
          box-shadow: 0 0 15px rgba(0, 205, 107, 0.2);
}
#allegro-christmas .section-5 .boxes__wrapper .box .image__wrapper .image-bg img {
  width: 100%;
  height: 70px;
}
#allegro-christmas .section-5 .boxes__wrapper .box .text__wrapper {
  padding: 20px 0;
}
#allegro-christmas .section-5 .boxes__wrapper .box .text__wrapper .counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
#allegro-christmas .section-5 .boxes__wrapper .box .text__wrapper .counters .count {
  padding-right: 10px;
  font-size: 35px;
  font-weight: bold;
}
#allegro-christmas .section-5 .boxes__wrapper .box .text__wrapper .counters .count-title {
  padding-left: 10px;
  border-left: 3px solid #00cd6b;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
#allegro-christmas .section-5 .boxes__wrapper .box .text__wrapper .desc {
  min-height: 90px;
}
#allegro-christmas .section-6 .button__wrapper {
  padding-top: 30px;
}
#allegro-christmas .section-6 .header-text {
  font-size: 22px;
  color: #514fe1;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 20px;
}
#allegro-christmas .section-6 .list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
@media (max-width: 768px) {
  #allegro-christmas .section-6 .list__wrapper .number__wrapper .number {
    font-size: 32px !important;
  }
}
#allegro-christmas .section-6 .list__wrapper .number__wrapper {
  padding-left: 15px;
  border-left: 4px solid #CCF5E1;
}
#allegro-christmas .section-6 .list__wrapper .number__wrapper .number {
  font-weight: bold;
  font-size: 50px;
  color: #00cd6b;
}
#allegro-christmas .section-6 .list__wrapper .number__wrapper .text {
  font-weight: bold;
  font-size: 14px;
}
#allegro-christmas .section-7 .allegro-specialists {
  padding-top: 40px;
}
#allegro-christmas .section-7 .allegro-specialists ul li .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #E0F9ED !important;
}
#allegro-christmas .section-8 {
  background-color: #fafafa;
}
#allegro-christmas .section-9 {
  background-color: #00cd6b;
}
#allegro-christmas .section-9 .col-1 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#allegro-christmas .section-9 .col-1 .card .image__wrapper {
  max-width: 220px;
}
#allegro-christmas .section-9 .col-1 .card .info__wrapper {
  padding-left: 20px;
  line-height: 25px;
}
#allegro-christmas .section-9 .col-1 .card .info__wrapper .name {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
#allegro-christmas .section-9 .col-1 .card .info__wrapper .job {
  color: #ffffff;
  font-weight: bold;
}
#allegro-christmas .section-9 .col-1 .card .info__wrapper a {
  color: #000028;
  font-weight: bold;
  display: block;
}
#allegro-christmas .section-9 .col-2 .buttons__wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#allegro-christmas .section-9 .col-2 .buttons__wrapper .button-more {
  display: none !important;
}
#allegro-christmas .section-9 .col-2 .heading__wrapper {
  color: #ffffff;
}
#allegro-christmas .section-9 .col-2 .subtitle {
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
}
#allegro-christmas .section-9 .col-2 .desc {
  font-size: 16px;
  color: #ffffff;
}
#allegro-christmas .section-9 .col-2 .form-contact {
  padding-top: 40px;
}
#allegro-christmas .section-9 .col-2 .form-contact .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  border: solid #ffffff !important;
  border-width: 0 2px 2px 0 !important;
}
#allegro-christmas .section-9 .col-2 .form-contact .wpcf7-acceptance .wpcf7-list-item-label:before {
  border: 2px solid #ffffff !important;
}

@media (max-width: 768px) {
  #allegro-christmas .section-1 .two-columns .heading__wrapper h1 {
    font-size: 2.5em;
  }
  #allegro-christmas .section-2 .two-columns {
    grid-template-columns: 100% !important;
  }
  #allegro-christmas .section-2 .two-columns .countdown-container {
    margin-top: -25px;
  }
  #allegro-christmas .section-2 .two-columns .countdown-container #timer-counter {
    grid-template-columns: repeat(auto-fit, 21.5%);
    grid-gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box {
    padding: 15px 0;
  }
  #allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box .time {
    font-size: 35px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #allegro-christmas .section-2 .two-columns .countdown-container #timer-counter .time-box .label {
    font-size: 15px;
  }
  #allegro-christmas .section-6 .col-2 .list__wrapper .number__wrapper {
    padding-left: 0;
    border-left: none;
  }
  #allegro-christmas .section-6 .col-2 .list__wrapper .number__wrapper .number {
    font-size: 35px;
  }
  #allegro-christmas .section-5 .desc {
    min-height: auto !important;
  }
  #allegro-christmas .section-9 .image__wrapper img {
    height: 100px;
    width: 100px;
  }
  #allegro-christmas .section-9 .info__wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #allegro-christmas .section .container {
    padding: 3.5rem 1rem;
  }
  #allegro-christmas .section-1 .two-columns {
    grid-template-columns: 55% 37%;
  }
  #allegro-christmas .section-1 .two-columns .heading__wrapper {
    position: relative;
    width: 150%;
  }
  #allegro-christmas .section-5 .col {
    padding-left: 6rem;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper {
    grid-template-columns: repeat(auto-fit, 22%);
    grid-gap: 3rem;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box .image__wrapper {
    position: relative;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box .image__wrapper:after {
    content: "";
    background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arr-long-green.svg");
    position: absolute;
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: right;
    top: 80%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    right: -40px;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box .text__wrapper {
    padding: 50px 0;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box:nth-child(even) .image__wrapper:after {
    top: 5%;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box:nth-child(even) .text__wrapper {
    padding-top: 0;
    margin-bottom: 50px;
  }
  #allegro-christmas .section-5 .col .boxes__wrapper .box:last-child .image__wrapper:after {
    display: none !important;
  }
  #allegro-christmas .section-6 .header-text {
    padding-top: 100px;
  }
  #allegro-christmas .section-7 .col-1,
#allegro-christmas .section-8 .col-1 {
    padding-left: 6rem;
  }
}
#careers .container {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
#careers .heading {
  margin-bottom: 1rem;
}
#careers .text {
  margin-bottom: 1rem;
}
#careers .desc {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  #careers .container {
    padding-left: 6rem;
  }
}
#careers .jobs {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  grid-gap: 2rem;
}
#careers .job {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
          box-shadow: 0 0 30px rgba(0, 205, 107, 0.3);
  border-radius: 20px;
}
#careers .job:hover {
  background-color: rgba(0, 205, 107, 0.4);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer;
}
#careers .job .name {
  font-weight: bold;
  font-size: 18px;
}
#careers .job .info {
  margin-top: 1rem;
}
#careers .job .info p {
  position: relative;
  font-weight: 300;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  line-height: 1.5;
  font-size: 14px;
}
#careers .job .location:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/location-green.svg");
}
#careers .job .salary:before {
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/salary-green.svg");
}
#careers .job .location:before,
#careers .job .salary:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

#allegro-ads .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
}
#allegro-ads strong {
  font-weight: 600;
}
#allegro-ads h4 {
  font-size: 24px;
  padding: 1rem 0;
}
#allegro-ads .description__wrapper p {
  margin-bottom: 10px;
}
#allegro-ads .description__wrapper span {
  font-weight: 300 !important;
}
#allegro-ads .grid__element .description span {
  font-weight: 300 !important;
}
#allegro-ads .fw__image__wrapper img {
  width: 100%;
  height: auto;
}
#allegro-ads .grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 0;
}
#allegro-ads .grid__element {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 15px;
  background-color: #fff;
}
#allegro-ads .allegro-form .form-contact form > p {
  margin-bottom: 14px !important;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-form-control-wrap input {
  height: 54px;
  padding: 0 1rem;
}
#allegro-ads .allegro-form .form-contact form .inline-input {
  display: grid;
  grid-gap: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #allegro-ads .allegro-form .form-contact form .inline-input {
    grid-template-columns: 1fr 1fr;
  }
}
#allegro-ads .allegro-form .form-contact form .inline-input br {
  display: none;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #00cd6b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#allegro-ads .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#allegro-ads .allegro-form .form-contact form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00cd6b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
#allegro-ads .allegro-form .form-contact form .buttons__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#allegro-ads .allegro-form .form-contact form .buttons__wrapper input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
#allegro-ads .allegro-form .form-contact form .buttons__wrapper .wpcf7-spinner {
  display: block;
}
@media (min-width: 500px) {
  #allegro-ads .allegro-form .form-contact form .buttons__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#allegro-ads .allegro-form .form-contact form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4;
}
#allegro-ads .glide .glide__arrows {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #allegro-ads .glide .glide__arrows {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#allegro-ads .glide .glide__arrows .glide__arrow {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000028;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
#allegro-ads .glide .glide__arrows .glide__arrow:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#allegro-ads .glide .glide__arrows .glide__arrow--left {
  padding-left: 50px;
}
#allegro-ads .glide .glide__arrows .glide__arrow--left:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: 0;
}
#allegro-ads .glide .glide__arrows .glide__arrow--right {
  padding-right: 50px;
}
#allegro-ads .glide .glide__arrows .glide__arrow--right:after {
  margin-left: 10px;
}
#allegro-ads .subtitle {
  color: #514fe1;
}
@media (min-width: 1024px) {
  #allegro-ads .pl-6 {
    padding-left: 6rem;
  }
  #allegro-ads section > .container {
    padding: 1rem 1rem;
  }
  #allegro-ads section > .pl-6 {
    padding-left: 6rem;
  }
}
#allegro-ads .section-1 .desc {
  font-weight: bolder;
  margin-bottom: 20px;
}
#allegro-ads .section-2 {
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-sec-right.svg");
  background-size: cover;
  background-position: center;
}
#allegro-ads .section-2 .subtitle2 {
  margin: 35px 0;
  font-size: 20px;
}
#allegro-ads .section-2 .box__wrapper {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  #allegro-ads .section-2 .box__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#allegro-ads .section-2 .box__wrapper .number__wrapper .number {
  color: #ff5a00;
  font-weight: 900;
  font-size: 50px;
}
#allegro-ads .section-2 .box__wrapper .number__wrapper .number span {
  font-weight: 300;
}
#allegro-ads .section-2 .box__wrapper .number__wrapper .text {
  font-weight: 400;
}
@media (max-width: 769px) {
  #allegro-ads .section-2 .box__Wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #allegro-ads .section-2 .two-columns {
    grid-gap: 3rem;
  }
  #allegro-ads .section-2 .two-columns .col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #allegro-ads .section-2 .two-columns .col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#allegro-ads .section-4 {
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-sec-right.svg");
  background-size: cover;
  background-position: center;
}
#allegro-ads .section-4 .col-1 {
  text-align: center;
}
#allegro-ads .section-4 .col-2 .box__wrapper {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5rem;
  text-align: center;
}
#allegro-ads .section-4 .col-2 .box__wrapper .item__wrapper {
  background-color: #fff;
  padding: 85px 20px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
#allegro-ads .section-4 .col-2 .box__wrapper .item__wrapper .image__wrapper {
  margin-bottom: 20px;
}
#allegro-ads .section-4 .col-2 .box__wrapper .item__wrapper .image__wrapper img {
  width: 100%;
  height: 90px;
}
#allegro-ads .section-5 .col-1 {
  text-align: center;
}
#allegro-ads .section-5 .col-2 .box__wrapper {
  margin-top: 3rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5rem;
}
@media (min-width: 768px) {
  #allegro-ads .section-5 .col-2 .box__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
#allegro-ads .section-5 .col-2 .box__wrapper .item__wrapper {
  background-color: #fafafa;
  border-radius: 25px;
  padding: 20px;
}
#allegro-ads .section-5 .col-2 .box__wrapper .item__wrapper .image__wrapper img {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
}
#allegro-ads .section-5 .col-2 .box__wrapper .item__wrapper .title {
  color: inherit;
  margin-top: 20px;
  font-size: 20px;
}
#allegro-ads .section-5 .col-2 .box__wrapper .item__wrapper .desc {
  padding-bottom: 20px;
}
#allegro-ads #panel_elements .grid,
#allegro-ads #other_parameters .grid {
  display: grid;
  grid-gap: 1.5rem;
  text-align: center;
}
#allegro-ads #panel_elements .icon__wrapper,
#allegro-ads #other_parameters .icon__wrapper {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#allegro-ads #panel_elements .icon__wrapper img,
#allegro-ads #other_parameters .icon__wrapper img {
  width: 100%;
  height: auto;
  max-width: 90px;
}
#allegro-ads #panel_elements {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  #allegro-ads #panel_elements .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  #allegro-ads #other_parameters .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#allegro-ads .section-6 {
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-sec-left.svg");
  background-size: cover;
  background-position: center;
}
#allegro-ads .section-6 .box__wrapper {
  margin-top: 3rem;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.5rem;
}
@media (min-width: 768px) {
  #allegro-ads .section-6 .box__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
#allegro-ads .section-6 .box__wrapper .item__wrapper .image__wrapper img {
  width: 100%;
}
#allegro-ads .section-6 .box__wrapper .item__wrapper .desc {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  #allegro-ads .section-7 .image__wrapper {
    position: relative;
  }
  #allegro-ads .section-7 .image__wrapper:after {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #allegro-ads .section-7 .boxes__wrapper {
    grid-template-columns: repeat(auto-fit, 18%);
    grid-gap: 3rem;
  }
  #allegro-ads .section-7 .boxes__wrapper .box .image__wrapper {
    position: relative;
  }
  #allegro-ads .section-7 .boxes__wrapper .box .image__wrapper:after {
    content: "";
    display: none;
    background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arr-long-green.svg");
    position: absolute;
    width: 45%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: right;
    top: 100%;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    right: -45px;
  }
  #allegro-ads .section-7 .boxes__wrapper .box .text__wrapper {
    padding: 50px 0;
  }
  #allegro-ads .section-7 .boxes__wrapper .box:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #allegro-ads .section-7 .boxes__wrapper .box:nth-child(even) .image__wrapper:after {
    top: -15%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #allegro-ads .section-7 .boxes__wrapper .box:nth-child(even) .text__wrapper {
    padding-top: 0;
    margin-bottom: 50px;
  }
  #allegro-ads .section-7 .boxes__wrapper .box:last-child .image__wrapper:after {
    display: none !important;
  }
}
#allegro-ads .section-7 .col-1 .boxes__wrapper {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  padding-top: 35px;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 175px;
  width: 175px;
  border-radius: 50%;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .image__wrapper img {
  width: 100%;
  height: auto;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .text__wrapper {
  padding: 20px 0;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .text__wrapper .counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .text__wrapper .counters .count {
  padding-right: 10px;
  font-size: 35px;
  font-weight: bold;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .text__wrapper .counters .count-title {
  padding-left: 10px;
  border-left: 3px solid #00cd6b;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
#allegro-ads .section-7 .col-1 .boxes__wrapper .box .text__wrapper .desc {
  min-height: 90px;
}
#allegro-ads .section-8 {
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-sec-left.svg");
  background-size: cover;
  background-position: center;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide {
  height: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card {
  position: relative;
  height: 100%;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-card.svg");
  background-size: cover;
  border-radius: 40px;
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
  z-index: -1;
  top: 160px;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .image__wrapper img {
  width: 100%;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .content__wrapper {
  text-align: center;
  padding: 0 15px 50px 15px;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .content__wrapper .name {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .content__wrapper .job {
  font-size: 18px;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .content__wrapper .desc {
  font-size: 14px;
  padding: 15px 0;
}
#allegro-ads .section-8 .glide__track .glide__slides .glide__slide .card .content__wrapper .mail {
  font-size: 16px;
  color: #514fe1;
}
@media (min-width: 768px) {
  #allegro-ads .section-9 .slide-container-custom {
    grid-template-columns: 46% 46%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: grid;
    grid-gap: 1rem;
  }
}
#allegro-ads .section-9 .slide-container-custom .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#allegro-ads .section-9 .slide-container-custom .col-1 .image__wrapper img {
  width: 100%;
}
#allegro-ads .section-9 .slide-container-custom .content__wrapper .subtitle2 {
  font-size: 20px;
  color: #514fe1;
  font-weight: bold;
  padding-bottom: 15px;
}
#allegro-ads .section-9 .slide-container-custom .content__wrapper .header-bold {
  font-weight: bold;
  padding-bottom: 10px;
}
#allegro-ads .section-9 .slide-container-custom .content__wrapper .text {
  padding-bottom: 20px;
}
#allegro-ads .section-10 {
  background-image: url("/wp-content/themes/pirkspark/assets/images/bg-sec-left.svg");
  background-size: cover;
  background-position: center;
}
#allegro-ads .section-10 .boxes__wrapper .box {
  background-color: #fafafa;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#allegro-ads .section-10 .boxes__wrapper .box:hover summary {
  color: #00cd6b;
}
#allegro-ads .section-10 .boxes__wrapper .box details[open] summary {
  padding-bottom: 10px;
}
#allegro-ads .section-10 .boxes__wrapper .box details[open] summary:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#allegro-ads .section-10 .boxes__wrapper .box details {
  position: relative;
  padding: 12px 40px 12px 12px;
}
#allegro-ads .section-10 .boxes__wrapper .box details summary {
  line-height: 24px;
  font-weight: 500;
}
#allegro-ads .section-10 .boxes__wrapper .box details summary::marker {
  content: none;
}
#allegro-ads .section-10 .boxes__wrapper .box details summary:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-li-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 20px;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#allegro-ads .section-10 .boxes__wrapper .box details p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #e3e3e3;
}
#allegro-ads .section-10 .boxes__wrapper .box details p strong {
  font-weight: 500;
}

#academy h1 {
  font-size: 34px;
}
#academy h4 {
  padding: 0;
}
#academy .description {
  max-width: 600px;
}
#academy .articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 10px;
}
#academy .article__name {
  font-size: 14px;
  line-height: 20px;
  color: #000028;
}
#academy .article__name:hover a {
  color: #02b560;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#academy .article__name,
#academy .article__description {
  margin-bottom: 10px;
}
#academy .author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#academy .author__wrapper img {
  width: 41px;
  height: 41px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 41px;
}
#academy .author__wrapper .author {
  font-size: 12px;
}
#academy .button__wrapper {
  position: absolute;
  bottom: 65px;
  left: 10px;
}
#academy .article {
  position: relative;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
}
#academy .article p {
  font-size: 14px;
}
#academy .article .date {
  font-size: 12px;
}
#academy .article .article__description {
  font-size: 12px;
}
#academy .category__wrapper {
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #02b560;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 5px;
  border-radius: 0 10px 10px 0;
}
#academy .category__wrapper li {
  padding: 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#academy .category__wrapper a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#academy .grid {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1rem;
}
#academy .grid__item__1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#academy .grid__item__2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#academy .filters__desktop {
  display: none;
}
#academy .thumbnail__wrapper {
  height: 140px;
  width: 100%;
}
#academy .thumbnail__wrapper img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#academy .row-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
#academy .filters__mobile__wrapper {
  margin-bottom: 2rem;
}
#academy .filters__mobile__wrapper .filters__mobile__trigger {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9999a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#academy .filters__mobile__wrapper .filters__mobile__trigger:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#academy .filters__mobile__wrapper .filters__mobile__trigger svg {
  margin-right: 7px;
}
#academy .filters__mobile__wrapper__active .filters__mobile__trigger:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#academy .filters__mobile__wrapper__active .filters {
  display: block;
}
#academy .filters ul {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 0.5rem;
}
#academy .filters label {
  cursor: pointer;
}
#academy .filters input[type=submit] {
  display: block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff304c;
  min-width: 130px;
  border-radius: 25px;
  border: none;
  font-family: Poppins;
  padding: 0.4rem 0.6rem;
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #ff304c;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#academy .filters input[type=submit] a {
  color: #ff304c;
}
#academy .filters input[type=submit]:hover {
  background-color: #f70727;
  color: #fff;
}
#academy .filters input[type=submit]:hover a {
  color: #ffffff;
}
#academy .filters .sf-field-search label {
  width: 100%;
}
#academy .filters .sf-field-search input[type=text] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
}
#academy .filters .sf-field-category h4 {
  margin-bottom: 1rem;
}
#academy .banners {
  margin-top: 2rem;
  display: grid;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#academy .banners img {
  width: 100%;
  height: auto;
}
#academy .banners p {
  font-weight: 600;
  font-size: 18px;
}
#academy .banners .banner:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#academy .current {
  color: #ffffff;
  background-color: #00cd6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  width: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 600;
}
#academy .pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#academy .pagination .page-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#academy .no-results-text {
  font-weight: 600;
}
@media (min-width: 768px) {
  #academy h1 {
    font-size: 60px;
  }
  #academy .grid {
    grid-template-columns: 300px 1fr;
    grid-gap: 2rem;
  }
  #academy .articles {
    grid-template-columns: repeat(auto-fit, 280px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-gap: 15px;
  }
  #academy .banners {
    text-align: left;
  }
  #academy .filters__mobile__wrapper {
    display: none;
  }
  #academy .filters__desktop {
    display: block;
  }
  #academy .grid__item__1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #academy .grid__item__2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #academy .article .article__name {
    line-height: 24px;
  }
  #academy .article .article__name a {
    font-size: 16px;
  }
  #academy .article .article__description {
    font-size: 14px;
  }
  #academy .article .author {
    font-size: 14px;
  }
  #academy .thumbnail__wrapper {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  #academy .container {
    padding-left: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  #academy .articles {
    grid-template-columns: repeat(auto-fit, 300px);
  }
  #academy .grid {
    grid-template-columns: 330px 1fr;
  }
}

.page-template-offer-page {
  scroll-behavior: smooth;
}
.page-template-offer-page .scroll-up {
  background: red;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 90px;
  right: 15px;
  border: none;
  background-color: #02b560;
  border-radius: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-offer-page .scroll-up svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-template-offer-page .scroll-up:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-template-conducting-sales-page .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
}
.page-template-conducting-sales-page .subtitle {
  color: #514fe1;
}
.page-template-conducting-sales-page .cols-2 {
  display: grid;
  grid-gap: 1rem;
}
.page-template-conducting-sales-page img {
  width: 100%;
  height: auto;
}
.page-template-conducting-sales-page .description__wrapper {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.page-template-conducting-sales-page .description__wrapper p {
  margin-bottom: 10px;
}
.page-template-conducting-sales-page .description__wrapper span {
  font-weight: 300 !important;
}
.page-template-conducting-sales-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  text-align: center;
}
.page-template-conducting-sales-page .grid .icon__wrapper {
  margin-bottom: 1rem;
}
.page-template-conducting-sales-page .grid .icon__wrapper img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.page-template-conducting-sales-page .form__wrapper form > p {
  margin-bottom: 14px !important;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-form-control-wrap input {
  height: 54px;
  padding: 0 1rem;
}
.page-template-conducting-sales-page .form__wrapper form .inline-input {
  display: grid;
  grid-gap: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .page-template-conducting-sales-page .form__wrapper form .inline-input {
    grid-template-columns: 1fr 1fr;
  }
}
.page-template-conducting-sales-page .form__wrapper form .inline-input br {
  display: none;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-acceptance .wpcf7-list-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #00cd6b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00cd6b;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}
.page-template-conducting-sales-page .form__wrapper form .buttons__wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.page-template-conducting-sales-page .form__wrapper form .buttons__wrapper input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
.page-template-conducting-sales-page .form__wrapper form .buttons__wrapper .wpcf7-spinner {
  display: block;
}
@media (min-width: 500px) {
  .page-template-conducting-sales-page .form__wrapper form .buttons__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page-template-conducting-sales-page .form__wrapper form .wpcf7-response-output {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.page-template-conducting-sales-page #why_us_section,
.page-template-conducting-sales-page #full_service_section,
.page-template-conducting-sales-page #allegro_account_section {
  background-color: #fafafa;
}
.page-template-conducting-sales-page #allegro_account_section img {
  mix-blend-mode: multiply;
}
.page-template-conducting-sales-page #how_it_works_section .grid__element {
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 10px;
}
.page-template-conducting-sales-page #how_it_works_section .grid__element:nth-child(1), .page-template-conducting-sales-page #how_it_works_section .grid__element:nth-child(2) {
  background-color: rgba(0, 205, 107, 0.2);
}
.page-template-conducting-sales-page #benefits_section .grid__element {
  background-color: rgba(0, 205, 107, 0.2);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .page-template-conducting-sales-page .cols-2 {
    grid-template-columns: 47% 47%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .page-template-conducting-sales-page .pl-6,
.page-template-conducting-sales-page #specialists-block,
.page-template-conducting-sales-page #projects__slider__block {
    padding-left: 6rem;
  }
  .page-template-conducting-sales-page .grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#post p,
#post li,
#post h1,
#post h2,
#post h3,
#post h4,
#post h5,
#post h6,
#post figure,
#page p,
#page li,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6,
#page figure {
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}
#post p,
#page p {
  margin: 1rem 0;
}
#post .block p,
#page .block p {
  margin: 0;
  padding: 0;
}
#post img,
#page img {
  width: 100%;
}
#post a:hover,
#page a:hover {
  color: #00cd6b;
}
#post .breadcrumb__wrapper,
#page .breadcrumb__wrapper {
  font-size: 14px;
  line-height: 1.5;
}
#post .post-title,
#page .post-title {
  margin-bottom: 1rem;
}
#post .info,
#page .info {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#post .info .author__wrapper,
#page .info .author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#post .info .author__wrapper .name,
#page .info .author__wrapper .name {
  color: #514fe1;
  font-weight: 600;
  margin-bottom: 0;
}
#post .info .author__wrapper .position,
#page .info .author__wrapper .position {
  margin-top: 0;
  margin: 0;
}
#post .info .author__wrapper .image__wrapper,
#page .info .author__wrapper .image__wrapper {
  margin-right: 5px;
}
#post .info .author__wrapper img,
#page .info .author__wrapper img {
  border-radius: 100%;
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}
#post .info .label,
#page .info .label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
#post .info .category__wrapper .post-categories,
#page .info .category__wrapper .post-categories {
  display: grid;
  grid-gap: 3px;
  margin: 0;
}
#post .info .category__wrapper .post-categories li,
#page .info .category__wrapper .post-categories li {
  margin-right: 5px;
  list-style-type: none;
  margin-left: 0;
}
#post #sidebar,
#page #sidebar {
  margin-top: 2rem;
}
#post #sidebar a,
#page #sidebar a {
  line-height: 1.5;
}
#post #sidebar ul,
#page #sidebar ul {
  margin-top: 0;
}
#post #sidebar li,
#page #sidebar li {
  list-style-type: none;
}
#post #sidebar .title,
#page #sidebar .title {
  font-size: 18px;
  color: #000028;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
}
#post #sidebar .searchbar,
#page #sidebar .searchbar {
  margin-bottom: 1rem;
}
#post #sidebar .searchbar label,
#post #sidebar .searchbar #searchsubmit,
#page #sidebar .searchbar label,
#page #sidebar .searchbar #searchsubmit {
  display: none;
}
#post #sidebar .searchbar .input__wrapper,
#page #sidebar .searchbar .input__wrapper {
  margin-bottom: 1rem;
  position: relative;
}
#post #sidebar .searchbar .input__wrapper:before,
#page #sidebar .searchbar .input__wrapper:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  width: 20px;
  height: 20px;
}
#post #sidebar .searchbar .input__wrapper input,
#page #sidebar .searchbar .input__wrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0 0.6rem 0 2.5rem;
  width: 100%;
  border-radius: 30px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  outline: none;
}
#post #sidebar .searchbar .input__wrapper input::-webkit-input-placeholder, #page #sidebar .searchbar .input__wrapper input::-webkit-input-placeholder {
  color: #000028;
}
#post #sidebar .searchbar .input__wrapper input::-moz-placeholder, #page #sidebar .searchbar .input__wrapper input::-moz-placeholder {
  color: #000028;
}
#post #sidebar .searchbar .input__wrapper input:-ms-input-placeholder, #page #sidebar .searchbar .input__wrapper input:-ms-input-placeholder {
  color: #000028;
}
#post #sidebar .searchbar .input__wrapper input::-ms-input-placeholder, #page #sidebar .searchbar .input__wrapper input::-ms-input-placeholder {
  color: #000028;
}
#post #sidebar .searchbar .input__wrapper input::placeholder,
#page #sidebar .searchbar .input__wrapper input::placeholder {
  color: #000028;
}
#post #sidebar .author,
#post #sidebar .category__wrapper,
#post #sidebar .related__wrapper,
#page #sidebar .author,
#page #sidebar .category__wrapper,
#page #sidebar .related__wrapper {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1rem;
}
#post #sidebar .related__wrapper li,
#post #sidebar .popular__wrapper li,
#page #sidebar .related__wrapper li,
#page #sidebar .popular__wrapper li {
  padding: 0.3rem 0;
}
#post #sidebar .author .row-1,
#page #sidebar .author .row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#post #sidebar .author .row-1 img,
#page #sidebar .author .row-1 img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
  width: 100%;
  height: auto;
}
#post #sidebar .author .row-1 .name,
#post #sidebar .author .row-1 .position,
#page #sidebar .author .row-1 .name,
#page #sidebar .author .row-1 .position {
  margin: 0;
}
#post #sidebar .author .row-1 .name,
#page #sidebar .author .row-1 .name {
  font-weight: 600;
}
#post #sidebar .author .desc,
#page #sidebar .author .desc {
  font-style: italic;
  margin: 0;
}
#post #sidebar .categories li,
#page #sidebar .categories li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 0;
}
#post #sidebar .categories li img,
#page #sidebar .categories li img {
  max-width: 50px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  #post .info,
#page .info {
    grid-template-columns: repeat(auto-fit, 30%);
  }
}
@media (min-width: 768px) {
  #post .columns__wrapper,
#page .columns__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 3rem;
  }
  #post .columns__wrapper #primary,
#page .columns__wrapper #primary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #post .columns__wrapper #sidebar,
#page .columns__wrapper #sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-top: 100px;
  }
  #post .columns__wrapper #sidebar .searchbar,
#page .columns__wrapper #sidebar .searchbar {
    position: relative;
    margin-bottom: 2rem;
  }
  #post .columns__wrapper #sidebar .searchbar:before,
#page .columns__wrapper #sidebar .searchbar:before {
    content: "";
    background-image: url("/wp-content/themes/pirkspark/assets/images/portfolio/okay-girl.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -124px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: 20px;
    height: 200px;
    width: 200px;
    z-index: 2;
  }
  #post .columns__wrapper #sidebar .searchbar .input__wrapper input,
#page .columns__wrapper #sidebar .searchbar .input__wrapper input {
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  #post .columns__wrapper #sidebar,
#page .columns__wrapper #sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

#post,
#page {
  line-height: 1.6;
}
#post .button__wrapper a,
#post .buttons__wrapper a,
#page .button__wrapper a,
#page .buttons__wrapper a {
  text-decoration: none;
}
#post h1,
#post h2,
#post h3,
#post h4,
#post h5,
#post h6,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  margin: 5px 0;
  color: #000028;
}
#post .h2-small,
#page .h2-small {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #514fe1;
}
#post .block h1,
#post .block h2,
#post .block h3,
#post .block h4,
#post .block h5,
#post .block h6,
#page .block h1,
#page .block h2,
#page .block h3,
#page .block h4,
#page .block h5,
#page .block h6 {
  padding: 0;
  margin: 0;
}
#post .content > p,
#page .content > p {
  color: #000028;
}
#post .content li,
#page .content li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0;
  font-weight: 300;
}
#post .content ul li,
#page .content ul li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
#post .content ol li,
#page .content ol li {
  text-indent: -20px;
  margin-left: 20px;
}
#post p,
#page p {
  margin: 0 0 1.4em;
  font-weight: 300;
}
#post li,
#page li {
  color: #000028;
}
#post li::marker,
#page li::marker {
  margin: 0;
  width: 20px;
  display: block;
}
#post ul,
#post ol,
#page ul,
#page ol {
  list-style-position: inside;
  margin: 1.4em 0;
}
#post ul li,
#page ul li {
  list-style-type: disc;
}
#post ol li,
#page ol li {
  list-style-type: decimal;
}
#post dfn,
#post cite,
#post em,
#post i,
#page dfn,
#page cite,
#page em,
#page i {
  font-style: italic;
}
#post blockquote,
#page blockquote {
  border-left: 3px solid #00cd6b;
  color: #828282;
  font-style: italic;
  margin: 0 0 2.25em;
  padding: 0.5em 0 0.55em 1.3333em;
}
#post blockquote p,
#page blockquote p {
  margin-bottom: 0;
}
#post address,
#page address {
  margin: 0 0 1.9833;
}
#post pre,
#page pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.9833;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
#post code,
#post kbd,
#post tt,
#post var,
#page code,
#page kbd,
#page tt,
#page var {
  font-size: 15px;
  font-size: 0.9375rem;
}
#post abbr,
#post acronym,
#page abbr,
#page acronym {
  border-bottom: 1px dotted #626262;
  cursor: help;
}
#post mark,
#post ins,
#page mark,
#page ins {
  background: #fff9c0;
  text-decoration: none;
}
#post big,
#page big {
  font-size: 125%;
}
#post .alignright,
#page .alignright {
  text-align: right;
}

#post {
  /* post categories independent indent */
  /* Blog post styling by Łukasz Stusio*/
}
#post .post-categories,
#post .sub-menu {
  padding: 0;
}
#post .numbered-header {
  counter-increment: h4;
  display: list-item;
  list-style-position: inside;
}
#post .numbered-header::marker {
  display: list-item;
  content: "# " counter(h4) ": ";
  font-weight: bold;
}
#post .incermented-headers {
  counter-reset: section;
}
#post .numbered-header--section {
  counter-increment: section;
  display: list-item;
  list-style-position: inside;
}
#post .numbered-header--section::marker {
  display: list-item;
  content: "# " counter(section) ": ";
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  #post div#post .container .content-area .ls-blog-content-wrapper {
    margin-right: 10%;
  }
}
#post .ls-blog-content-wrapper h3,
#post h4 {
  font-size: 24px;
  padding: 1rem 0;
}
#post .ls-blog-content-wrapper h5,
#post h6 {
  font-size: 24px;
  padding: 1rem 0;
  font-weight: normal;
}
#post .ls-blog-content-wrapper strong,
#post .fat-content {
  font-weight: 600;
}
#post .ls-blog-content-wrapper {
  font-weight: 400;
  line-height: 1.5;
}
#post .ls-blog-content-wrapper h2 {
  font-size: 24px;
  padding: 1rem 0;
}
#post .ls-blog-content-wrapper p {
  line-height: 1.5;
  /*           	padding-bottom: 1rem; */
}
#post .ls-blog-content-wrapper abbr {
  color: #00cd6b;
  cursor: help;
  text-decoration: none;
  font-weight: 700;
}
#post .ls-blog-content-wrapper ol li {
  list-style-type: decimal;
}
#post ::marker {
  color: #00cd6b;
}
#post .ls-blog-content-wrapper .anchor {
  color: #00cd6b;
}
#post .ls-blog-content-wrapper details {
  cursor: pointer;
  margin: 1rem 0;
}
#post .ls-blog-content-wrapper summary {
  font-weight: 700;
  margin-bottom: 1rem;
}
#post .ls-blog-content-wrapper details[open] summary ~ * {
  -webkit-animation: sweep 0.5s ease-in-out;
          animation: sweep 0.5s ease-in-out;
}
@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sweep {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#post img {
  height: auto;
}
#post figcaption {
  padding: 1rem 0;
}

#blog #popular {
  background-color: #fafafa;
}
#blog #popular .desc {
  margin-bottom: 1rem;
}
#blog #popular .articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog #popular .articles .image__wrapper {
  margin-bottom: 5px;
}
#blog #popular .articles li:hover a {
  color: #00cd6b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#blog #popular .articles img {
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#blog #popular .articles .name {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
#blog #popular .articles .name:before {
  content: "";
  background-color: #00cd6b;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
#blog #categories {
  background-color: #fafafa;
}
#blog #categories .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
#blog #categories .searchbar form {
  width: 100%;
}
#blog #categories .searchbar .input__wrapper {
  margin-bottom: 1rem;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#blog #categories .searchbar .input__wrapper:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  width: 20px;
  height: 20px;
}
#blog #categories .searchbar .input__wrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0 0.6rem 0 2.6rem;
  width: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  outline: none;
}
#blog #categories .searchbar .input__wrapper input::-webkit-input-placeholder {
  color: #000028;
}
#blog #categories .searchbar .input__wrapper input::-moz-placeholder {
  color: #000028;
}
#blog #categories .searchbar .input__wrapper input:-ms-input-placeholder {
  color: #000028;
}
#blog #categories .searchbar .input__wrapper input::-ms-input-placeholder {
  color: #000028;
}
#blog #categories .searchbar .input__wrapper input::placeholder {
  color: #000028;
}
#blog #categories .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#blog #categories .categories a:hover {
  color: #00cd6b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#blog #categories .categories .active {
  font-weight: 600;
  color: #00cd6b;
}
#blog #posts .posts {
  display: grid;
  grid-gap: 2rem;
}
#blog #posts .posts .post {
  display: grid;
  grid-gap: 1rem;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 2rem;
}
#blog #posts .posts .post:last-child {
  border-bottom: 0;
}
#blog #posts .posts .post .col-1 .image__wrapper {
  height: 100%;
}
#blog #posts .posts .post .col-1 img {
  border-radius: 20px;
  height: 100%;
}
#blog #posts .posts .post .col-2 {
  display: grid;
}
#blog #posts .posts .post .info {
  margin-bottom: 1rem;
  display: grid;
  grid-gap: 1rem;
}
#blog #posts .posts .post .info .label {
  font-weight: 600;
}
#blog #posts .posts .post .author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog #posts .posts .post .author__wrapper .image__wrapper {
  max-width: 50px;
  margin-right: 8px;
}
#blog #posts .posts .post .author__wrapper .image__wrapper img {
  border-radius: 50%;
}
#blog #posts .posts .post .author__wrapper .author {
  color: #514fe1;
  font-weight: 600;
}
#blog #posts .posts .post img {
  width: 100%;
  height: auto;
}
#blog #posts .posts .post .title {
  color: #000028;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog #posts .posts .post .title:hover {
  color: #00cd6b;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#blog #posts .posts .post .title:before {
  content: "";
  background-color: #00cd6b;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#blog #posts .posts .post .desc__wrapper {
  margin-bottom: 1rem;
}
#blog #posts .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#blog #posts .page-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog #posts .page-nav-container span,
#blog #posts .page-nav-container a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  color: #00cd6b;
  font-weight: 600;
}
#blog #posts .page-nav-container span:last-child,
#blog #posts .page-nav-container a:last-child {
  margin-right: 0;
}
#blog #posts .page-nav-container .current {
  color: #ffffff;
  background-color: #00cd6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 50%;
  width: 100%;
  min-width: 32px;
  min-height: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  #blog #popular .articles {
    grid-template-columns: repeat(auto-fit, 170px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #blog #popular .articles img {
    width: 170px;
    height: 170px;
  }
  #blog #posts .posts {
    grid-gap: 2rem;
  }
  #blog #posts .posts .post {
    grid-template-columns: 49% 49%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-rows: minmax(auto, 550px);
  }
  #blog #posts .posts .post:nth-child(2n+2) .col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #blog #posts .posts .post:nth-child(2n+2) .col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #blog #posts .posts .post .image__wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  #blog #popular .container,
#blog #categories .container,
#blog #posts .container {
    padding-left: 7rem;
  }
  #blog #posts .posts .post {
    grid-template-rows: minmax(auto, 400px);
  }
  #blog #posts .posts .post .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1366px) {
  #blog #hero {
    padding-bottom: 10rem;
  }
  #blog #popular {
    position: relative;
    min-height: 200px;
  }
  #blog #popular .container {
    position: absolute;
    top: -120%;
    left: 0;
    right: 0;
    width: 100%;
  }
  #blog #popular .articles {
    grid-template-columns: repeat(auto-fit, 230px);
  }
  #blog #popular .articles img {
    width: 220px;
    height: 220px;
  }
}

.shop_index,
.tax-product_cat {
  background: white;
  background: linear-gradient(200deg, #e0fefb 0%, #edf9f5 41%, #f9f3ee 60%, white 100%);
  background-size: 100% 1000px;
  background-repeat: no-repeat;
}
.shop_index .page-title,
.tax-product_cat .page-title {
  display: none;
}
.shop_index #hero .grid,
.tax-product_cat #hero .grid {
  display: grid;
  grid-gap: 1rem;
}
.shop_index #hero .description,
.tax-product_cat #hero .description {
  font-size: 16px;
  line-height: 1.4;
}
.shop_index #hero img,
.tax-product_cat #hero img {
  width: 100%;
  height: auto;
}
.shop_index #content .container,
.tax-product_cat #content .container {
  padding-top: 0;
}
.shop_index #content .filters,
.tax-product_cat #content .filters {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
.shop_index #content .filters form,
.tax-product_cat #content .filters form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.shop_index #content .filters .sf-field-search label,
.tax-product_cat #content .filters .sf-field-search label {
  width: 100%;
}
.shop_index #content .filters .sf-field-search .sf-input-text,
.tax-product_cat #content .filters .sf-field-search .sf-input-text {
  width: 100%;
  height: 56px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.shop_index #content .filters .sf-field-taxonomy-product_cat,
.tax-product_cat #content .filters .sf-field-taxonomy-product_cat {
  font-weight: 600;
}
.shop_index #content .filters .sf-field-taxonomy-product_cat ul,
.tax-product_cat #content .filters .sf-field-taxonomy-product_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 600px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop_index #content .filters .sf-field-taxonomy-product_cat label,
.tax-product_cat #content .filters .sf-field-taxonomy-product_cat label {
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  line-height: 1.4;
}
.shop_index #content .filters .sf-field-taxonomy-product_cat label span,
.tax-product_cat #content .filters .sf-field-taxonomy-product_cat label span {
  padding: 0;
}
.shop_index #content .filters .sf-field-taxonomy-product_cat .sf-input-radio,
.tax-product_cat #content .filters .sf-field-taxonomy-product_cat .sf-input-radio {
  display: none;
}
.shop_index #content .filters .sf-option-active,
.tax-product_cat #content .filters .sf-option-active {
  color: #02b560;
}
.shop_index #content .product__image__wrapper,
.tax-product_cat #content .product__image__wrapper {
  height: 100%;
}
.shop_index #content .product__image__wrapper img,
.tax-product_cat #content .product__image__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.shop_index #content .author__image__wrapper,
.tax-product_cat #content .author__image__wrapper {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 48px;
}
.shop_index #content .author__image__wrapper img,
.tax-product_cat #content .author__image__wrapper img {
  border-radius: 48px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_index #content .products,
.tax-product_cat #content .products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_index #content .product,
.tax-product_cat #content .product {
  display: grid;
  grid-template-rows: 200px 1fr;
  border-radius: 20px;
}
.shop_index #content .product .row__item__1,
.tax-product_cat #content .product .row__item__1 {
  border-radius: 20px 20px 0 0;
}
.shop_index #content .product .row__item__2,
.tax-product_cat #content .product .row__item__2 {
  position: relative;
  background-color: #fafafa;
  border-radius: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 80px 15px;
}
.shop_index #content .product .author__and__basket,
.tax-product_cat #content .product .author__and__basket {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.shop_index #content .product .author__wrapper,
.tax-product_cat #content .product .author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.shop_index #content .product .author__name,
.tax-product_cat #content .product .author__name {
  font-weight: 600;
  font-size: 14px;
}
.shop_index #content .product .btn,
.tax-product_cat #content .product .btn {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-width: unset;
  border-radius: 46px;
}
.shop_index #content .info,
.tax-product_cat #content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 205, 107, 0.3);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.shop_index #content .info .categories,
.tax-product_cat #content .info .categories {
  pointer-events: none;
}
.shop_index #content .price,
.tax-product_cat #content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.shop_index #content .price del,
.tax-product_cat #content .price del {
  font-size: 12px;
}
.shop_index #content .price ins,
.tax-product_cat #content .price ins {
  text-decoration: none;
}
.shop_index #content .price ins bdi,
.tax-product_cat #content .price ins bdi {
  font-size: 16px;
  color: #ff304c;
}
.shop_index #content .price .woocommerce-price-suffix,
.tax-product_cat #content .price .woocommerce-price-suffix {
  font-size: 12px;
}
.shop_index #content .product__title,
.tax-product_cat #content .product__title {
  font-weight: 600;
  margin-bottom: 15px;
}
.shop_index #content .product__title a:hover,
.tax-product_cat #content .product__title a:hover {
  color: #02b560;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.shop_index #content .product__short__description,
.tax-product_cat #content .product__short__description {
  font-size: 14px;
}
.shop_index .current,
.tax-product_cat .current {
  color: #ffffff;
  background-color: #00cd6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px;
  width: 100%;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 600;
}
.shop_index .pagination,
.tax-product_cat .pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.shop_index .pagination .page-nav-container,
.tax-product_cat .pagination .page-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (min-width: 768px) {
  .shop_index #hero .grid,
.tax-product_cat #hero .grid {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .shop_index #hero .container,
.tax-product_cat #hero .container {
    padding-bottom: 0;
  }
  .shop_index #hero h1,
.tax-product_cat #hero h1 {
    font-size: 80px;
  }
  .shop_index #hero .description,
.tax-product_cat #hero .description {
    font-size: 20px;
    line-height: 1.4;
  }
  .shop_index #hero .container,
.tax-product_cat #hero .container {
    padding-left: 6rem;
  }
  .shop_index #hero .grid,
.tax-product_cat #hero .grid {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem 0 8rem 0;
  }
}
@media (min-width: 1500px) {
  .shop_index #content .products,
.tax-product_cat #content .products {
    grid-template-columns: repeat(auto-fit, 440px);
    padding-left: 5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .shop_index #content .product,
.tax-product_cat #content .product {
    grid-template-rows: 284px 1fr;
  }
  .shop_index #bestsellers .container,
.tax-product_cat #bestsellers .container {
    padding-left: 6rem;
  }
}

.woocommerce-page .wrap > .container {
  min-height: 600px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-page .rmp-widgets-container {
  display: none !important;
}
.woocommerce-page .tax_label {
  font-size: 12px;
}
.woocommerce-page .includes_tax {
  font-size: 12px;
}

.cart-empty__wrapper {
  text-align: center;
}
.cart-empty__wrapper .image__wrapper {
  margin: 1rem auto;
  background-color: #e3e3e3;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-empty__wrapper p.cart-empty {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-empty__wrapper a {
  text-decoration: underline;
  font-size: 18px;
}

.single-product .tabs {
  display: none;
}
.single-product #tab-description > h2 {
  display: none;
}
.single-product .subtitle {
  color: #514fe1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.single-product .breadcrumb__wrapper {
  margin-bottom: 1rem;
}
.single-product .video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.single-product .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.single-product .product_title {
  font-size: 36px;
  margin-bottom: 1rem;
}
.single-product .sticky__panel {
  background-color: #fafafa;
  border-radius: 25px;
}
.single-product .onsale {
  display: none;
}
.single-product ins {
  text-decoration: none;
}
.single-product ins .amount > bdi {
  color: #f70727;
  font-weight: 700;
  font-size: 20px;
}
.single-product .summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
.single-product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.single-product .author__wrapper {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(2, 181, 96, 0.5);
}
.single-product .author__name__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-product .author__description {
  line-height: 1.5;
}
.single-product .author__image__wrapper {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 48px;
}
.single-product .author__image__wrapper img {
  border-radius: 48px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .type-product {
  display: grid;
  grid-gap: 15px;
}
.single-product .single_add_to_cart_button {
  width: 100%;
  margin-top: 1rem;
}
.single-product .small__text {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.single-product .info__wrapper {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.single-product #tab-description i,
.single-product #tab-description em {
  font-style: italic;
}
.single-product #tab-description li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 10px 25px;
  line-height: 1.4;
}
.single-product #tab-description li:before {
  content: "";
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/check-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
  width: 15px;
  height: 15px;
}
.single-product #tab-description img {
  width: 100%;
  height: auto;
}
.single-product #tab-description .ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 215px);
  grid-gap: 1rem;
  margin: 1rem 0;
}
.single-product #tab-description .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  border: none;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.single-product #tab-description .ngg-galleryoverview .ngg-gallery-thumbnail {
  width: 100%;
  height: 100%;
}
.single-product #tab-description .ngg-galleryoverview .ngg-gallery-thumbnail a {
  width: 100%;
  height: 100%;
}
.single-product #tab-description .ngg-galleryoverview .ngg-gallery-thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product #tab-description .product__two-columns {
  display: grid;
  grid-gap: 1rem;
}
.single-product #tab-description .gallery img {
  border: none;
}
.single-product #bestsellers .container {
  padding: 0;
}
@media (min-width: 768px) {
  .single-product .type-product {
    grid-template-columns: 1fr 390px;
  }
  .single-product .sticky__panel__wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .single-product .sticky__panel {
    position: sticky;
    top: 85px;
    right: 0;
  }
  .single-product #tab-description p {
    line-height: 1.5;
  }
  .single-product #tab-description span,
.single-product #tab-description p {
    font-weight: 300 !important;
  }
  .single-product #tab-description b {
    font-weight: 500 !important;
  }
  .single-product #tab-description .product__two-columns {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .single-product #tab-description .product__two-columns--centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .single-product .type-product {
    grid-gap: 2.5rem;
  }
  .single-product .wrap > .container {
    padding-left: 6rem;
  }
  .single-product .sticky__panel {
    top: 115px;
  }
}
@media (min-width: 1366px) {
  .single-product .type-product {
    grid-gap: 4.5rem;
  }
}

.woocommerce-error a {
  text-decoration: underline;
}

.woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 14px;
}
.woocommerce-notices-wrapper p {
  margin: 1rem 0;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 20px;
}
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #ffedd5;
  border: 1px solid #fb923c;
  color: #b45309;
  margin-top: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-info a {
  color: #b45309;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #c8f3df;
  border: 1px solid #02b560;
  color: #027e45;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: #027e45;
}
.woocommerce-notices-wrapper .woocommerce-error {
  display: grid;
  grid-gap: 10px;
  color: #b91c1c;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 20px;
  background-color: #fee2e2;
  border: 1px solid #f87171;
  text-decoration: none;
}
.woocommerce-notices-wrapper .woocommerce-error a {
  color: #b91c1c;
}
.woocommerce-notices-wrapper a {
  text-decoration: underline;
}

.woocommerce #bestsellers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 0;
}
.woocommerce #bestsellers .bestsellers__subtitle {
  text-transform: uppercase;
  color: #514fe1;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce #bestsellers .bestsellers__heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.woocommerce #bestsellers .bestsellers {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce #bestsellers .bestseller {
  display: grid;
  grid-gap: 15px;
}
.woocommerce #bestsellers img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.woocommerce #bestsellers .bestseller__title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.woocommerce #bestsellers .bestseller__title:before {
  content: "";
  width: 3px;
  height: 38px;
  background-color: #00cd6b;
  position: absolute;
  left: 0;
  top: calc(50% - 19px);
}
.woocommerce #bestsellers .bestseller__title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
.woocommerce #bestsellers .bestseller__title a:hover {
  color: #02b560;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .woocommerce #bestsellers .bestsellers {
    grid-template-columns: repeat(auto-fit, 240px);
  }
  .woocommerce #bestsellers img {
    width: 240px;
    height: 180px;
  }
  .woocommerce #bestsellers .bestseller__title a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .woocommerce #bestsellers .bestsellers {
    grid-template-columns: repeat(auto-fit, 265px);
  }
  .woocommerce #bestsellers img {
    width: 265px;
    height: 180px;
  }
}

.woocommerce-cart .cart__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-cart .shop_table {
  width: 100%;
  font-size: 14px;
}
.woocommerce-cart .shop_table .product-price,
.woocommerce-cart .shop_table thead {
  display: none;
}
.woocommerce-cart .shop_table tbody .woocommerce-cart-form__cart-item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 25px 1fr 30px 60px;
  grid-gap: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid #c8f3df;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.woocommerce-cart .shop_table tbody .woocommerce-cart-form__cart-item:last-child {
  border: none;
  margin-bottom: 2rem;
}
.woocommerce-cart .shop_table tbody .product-remove a {
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.woocommerce-cart .shop_table tbody .product-remove a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/pirkspark/assets/images/icons/trash.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-cart .shop_table .product-thumbnail {
  display: none;
}
.woocommerce-cart .shop_table .product-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.woocommerce-cart .totals__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 2rem;
}
.woocommerce-cart .cart-collaterals table tbody {
  display: grid;
  grid-gap: 10px;
}
.woocommerce-cart .cart-collaterals table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.woocommerce-cart .cart-collaterals table tbody .order-total {
  font-size: 20px;
}
.woocommerce-cart .cart-collaterals a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-cart .cart-collaterals .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.woocommerce-cart .cart-collaterals .buttons__wrapper a {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .buttons__wrapper .btn {
  width: 100%;
}
.woocommerce-cart .cart-collaterals__content {
  background-color: #c8f3df;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 20px;
}
.woocommerce-cart .coupon {
  position: relative;
  display: grid;
  grid-gap: 7px;
  margin-bottom: 1rem;
}
.woocommerce-cart .coupon label {
  display: none;
}
.woocommerce-cart .coupon input {
  padding-right: 50px;
}
.woocommerce-cart .coupon button {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #02b560;
  font-weight: 600;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .woocommerce-cart .wrap > .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .woocommerce-cart .shop_table {
    font-size: 16px;
  }
  .woocommerce-cart .shop_table tbody .woocommerce-cart-form__cart-item {
    grid-template-columns: 35px 100px 1fr 50px 100px;
  }
  .woocommerce-cart .shop_table .product-thumbnail {
    display: block;
  }
  .woocommerce-cart .cart-collaterals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .woocommerce-cart .cart-collaterals__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
  .woocommerce-cart .cart-collaterals .buttons__wrapper a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }
  .woocommerce-cart .cart-collaterals .buttons__wrapper .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout h3 {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-gap: 15px;
}
.woocommerce-checkout form.checkout {
  display: grid;
  grid-gap: 2rem;
}
.woocommerce-checkout .col2-set {
  display: grid;
  grid-gap: 20px;
}
.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-checkout .notes textarea {
  min-height: 170px;
}
.woocommerce-checkout .order__wrapper {
  background-color: rgba(200, 243, 223, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 20px;
  -ms-flex-item-align: start;
      align-self: start;
}
.woocommerce-checkout .order__wrapper table {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .order__wrapper table thead {
  display: none;
}
.woocommerce-checkout .order__wrapper table tbody {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
}
.woocommerce-checkout .order__wrapper table tbody,
.woocommerce-checkout .order__wrapper table tfoot {
  display: grid;
  grid-gap: 10px;
}
.woocommerce-checkout .order__wrapper table tbody tr,
.woocommerce-checkout .order__wrapper table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.woocommerce-checkout .order__wrapper table tfoot {
  font-size: 20px;
}
.woocommerce-checkout .order__wrapper #payment .wc_payment_methods {
  display: grid;
  grid-gap: 10px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout .order__wrapper #payment .wc_payment_methods label {
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-checkout .order__wrapper #payment .payment_box {
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}
.woocommerce-checkout .order__wrapper .button__wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-checkout .woocommerce-thankyou-order-details .method {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-order {
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce-order .image__wrapper {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout .woocommerce-order .image__wrapper img {
  width: 100%;
  height: auto;
}
.woocommerce-checkout .woocommerce-order .woocommerce-notice {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads__title {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table {
  display: grid;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table .download-remaining {
  display: none;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table thead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table tbody tr,
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table thead tr {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  grid-template-columns: 1fr 80px 100px;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table tbody {
  display: grid;
  grid-gap: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-downloads table tbody .download-file {
  font-weight: 700;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-bacs-bank-details li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table thead {
  display: none;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tbody,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tfoot {
  display: grid;
  grid-gap: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tbody tr,
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tfoot tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tbody {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tfoot {
  font-size: 20px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-details table tfoot tr:last-child .amount {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  margin-top: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details h2 {
  margin-bottom: 1rem;
}
.woocommerce-checkout .woocommerce-order .woocommerce-customer-details address {
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-order .order-again {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-order .order-again a {
  color: #02b560;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-order .button__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr 1fr;
  }
}
