:root {
  --color--page-bg: #f3f1ee;
  --color--black: #000;
  --color--dark-green: #00372d;
  --site-settings--border-radius: .875rem;
  --color--yellow: #ffb900;
  --site-settings--container-m: 80rem;
  --site-settings--container-l: 90rem;
  --site-settings--container-s: 70rem;
  --site-settings--container-xl: 100rem;
  --color--white: white;
  --color--red: #e90e0e;
  --color--green: #007946;
  --color--transparent: transparent;
  --color--green-dark: color-mix(in hsl, var(--color--green) 100%, var(--color--black) 80%);
}

body {
  background-color: var(--color--page-bg);
  color: var(--color--black);
  font-family: Onest Variablefont, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

.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;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section.green {
  background-color: var(--color--dark-green);
  color: #fff;
  padding: 6rem 20px;
}

.section.green.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-top-pdn {
  padding-top: 0;
}

.section.no-btm-pdn {
  padding-bottom: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.z-index:where(.w-variant-0f6a409b-b5b2-8882-636a-4b318166ce5d) {
  z-index: 1;
  background-color: var(--color--page-bg);
}

.header-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.header-wrapper:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86), .header-wrapper:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50), .header-wrapper:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06), .header-wrapper.small-text-below, .header-wrapper.black-box---text-below {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrapper.sticky.black-box---text-below-7, .header-wrapper.sticky.black-box---text-below-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 60px;
}

.header-wrapper.sticky:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06) {
  position: sticky;
  top: 60px;
}

.header-wrapper.sticky.black-box---text-below-7, .header-wrapper.sticky.black-box---text-below-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 60px;
}

.header-wrapper.sticky.yellow-box---text-below {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.header-wrapper.sticky.black-box---text-below-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  position: sticky;
  top: 60px;
}

.page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.header-component {
  width: 70%;
}

.header-component:where(.w-variant-2dec4201-d5aa-f9a3-fcf4-16aa5ac3e20a) {
  width: 100%;
}

.header-component:where(.w-variant-a72fdead-df3c-6e25-5472-eb5aa696d157) {
  width: 80%;
}

.header-component:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86) {
  width: 100%;
}

.header-component:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50), .header-component:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06) {
  width: 70%;
}

.header-component:where(.w-variant-7ca4869c-88a2-6e55-24a6-9c77d063c021) {
  width: 100%;
}

.header-component.small-text-below-2 {
  width: 70%;
}

.header-component.green-box---wide-2 {
  width: 100%;
}

.header-component.black-box---text-below-2, .header-component.black-box---text-below-8, .header-component.black-box---text-below-14, .header-component.yellow-box---text-below-2, .header-component.black-box---text-below-14 {
  width: 70%;
}

.ingress {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.ingress:where(.w-variant-2dec4201-d5aa-f9a3-fcf4-16aa5ac3e20a), .ingress:where(.w-variant-a72fdead-df3c-6e25-5472-eb5aa696d157) {
  display: none;
}

.ingress:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86) {
  width: 100%;
}

.ingress:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50), .ingress:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06) {
  width: 70%;
}

.ingress:where(.w-variant-7ca4869c-88a2-6e55-24a6-9c77d063c021) {
  display: none;
}

.ingress.small-text-below-6 {
  width: 70%;
}

.ingress.green-box---wide-6 {
  display: none;
}

.ingress.black-box---text-below-6, .ingress.black-box---text-below-12, .ingress.black-box---text-below-18 {
  width: 70%;
}

.ingress ul {
  padding-left: 20px;
}

.ingress.small {
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.ingress.v2 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.ingress.yellow-box---text-below-6, .ingress.black-box---text-below-18 {
  width: 70%;
}

.container {
  width: var(--site-settings--container-m);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.container.s {
  width: var(--site-settings--container-s);
}

.container.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.xl {
  width: var(--site-settings--container-xl);
}

.container.l {
  width: var(--site-settings--container-l);
}

.heading-h3 {
  font-variation-settings: "wght" 600;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
}

.inner-wrapper {
  width: 100%;
  margin-bottom: 3rem;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-image.top {
  object-position: 50% 25%;
}

.hero-image-wrapper {
  border-radius: var(--site-settings--border-radius);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.hero-info-block {
  z-index: 10;
  color: #fff;
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dotoget-logo {
  z-index: 30;
  background-color: var(--color--black);
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  position: fixed;
}

.dotoget-logo.white {
  background-color: var(--color--white);
  margin-left: 0;
  padding: 0;
}

.dotoget-logo.white:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
  margin-top: 2rem;
  padding: 1rem;
}

.logo-v1 {
  width: 5.4rem;
}

.logo-v1.lottie {
  width: 12rem;
}

.logo-v1.lottie:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
  width: 6rem;
  display: none;
}

.block-image {
  border-radius: var(--site-settings--border-radius);
  width: 100%;
}

.block-image.rounded {
  border-radius: var(--site-settings--border-radius);
}

.block-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-grid._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.block-grid._2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.small-heading-box {
  background-color: var(--color--yellow);
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.small-heading-box:where(.w-variant-3d7524b4-0d85-68ec-7d9e-b5cb30290b34), .small-heading-box:where(.w-variant-a72fdead-df3c-6e25-5472-eb5aa696d157), .small-heading-box:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50) {
  background-color: var(--color--yellow);
}

.small-heading-box:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06) {
  background-color: var(--color--black);
}

.small-heading-box:where(.w-variant-7ca4869c-88a2-6e55-24a6-9c77d063c021) {
  background-color: var(--color--red);
}

.small-heading-box:where(.w-variant-d5f489c7-ae8c-ebe1-a723-8701e2227c4d) {
  background-color: var(--color--green);
}

.small-heading-box:where(.w-variant-0f6a409b-b5b2-8882-636a-4b318166ce5d) {
  background-color: var(--color--black);
}

.small-heading-box:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
  background-color: var(--color--red);
}

.small-heading-box:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86), .small-heading-box:where(.w-variant-2dec4201-d5aa-f9a3-fcf4-16aa5ac3e20a) {
  background-color: var(--color--green);
}

.small-heading-box.black-box---text-below-4, .small-heading-box.black-box---text-below-10, .small-heading-box.black-box---text-below-16 {
  background-color: var(--color--black);
}

.small-heading-box.yellow-box---text-below-4 {
  background-color: var(--color--yellow);
}

.small-heading-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.info-block.padding-top {
  padding-top: 3rem;
}

.link-block-2 {
  color: #0c0c0c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.link-block-2.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #0c0c0c;
}

.link-block-2.white {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.link-block-2.white:hover {
  color: var(--color--yellow);
  text-decoration: underline;
}

.link-block-2.white.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  text-decoration: underline;
}

.link-block-2.white.hidden {
  opacity: .3;
  opacity: .3;
}

.no-underline {
  border-bottom-style: none;
  overflow: hidden;
}

.no-underline.hidden {
  opacity: .3;
}

.footer-logo-block {
  color: var(--color--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 17rem;
  display: flex;
}

.footer-half-block {
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-fourth {
  width: 25%;
}

.footer-btm {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  display: flex;
}

.footer {
  background-color: var(--color--black);
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 11px;
  font-size: 15px;
}

.footer-link.big {
  text-transform: none;
  text-transform: none;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-inner {
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin-bottom: 2rem;
  display: flex;
}

.footer-logo-text {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
}

.underline {
  z-index: 1;
  background-color: #0c0c0c;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.underline.white {
  background-color: #fff;
}

.footer-line {
  opacity: .44;
  background-color: #fff;
  width: 90%;
  max-width: 1440px;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.logo-white {
  color: var(--color--white);
  width: 200px;
  margin-bottom: 3rem;
}

.header {
  z-index: 40;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button-yellow {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  color: var(--color--white);
  font-variation-settings: "wght" 400;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.05rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-yellow.margin {
  margin-right: 0;
}

.button-yellow.center {
  justify-content: center;
  align-items: center;
}

.menu-button {
  z-index: 3;
  grid-row-gap: 3px;
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ham-line-top {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.ham-line-lower {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-bottom: 15px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.ham-line-middle {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-arrow {
  width: 1.1rem;
}

.megamenu-wrapper {
  z-index: 2;
  background-color: var(--color--yellow);
  justify-content: center;
  width: 100%;
  height: 100lvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.megamenu-wrapper:lang(en) {
  display: none;
}

.menu-linkblock {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.807, -.069, .801, 1.007);
  display: flex;
}

.menu-linkblock:hover {
  color: #ececec;
}

.menu-linkblock.w--current {
  color: #fff;
}

.menu-linkblock.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-linkblock.small {
  font-size: 2.6rem;
}

.menu-linkblock.mobile {
  display: none;
}

.megamenu-inner-block {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-2 {
  width: 50%;
}

.hero-image-mask {
  background-color: var(--color--white);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  background-color: var(--color--black);
  opacity: .39;
  mix-blend-mode: multiply;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-h1 {
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 50px #00000021;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.block-image-wrapper {
  border-radius: var(--site-settings--border-radius);
  margin-bottom: 2.5rem;
  overflow: clip;
}

.block-image-wrapper.small {
  width: 5rem;
  margin-bottom: 0;
}

.block-image-wrapper.low {
  margin-bottom: 1.5rem;
}

.hero-sub {
  width: 100%;
  position: relative;
}

.hero-sub-inner-wrapper {
  width: 100%;
  height: 36vh;
  padding: 1rem;
}

.block-no-link {
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--white);
  color: var(--color--black);
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
}

.menu-button-close {
  z-index: 3;
  grid-row-gap: 3px;
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--green);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ham-line-top-closed {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 5px);
}

.ham-line-middle-closed {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.ham-line-lower-closed {
  background-color: var(--color--white);
  width: 18px;
  height: 2px;
  margin-bottom: 15px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, -5px);
}

.rich-text {
  margin-bottom: 1rem;
}

.rich-text p {
  font-size: 1.05rem;
  line-height: 1.35;
}

.rich-text h4 {
  text-transform: none;
  margin-top: 5px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.rich-text blockquote {
  border-left-width: 7px;
  border-left-color: var(--color--yellow);
  padding-left: 19px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.3;
}

.rich-text h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.55rem;
}

.rich-text a {
  color: var(--color--black);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.rich-text li {
  line-height: 1.5;
}

.fs-instagramfeed_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-instagramfeed_list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.fs-instagramfeed_list-2:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.instagram-lower-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.footer-h4 {
  min-height: 24px;
  margin-bottom: 3px;
}

.cookies {
  display: none;
}

.fs-consent_component {
  color: var(--color--black);
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_allow {
  border: 3px solid var(--color--green);
  background-color: var(--color--green);
  color: #fff;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  border: 2px solid var(--color--red);
  background-color: var(--color--transparent);
  color: #333;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs_checkbox-label {
  display: none;
}

.fs-consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.div-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-to-top-wrapper {
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  padding: .7rem;
  position: absolute;
  inset: auto 2rem 1rem auto;
}

.scroll-to-top-arrow {
  width: 2rem;
  transform: rotate(-90deg);
}

.link {
  color: var(--color--green);
}

.image {
  width: 12rem;
  display: none;
}

.image:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
  width: 5rem;
  display: block;
}

.fs-instagramfeed_image-4 {
  z-index: 1;
  aspect-ratio: 1;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  display: block;
}

.fs-instagramfeed_image-4:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
  border-radius: .5rem;
}

.fs-instagramfeed_row {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.fs-instagramfeed_row:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
  display: none;
}

.fs-instagramfeed_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.fs-instagramfeed_data {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-instagramfeed_caption:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
  text-overflow: ellipsis;
  white-space: normal;
  height: 2.4rem;
  overflow: hidden;
}

.fs-instagramfeed_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.fs-instagramfeed_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 0;
  display: grid;
}

.block-link {
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--white);
  color: var(--color--black);
  padding: 1.5rem 1.5rem 2rem;
  text-decoration: none;
  transition: background-color .2s;
}

.block-link:hover {
  background-color: var(--color--yellow);
  color: var(--color--white);
}

.menu-local-wrapper {
  z-index: 3;
  grid-row-gap: 3px;
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 58px;
  padding: 0;
  display: flex;
}

.dropdown-toggle-2 {
  padding: 0;
}

.local-linkblock {
  color: var(--color--white);
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.lang-switcher-image {
  width: 26px;
  height: 26px;
}

.locale-dropdown-list.w--open {
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  width: 45px;
  padding: 5px;
  position: absolute;
  inset: 139% 0% auto -10px;
}

.link-block-3 {
  width: 100%;
}

.cart-yellow {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border-radius: var(--site-settings--border-radius);
  background-color: var(--color--yellow);
  color: var(--color--white);
  font-variation-settings: "wght" 400;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.05rem;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.cart-yellow.margin {
  margin-right: 0;
}

.cart-quantity {
  color: var(--color--black);
}

@media screen and (min-width: 1440px) {
  .radiobutton.w--redirected-checked {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .radiobutton-label {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block-2.white.w--current {
    color: #d4ff43;
  }
}

@media screen and (max-width: 991px) {
  .separator {
    height: 4rem;
  }

  .section.green {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container, .container.l, .container.xl, .container.l, .container.xl {
    width: 100%;
  }

  .inner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dotoget-logo.white:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
    margin-top: 1rem;
    padding: .5rem;
  }

  .block-grid {
    grid-template-columns: 1fr 1fr;
  }

  .block-grid._4-col, .block-grid._3-col, .block-grid._4-col, .block-grid._3-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .numbers-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-logo-block, .footer-half-block {
    justify-content: center;
    width: 100%;
    padding-bottom: 27px;
  }

  .footer-btm {
    flex-direction: column;
    align-items: center;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .megamenu-inner-block {
    grid-column-gap: 3rem;
  }

  .fs-instagramfeed_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-instagramfeed_list-2:where(.w-variant-1b7c813e-c8d2-6545-2360-b66674bf9c06) {
    grid-template-columns: 1fr 1fr;
  }

  .image:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
    width: 3rem;
  }

  .merch-link {
    padding: 1.2rem;
  }

  .local-linkblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: clip;
  }

  .doto-rub {
    font-size: 1.7rem;
  }

  .doto-rub.big {
    font-size: 2.4rem;
  }

  .doto-rub.small {
    font-size: 1.6rem;
  }

  .merch-link-2 {
    padding: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .separator {
    height: 3rem;
  }

  .separator.xs, .separator.s, .separator.l, .separator.xl, .separator.m, .separator.xs, .separator.s, .separator.l, .separator.xl, .separator.m {
    height: 4px;
  }

  .section.green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .header-component.full, .ingress.full, .ingress.full {
    width: 100%;
  }

  .heading-h3 {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .dotoget-logo.white:where(.w-variant-a7805001-851b-1dd4-3ee9-88c1c381bccc) {
    margin-top: .5rem;
  }

  .block-grid._4-col, .block-grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .block-grid._2-col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .block-grid._4-col, .block-grid._3-col, .numbers-grid.no-margin, .numbers-grid.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-block {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: none;
  }

  .footer-half-block {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-fourth {
    width: 50%;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header {
    margin-top: .65rem;
    margin-right: .65rem;
  }

  .button-yellow.margin {
    display: none;
  }

  .menu-button {
    border-radius: 0;
    transform: scale(1.5);
  }

  .menu-linkblock-lang {
    font-size: 3rem;
  }

  .menu-linkblock.small {
    line-height: 1rem;
  }

  .menu-linkblock.mobile {
    display: flex;
  }

  .megamenu-inner-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .dropdown-list-2.w--open {
    position: relative;
    left: auto;
  }

  .menu-link-lang {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .div-block-2 {
    width: 100%;
  }

  .hero-h1 {
    font-size: 5rem;
    line-height: .9;
  }

  .heading-h4 {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .menu-button-close {
    border-radius: 0;
    transform: scale(1.5);
  }

  .karta-wrapper {
    grid-template-columns: 1.2fr;
  }

  .fs-instagramfeed_list:where(.w-variant-0f6a409b-b5b2-8882-636a-4b318166ce5d) {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading {
    margin-top: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 5rem;
  }

  .div-block-7, .people-col-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .people-col-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: none;
  }

  .heading-h3-v2 {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .merch-link {
    padding: 1.2rem;
  }

  .jetboost-user-total-favorites-p76x.margin {
    display: none;
  }

  .merch-priceblock {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .merch-list-heading {
    margin-top: 5px;
    font-size: 1.6rem;
  }

  .menu-local-wrapper {
    border-radius: 0;
    transform: scale(1.5);
  }

  .doto-rub {
    font-size: 1.7rem;
  }

  .doto-rub.big {
    font-size: 2.2rem;
  }

  .doto-rub.small {
    font-size: 1.6rem;
  }

  .merch-link-2 {
    padding: 1.2rem;
  }

  .order-imagetext {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cart-yellow.margin {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.7rem;
  }

  .separator {
    height: 2rem;
  }

  .section {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }

  .button {
    padding: 12px 30px;
    font-size: 17px;
  }

  .kunskap-grid {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .inspiration-fact-block {
    padding: 1.5rem;
  }

  .header-component:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86), .header-component:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50), .header-component:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06), .header-component.black-box---text-below-2, .header-component.black-box---text-below-8, .header-component.black-box---text-below-14, .header-component.yellow-box---text-below-2, .header-component.black-box---text-below-2, .header-component.black-box---text-below-8, .header-component.black-box---text-below-14, .header-component.yellow-box---text-below-2 {
    width: 100%;
  }

  .ingress {
    font-size: 1.15rem;
  }

  .ingress:where(.w-variant-0187be0f-1fbf-ba76-6d03-9659154a7a86), .ingress:where(.w-variant-98993d07-064a-9459-8887-e5d42d2ecf50), .ingress:where(.w-variant-e0cde6c0-d53a-2947-9e05-07a2892c4d06), .ingress.black-box---text-below-6, .ingress.black-box---text-below-12, .ingress.black-box---text-below-18 {
    width: 100%;
  }

  .ingress.yellow-box---text-below-6, .ingress.black-box---text-below-6, .ingress.black-box---text-below-12, .ingress.black-box---text-below-18 {
    width: 100%;
  }

  .ingress.v2 {
    font-size: 1.2rem;
  }

  .ingress.yellow-box---text-below-6 {
    width: 100%;
  }

  .container.s {
    padding-left: 0;
    padding-right: 0;
  }

  .fact-text {
    font-size: 1.2rem;
  }

  .heading-h3 {
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 30px;
  }

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

  .block-grid, .block-grid._2-col, .block-grid._4-col, .block-grid._3-col, .block-grid._2-col, .block-grid._4-col, .block-grid._3-col {
    grid-template-columns: 1fr;
  }

  .numbers-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .numbers-grid.no-margin {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ingress-2 {
    font-size: 1.15rem;
  }

  .footer-fourth, .footer-btm {
    width: 100%;
  }

  .footer-link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-logo-text {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-linkblock-lang {
    flex-flow: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.9rem;
    line-height: 2.8rem;
  }

  .menu-link-small {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .menu-linkblock {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  .megamenu-inner-block {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .dropdown-toggle {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1.4rem;
  }

  .menu-link-lang {
    font-size: 1.2rem;
  }

  .menu-link-lang.pdn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-h1 {
    font-size: 4rem;
  }

  .block-image-wrapper.low {
    margin-bottom: 1.2rem;
  }

  .heading-h4 {
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 30px;
  }

  .team-name {
    font-size: 1.4rem;
  }

  .team-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .team-title {
    font-size: 1.1rem;
  }

  .team-small-text {
    font-size: .9rem;
  }

  .fs-instagramfeed_list {
    grid-template-columns: 1fr 1fr;
  }

  .fs-instagramfeed_list:where(.w-variant-0f6a409b-b5b2-8882-636a-4b318166ce5d) {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .heading-h3-v2 {
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 30px;
  }

  .merch-link {
    padding: 1rem;
  }

  .div-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-checkbox {
    width: 80%;
  }

  .merch-priceblock {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .merch-form-product {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .merch-form-product.summa {
    justify-content: center;
    align-items: flex-start;
  }

  .form-grid {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .checkbox-label {
    flex: 1;
    font-size: 14px;
  }

  .merch-list-heading {
    font-size: 1.5rem;
    line-height: 28px;
  }

  .doto-rub {
    font-size: 1.4rem;
  }

  .doto-rub.big {
    font-size: 2.1rem;
  }

  .doto-rub.small {
    font-size: 1.7rem;
  }

  .order-imagetext {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

#w-node-_0df42b97-16e2-2d7f-fb1e-51c133e36558-33e3654b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
