@import url(../js/library/slick/slick.scss);
@font-face {
  font-family: "Albra Grotesk Semi";
  src: url("../fonts/AlbraGrotesk-Semi.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Semi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra Grotesk";
  src: url("../fonts/AlbraGrotesk-Regular.woff2") format("woff2"), url("../fonts/AlbraGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matiere";
  src: url("../fonts/Matiere-Medium.woff2") format("woff2"), url("../fonts/Matiere-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4-Bold.woff2") format("woff2"), url("../fonts/SourceSerif4-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/SourceSerif4-Regular.woff2") format("woff2"), url("../fonts/SourceSerif4-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Light.woff2") format("woff2"), url("../fonts/SourceSerifPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-LightIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-ExtraLightIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Regular.woff2") format("woff2"), url("../fonts/SourceSerifPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-BoldIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-BlackIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Bold.woff2") format("woff2"), url("../fonts/SourceSerifPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-SemiBoldIt.woff2") format("woff2"), url("../fonts/SourceSerifPro-SemiBoldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSerifPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-It.woff2") format("woff2"), url("../fonts/SourceSerifPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-Black.woff2") format("woff2"), url("../fonts/SourceSerifPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("../fonts/SourceSerifPro-ExtraLight.woff2") format("woff2"), url("../fonts/SourceSerifPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* PLUGINS */
/* MAIN DESIGN */
/* common border radius */
/* disable text selection */
/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* #region GENERAL SETTINGS ============================================================= */
html, body {
  background: var(--off-white);
  color: black;
  font-family: var(--source-serif-pro), Arial, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /*     @include media(1500px) {
          font-size: 58%;
      }

      @include media(1240px) {
          font-size: 55%;
      } */
  --graywhite: #FDFCF9;
  --gray: #2d2d2d;
  --green: #4f996a;
  --cyan: #539fab;
  --blue: #4d80ef;
  --purple: #905ed8;
  --pink: #cb518d;
  --red: #e44c45;
  --orange: #e8814e;
  --yellow: #f1be65;
  --gold: #F6DDAA;
  --black: #333;
  --black-rgb: 51, 51, 51;
  --off-white: #FDFCF8;
  --off-white-rgb: 253, 252, 248;
  --violet-accent: #9C68E2;
  --violet-accent-rgb: 156, 104, 226;
  --red-accent: #EB524A;
  --red-accent-rgb: 235, 82, 74;
  --darker-gray-text: #A3A3A3;
  --darker-gray-text-rgb: 163, 163, 163;
  --gray-text: #C0C0C0;
  --gray-text-rgb: 192, 192, 192;
  --blue-accent: #558BF7;
  --blue-accent-rgb: 85, 139, 247;
  --yellow-accent: #F4C565;
  --yellow-accent-rgb: 244, 197, 101;
  --darker-off-white: #F3F0E5;
  --darker-off-white-rgb: 243, 240, 229;
  --violet: #9C68E2;
  --violet-rgb: 156, 104, 226;
  --pink-accent: #F15CAB;
  --pink-accent-rgb: 241, 92, 171;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --orange-accent: #EE8B4F;
  --orange-accent-rgb: 238, 139, 79;
  --green-accent: #55A471;
  --green-accent-rgb: 85, 164, 113;
  --cyan-accent: #5AA9B6;
  --cyan-accent-rgb: 90, 169, 182;
  --gold: #F6DDAA;
  --gold-rgb: 246, 221, 170;
  /* --black: #333;
  --off-white: #FDFCF8;
  --violet-accent: #9C68E2;
  --red-accent: #EB524A;
  --darker-gray-text: #A3A3A3;
  --gray-text: #C0C0C0;
  --blue-accent: #558BF7;
  --yellow-accent: #F4C565;
  --darker-off-white: #F3F0E5;
  --violet: #9C68E2;
  --pink-accent: #F15CAB;
  --white: #fff;
  --orange-accent: #EE8B4F;
  --green-accent: #55A471;
  --cyan-accent: #5AA9B6; */
  --source-serif-pro: "Source Serif Pro";
  --albra-grotesk: "Albra Grotesk";
  --albra-grotesk-semi: "Albra Grotesk Semi";
  --matiere: "Matiere";
  --sticky-from-top: calc(var(--site-header-height) + 3.3rem + var(--adminbar-height));
  --main-gap: 2rem;
  --main-padding: 2rem;
}

html.withMenu,
body.withMenu {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */ /* Firefox 1 - 28 */
  box-sizing: border-box; /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, select {
  color: black;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
}

textarea {
  resize: vertical;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a, label, input[type=button], input[type=submit] {
  cursor: pointer;
}

.clear,
.clearfix:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 136.2rem;
}
.container.container--center {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .container {
    padding: 0 1.5rem;
  }
}

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

.section p, .section ul, .section ol {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 400;
  font-family: var(--source-serif-pro);
  color: var(--black);
  margin: 2rem 0;
}
.section p a, .section ul a, .section ol a {
  color: var(--blue-accent);
  text-decoration: underline;
}
.section ul ul, .section ol ul {
  margin: 0 0 0 2rem;
}
.section table {
  border-collapse: collapse;
  margin: 2rem 0;
}
.section th, .section td {
  font-size: 1.8rem;
  padding: 1rem;
  border: 1px solid var(--black);
}
.section ol, .section ul {
  margin: 2rem;
}
.section h1, .section .h1 {
  font-family: var(--albra-grotesk);
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.0571428571;
  letter-spacing: -0.035rem;
}
@media screen and (max-width: 600px) {
  .section h1, .section .h1 {
    font-size: 3rem;
  }
}
.section h2, .section .h2 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.section h3, .section .h3 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1304347826;
}
.section h4, .section .h4 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.section h5, .section .h5 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4444444444;
}
.section h6, .section .h6 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4444444444;
  text-decoration: underline;
}
.section p.perex {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section figure.wp-block-image, .section .wp-caption, .section p.wp-caption-text {
  margin: 2rem 0;
  max-width: 100%;
}
.section figure.wp-block-image img, .section .wp-caption img, .section p.wp-caption-text img {
  border-radius: 1rem;
}
.section figure.wp-block-image figcaption, .section .wp-caption figcaption, .section p.wp-caption-text figcaption {
  position: relative;
  padding-left: 2.2rem;
  color: var(--darker-gray-text, #A3A3A3);
  font-family: var(--albra-grotesk);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1333333333;
  margin-top: 1.02rem;
}
.section figure.wp-block-image figcaption:before, .section .wp-caption figcaption:before, .section p.wp-caption-text figcaption:before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../svg/camera.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.section.section--default-page-content {
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section.section--default-page-content {
    padding-top: 5rem;
  }
}
.section.section--default-page-content > svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--darker-off-white);
}
.section.section--default-page-content .container {
  position: relative;
  z-index: 2;
  max-width: 91.8rem;
}
.section.section--default-page-content h1 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0909090909;
  letter-spacing: -0.055rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .section.section--default-page-content h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .section.section--default-page-content h1 {
    font-size: 3.5rem;
  }
}
.section.section--default-page-content h2 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0571428571;
  letter-spacing: -0.035rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .section.section--default-page-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  .section.section--default-page-content h2 {
    font-size: 2.5rem;
    line-height: 1.12;
  }
}
.section.section--default-page-content h3 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0571428571;
  letter-spacing: -0.035rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .section.section--default-page-content h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 800px) {
  .section.section--default-page-content h3 {
    font-size: 2.2rem;
  }
}
.section.section--default-page-content h4 {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.0571428571;
  letter-spacing: -0.035rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .section.section--default-page-content h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 800px) {
  .section.section--default-page-content h4 {
    font-size: 2rem;
  }
}
.section.section--default-page-content p.p--no-mb {
  margin-bottom: 0;
}
.section.section--default-page-content p.p--no-mt {
  margin-top: 0;
}
.section.section--default-page-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp-block-quote, blockquote {
  max-width: 64rem;
  position: relative;
  margin: 4rem auto;
}
.wp-block-quote p, blockquote p {
  position: relative;
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 6.75rem;
}
@media screen and (max-width: 1000px) {
  .wp-block-quote p, blockquote p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-quote p, blockquote p {
    padding-left: 0;
  }
}
.wp-block-quote p:before, blockquote p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  aspect-ratio: 375/297;
  height: auto;
  display: block;
  background: url("../svg/quotes.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .wp-block-quote p:before, blockquote p:before {
    top: 0;
    opacity: 0.3;
  }
}
.wp-block-quote cite, blockquote cite {
  font-size: 1.6rem;
  color: var(--darker-gray-text);
  font-style: normal;
  margin-top: 1rem;
  display: block;
  padding-left: 6.75rem;
}
@media screen and (max-width: 600px) {
  .wp-block-quote cite, blockquote cite {
    padding-left: 0;
  }
}

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  /* active state, i.e. menu opened */
}
.hamburger:before {
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 0;
  display: block;
  background: red;
  position: absolute;
  border-radius: 4px;
}
.hamburger:focus {
  outline: none;
}
.hamburger span {
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  display: block;
  background: white;
  border-radius: 1.5px;
}
.hamburger span:before, .hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 1.5px;
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger--htx {
  background: transparent;
}
.hamburger--htx span:before, .hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--htx.is-active {
  background: transparent;
}
.hamburger--htx.is-active span {
  background: none;
}
.hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--htx.is-active span:before, .hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

/* #endregion */
/* #region SITE HEADER ======================================================================= */
body {
  padding-top: var(--site-header-height, 7.5rem);
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background: var(--off-white);
  padding: 2rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header.scrolled {
  -webkit-box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.2rem;
          flex: 0 0 11.2rem;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.7rem;
            flex: 0 0 10.7rem;
  }
}
.site-header .site-header__left-col .logo.purple {
  color: var(--violet-accent);
}
.site-header .site-header__middle-col {
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .site-header .site-header__middle-col {
    display: none;
  }
}
.site-header .site-header__right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__right-col .btn {
  margin: 0;
}
@media screen and (max-width: 360px) {
  .site-header .site-header__right-col .btn--purple-border {
    padding: 0 1rem;
  }
}
.site-header #mobileMenu {
  display: none;
}
.site-header nav {
  display: inline-block;
  vertical-align: middle;
}
.site-header ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  list-style-type: none;
}
.site-header ul li a {
  color: var(--black, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header ul li a:hover {
  color: var(--color, var(--red-accent));
}
.site-header .open-aside-btn {
  position: relative;
  height: 3.4rem;
  width: 2.1rem;
}
.site-header .open-aside-btn:hover {
  cursor: pointer;
}
.site-header .open-aside-btn:hover span {
  background: var(--red-accent);
}
.site-header .open-aside-btn span {
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 3px;
  background: var(--black);
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .open-aside-btn span:nth-of-type(1) {
  top: 0.9rem;
}
.site-header .open-aside-btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .open-aside-btn span:nth-of-type(3) {
  top: 2.2rem;
}

.site-header__search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
.site-header__search.active input {
  padding: 0 5rem 0 2rem;
  width: 30rem;
}
.site-header__search form {
  font-size: 0;
}
.site-header__search input {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 0;
  height: 100%;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.site-header__search button {
  position: relative;
  z-index: 2;
  font-size: 0;
  background: black;
  color: white;
  width: 40px;
  text-align: center;
  border: none;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__search button:hover {
  cursor: pointer;
  color: red;
}

/* MOBILE VERSION */
@media screen and (max-width: 1000px) {
  .site-header {
    padding: 0.8rem 0;
  }
  .site-header #mobileMenu {
    display: none;
  }
  .site-header .menu-primary {
    display: none;
  }
  .site-header.withMenu .menu-primary {
    max-height: 100vh;
    overflow: auto;
  }
  .site-header .site-header__right-col {
    gap: 1.4rem;
  }
  .site-header .site-header__right-col a.btn.btn--purple span {
    display: none;
  }
  .site-header .open-aside-btn {
    width: 5rem;
    height: 5rem;
    background-color: var(--black);
    border-radius: 2.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .open-aside-btn:hover {
    background-color: rgba(var(--black-rgb), 0.8);
  }
  .site-header .open-aside-btn:hover span {
    background-color: var(--off-white);
  }
  .site-header .open-aside-btn span {
    background: var(--off-white);
  }
  .site-header .open-aside-btn span:nth-of-type(1) {
    top: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-header .open-aside-btn span:nth-of-type(2) {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .site-header .open-aside-btn span:nth-of-type(3) {
    left: 50%;
    top: 3.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* #endregion */
/* #region SITE ASIDE ======================================================================= */
.aside-blocker {
  position: fixed;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: 54;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  pointer-events: none;
  background: rgba(var(--off-white-rgb), 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-blocker.active {
  pointer-events: all;
  opacity: 1;
}

.site-aside {
  position: fixed;
  z-index: 55;
  width: 31.3rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: calc(100% - var(--adminbar-height));
  right: -36.3rem;
  top: var(--adminbar-height);
  background: var(--black);
  padding-top: 6rem;
}
.site-aside.active {
  right: 0;
}
.site-aside:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 12px;
  background-image: url("../svg/aside-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  top: 3rem;
}
.site-aside .inner {
  padding: 0 2rem 2rem 2rem;
  max-height: calc(100% - var(--aside-club-height, 10.53rem));
}
.site-aside .inner .simplebar-scrollbar:before {
  background: var(--off-white);
}
.site-aside .aside-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--off-white);
  gap: 0.5rem;
  margin-top: 2rem;
}
.site-aside .aside-title svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-aside .aside-title p {
  margin: 0;
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-aside .topic-tags {
  margin-top: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-aside .aside-club {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--violet-accent);
  padding: 2rem;
  width: 100%;
}
.site-aside .aside-club .logo {
  max-width: 8.9rem;
  color: var(--off-white);
  margin-bottom: 1.2rem;
}
.site-aside .aside-club .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-aside .aside-club .buttons .btn {
  margin: 0;
}

.close-aside-btn {
  position: absolute;
  left: -5rem;
  top: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2rem;
  background: var(--black);
}
.close-aside-btn:hover {
  cursor: pointer;
}
.close-aside-btn:hover span {
  background: var(--red-accent);
}
@media screen and (max-width: 340px) {
  .close-aside-btn {
    display: none;
  }
}
.close-aside-btn span {
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 2px;
  background: var(--off-white);
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-aside-btn span:nth-of-type(1) {
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.close-aside-btn span:nth-of-type(2) {
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

nav.aside-menu.aside-menu--big {
  margin-bottom: 2rem;
}
nav.aside-menu.aside-menu--big ul li a {
  font-size: 2.5rem;
  line-height: 1.08;
}
nav.aside-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav.aside-menu ul li a {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.aside-menu ul li a:hover {
  color: var(--red-accent);
}

/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  margin-top: 5rem;
  padding-bottom: 4rem;
}
.site-footer .first-row {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer .first-row .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--main-gap);
  color: var(--black, #333);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .site-footer .first-row .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1090px) {
  .site-footer .first-row .left-col svg {
    max-width: 5rem;
  }
}
@media screen and (max-width: 700px) {
  .site-footer .first-row .left-col svg {
    display: none;
  }
}
.site-footer .first-row .left-col p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025rem;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .site-footer .first-row .left-col p:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.site-footer .first-row .left-col p a {
  --color: var(--black);
  text-decoration: none;
  display: block;
  position: relative;
  color: var(--color);
}
.site-footer .first-row .left-col p a:hover:after {
  opacity: 0;
}
.site-footer .first-row .left-col p a:after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .first-row .left-col p a.discord {
  --color: #404EED;
}
.site-footer .first-row .left-col p a.twitter {
  --color: var(--black);
}
.site-footer .first-row .left-col p a.instagram {
  background: -webkit-gradient(linear, right top, left top, from(#FF1058), to(#FF9110));
  background: linear-gradient(270deg, #FF1058 0%, #FF9110 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-footer .first-row .left-col p a.instagram:after {
  background: -webkit-gradient(linear, right top, left top, from(#FF1058), to(#FF9110));
  background: linear-gradient(270deg, #FF1058 0%, #FF9110 100%);
}
.site-footer .first-row .left-col p a.facebook {
  --color: #2C48AE;
}
.site-footer .first-row .left-col p a.tiktok {
  --color:#FE2C55;
}
.site-footer .first-row .left-col p a.youtube {
  --color: #FF0000;
}
.site-footer .first-row .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3rem;
          flex: 0 0 8.3rem;
  width: 8.3rem;
}
@media screen and (max-width: 700px) {
  .site-footer .first-row .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .site-footer .first-row .right-col {
    display: none;
  }
}
.site-footer .first-row .right-col .logo.purple {
  color: var(--violet-accent);
}
.site-footer .second-row {
  margin-top: 1.4rem;
  padding: 1.5rem 0;
  border: 1px solid var(--gray-text);
  border-left: 0;
  border-right: 0;
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1070px) {
  .site-footer .second-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1070px) {
  .site-footer .second-row .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1070px) {
  .site-footer .second-row .left-col .footer-menu ul li:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.site-footer .second-row .left-col .footer-menu ul li:first-of-type a {
  --color: var(--darker-gray-text);
}
.site-footer .second-row .left-col .footer-menu ul li:first-of-type a:hover {
  --color: var(--red-accent);
}
@media screen and (max-width: 1070px) {
  .site-footer .second-row .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1070px) {
  .site-footer .second-row .right-col .footer-menu ul li:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.site-footer .second-row .right-col .footer-menu ul li:first-of-type a {
  --color: var(--violet-accent);
}
.site-footer .second-row .right-col .footer-menu ul li:first-of-type a:hover {
  --color: var(--red-accent);
}
.site-footer .third-row {
  display: grid;
  gap: var(--main-gap);
  grid-template-columns: repeat(12, 1fr);
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .site-footer .third-row {
    grid-template-columns: repeat(6, 1fr);
  }
}
.site-footer .third-row .footer-box {
  grid-column: span 3;
  padding: var(--main-padding);
  border-radius: 1rem;
}
.site-footer .third-row .footer-box.footer-box--brown {
  background: var(--darker-off-white);
}
.site-footer .third-row .footer-box.footer-box--violet {
  background: var(--violet-accent);
  color: var(--off-white);
  grid-column: span 6;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box {
    grid-column: span 6;
    text-align: center;
  }
}
.site-footer .third-row .footer-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--black);
  margin-bottom: 1.35rem;
}
.site-footer .third-row .footer-box__title p {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-footer .third-row .footer-box__title svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-footer .third-row .footer-box .footer__title {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025rem;
  max-width: 21rem;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box .footer__title {
    max-width: 100%;
    text-align: left;
  }
}
.site-footer .third-row .footer-box.idea-wrap .footer__title {
  max-width: 100%;
}
.site-footer .third-row .footer-box .form-wrap {
  margin-top: 2rem;
}
.site-footer .third-row .footer-box .footer-contacts {
  margin-top: 2rem;
}
.site-footer .third-row .footer-box .footer-contacts p {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025rem;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box .footer-contacts p {
    text-align: left;
  }
}
.site-footer .third-row .footer-box .footer-contacts p a {
  text-decoration: underline;
}
.site-footer .third-row .footer-box .footer-contacts p a:hover {
  text-decoration: none;
}
.site-footer .third-row .footer-box.club {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box.club {
    grid-template-columns: 1fr;
  }
}
.site-footer .third-row .footer-box.club .sub-col {
  padding: 2rem;
}
.site-footer .third-row .footer-box.club .sub-col:first-of-type {
  border-right: 1px solid var(--off-white);
  position: relative;
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box.club .sub-col:first-of-type {
    border-right: 0;
  }
}
.site-footer .third-row .footer-box.club .sub-col:first-of-type .footer {
  position: absolute;
  left: var(--main-padding);
  bottom: var(--main-padding);
  width: calc(100% - var(--main-padding) * 2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 400px) {
  .site-footer .third-row .footer-box.club .sub-col:first-of-type .footer .btn {
    padding: 0 1.4rem;
  }
}
.site-footer .third-row .footer-box.club .sub-col:nth-of-type(2) {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .third-row .footer-box.club .logo {
  max-width: 8.9rem;
  margin-bottom: 1.6rem;
}
.site-footer .third-row .footer-box.club .footer-box__title {
  color: var(--off-white);
}
.site-footer .third-row .footer-box.club .footer-box__title p {
  color: var(--off-white);
}
.site-footer .third-row .footer-box.club .footer__title {
  color: var(--off-white);
  max-width: 26.6rem;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box.club .footer__title {
    max-width: 100%;
  }
}
.site-footer .third-row .footer-box.club .footer {
  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;
}
.site-footer .third-row .footer-box.club .footer .btn {
  margin: 0;
}
.site-footer .third-row .footer-box.club .footer a.link {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.site-footer .third-row .footer-box.club .footer a.link:hover {
  text-decoration: none;
}
.site-footer .third-row .footer-box.club .form .btn {
  margin-top: 0;
}
.site-footer .third-row .footer-box.club .btn.btn--white {
  margin: 0;
}
.site-footer .third-row .footer-box.club.logged {
  border: 1px solid var(--violet-accent);
  color: var(--violet-accent);
  background: transparent;
}
.site-footer .third-row .footer-box.club.logged .sub-col:first-of-type {
  border-right: 1px solid var(--violet-accent);
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box.club.logged .sub-col:first-of-type {
    padding-bottom: 4.4rem;
    border-right: 0;
  }
}
.site-footer .third-row .footer-box.club.logged .sub-col:nth-of-type(2) .footer {
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .site-footer .third-row .footer-box.club.logged .sub-col:nth-of-type(2) .footer {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 530px) {
  .site-footer .third-row .footer-box.club.logged .sub-col:nth-of-type(2) .footer .btn {
    padding: 0 1.4rem;
  }
}
.site-footer .third-row .footer-box.club.logged p.footer__title {
  color: var(--violet-accent);
}
.site-footer .third-row .footer-box.club.logged .footer-box__title {
  color: var(--violet-accent);
}
.site-footer .third-row .footer-box.club.logged .footer-box__title p {
  color: var(--violet-accent);
}
.site-footer .third-row .footer-box.club.logged .footer a.link {
  color: var(--violet-accent);
}
.site-footer .fourth-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
  gap: 3rem;
}
@media screen and (max-width: 800px) {
  .site-footer .fourth-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.site-footer .fourth-row .left-col {
  max-width: 31.3rem;
}
@media screen and (max-width: 800px) {
  .site-footer .fourth-row .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
  }
}
.site-footer .fourth-row .left-col .logo {
  display: none;
}
@media screen and (max-width: 700px) {
  .site-footer .fourth-row .left-col .logo {
    display: block;
    margin-bottom: 3rem;
  }
}
.site-footer .fourth-row .left-col .logo.purple {
  color: var(--violet-accent);
}
.site-footer .fourth-row .right-col {
  text-align: right;
  max-width: 64.6rem;
}
@media screen and (max-width: 800px) {
  .site-footer .fourth-row .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
  }
}
.site-footer .fourth-row p {
  margin: 0;
  color: var(--darker-gray-text, #A3A3A3);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875;
}
.site-footer .fourth-row .madeby {
  margin-top: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
  text-align: right;
  color: var(--darker-gray-text, #A3A3A3);
}
@media screen and (max-width: 800px) {
  .site-footer .fourth-row .madeby {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.site-footer .fourth-row .madeby p {
  line-height: 1;
  margin: 0;
  color: var(--darker-gray-text, #A3A3A3);
}
@media screen and (max-width: 400px) {
  .site-footer .fourth-row .madeby p {
    line-height: 1.4;
  }
}
.site-footer .fourth-row .madeby p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--darker-gray-text, #A3A3A3);
}
.site-footer .fourth-row .madeby p a svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer-menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
@media screen and (max-width: 1070px) {
  .footer-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.footer-menu ul li:first-of-type a {
  --color: var(--darker-gray-text);
}
.footer-menu ul li a {
  --color: var(--black);
  color: var(--color, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1666666667;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-menu ul li a:hover {
  --color: var(--red-accent);
}

/* #endregion */
/* #region CAT WITH DOT ======================================================================= */
.cat-with-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  white-space: nowrap;
}
.cat-with-dot__dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background: var(--color);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.cat-with-dot__text {
  color: var(--black, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.cat-with-dot:hover .cat-with-dot__text {
  color: var(--color);
}

/* #endregion */
/* #region TOPIC TAG ======================================================================= */
.topic-tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  white-space: nowrap;
  padding: 0.9rem 1.5rem;
  border: 1px solid var(--text-color);
  border-radius: 5rem 0.5rem 0.5rem 5rem;
}
.topic-tag__dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  background: var(--color);
}
.topic-tag__text {
  color: var(--text-color, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.topic-tag:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--text-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5rem 0.5rem 0.5rem 5rem;
}

a.topic-tag:hover:after {
  opacity: 1;
}

/* #endregion */
/* #region SEKCE ======================================================================= */
.section--top-mt-basic {
  margin-top: 2.95rem;
}

.section--archive-top {
  margin-bottom: 4.15rem;
}
.section--archive-top .container.container--special .inner {
  border-radius: 1rem;
  background: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--archive-top .container.container--special .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 1000px) {
  .section--archive-top .container.container--special .left-col {
    padding: 1.6rem 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .section--archive-top .container.container--special .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .section--archive-top .container.container--special .left-col {
    padding: 1.6rem;
  }
}
.section--archive-top .container.container--special h1 {
  color: white;
}
.section--archive-top .container.container--special h1 .cat-with-dot__text {
  color: white;
}
.section--archive-top .container.container--special .text {
  margin-top: 1rem;
}
.section--archive-top .container.container--special p {
  margin: 0;
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.025rem;
}
@media screen and (max-width: 1000px) {
  .section--archive-top .container.container--special p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 800px) {
  .section--archive-top .container.container--special p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .section--archive-top .container.container--special p {
    font-size: 1.9rem;
  }
}
.section--archive-top .container.container--special p strong {
  font-family: var(--albra-grotesk-semi);
  font-weight: 600;
}
.section--archive-top .container.container--special .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1.2rem);
          flex: 0 0 calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section--archive-top .container.container--special .right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
    border-radius: 0 0 1rem 1rem;
  }
}
.section--archive-top .container.container--special .right-col img {
  margin-top: -1px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.section--archive-top h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--archive-top h1 .cat-with-dot {
  gap: 1.4rem;
}
.section--archive-top h1 .cat-with-dot__text {
  font-family: var(--albra-grotesk);
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.0571428571;
  letter-spacing: -0.035rem;
}
@media screen and (max-width: 600px) {
  .section--archive-top h1 .cat-with-dot__text {
    font-size: 3rem;
  }
}

.section--load-more-articles {
  margin-top: 5rem;
}
.section--load-more-articles .btn {
  margin: 0;
}

/* #endregion */
/* #region POST ITEMS AND POSTS LIST ======================================================================= */
.posts-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 6rem var(--main-gap);
}
@media screen and (max-width: 900px) {
  .posts-items {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .posts-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem var(--main-gap);
  }
}

.post-item {
  display: block;
  grid-column: span 4;
}
.post-item:hover .post-item__title p mark {
  color: var(--red-accent);
}
.post-item__wrap {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.4rem;
  /*           @include media(1230px) {
                flex-wrap: wrap;
                justify-content: flex-start;
                gap: 0.5rem;
                text-align: left;
            } */
}
.post-item .cat-with-dot {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.post-item .post-item__published-time {
  position: relative;
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  padding-left: 26px;
}
.post-item .post-item__published-time span {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.post-item .post-item__published-time svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-item .post-item__title {
  margin-bottom: 1.8rem;
  padding-right: 2rem;
}
.post-item .post-item__title p {
  color: var(--black, #333);
  font-family: var(--matiere);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .post-item .post-item__title p {
    /* Retina-specific stuff here */
    line-height: 1.05;
  }
}
.post-item .post-item__title mark {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.post-item .post-item__excrept {
  max-width: 58rem;
}
.post-item .post-item__excrept p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-item .post-item__thumbnail {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 314/236;
  background: var(--darker-off-white);
}
.post-item .post-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .post-item__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 70%;
}

.most-readed-posts-wrap {
  grid-column: span 4;
  grid-row: span 2;
}
.most-readed-posts-wrap__inner {
  border-radius: 1rem;
  background: var(--darker-off-white);
  padding: var(--main-padding);
}

@media screen and (max-width: 600px) {
  .posts-items .most-readed-posts-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.most-readed-posts__title {
  color: var(--black, #333);
}
.most-readed-posts__title p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.most-readed-posts__title p svg {
  display: inline;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.most-readed-posts__title .cat-with-dot {
  gap: 0.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.most-readed-posts__title .cat-with-dot__dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4px;
          flex: 0 0 4px;
  width: 4px;
}

.most-readed-posts__switcher {
  margin-top: 1.53rem;
  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;
}

.most-readed-posts__switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem;
  height: 3.5rem;
  border: 1px solid var(--black);
}
.most-readed-posts__switch.active, .most-readed-posts__switch:hover {
  cursor: pointer;
}
.most-readed-posts__switch.active p, .most-readed-posts__switch:hover p {
  font-weight: 600;
  font-family: var(--albra-grotesk-semi);
}
.most-readed-posts__switch:nth-of-type(1) {
  border-radius: 0.5rem 0 0 0.5rem;
}
.most-readed-posts__switch:nth-of-type(2) {
  border-right: 0;
  border-left: 0;
}
.most-readed-posts__switch:nth-of-type(3) {
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 1000px) {
  .most-readed-posts__switch {
    padding: 0 0.8rem;
  }
}
.most-readed-posts__switch p {
  color: var(--black, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .most-readed-posts__switch p {
    font-size: 14px;
  }
}

.most-readed-posts__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  display: none;
}
.most-readed-posts__posts.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1090px) {
  .most-readed-posts__posts {
    gap: 2rem;
  }
}

.most-readed-item {
  display: block;
}
.most-readed-item:hover .most-readed-item__title p mark {
  text-decoration: underline;
}
.most-readed-item__wrap {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.most-readed-item__header {
  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;
  margin-bottom: 1.4rem;
}
.most-readed-item .most-readed-item__title p {
  color: var(--black, #333);
  font-family: var(--matiere);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1090px) {
  .most-readed-item .most-readed-item__title p {
    font-size: 1.7rem;
  }
}
.most-readed-item .most-readed-item__title p mark {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #endregion */
.section--404 {
  position: relative;
  min-height: calc(100svh - var(--site-header-height));
  padding: 5rem 0 15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--404 .dots {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 130rem;
}
@media screen and (max-width: 600px) {
  .section--404 h1 {
    max-width: 30rem;
  }
}
.section--404 .text {
  max-width: 64rem;
}
.section--404 .text p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section--404 .text p a {
  color: var(--black);
}
.section--404 .text p a:hover {
  text-decoration: none;
}
.section--404 .btn {
  margin: 0;
}
.section--404 img {
  position: absolute;
  right: 0;
  left: auto;
  max-width: 76rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .section--404 img {
    max-width: 66rem;
  }
}
@media screen and (max-width: 1200px) {
  .section--404 img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .section--404 img {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 3rem auto;
    max-width: 76rem;
  }
}
@media screen and (max-width: 820px) {
  .section--404 img {
    max-width: 100%;
  }
}

.section--three-cols-content .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--main-gap);
}
.section--three-cols-content .container > .left-col {
  grid-column: span 3;
}
.section--three-cols-content .container > .middle-col {
  grid-column: span 6;
}
.section--three-cols-content .container > .right-col {
  grid-column: span 3;
  position: sticky;
  top: var(--sticky-from-top);
}

.section--two-cols-content .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--main-gap);
}
.section--two-cols-content .container > .left-col {
  grid-column: span 9;
}
.section--two-cols-content .container > .right-col {
  grid-column: span 3;
  position: sticky;
  top: var(--sticky-from-top);
}

/* #region PODCATS ITEMS AND PODCASTS LIST ======================================================================= */
.podcasts-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--main-gap);
}
@media screen and (max-width: 900px) {
  .podcasts-items {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .podcasts-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .podcasts-items .most-readed-posts-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.podcast-item {
  display: block;
  padding: var(--main-padding);
  border-radius: 1rem;
  background: var(--color);
  grid-column: span 4;
}
.podcast-item:hover .podcast-item__title p {
  text-decoration: underline;
}
.podcast-item .podcast-item__wrap {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.podcast-item p.title {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.5rem 0;
}
.podcast-item .podcast-item__title p {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.podcast-item .podcast-item__title p strong {
  font-family: var(--albra-grotesk-semi);
  font-weight: 600;
}
.podcast-item .podcast-item__thumbnail {
  aspect-ratio: 1/1;
  position: relative;
}
.podcast-item .podcast-item__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 70%;
}
.podcast-item .podcast-item__thumbnail img {
  border-radius: 0.5rem;
  width: 100%;
}

.most-listen-item {
  display: block;
}
.most-listen-item:hover .most-listen-item__title p {
  text-decoration: underline;
}
.most-listen-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color);
  border-radius: 0.8rem;
  padding: 2rem;
}
.most-listen-item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  width: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .most-listen-item__thumb {
    display: none;
  }
}
.most-listen-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
}
@media screen and (max-width: 1050px) {
  .most-listen-item__title {
    padding-left: 0;
  }
}
.most-listen-item__title p {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk-semi);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: var(--off-white);
  line-height: 1.2;
}
@media screen and (max-width: 1180px) {
  .most-listen-item__title p {
    font-size: 1.6rem;
  }
}

/* #endregion */
/* #region STORIES ITEMS AND STORIES LIST ======================================================================= */
.stories-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--main-gap);
}
@media screen and (max-width: 900px) {
  .stories-items {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .stories-items {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .stories-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.stories-items .storie-item {
  grid-column: span 3;
}

.storie-item {
  display: block;
  padding: var(--main-padding);
  border-radius: 1rem;
  background: transparent;
  border: 1px solid var(--gray-text);
}
.storie-item:hover .storie-item__title p mark {
  text-decoration: underline;
}
.storie-item__wrap {
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.storie-item__header {
  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;
  margin-bottom: 1.2rem;
  /*           
            @include media(1230px) {
                flex-wrap: wrap;
                justify-content: flex-start;
                gap: 0.5rem;
                text-align: left;
            } */
}
.storie-item .storie-item__published-time {
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  /*           @include media(1230px) {
                flex: 0 0 100%;
                text-align: left;
            } */
}
.storie-item .storie-item__title {
  margin-bottom: 1.2rem;
}
.storie-item .storie-item__title p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.storie-item .storie-item__title p mark {
  background: transparent !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.storie-item .storie-item__thumbnail {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: var(--darker-off-white);
}
.storie-item .storie-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storie-item .storie-item__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 70%;
}

/* #endregion */
/* #region Live feed ======================================================================= */
.live-feed-wrap {
  border-radius: 1rem;
  background: var(--darker-off-white);
  padding: var(--main-padding);
}
.live-feed-wrap__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: var(--black);
  margin-bottom: 1.35rem;
}
.live-feed-wrap__title p {
  margin: 0;
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.live-feed-wrap__title p mark {
  background: transparent;
}
.live-feed-wrap__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.live-feed-wrap__footer {
  margin-top: 2.4rem;
}
.live-feed-wrap__footer .btn {
  margin: 0;
}

.feed-item {
  display: block;
}
.feed-item:hover .feed-item__title mark {
  text-decoration: underline;
}
.feed-item__feed {
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.feed-item__header {
  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;
  margin-bottom: 0.4rem;
  /*  @include media(1230px) {
       flex-wrap: wrap;
       justify-content: flex-start;
       gap: 0.5rem;
       text-align: left;
   } */
}
.feed-item .feed-item__published-time {
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  /*  @include media(1230px) {
       flex: 0 0 100%;
       text-align: left;
   } */
}
.feed-item .feed-item__title p:not(.h1) {
  color: var(--black, #333);
  font-family: Albra Grotesk;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1666666667;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feed-item .feed-item__title p:not(.h1) mark {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feed-item .feed-item__title .h1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .feed-item .feed-item__title .h1 {
    font-size: 2.5rem;
  }
}
.feed-item .feed-item__title .h1 mark {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* #endregion */
/* #region klub bannery ======================================================================= */
.club-banner {
  padding: var(--main-padding);
  background: var(--violet-accent);
  border-radius: 1rem;
  container-type: inline-size;
}
.club-banner__header {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 1090px) {
  .club-banner__header {
    margin-bottom: 1.2rem;
  }
}
.club-banner__header .logo {
  max-width: 8.8rem;
  color: var(--off-white);
}
.club-banner__title p {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .club-banner__title p {
    font-size: 2.1rem;
  }
}
.club-banner__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@container (max-width: 290px) {
  .club-banner__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@container (min-width: 350px) {
  .club-banner__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.club-banner__footer .btn {
  margin: 0;
}

.club-banner.club-banner--ad-vertical {
  padding: var(--main-gap);
}
.club-banner.club-banner--ad-vertical .club-banner__title {
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 1000px) {
  .club-banner.club-banner--ad-vertical .club-banner__title {
    margin-bottom: 1.9rem;
  }
}
.club-banner.club-banner--ad-vertical .club-banner__title p {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
}
.club-banner.club-banner--ad-vertical .club-banner__title p a {
  color: var(--off-white);
}
.club-banner.club-banner--ad-vertical .club-banner__title p a:hover {
  text-decoration: none;
}
.club-banner.club-banner--ad-vertical .club-banner__header {
  margin-bottom: 1.2rem;
}
.club-banner.club-banner--ad-vertical .club-banner__header .logo {
  max-width: 7.5rem;
}

.sidebar-ad {
  margin-top: 1.14rem;
  text-align: center;
}
.sidebar-ad .club-and-ad-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--main-gap);
}
.sidebar-ad .club-and-ad-wrap .ad {
  margin: 0 auto;
}
.sidebar-ad .club-banner {
  margin-top: 1rem;
  text-align: left;
}
.sidebar-ad .club-banner .club-banner__footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sidebar-ad .club-banner .club-banner__footer .logo {
  color: var(--off-white);
}

/* #endregion */
.share-box {
  margin-top: 1.14rem;
  display: block;
}
.share-box p {
  color: var(--darker-gray-text, #A3A3A3);
  font-family: var(--albra-grotesk);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667;
  margin: 0;
}
.share-box p.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
.share-box p.socials a.facebook:before {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1px;
  background: var(--darker-gray-text);
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.share-box p a {
  --color: var(--black);
  text-decoration: none;
  display: block;
  position: relative;
  color: var(--color);
  display: inline-block;
  padding: 0;
  font-size: 1.8rem;
}
.share-box p a:hover:after {
  opacity: 0;
}
.share-box p a:after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-box p a.discord {
  --color: #404EED;
}
.share-box p a.twitter {
  --color: var(--black);
}
.share-box p a.instagram {
  background: -webkit-gradient(linear, right top, left top, from(#FF1058), to(#FF9110));
  background: linear-gradient(270deg, #FF1058 0%, #FF9110 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.share-box p a.instagram:after {
  background: -webkit-gradient(linear, right top, left top, from(#FF1058), to(#FF9110));
  background: linear-gradient(270deg, #FF1058 0%, #FF9110 100%);
}
.share-box p a.facebook {
  --color: #2C48AE;
}
.share-box p a span {
  display: none !important;
}
.share-box p input {
  display: none;
}

.copied-message {
  position: fixed;
  z-index: 100;
  top: var(--sticky-from-top);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--off-white, #A3A3A3);
  font-family: var(--albra-grotesk);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  background: var(--green-accent);
  border-radius: 1rem;
  padding: 1rem 2.1rem;
}

.article-cats {
  margin-top: 5rem;
}
.article-cats p {
  color: var(--darker-gray-text, #A3A3A3);
  font-family: var(--albra-grotesk);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4444444444;
  margin: 0;
}
.article-cats p a {
  color: var(--darker-gray-text, #A3A3A3);
}
.article-cats p a:hover {
  text-decoration: none;
}

.comgate {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 18rem;
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .comgate {
    margin-left: auto;
    margin-right: auto;
  }
}

.ihc-locker-wrap {
  position: relative;
  text-align: left;
  margin-top: 4rem;
}
.ihc-locker-wrap:before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 252, 248, 0)), to(#FDFCF8));
  background: linear-gradient(180deg, rgba(253, 252, 248, 0) 0%, #FDFCF8 100%);
  width: 100%;
  aspect-ratio: 1080/306;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.ihc-locker-wrap:after {
  position: absolute;
  content: "";
  max-width: 27rem;
  width: 100%;
  height: 12px;
  background-image: url("../svg/paywall-dots.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -3rem;
}
.ihc-locker-wrap .header {
  margin-bottom: 1rem;
}
.ihc-locker-wrap .header p {
  color: var(--violet-accent, #9C68E2);
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.ihc-locker-wrap .ihc_locker_1 {
  max-width: 100%;
  text-align: left;
}
.ihc-locker-wrap .ihc_locker_1 div:not(.header, .footer) > p {
  color: var(--violet-accent, #9C68E2);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 53rem;
}
.ihc-locker-wrap .footer {
  margin-top: 2rem;
}
.ihc-locker-wrap .footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--main-gap);
  font-size: 0;
}
.ihc-locker-wrap .footer p br {
  display: none;
}
.ihc-locker-wrap .footer .btn {
  margin: 0;
}
.ihc-locker-wrap .footer .btn.btn--purple {
  color: white;
}

.modal.modal--login {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: var(--violet-accent);
  padding: 3rem;
}

.navbar {
  position: fixed;
  z-index: 80;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.64rem;
  z-index: 20;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  padding: 1.2rem 0 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .navbar {
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar .link {
  display: block;
  text-align: center;
}
.navbar .link:hover .icon {
  color: var(--black);
}
.navbar .link.current .icon {
  color: var(--black);
}
.navbar .link.current .text {
  font-weight: 600;
  font-family: var(--albra-grotesk-semi);
}
.navbar .icon {
  width: 2.2rem;
  height: 2.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;
  color: #C0C0C0;
  margin: 0 auto 0.5rem auto;
}
.navbar .icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .text {
  color: var(--black, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

/* COMPONENTS */
/* common border radius */
/* disable text selection */
a.btn,
.btn,
.editor-styles-wrapper .gt-block a.btn {
  position: relative;
  padding: 0 2.1rem;
  margin: 2rem 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.5rem;
  background: var(--black);
  font-size: 1.6rem;
  color: var(--off-white);
  font-weight: 400;
  font-family: var(--albra-grotesk);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3.4rem;
  line-height: 3.4rem;
}
a.btn:hover,
.btn:hover,
.editor-styles-wrapper .gt-block a.btn:hover {
  background: rgba(var(--black-rgb), 0.8);
  cursor: pointer;
}
a.btn.btn--big,
.btn.btn--big,
.editor-styles-wrapper .gt-block a.btn.btn--big {
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 2rem;
}
a.btn.btn--purple,
.btn.btn--purple,
.editor-styles-wrapper .gt-block a.btn.btn--purple {
  background: var(--violet-accent);
}
a.btn.btn--purple:hover,
.btn.btn--purple:hover,
.editor-styles-wrapper .gt-block a.btn.btn--purple:hover {
  background-color: rgba(var(--violet-accent-rgb), 0.8);
}
a.btn.btn--red,
.btn.btn--red,
.editor-styles-wrapper .gt-block a.btn.btn--red {
  background: var(--red-accent);
}
a.btn.btn--red:hover,
.btn.btn--red:hover,
.editor-styles-wrapper .gt-block a.btn.btn--red:hover {
  background-color: rgba(var(--red-accent-rgb), 0.8);
}
a.btn.btn--black-border,
.btn.btn--black-border,
.editor-styles-wrapper .gt-block a.btn.btn--black-border {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
a.btn.btn--black-border:hover:after,
.btn.btn--black-border:hover:after,
.editor-styles-wrapper .gt-block a.btn.btn--black-border:hover:after {
  opacity: 1;
}
a.btn.btn--black-border:after,
.btn.btn--black-border:after,
.editor-styles-wrapper .gt-block a.btn.btn--black-border:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
a.btn.btn--red-border,
.btn.btn--red-border,
.editor-styles-wrapper .gt-block a.btn.btn--red-border {
  background: transparent;
  border: 1px solid var(--red-accent);
  color: var(--red-accent);
}
a.btn.btn--red-border:hover:after,
.btn.btn--red-border:hover:after,
.editor-styles-wrapper .gt-block a.btn.btn--red-border:hover:after {
  opacity: 1;
}
a.btn.btn--red-border:after,
.btn.btn--red-border:after,
.editor-styles-wrapper .gt-block a.btn.btn--red-border:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--red-accent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
a.btn.btn--green-border,
.btn.btn--green-border,
.editor-styles-wrapper .gt-block a.btn.btn--green-border {
  background: transparent;
  border: 1px solid var(--green-accent);
  color: var(--green-accent);
}
a.btn.btn--green-border:hover:after,
.btn.btn--green-border:hover:after,
.editor-styles-wrapper .gt-block a.btn.btn--green-border:hover:after {
  opacity: 1;
}
a.btn.btn--green-border:after,
.btn.btn--green-border:after,
.editor-styles-wrapper .gt-block a.btn.btn--green-border:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--green-accent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
a.btn.btn--purple-border,
.btn.btn--purple-border,
.editor-styles-wrapper .gt-block a.btn.btn--purple-border {
  background: transparent;
  border: 1px solid var(--violet-accent);
  color: var(--violet-accent);
}
a.btn.btn--purple-border:hover:after,
.btn.btn--purple-border:hover:after,
.editor-styles-wrapper .gt-block a.btn.btn--purple-border:hover:after {
  opacity: 1;
}
a.btn.btn--purple-border:after,
.btn.btn--purple-border:after,
.editor-styles-wrapper .gt-block a.btn.btn--purple-border:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--violet-accent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
a.btn.btn--white,
.btn.btn--white,
.editor-styles-wrapper .gt-block a.btn.btn--white {
  background: var(--off-white);
  color: var(--black);
}
a.btn.btn--white:hover,
.btn.btn--white:hover,
.editor-styles-wrapper .gt-block a.btn.btn--white:hover {
  background: rgba(var(--off-white-rgb), 0.8);
}
a.btn.btn--white-border,
.btn.btn--white-border,
.editor-styles-wrapper .gt-block a.btn.btn--white-border {
  background: transparent;
  border: 1px solid var(--off-white);
  color: var(--off-white);
}
a.btn.btn--white-border:hover:after,
.btn.btn--white-border:hover:after,
.editor-styles-wrapper .gt-block a.btn.btn--white-border:hover:after {
  opacity: 1;
}
a.btn.btn--white-border:after,
.btn.btn--white-border:after,
.editor-styles-wrapper .gt-block a.btn.btn--white-border:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--off-white);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
a.btn.btn--with-icon,
.btn.btn--with-icon,
.editor-styles-wrapper .gt-block a.btn.btn--with-icon {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  padding: 0 1.2rem;
}
a.btn.btn--with-icon .icon,
.btn.btn--with-icon .icon,
.editor-styles-wrapper .gt-block a.btn.btn--with-icon .icon {
  font-size: 0;
  width: 1.9rem;
  height: 1.9rem;
}
a.btn.btn--link,
.btn.btn--link,
.editor-styles-wrapper .gt-block a.btn.btn--link {
  color: var(--off-white, #FDFCF8);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline !important;
  padding: 0;
  background: transparent;
  line-height: 1;
  height: auto;
}
a.btn.btn--link:hover,
.btn.btn--link:hover,
.editor-styles-wrapper .gt-block a.btn.btn--link:hover {
  text-decoration: none !important;
}
a.btn.btn--link.btn--black,
.btn.btn--link.btn--black,
.editor-styles-wrapper .gt-block a.btn.btn--link.btn--black {
  color: var(--black);
}
a.btn .loader,
.btn .loader,
.editor-styles-wrapper .gt-block a.btn .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 0.2em solid currentcolor;
  border-radius: 50%;
  opacity: 0;
}
a.btn.btn--loading,
.btn.btn--loading,
.editor-styles-wrapper .gt-block a.btn.btn--loading {
  border-color: rgba(var(--black-rgb), 0.5);
  pointer-events: none;
}
a.btn.btn--loading span,
.btn.btn--loading span,
.editor-styles-wrapper .gt-block a.btn.btn--loading span {
  opacity: 0.5;
}
a.btn.btn--loading .loader,
.btn.btn--loading .loader,
.editor-styles-wrapper .gt-block a.btn.btn--loading .loader {
  -webkit-animation: loader-06 1s ease-out infinite;
          animation: loader-06 1s ease-out infinite;
}
a.btn span,
.btn span,
.editor-styles-wrapper .gt-block a.btn span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes loader-06 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes loader-06 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* #endregion */
.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: transparent;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  opacity: 1;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  padding: 0 2.1rem;
  margin: 2rem 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.5rem;
  background: var(--black);
  font-size: 1.6rem;
  color: var(--off-white);
  font-weight: 400;
  font-family: var(--albra-grotesk);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3.4rem;
  line-height: 3.4rem;
  margin: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: rgba(var(--black-rgb), 0.8);
  cursor: pointer;
}

/* common border radius */
/* disable text selection */
.form label.checkbox {
  display: block;
  position: relative;
  padding-left: 2.4rem;
  color: var(--black);
  font-size: 14px;
  text-align: left;
}
.form label.checkbox .icheckbox {
  position: absolute;
  left: 0;
  top: -1px;
}
.form label.checkbox a {
  text-decoration: underline;
}
.form label.checkbox a:hover {
  text-decoration: none;
}

.icheckbox, .iradio {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.6rem 0 0;
  display: inline-block;
  vertical-align: top;
  background: white;
  border: 1px solid #D3D0D0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icheckbox:after, .iradio:after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.385' height='18.385' viewBox='0 0 18.385 18.385'%3E%3Cg id='Group_349' data-name='Group 349' transform='translate(9.087 -33.129) rotate(45)'%3E%3Cg id='Group_27' data-name='Group 27' transform='translate(17.955 17.955)'%3E%3Crect id='Rectangle_20' data-name='Rectangle 20' width='24' height='2' rx='1' transform='translate(11.045 23.896) rotate(-90)' fill='%23fff'/%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='24' height='2' rx='1' transform='translate(0.045 10.896)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-size: 56%;
}
.icheckbox.hover, .iradio.hover {
  border-color: var(--black);
}
.icheckbox.checked, .iradio.checked {
  background: var(--black);
  border-color: var(--black);
}
.icheckbox.checked:after, .iradio.checked:after {
  opacity: 1;
}

/* common border radius */
/* disable text selection */
.slick-arrow {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-0.162)'%3E%3Crect id='Rectangle_28' data-name='Rectangle 28' width='26' height='26' transform='translate(0.162)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M2646.564,4075.4h0a3.2,3.2,0,0,1,0-4.528l3.342-3.342-3.342-3.342a3.2,3.2,0,0,1,0-4.527h0l7.87,7.869Z' transform='translate(-2645.626 -4059.663)' fill='%23121524'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  background-color: grey;
}
.slick-arrow.prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  border-radius: 50%;
  background: #C4C6CF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}
.slick-dots li.slick-active button {
  background: black;
}

/* common border radius */
/* disable text selection */
@-webkit-keyframes loader-an {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes loader-an {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.gt-block form,
.editor-styles-wrapper .gt-block form,
.form {
  position: relative;
  /* clear */
  /* loading */
}
.gt-block form:after,
.editor-styles-wrapper .gt-block form:after,
.form:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.gt-block form .form-loader,
.editor-styles-wrapper .gt-block form .form-loader,
.form .form-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 5rem;
  height: 5rem;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: 2px solid currentColor;
  background: rgba(var(--black-rgb), 0.1);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
.gt-block form.loading div.inputs,
.editor-styles-wrapper .gt-block form.loading div.inputs,
.form.loading div.inputs {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
  pointer-events: none;
}
.gt-block form.loading .form-loader,
.editor-styles-wrapper .gt-block form.loading .form-loader,
.form.loading .form-loader {
  -webkit-animation: loader-an 1s ease-out infinite;
          animation: loader-an 1s ease-out infinite;
}
.gt-block form .input-wrap,
.editor-styles-wrapper .gt-block form .input-wrap,
.form .input-wrap {
  position: relative;
}
.gt-block form .input-wrap.focused label,
.editor-styles-wrapper .gt-block form .input-wrap.focused label,
.form .input-wrap.focused label {
  top: -0.5rem;
  font-size: 12px;
}
.gt-block form .input-wrap label,
.editor-styles-wrapper .gt-block form .input-wrap label,
.form .input-wrap label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.gt-block form label,
.editor-styles-wrapper .gt-block form label,
.form label {
  color: var(--gray-text, #C0C0C0);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gt-block form input[type=text],
.gt-block form input[type=password],
.gt-block form textarea,
.editor-styles-wrapper .gt-block form input[type=text],
.editor-styles-wrapper .gt-block form input[type=password],
.editor-styles-wrapper .gt-block form textarea,
.form input[type=text],
.form input[type=password],
.form textarea {
  width: 100%;
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0;
  border: 1px solid var(--black);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--albra-grotesk);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.gt-block form input[type=text]:hover, .gt-block form input[type=text]:focus,
.gt-block form input[type=password]:hover,
.gt-block form input[type=password]:focus,
.gt-block form textarea:hover,
.gt-block form textarea:focus,
.editor-styles-wrapper .gt-block form input[type=text]:hover,
.editor-styles-wrapper .gt-block form input[type=text]:focus,
.editor-styles-wrapper .gt-block form input[type=password]:hover,
.editor-styles-wrapper .gt-block form input[type=password]:focus,
.editor-styles-wrapper .gt-block form textarea:hover,
.editor-styles-wrapper .gt-block form textarea:focus,
.form input[type=text]:hover,
.form input[type=text]:focus,
.form input[type=password]:hover,
.form input[type=password]:focus,
.form textarea:hover,
.form textarea:focus {
  border-color: black;
}
.gt-block form input[type=text]::-webkit-input-placeholder,
.gt-block form input[type=password]::-webkit-input-placeholder,
.gt-block form textarea::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=password]::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form textarea::-webkit-input-placeholder,
.form input[type=text]::-webkit-input-placeholder,
.form input[type=password]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D3D0D0;
  opacity: 1;
}
.gt-block form input[type=text]::-moz-placeholder,
.gt-block form input[type=password]::-moz-placeholder,
.gt-block form textarea::-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=password]::-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea::-moz-placeholder,
.form input[type=text]::-moz-placeholder,
.form input[type=password]::-moz-placeholder,
.form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #D3D0D0;
  opacity: 1;
}
.gt-block form input[type=text]:-ms-input-placeholder,
.gt-block form input[type=password]:-ms-input-placeholder,
.gt-block form textarea:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=password]:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form textarea:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #D3D0D0;
  opacity: 1;
}
.gt-block form input[type=text]:-moz-placeholder,
.gt-block form input[type=password]:-moz-placeholder,
.gt-block form textarea:-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=password]:-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea:-moz-placeholder,
.form input[type=text]:-moz-placeholder,
.form input[type=password]:-moz-placeholder,
.form textarea:-moz-placeholder { /* Firefox 18- */
  color: #D3D0D0;
  opacity: 1;
}
.gt-block form textarea,
.editor-styles-wrapper .gt-block form textarea,
.form textarea {
  height: 180px;
  padding-top: 10px;
  padding: 10px;
  line-height: 30px;
}
.gt-block form div.input,
.editor-styles-wrapper .gt-block form div.input,
.form div.input {
  margin-bottom: 1.75rem;
}
.gt-block form span.errorEmpty,
.gt-block form span.errorFormat,
.gt-block form span.errorData,
.editor-styles-wrapper .gt-block form span.errorEmpty,
.editor-styles-wrapper .gt-block form span.errorFormat,
.editor-styles-wrapper .gt-block form span.errorData,
.form span.errorEmpty,
.form span.errorFormat,
.form span.errorData {
  display: block;
  overflow: hidden;
  color: var(--red-accent);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0;
  opacity: 0;
}
.gt-block form .hasErrorEmpty span.errorEmpty,
.gt-block form .hasErrorFormat span.errorFormat,
.gt-block form .hasErrorData span.errorData,
.editor-styles-wrapper .gt-block form .hasErrorEmpty span.errorEmpty,
.editor-styles-wrapper .gt-block form .hasErrorFormat span.errorFormat,
.editor-styles-wrapper .gt-block form .hasErrorData span.errorData,
.form .hasErrorEmpty span.errorEmpty,
.form .hasErrorFormat span.errorFormat,
.form .hasErrorData span.errorData {
  max-height: 40px;
  padding: 0;
  opacity: 1;
}
.gt-block form .hasErrorEmpty input[type=text],
.gt-block form .hasErrorEmpty input[type=password],
.gt-block form .hasErrorEmpty textarea,
.gt-block form .hasErrorFormat input[type=text],
.gt-block form .hasErrorFormat input[type=password],
.gt-block form .hasErrorFormat textarea,
.gt-block form .hasErrorData input[type=text],
.gt-block form .hasErrorData input[type=password],
.gt-block form .hasErrorData textarea,
.editor-styles-wrapper .gt-block form .hasErrorEmpty input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorEmpty input[type=password],
.editor-styles-wrapper .gt-block form .hasErrorEmpty textarea,
.editor-styles-wrapper .gt-block form .hasErrorFormat input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorFormat input[type=password],
.editor-styles-wrapper .gt-block form .hasErrorFormat textarea,
.editor-styles-wrapper .gt-block form .hasErrorData input[type=text],
.editor-styles-wrapper .gt-block form .hasErrorData input[type=password],
.editor-styles-wrapper .gt-block form .hasErrorData textarea,
.form .hasErrorEmpty input[type=text],
.form .hasErrorEmpty input[type=password],
.form .hasErrorEmpty textarea,
.form .hasErrorFormat input[type=text],
.form .hasErrorFormat input[type=password],
.form .hasErrorFormat textarea,
.form .hasErrorData input[type=text],
.form .hasErrorData input[type=password],
.form .hasErrorData textarea {
  border-bottom-color: var(--red-accent) !important;
}
.gt-block form div.inputs,
.editor-styles-wrapper .gt-block form div.inputs,
.form div.inputs {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* clear */
  /*  &:after
   {
       content: " ";
       width: 100%;
       height: 0px;
       display: block;
       overflow: hidden;
       clear: both;
   } */
}
.gt-block form div.sent,
.editor-styles-wrapper .gt-block form div.sent,
.form div.sent {
  padding: 0.5rem 1rem;
  border: 1px solid var(--green-accent);
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.gt-block form div.sent p,
.editor-styles-wrapper .gt-block form div.sent p,
.form div.sent p {
  color: var(--green-accent);
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  font-family: var(--albra-grotesk);
}
.gt-block form div.sent a,
.editor-styles-wrapper .gt-block form div.sent a,
.form div.sent a {
  text-decoration: underline;
}
.gt-block form div.sent a:hover,
.editor-styles-wrapper .gt-block form div.sent a:hover,
.form div.sent a:hover {
  text-decoration: none;
}
.gt-block form div.exists,
.editor-styles-wrapper .gt-block form div.exists,
.form div.exists {
  padding: 0.5rem 1rem;
  border: 1px solid var(--red-accent);
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.gt-block form div.exists p,
.editor-styles-wrapper .gt-block form div.exists p,
.form div.exists p {
  color: var(--red-accent);
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  font-family: var(--albra-grotesk);
}
.gt-block form .btn,
.editor-styles-wrapper .gt-block form .btn,
.form .btn {
  margin-bottom: 0;
  margin-top: 1.75rem;
}
.gt-block form .form-error,
.editor-styles-wrapper .gt-block form .form-error,
.form .form-error {
  background: var(--red-accent);
  padding: 0.5rem 1rem;
  margin-bottom: 1.75rem;
  display: none;
}
.gt-block form .form-error.hasError,
.editor-styles-wrapper .gt-block form .form-error.hasError,
.form .form-error.hasError {
  display: block;
}
.gt-block form .form-error p,
.editor-styles-wrapper .gt-block form .form-error p,
.form .form-error p {
  color: var(--off-white, #C0C0C0);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form.form--white {
  color: var(--off-white);
}
.form.form--white label {
  color: var(--off-white);
}
.form.form--white input[type=text],
.form.form--white input[type=password],
.form.form--white textarea {
  border-bottom-color: var(--off-white);
  color: var(--off-white);
}
.form.form--white span.errorEmpty,
.form.form--white span.errorFormat,
.form.form--white span.errorData {
  color: red;
}

.gform_wrapper.gform-theme.gform-theme--foundation {
  max-width: 103rem;
  margin: 0 auto;
  -gform-theme-color-primary: var(--violet-accent) !important;
  --gform-theme-color-primary-rgb: var(--violet-accent-rgb) !important;
  --gform-theme-control-choice-check-color: var(--violet-accent) !important;
}

.gform-body p.form-section-title {
  color: var(--black, #333);
  text-align: center;
  font-family: var(--albra-grotesk);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 700px) {
  .gform-body p.form-section-title {
    margin-bottom: 0;
  }
}
.gform-body .price-select {
  margin-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .gform-body .price-select {
    margin-bottom: 1rem;
  }
}
.gform-body .price-select .ginput_container {
  margin-bottom: 0;
}
.gform-body .price-select .ginput_container .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1100px) {
  .gform-body .price-select .ginput_container .gfield_radio {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.gform-body .price-select .ginput_container .gfield_radio .gchoice input {
  display: none;
}
.gform-body .price-select .ginput_container .gfield_radio .gchoice label {
  position: relative;
  padding: 0 2.1rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--albra-grotesk);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3.4rem;
  line-height: 3.4rem;
  color: var(--black);
  border: 1px solid var(--black);
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .gform-body .price-select .ginput_container .gfield_radio .gchoice label {
    padding: 0 1rem;
  }
}
.gform-body .price-select .ginput_container .gfield_radio .gchoice label:hover {
  cursor: pointer;
}
.gform-body .price-select .ginput_container .gfield_radio .gchoice label:hover:after {
  opacity: 1;
}
.gform-body .price-select .ginput_container .gfield_radio .gchoice label:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
.gform-body .price-select .ginput_container .gfield_radio input:checked + label {
  background: var(--violet-accent);
  border-color: var(--violet-accent);
  color: white;
}
.gform-body .price-select .ginput_container .gfield_radio input:checked + label:after {
  display: none;
}
.gform-body .select-payment-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .gform-body .select-payment-type {
    margin-bottom: 1rem;
  }
}
.gform-body .select-payment-type .ginput_container {
  margin-bottom: 0;
}
.gform-body .select-payment-type .ginput_container .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice input {
  display: none;
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label {
  position: relative;
  padding: 0 2.1rem;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--albra-grotesk);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3.4rem;
  line-height: 3.4rem;
  color: var(--black);
  border: 1px solid var(--black);
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label {
    padding: 0 1rem;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label:hover {
  cursor: pointer;
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label:hover:after {
  opacity: 1;
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.3rem;
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_0 {
  padding-left: 5.3rem;
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_0 {
    padding-left: 3.2em;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_0:before {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 1.5rem;
  background-image: url("../svg/payments/card-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_0:before {
    left: 1;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_1 {
  padding-left: 5.3rem;
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_1 {
    padding-left: 3.2em;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_1:before {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 1.5rem;
  background-image: url("../svg/payments/transfer-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .gform-body .select-payment-type .ginput_container .gfield_radio .gchoice label#label_2_18_1:before {
    left: 1em;
  }
}
.gform-body .select-payment-type .ginput_container .gfield_radio input:checked + label {
  background: var(--violet-accent);
  border-color: var(--violet-accent);
  color: white;
}
.gform-body .select-payment-type .ginput_container .gfield_radio input:checked + label:after {
  display: none;
}
.gform-body .select-payment-type .ginput_container .gfield_radio input:checked + label#label_2_18_0:before {
  background-image: url("../svg/payments/card-white.svg");
}
.gform-body .select-payment-type .ginput_container .gfield_radio input:checked + label#label_2_18_1:before {
  background-image: url("../svg/payments/transfer-white.svg");
}
.gform-body #field_2_17 {
  margin-top: 3rem;
}
@media screen and (max-width: 700px) {
  .gform-body #field_2_17 {
    margin-top: 1rem;
  }
}
.gform-body .gfield--type-total, .gform-body .spacer {
  display: none;
}
.gform-body label.gform-field-label {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.gform-body .ginput_container {
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .gform-body .ginput_container {
    margin-bottom: 0;
  }
}
.gform-body .ginput_container input[type=text],
.gform-body .ginput_container input[type=tel],
.gform-body .ginput_container input[type=email],
.gform-body .ginput_container input[type=number] {
  height: 4rem;
  line-height: 4rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--black);
  color: var(--violet-accent);
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.5rem;
  -moz-appearance: textfield;
}
.gform-body .ginput_container input::-webkit-outer-spin-button,
.gform-body .ginput_container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gform-body #field_2_19 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.gform-theme.gform-theme--foundation .gform_footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0;
}
.gform-theme.gform-theme--foundation .gform_footer input[type=submit].gform_button.button {
  padding: 0 2.1rem;
  border-radius: 0.5rem;
  background: var(--violet-accent);
  --gform-theme-local-background-color: var(--violet-accent) !important;
  font-size: 1.6rem;
  color: var(--off-white);
  font-weight: 400;
  font-family: var(--albra-grotesk);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 4.8rem !important;
  line-height: 4.8rem;
  font-size: 2rem !important;
}
.gform-theme.gform-theme--foundation .gform_footer input[type=submit].gform_button.button:hover {
  background-color: rgba(var(--violet-accent-rgb), 0.8);
}

.gform-theme.gform-theme--foundation .gform_fields {
  gap: 2rem;
}

.gform_required_legend {
  display: none;
}

.gform-theme.gform-theme--framework .gfield_validation_message {
  margin-top: -2rem !important;
}

.gfield_consent_label a {
  text-decoration: underline;
}

.darujme-formular-nova-identita {
  padding: 8rem 0;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation {
  max-width: 100%;
  background: #F3F0E5;
  border-radius: 1rem;
  padding: 2rem;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation form {
  max-width: 103rem;
  margin: 0 auto;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation h4 {
  text-align: center;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation .gform-body .price-select .ginput_container .gfield_radio {
  gap: 1rem;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation .gform-body .price-select .ginput_container .gfield_radio .gchoice label {
  padding: 0 1rem;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation .formular-provozni-podminky {
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625;
  color: var(--black);
  text-align: center;
  margin-bottom: 3rem;
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_0,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_1,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_2,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_3 {
  padding-left: 5.3rem;
}
@media screen and (max-width: 1100px) {
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_0,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_1,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_2,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_3 {
    padding-left: 3.2em;
  }
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_0:before,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_1:before,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_2:before,
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_3:before {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_0:before,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_1:before,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_2:before,
  .darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_3:before {
    left: 1;
  }
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_0:before {
  background-image: url("../svg/payments/card-black.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation input:checked + label#label_5_18_0:before {
  background-image: url("../svg/payments/card-white.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_1:before {
  background-image: url("../svg/payments/transfer-black.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation input:checked + label#label_5_18_1:before {
  background-image: url("../svg/payments/transfer-white.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_2:before {
  background-image: url("../svg/payments/google-black.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation input:checked + label#label_5_18_2:before {
  background-image: url("../svg/payments/google-white.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation label#label_5_18_3:before {
  background-image: url("../svg/payments/payu-black.svg");
}
.darujme-formular-nova-identita .gform_wrapper.gform-theme.gform-theme--foundation input:checked + label#label_5_18_3:before {
  background-image: url("../svg/payments/payu-white.svg");
}

.gform-theme--foundation .gfield.hidden {
  display: none;
}

.blocker {
  z-index: 99;
  background: rgba(var(--off-white-rgb), 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal.modal--story {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2rem;
  border-radius: 1rem;
  background: white;
  border: 1px solid var(--gray-text);
}
@media screen and (max-height: 970px) {
  .modal.modal--story {
    width: auto;
  }
}
.modal.modal--story a.close-modal {
  top: -3.5rem;
  right: -3.5rem;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 520px) {
  .modal.modal--story a.close-modal {
    top: -1.6rem;
    right: -1.6rem;
  }
}
@media screen and (max-height: 1050px) {
  .modal.modal--story a.close-modal {
    top: -1.6rem;
    right: -1.6rem;
  }
}
.modal.modal--story video {
  border-radius: 0.5rem;
}
@media screen and (max-height: 970px) {
  .modal.modal--story video {
    height: 51rem;
  }
}
@media screen and (max-height: 690px) {
  .modal.modal--story video {
    height: 38rem;
  }
}
.modal.modal--story .modal__header {
  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;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1090px) {
  .modal.modal--story .modal__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
    text-align: left;
  }
}
@media screen and (max-height: 690px) {
  .modal.modal--story .modal__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
    text-align: left;
  }
}
@media screen and (max-height: 690px) {
  .modal.modal--story .time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.modal.modal--story .time p {
  color: var(--darker-gray-text, #A3A3A3);
  text-align: right;
  font-family: var(--albra-grotesk);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .modal.modal--story .time p {
    font-size: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
}
@media screen and (max-height: 690px) {
  .modal.modal--story .time p {
    font-size: 13px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
}
.modal.modal--story .modal__title {
  margin-bottom: 1.2rem;
}
.modal.modal--story .modal__title p {
  color: var(--black, #333);
  font-family: var(--albra-grotesk);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.modal--story .modal__title p mark {
  background: transparent;
}
.modal.modal--story .modal__footer {
  position: absolute;
  bottom: 0;
  right: -2.5rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 870px) {
  .modal.modal--story .modal__footer {
    position: absolute;
    bottom: -1.5rem;
    right: auto;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* PAGES (better to include direct CSS file on the page) */
/*@import url(pages/XXX.scss);*/
/* BLOCKS  (better to include direct CSS file with the block) */
/* common border radius */
/* disable text selection */
section.gt-block,
.editor-styles-wrapper section.gt-block {
  position: relative;
}
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.gt-block .center,
  .editor-styles-wrapper section.gt-block .center {
    width: auto;
    margin: 0 30px;
  }
}

/*@import url(blocks/XXX.scss);*/