:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spacer-medium {
  height: 40px;
}

.section {
  height: 100vh;
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs-content {
  background-color: #fff;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #ffa600;
}

.cell {
  justify-content: center;
}

.div-block-om-de-tab {
  min-height: 200px;
  align-items: center;
  padding: 36px;
  display: flex;
}

.tab-link {
  margin-right: 3px;
  padding: 15px 47px;
}

.tab-link.w--current {
  background-color: var(--white);
  font-weight: 400;
}

.text-block, .text-block-2, .tabs {
  font-size: 16px;
  line-height: 28px;
}

.cell-2 {
  justify-content: center;
}

.link-in-frame {
  color: #252525;
}

.body {
  font-family: Orgon, sans-serif;
}

@media screen and (max-width: 479px) {
  .div-block {
    text-align: left;
  }

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

  .tab-link.w--current {
    color: #fff;
    background-color: #ff5200;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_13080b80-fc9d-1078-fdc8-2e03571674ae-ebbc19f5, #w-node-d3501305-008d-769e-9457-38db1734bfd3-ebbc19f5, #w-node-b29aa9fa-ea1a-d98d-186b-b5f3c1cd31ab-ebbc19f5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_13080b80-fc9d-1078-fdc8-2e03571674ae-ebbc19f5, #w-node-d3501305-008d-769e-9457-38db1734bfd3-ebbc19f5, #w-node-b29aa9fa-ea1a-d98d-186b-b5f3c1cd31ab-ebbc19f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Orgon';
  src: url('../fonts/Orgon-MedWeb.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orgon';
  src: url('../fonts/Orgon-BolWeb.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orgon';
  src: url('../fonts/Orgon-RegWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}