@font-face {
  font-family: "Font Awesome 5 Free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free Solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro 400";
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro Solid 900";
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro 300";
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Duotone Solid 900";
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.intro-title {
  color: #141414;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1em;
}

.intro-title.light {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 40px;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside.scheduling {
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.footer {
  padding-top: 0;
}

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

.text-center.hide {
  display: none;
}

.section-intro {
  color: #141414;
  background-color: #fff;
  border: 0 #141414;
  justify-content: center;
  align-items: center;
  padding-top: 5.5em;
  padding-bottom: 5.5em;
  display: flex;
}

.section-intro.scheduling {
  padding-top: 7.5em;
  padding-bottom: 2em;
}

.section-intro.scheduling.subscription {
  padding-top: 0;
}

.section-intro.hero {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  line-height: 1em;
}

.intro-description {
  padding: 2em 4em 1.7em;
}

.intro-description.grey {
  background-color: #f6f6f6;
  border-radius: 24px;
  margin-top: 2em;
  display: none;
}

.button-link {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-clip: border-box;
  border: 2px solid #141414;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button-link:hover {
  color: #000;
  background-color: #0000;
  border-style: dashed;
}

.button-link.secundary {
  color: #141414;
  background-color: #0000;
  border-color: #141414;
}

.button-link.secundary.select {
  border-radius: 24px;
  padding: 1em 1.5em;
}

.button-link.secundary.select:hover {
  background-color: #1414140d;
}

.button-link.secundary.center {
  width: auto;
}

.button-link.secundary.mai {
  color: #fff;
  background-color: #ba0c2f;
  border-color: #00205b;
  display: none;
}

.button-link.light {
  color: #141414;
  background-color: #f5f5f5;
  background-image: linear-gradient(-90deg, #79e2c3, #01c6d5);
  border-style: none;
  border-color: #f5f5f5;
  font-weight: 700;
}

.button-link.light:hover {
  background-image: linear-gradient(90deg, #01c6d5, #f5f5f5);
}

.button-link.light.auto {
  text-align: center;
  background-image: linear-gradient(-90deg, #79e2c3, #01c6d5);
}

.button-link.light.auto:hover {
  background-image: linear-gradient(-90deg, #f5f5f5, #01c6d5);
}

.button-link.center {
  text-align: center;
  align-self: auto;
  width: auto;
  max-width: none;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.intro-subline {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.intro-subline.light {
  color: #141414;
  font-weight: 600;
  display: block;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.header-logo---brix {
  max-width: 100px;
}

.header-nav-menu-wrapper---brix, .header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.hidden-on-table {
  display: block;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-logo-link---brix {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link---brix:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-wrapper---brix {
  z-index: auto;
  background-color: #fff;
  border-bottom: .5px #141414;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-nav-list-item---brix {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item---brix.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item---brix.show-in-tablet {
  display: none;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-link---brix {
  color: #141414;
  padding: 0;
  font-weight: 700;
}

.header-nav-link---brix:hover {
  color: #02a6b2;
}

.header-nav-menu-list---brix {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-middle {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.container-default {
  flex-flow: column;
  justify-content: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.header-content-wrapper---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-content-wrapper---brix.center {
  justify-content: center;
  align-items: center;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #141414 30%, #14141461);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.1em;
}

.div-block {
  width: 20px;
  height: 20px;
}

.buttons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.section-about {
  background-color: #141414;
  background-image: url('../images/IMG_4729nacka_1IMG_4729nacka.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-about.privacy {
  background-image: url('../images/IMG_4729-milica_1IMG_4729-milica.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
}

.section-about.preparation {
  background-image: none;
}

.section-about.pricing {
  background-image: none;
  padding-bottom: 3.5em;
}

.section-about.turn-off-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.body {
  background-color: #fff;
}

.hero-heading {
  color: #141414;
  letter-spacing: -.01em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
}

.hero-heading.light {
  background-image: linear-gradient(156deg, #141414 30%, #14141461);
  display: block;
}

.hero-heading.coming-soon {
  font-size: 2.6em;
}

.hero-heading.coming-soon.no {
  font-size: 2.45em;
}

.paragraph {
  color: #8f8f8f;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  display: block;
}

.paragraph.light {
  color: #141414;
  text-align: left;
}

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

.paragraph.left {
  text-align: left;
  flex-flow: row;
  display: block;
}

.paragraph.left._10 {
  margin-bottom: 0;
}

.paragraph.sized {
  text-align: left;
  max-width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: #141414;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.top-bar {
  background-color: #292929;
  height: 34px;
}

.top-bar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 34px;
  display: flex;
}

.bar-right-side {
  align-self: auto;
  display: flex;
}

.bar-text {
  color: #8f8f8f;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.gradient-line {
  background-image: linear-gradient(90deg, #14141400, #141414 50%, #14141400);
  height: 1px;
}

.gradient-line.white {
  background-image: linear-gradient(90deg, #14141400, #fff 50%, #14141400);
  height: 2px;
}

.gradient-line.blue {
  background-image: linear-gradient(90deg, #14141400, #00205b 50%, #14141400);
  height: 2px;
}

.section-how-it-works {
  padding-top: 7.5em;
  padding-bottom: 1.9em;
}

.section-how-it-works.hide {
  display: none;
  overflow: visible;
}

.section-how-it-works.grey {
  background-color: #f6f6f6;
}

.section-how-it-works.padding {
  padding-bottom: 6.5em;
}

.how-it-works-overview {
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 74px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 74px;
  height: 100px;
  max-height: 100%;
  margin-bottom: 16px;
}

.pricing-image._1 {
  width: 78px;
}

.pricing-image._2 {
  width: 100px;
}

.pricing-image._3 {
  width: 85px;
}

.pricing-image._4, .pricing-image._5, .pricing-image._6, .pricing-image._7, .pricing-image._8, .pricing-image._9 {
  width: 100px;
}

.small-title {
  color: #141414;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.small-title.center {
  color: #02a6b2;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Oooh Baby, sans-serif;
  font-size: 1.8em;
}

.small-title.center.light {
  color: #01c6d5;
  text-align: center;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  font-size: 1.4em;
  display: block;
}

.small-title.center.light.bigger {
  font-size: 1.8em;
}

.text-span-2, .text-span-3, .bold-text {
  color: #fff;
}

.bold-text.black {
  color: #141414;
}

.gallery-overview {
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.price {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: .08em;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  transition-property: none;
  display: inline;
}

.button-primary.price:hover {
  border-color: #747474;
}

.gallery-image {
  width: 100%;
}

.tip {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  flex: none;
  align-self: auto;
  width: 70px;
  max-width: none;
  margin-right: 20px;
  padding-top: 5px;
}

.icon.number {
  padding-top: 0;
}

.icon.number.small {
  width: 60px;
}

.image {
  max-width: 70px;
}

.image._2 {
  max-width: 55px;
}

.image._1 {
  max-width: 65px;
}

.image._3 {
  max-width: 60px;
}

.image._4, .image._5 {
  max-width: 65px;
}

.section-session-types {
  padding-top: 7.5em;
  padding-bottom: 1.5em;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 5em;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: fill;
  width: 80px;
  height: 100%;
  margin-bottom: 16px;
}

.pricing-image-2._1 {
  width: 100px;
}

.pricing-image-2._2 {
  object-fit: fill;
  width: 100px;
  height: 100%;
}

.pricing-image-2._3 {
  object-fit: fill;
  width: 85px;
}

.pricing-image-2._4 {
  object-fit: fill;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.text-size-xlarge {
  font-size: 3rem;
}

.text-size-xlarge.text-weight-normal.text-align-center {
  font-size: 1.7rem;
}

.hero_tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-size-regular.text-weight-light.text-color-gray {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-size-regular.text-weight-light.text-color-gray.icon {
  color: #01c6d5;
  width: auto;
  margin-right: 0;
  font-family: "Font Awesome 5 Pro 400", Arial, sans-serif;
}

.text-size-regular.text-weight-light.text-color-gray.icon.grey {
  color: #8f8f8f;
}

.features_line {
  background-color: #a1a1a1;
  width: 40%;
  max-width: 70px;
  height: 2px;
}

.features_block-wrap {
  justify-content: center;
  align-items: flex-start;
}

.hero_pricing-professinal-text {
  text-align: center;
  background-image: linear-gradient(63deg, #99999980, #000000f2);
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  align-self: center;
  padding: 2px 10px;
  font-size: .8rem;
}

.text-color-gray {
  color: #89898b;
  font-family: Lato, sans-serif;
}

.hero_free-gradient {
  opacity: .25;
  filter: blur(45px);
  background-color: #fff;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% -29% auto auto;
}

.hero_free-gradient.is-enterprise {
  inset: -26% auto auto -29%;
}

.hero_tab-pane-monthly {
  overflow: hidden;
}

.hero_pricing-wrap {
  background-color: #1f1f1f80;
  border-radius: 10px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.hero_pricing-wrap.is-enterprise {
  padding-bottom: 2px;
}

.hero_pricing-wrap.is-professional {
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 2px;
  display: block;
}

.features_dot {
  background-color: #a1a1a1;
  border-radius: 100%;
  width: 1%;
  max-width: 4px;
  height: 4px;
}

.gradient_line-two {
  z-index: -1;
  filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox_image {
  color: #32dba8;
  width: 12px;
  display: none;
}

.features {
  letter-spacing: 2px;
}

.features.text-color-darkgray {
  color: #a1a1a1;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.hero_professional-gradient {
  opacity: .5;
  filter: blur(45px);
  background-color: #fff;
  border-radius: 263px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% 0% 0% 15%;
}

.hero_tab-link-yearly {
  background-color: #0000;
  border-radius: 50px;
}

.hero_tab-link-yearly:hover {
  background-color: #363636;
}

.hero_tab-link-yearly.w--current {
  background-color: #fff;
}

.hero_tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #2a2a2d;
  border: 1px solid #fff3;
  border-radius: 50px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.hero_pricing-detail-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero_tab-link-monthly {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.hero_tab-link-monthly:hover {
  background-color: #363636;
  border-radius: 50px;
}

.hero_tab-link-monthly.w--current {
  background-color: #fff;
  border: 1px solid #414141;
  border-radius: 50px;
}

.text-size-medium.text-weight-light, .text-size-medium.text-weight-light.text-color-gray {
  font-family: Lato, sans-serif;
}

.hero_tab-pane-yearly {
  overflow: hidden;
}

.hero_pricing-professinal {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
}

.hero_pricing-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero_pricing-table {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0e0e0e;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_pricing-table.is-enterprise {
  grid-template-rows: auto;
  padding-bottom: 30px;
}

.hero_pricing-table.is-professional {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-giftcard {
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.faq {
  background-color: #141414;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.faq_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  color: #f5f5f5;
  width: 30px;
}

.faq_item {
  background-color: #0e0e0e;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: #ffffff4d;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white.text-weight-medium {
  color: #f5f5f5;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.faq_answer-wrap {
  padding-bottom: 24px;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-regular-2.text-color-lightgray {
  color: #8f8f8f;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.divider {
  width: 20px;
  height: 40px;
}

.section-contact {
  padding-top: 7.5em;
  padding-bottom: 0;
}

.section-contact.dark {
  background-color: #141414;
  padding-bottom: 0;
}

.contact-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  position: relative;
}

.grid-contact {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  padding-top: 3em;
}

.columns {
  max-width: 940px;
  padding-bottom: 3em;
  display: none;
}

.column {
  padding-right: 40px;
}

.text-span-4, .text-span-5 {
  font-family: "Font Awesome 5 Pro 300", Arial, sans-serif;
}

.divider-big {
  height: 4em;
}

.text-span-7 {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
}

.text-weight-medium {
  color: #000;
  font-weight: 700;
}

.text-color-secondary-2 {
  color: #222;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: .9rem;
}

.footer_social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer_logo {
  width: 100px;
  margin-left: -14px;
}

.padding-large {
  padding: 3rem 3rem 1rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.brand {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #2aa8ff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
}

.section_footer {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
}

.footer_social {
  color: #141414;
  font-family: Lato, sans-serif;
  transition: all .5s;
}

.footer_social:hover {
  color: #02a6b2;
  transform: scale(1.1);
}

.footer_right-wrap {
  flex-flow: column;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-color-grey {
  color: #aaa;
}

.text-size-medium-3.text-color-grey.text-weight-light {
  color: #141414;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer_left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.text-color-primary-2 {
  color: #000;
  text-decoration: none;
}

.text-color-primary-2.underline-none {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-color-primary-2.underline-none:hover {
  opacity: .51;
}

.footer_link-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  text-transform: uppercase;
}

.mail-icon {
  font-family: "Font Awesome 5 Free 400", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.instagram-icon {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
  font-size: 1.4rem;
}

.testimonial-slider-small {
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px;
  display: block;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 96%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #f6f6f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 0%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: #f5f5f5;
  margin-bottom: 2px;
}

.tagline {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.subtitle-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5em;
  padding-right: 5.5em;
}

.language {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.language:hover {
  color: #f5f5f5;
}

.language-link {
  color: #8f8f8f;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1em;
}

.language-link:hover {
  color: #f5f5f5;
}

.language-link.active {
  color: #01c6d5;
}

.language-link.active:hover {
  color: #f5f5f5;
}

.divider-topmenu {
  width: 14px;
}

.text-span-11 {
  text-align: left;
  font-family: "Font Awesome 5 Pro 300", Arial, sans-serif;
  font-size: 1.6em;
}

.explanation-text {
  color: #7a7a7a;
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 30px 40px;
  font-size: .9rem;
  line-height: 1.2em;
}

.explanation-text.clean {
  text-align: center;
  background-color: #f6f6f600;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: .8rem;
  font-weight: 400;
}

.text-span-12 {
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 400;
}

.price-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.action {
  color: #fff;
  text-align: left;
  background-color: #ee4646;
  border-radius: 5px;
  align-items: center;
  padding: 0 10px;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.text-span-13 {
  -webkit-text-stroke-width: .5px;
  font-family: Oooh Baby, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.text-span-15 {
  font-size: 2em;
  line-height: 1.2em;
}

.title-part-edit {
  font-size: .8em;
}

.bold-text-3 {
  font-weight: 400;
}

.link {
  color: #141414;
}

.link:hover {
  color: #02a6b2;
}

.section-video {
  background-color: #141414;
  background-image: url('../images/patern-mirrorme_1patern-mirrorme.webp');
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-party {
  background-image: url('../images/Party-me-4_1Party-me-4.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.div-block-3 {
  background-color: #fff;
  height: 130px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-cv {
  background-color: #141414;
  background-image: url('../images/IMG_4729-V2_1IMG_4729-V2.webp');
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-cv.turn-off-image {
  background-image: none;
  background-size: auto;
}

.section-pets {
  background-image: url('../images/Matea-Megi-5_1Matea-Megi-5.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-pets.turn-off-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.link-2 {
  color: #141414;
  font-weight: 700;
  display: inline;
}

.link-2:hover {
  color: #02a6b2;
}

.text-span-17 {
  font-family: "Font Awesome 5 Free Solid 900", Arial, sans-serif;
}

.link-white {
  color: #8f8f8f;
}

.link-white:hover {
  color: #01c6d5;
}

.code-embed, .code-embed-2, .code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9, .code-embed-10 {
  margin-bottom: -4px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-8 {
  font-weight: 600;
}

.cw-cookies {
  color: #141414;
  background-color: #141414;
  position: static;
  inset: 0%;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #141414;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: .8rem 2rem .7rem;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, color .3s, background-color .3s;
  display: block;
}

.cw-button_secondary:hover {
  color: #141414;
  border-style: dashed;
  border-color: #141414;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
  box-shadow: 0 -2px 5px #0003;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  position: fixed;
  inset: auto 20px 20px auto;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #141414;
  border: 2px solid #000;
  border-radius: 999px;
  padding: .8em 2rem .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  color: #141414;
  background-color: #fff;
  border-style: dashed;
  transform: translate(0, -2px);
}

.cw-cookie_checkbox-check-2 {
  background-color: #141414;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check-2.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.text-span-19 {
  font-weight: 700;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 600;
}

.bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.text-span-20 {
  font-size: .72em;
}

.numbers {
  line-height: .9em;
}

.numbers.black {
  color: #141414;
  text-align: center;
}

.numbers.smaller {
  text-align: center;
  font-size: 1.8em;
}

.star-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-3 {
  width: auto;
  height: 10px;
  display: inline-block;
}

.line {
  color: #1f1f1f80;
  background-color: #2b2b2b;
  max-width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  justify-content: space-around;
  display: flex;
}

.image-4, .image-5, .image-6, .image-7, .image-8 {
  max-width: 90%;
}

.bold-text-15 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .header-nav-menu-wrapper---brix {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-right-side.hidden-on-table {
    display: none;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-wrapper---brix {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-list-item---brix {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: block;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 68px;
  }

  .container {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .hero_tabs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .features_line {
    width: 125px;
  }

  .hero_pricing-wrap.is-enterprise {
    width: 50%;
  }

  .hero_pricing-wrap.is-professional {
    max-width: none;
  }

  .hero_pricing-professinal {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero_pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .hero_pricing-table {
    max-width: 450px;
  }

  .hero_pricing-table.is-enterprise {
    width: auto;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_footer {
    padding-top: 3rem;
  }

  .footer_left-wrap {
    margin-bottom: 40px;
  }

  .footer_wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .intro-title {
    font-size: 3.2em;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-subline {
    font-size: .9em;
  }

  .header-logo---brix {
    max-width: 90%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .how-it-works-overview, .gallery-overview, .pricing-overview {
    padding: 60px 15px;
  }

  .hero_pricing-wrap.is-enterprise {
    width: auto;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .hero_pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer_left-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    display: grid;
  }

  .footer_wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .intro-title {
    font-size: 1.8em;
  }

  .intro-title.light {
    margin-bottom: 24px;
    font-size: 1.9em;
  }

  .section-intro {
    background-position: 50% 20%;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-intro.scheduling {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .section-intro.hero {
    background-size: cover;
  }

  .intro-description {
    padding-top: .5em;
  }

  .intro-description.grey {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .button-link {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1em;
  }

  .button-link.secundary.select {
    align-self: stretch;
  }

  .button-link.light.auto {
    line-height: 1.3em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .intro-subline {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .header-logo---brix {
    max-width: 25%;
  }

  .header-right-side.hidden-on-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .header-logo-link---brix.mobile-policy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-wrapper---brix {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-nav-list-item---brix {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    line-height: 1.9em;
  }

  .header-nav-list-item---brix.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    font-size: 1rem;
    line-height: 1.9em;
    display: block;
  }

  .hamburger-menu-bar.top {
    width: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hamburger-menu-bar.bottom {
    width: 34px;
  }

  .header-nav-link---brix.w--current {
    display: inline-block;
  }

  .header-nav-menu-list---brix {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttons {
    flex-flow: column;
  }

  .section-about {
    background-position: 75% 0, 100% 0;
    background-size: cover, contain;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-about.privacy {
    background-image: url('../images/IMG_4729-milica_1IMG_4729-milica.webp');
    background-position: 25% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-about.pricing {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 34px;
  }

  .hero-heading.coming-soon.no {
    font-size: 1.55em;
  }

  .paragraph {
    font-size: 1rem;
  }

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

  .paragraph.light.center {
    margin-bottom: 0;
    line-height: 1.3em;
  }

  .paragraph.light.left {
    text-align: left;
  }

  .paragraph.sized.mobile {
    max-width: 80%;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .section-how-it-works {
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .how-it-works-overview {
    padding: 10px 8% 40px;
  }

  .container {
    max-width: none;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .pricing-card-three {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-image._2, .pricing-image._4, .pricing-image._5 {
    width: 70px;
    height: 80px;
  }

  .pricing-image._6 {
    width: 70px;
    max-width: 50%;
    height: 80px;
    max-height: 50%;
  }

  .pricing-image._7 {
    width: 80px;
    height: 80px;
  }

  .pricing-image._8 {
    width: 70px;
    height: 80px;
  }

  .gallery-overview {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
  }

  .button-primary.price {
    font-size: 1em;
    line-height: 1.3em;
    display: inline;
  }

  .tip {
    text-align: left;
    flex-flow: row;
  }

  .tip.mobile {
    flex-flow: column;
  }

  .icon.number {
    width: 40px;
  }

  .icon.number.mobile {
    width: 100%;
  }

  .section-session-types {
    padding-top: 4em;
  }

  .pricing-overview {
    padding: 10px 8% 40px;
  }

  .container-3 {
    max-width: none;
  }

  .pricing-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-size-xlarge.text-weight-normal.text-align-center {
    font-size: 2rem;
  }

  .hero_tabs {
    padding-left: 6%;
    padding-right: 6%;
  }

  .text-size-regular.text-weight-light.text-color-gray {
    font-size: .9rem;
    line-height: 1.3em;
  }

  .features_line {
    width: 30%;
    max-width: 70px;
  }

  .text-color-gray {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .text-size-medium.text-weight-light.text-color-gray {
    text-align: center;
    font-size: 1rem;
  }

  .hero_pricing-professinal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero_pricing-table {
    max-width: none;
    padding: 10px 20px;
  }

  .hero_pricing-table.is-enterprise, .hero_pricing-table.is-professional {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-giftcard {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .faq {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .faq_grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium-2.text-color-white.text-weight-medium {
    font-size: 1rem;
  }

  .text-size-regular-2.text-color-lightgray {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .section-contact {
    padding-top: 4em;
  }

  .grid-contact {
    padding-top: 0;
  }

  .footer_social-wrap {
    margin-top: 10px;
  }

  .footer_logo {
    width: 60px;
    margin-left: -6px;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .section_footer {
    margin-top: 0;
    padding-top: 1rem;
  }

  .text-size-medium-3.text-color-grey.text-weight-light {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .footer_left-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }

  .text-color-primary-2.underline-none {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .testimonial-slider-small {
    padding: 0 5% 20px;
  }

  .container-4 {
    max-width: none;
    margin-top: 0;
  }

  .testimonial-slider {
    margin-top: 20px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .subtitle-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .explanation-text.clean {
    margin-bottom: 10px;
  }

  .section-video {
    background-size: 180%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-party {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .text-span-16 {
    white-space: nowrap;
  }

  .div-block-3 {
    height: 135px;
  }

  .section-cv {
    background-position: 50% 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-pets {
    background-position: 0 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cw-button_secondary {
    width: 100%;
    padding: .8em 2em .7em;
    font-size: 1em;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_script {
    display: block;
  }

  .cw-cookie_banner {
    z-index: 100;
    display: none;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding: .7em 2em;
    font-size: 1em;
  }

  .numbers {
    text-align: center;
  }

  .mask {
    height: auto;
  }
}

#w-node-edb086d9-61ee-c3ec-1dab-42d84e9b08fd-dd70b82d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7815a1c-5d80-769b-9da4-d71133c9fa30-dd70b82d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b82d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b82d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b82d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-dd70b82d, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-dd70b82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-dd70b82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-dd70b82d, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-dd70b82d, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-dd70b82d, #w-node-edb82b78-401f-53f8-ccca-94275b589651-dd70b82d, #w-node-edb82b78-401f-53f8-ccca-94275b589647-dd70b82d, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d28-dd70b82d, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d1d-dd70b82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edb086d9-61ee-c3ec-1dab-42d84e9b08fd-dd70b836 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7815a1c-5d80-769b-9da4-d71133c9fa30-dd70b836 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b836 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b836 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b836 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-dd70b836, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-dd70b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-dd70b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-dd70b836, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-dd70b836, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-dd70b836, #w-node-edb82b78-401f-53f8-ccca-94275b589651-dd70b836, #w-node-edb82b78-401f-53f8-ccca-94275b589647-dd70b836, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d28-dd70b836, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d1d-dd70b836, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b847, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-b452de94, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-b452de94, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-b452de94, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-b452de94 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-b452de94 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-b452de94 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-b452de94, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-b452de94 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-b452de94 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-b452de94 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-b452de94 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-b452de94 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-b452de94 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-b452de94 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-b452de94 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-b452de94 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-b452de94 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-7307505d, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-7307505d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-7307505d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-7307505d, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-7307505d, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-7307505d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-7307505d {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-7307505d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-7307505d {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-7307505d {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-7307505d, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-7307505d {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-7307505d {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-7307505d {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-7307505d {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-7307505d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-7307505d {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-7307505d {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-7307505d {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-7307505d {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-7307505d {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-7307505d {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-be9b9901, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-be9b9901, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-be9b9901, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-be9b9901 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-be9b9901 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-be9b9901 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-be9b9901, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-be9b9901 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-be9b9901 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-be9b9901 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-be9b9901 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-be9b9901 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-be9b9901 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-be9b9901 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-be9b9901 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-be9b9901 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-be9b9901 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-1038e027, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-1038e027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-1038e027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-1038e027, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-1038e027, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-1038e027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-1038e027 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-1038e027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-1038e027 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-1038e027 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-1038e027, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-1038e027 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-1038e027 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-1038e027 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-1038e027 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-1038e027 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-1038e027 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-1038e027 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-1038e027 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-1038e027 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-1038e027 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-1038e027 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-8587d283, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-8587d283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-8587d283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-8587d283, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-8587d283, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-8587d283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-8587d283 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-8587d283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-8587d283 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-8587d283 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-8587d283, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-8587d283 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-8587d283 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-8587d283 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-8587d283 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-8587d283 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-8587d283 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-8587d283 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-8587d283 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-8587d283 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-8587d283 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-8587d283 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-a4dd9b61, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-a4dd9b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-a4dd9b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-a4dd9b61, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-a4dd9b61, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-a4dd9b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-a4dd9b61 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-a4dd9b61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-a4dd9b61 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-a4dd9b61 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-a4dd9b61, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-a4dd9b61 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-a4dd9b61 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-a4dd9b61 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-a4dd9b61 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-a4dd9b61 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-a4dd9b61 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-a4dd9b61 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-a4dd9b61 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-a4dd9b61 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-a4dd9b61 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-a4dd9b61 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-bdff8c71, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-bdff8c71, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-bdff8c71, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-bdff8c71 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-bdff8c71 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-bdff8c71 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-bdff8c71, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-bdff8c71 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-bdff8c71 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-bdff8c71 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-bdff8c71 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-bdff8c71 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-bdff8c71 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-bdff8c71 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-bdff8c71 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-bdff8c71 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-bdff8c71 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-92e764b3, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-92e764b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-92e764b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-92e764b3, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-92e764b3, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-92e764b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-92e764b3 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-92e764b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-92e764b3 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-92e764b3 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-92e764b3, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-92e764b3 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-92e764b3 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-92e764b3 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-92e764b3 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-92e764b3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-92e764b3 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-92e764b3 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-92e764b3 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-92e764b3 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-92e764b3 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-92e764b3 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-b452de94, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-7307505d, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-7307505d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-7307505d, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-7307505d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-be9b9901, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-1038e027, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-1038e027 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-1038e027, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-1038e027 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-8587d283, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-8587d283 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-8587d283, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-8587d283 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-a4dd9b61, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-a4dd9b61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-a4dd9b61, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-a4dd9b61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-bdff8c71, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-92e764b3, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-92e764b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-92e764b3, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-92e764b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-b452de94, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-7307505d, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-7307505d, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-7307505d, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-7307505d, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-be9b9901, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-1038e027, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-1038e027, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-1038e027, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-1038e027, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-8587d283, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-8587d283, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-8587d283, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-8587d283, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-a4dd9b61, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-a4dd9b61, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-a4dd9b61, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-a4dd9b61, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-bdff8c71, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-92e764b3, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-92e764b3, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-92e764b3, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-92e764b3 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b82d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b82d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b82d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-dd70b82d {
    place-self: auto;
  }

  #w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b836 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b836 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b836 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-dd70b836, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-b452de94 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-7307505d {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-7307505d, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-7307505d {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-be9b9901 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-1038e027 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-1038e027, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-1038e027 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-8587d283 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-8587d283, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-8587d283 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-a4dd9b61 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-a4dd9b61, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-a4dd9b61 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-bdff8c71 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-92e764b3 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-92e764b3, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-92e764b3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font Awesome 5 Free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro Solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Duotone Solid 900';
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}