:root {
  --main_grey: #ddd;
  --main_black: black;
  --main_blue: #1224fb;
  --white: white;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.86em;
  font-weight: 700;
  line-height: 1.31;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

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

.body {
  background-color: var(--main_grey);
  color: var(--main_black);
  font-family: Rationaldisplay, sans-serif;
}

.main {
  width: 100%;
  overflow: hidden;
}

.section, .section.flex_hori.relative {
  position: relative;
}

.section.flex_hori.relative.eric {
  align-items: stretch;
}

.section.black_bg {
  background-color: var(--main_black);
}

.section.mapovani {
  height: 100vh;
  position: relative;
}

.section.footer {
  background-color: var(--main_blue);
}

.section.less {
  z-index: 1;
  background-color: var(--main_black);
}

.container {
  z-index: 2;
  padding: 10vw;
  position: relative;
}

.container.is--nav {
  background-color: var(--main_grey);
  justify-content: space-between;
  align-items: center;
  height: 6vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.blue_bg {
  background-color: var(--main_blue);
}

.container.pad_t_b_extra_large {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.container.flex_middle {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container.white_bg {
  background-color: var(--white);
}

.container.vyhody {
  height: 100vh;
}

.container.flex_hori.mobile_vert.mobile_flip.nopad {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}

.container.personilized {
  background-color: var(--main_black);
  max-width: 100%;
  margin-bottom: -10vw;
  padding: 10vw 0 10vw 10vw;
}

.container.mobile_100.hero {
  z-index: 20;
  padding-top: 14vw;
  padding-bottom: 5vw;
}

.container.black_bg {
  background-color: #000;
}

.nav_link {
  padding: 1vw 1.3vw;
  font-size: 1.1rem;
  font-weight: 700;
}

.nav_link.eng {
  padding-left: .7vw;
  padding-right: .7vw;
  font-size: .9rem;
  font-weight: 500;
}

.nav_brand {
  width: 9vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

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

.img.vyhody_3 {
  object-fit: contain;
  width: 34vw;
  height: 34vw;
}

.img.vyhody1 {
  z-index: 2;
  object-fit: contain;
  width: 23vw;
  height: 23vw;
  position: relative;
  top: 27vw;
  right: 16.4vw;
}

.img.personilized {
  z-index: 2;
  z-index: 2;
  width: 28vw;
  height: auto;
  position: relative;
  top: 12vw;
  right: 1.7vw;
}

.img.vyhody_4 {
  width: 34vw;
  height: 34vw;
}

.pad_b_small {
  padding-bottom: 1vw;
}

.pad_b_medium {
  padding-bottom: 2.5vw;
}

.pad_b_large {
  padding-bottom: 5vw;
}

.pad_t_small {
  padding-top: 1vw;
}

.pad_t_medium {
  padding-top: 2.5vw;
}

.pad_t_large {
  padding-top: 5vw;
}

.para {
  font-size: .84rem;
  line-height: 2;
}

.para.white.b_marg {
  margin-bottom: 3rem;
}

.para.pad_l_extra_large {
  padding-left: 8vw;
}

.para.white {
  color: #fff;
}

.h1.pad_b_medium.smaller-lang {
  font-size: 6rem;
}

.h2.white {
  color: var(--white);
  font-size: 6.25rem;
}

.h2.white.pad_b_large_mobile {
  margin-top: 0;
  font-size: 6.25rem;
}

.h3 {
  font-size: 3.6rem;
}

.h3.white.align_mid {
  text-align: center;
}

.h3.white.align_mid.relative {
  position: relative;
}

.h3.pad_b_medium.white.no_wrap {
  white-space: nowrap;
}

.h3.white {
  color: #fff;
}

.txt_small {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.35;
}

.txt_small.white {
  color: var(--white);
}

.txt_small.white.book {
  font-family: Rationaldisplay book, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.9;
}

.txt_medium {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.txt_medium.white {
  color: var(--white);
}

.para_book {
  font-family: Rationaldisplay book, sans-serif;
  font-weight: 400;
  line-height: 2.5;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
}

.grid._2_col_1-3 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid.gap_medium {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.grid.vyhody {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 4vw 10vw;
}

.grid_cont {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img_cont.absolute {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 8vw;
}

.img_cont.absolute.laptop_hero {
  width: 48vw;
  height: 48vw;
  top: 10%;
  left: auto;
  right: 8%;
}

.img_cont.eric {
  width: 30vw;
}

.img_cont.eric.pad_t_large {
  height: 100%;
}

.img_cont.eric.pad_t_large.relative {
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.img_cont.vyhody {
  position: relative;
  top: -10vw;
}

.img_cont.zadavani {
  z-index: 2;
  transform-style: preserve-3d;
  position: relative;
  top: 15vw;
}

.img_cont.navrh {
  display: flex;
  position: relative;
  top: -10vw;
  left: -8.5vw;
}

.img_cont.personilized {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.img_cont.middle {
  justify-content: center;
  display: flex;
}

.img_cont.middle.pad_b_large.model {
  padding-left: 10vw;
  padding-right: 10vw;
}

.img_cont.footer {
  padding-right: 10vw;
}

.flex_hori {
  align-items: center;
  display: flex;
}

.line {
  background-color: #fff;
  width: 3vw;
  height: 2px;
}

.line.mar_l_small {
  margin-left: 1vw;
}

.line.mar_l_small.black {
  background-color: var(--main_black);
  background-color: #000;
}

._50width {
  width: 50%;
}

._50width.pad_all {
  padding: 4vw 10vw 4vw 2vw;
}

._50width.pad_all.no_l_pad_mobile.mobile70.no_top_pad {
  padding-left: 0;
  padding-right: 4vw;
}

._50width.pad_all.no_l_pad_mobile.mobile_full.no_pad_mobile {
  padding-right: 0;
}

._50width.pad_all.mobile_full {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

._50width.flex_middle {
  justify-content: center;
  display: flex;
}

.icon_svg {
  width: 8vw;
  margin-bottom: 1vw;
}

._50 {
  width: 50%;
}

._50.flex_middle {
  justify-content: center;
  display: flex;
}

.grid_personilized {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-bottom: 20vh;
}

.blue_text_con {
  position: relative;
  left: -18vw;
}

.big_blue_text {
  color: var(--main_blue);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.big_blue_text.pad_b_large_mob {
  font-size: 4rem;
}

._3_pillars_cont {
  grid-column-gap: .4vw;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pillar {
  position: relative;
}

.pillar._1 {
  bottom: 10vw;
}

.pillar._3 {
  bottom: -10vw;
}

.list {
  color: var(--white);
  padding-left: 3vw;
}

.list_para {
  font-size: .8rem;
  line-height: 1.5;
}

.list_item {
  white-space: nowrap;
  margin-bottom: .6vw;
}

.list_l_pad {
  color: var(--white);
}

.list_l_pad.black {
  color: var(--main_black);
}

.model {
  width: 100%;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-size: 1px;
}

.txt_large {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer_link {
  text-decoration: none;
}

.model_img {
  width: 80%;
}

.img_eric {
  width: 30vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_menu_cont {
  display: flex;
}

.bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg_img.vyhody {
  object-fit: scale-down;
}

.circle_cont {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle_blue {
  object-fit: contain;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle_blue._2 {
  width: 44vw;
  height: 44vw;
  top: 6vw;
}

.circle_blue._3 {
  width: 32vw;
  height: 32vw;
  top: 12vw;
}

.circle_blue._1 {
  width: 56vw;
  height: 56vw;
}

.bg_cont.mapovani {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.three_render_wrapper {
  width: 100%;
  height: 100%;
  display: none;
}

.laptop_img {
  display: none;
}

.link_anchor {
  height: 6vw;
  position: absolute;
  top: -5.9vw;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img_laptop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.preloader {
  z-index: 5000;
  background-color: var(--main_grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader.gif {
  background-color: #3cb09b;
  display: flex;
}

.lottie_loader {
  width: 5vw;
  height: 5vw;
}

.logo_quadient {
  width: 14rem;
}

.play_button {
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  bottom: 57%;
  left: 56%;
}

.play_img {
  width: 100%;
  height: 100%;
}

.pop_up_video {
  z-index: 1001;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_position {
  color: #bfb9a8;
  font-size: 1rem;
}

.modal_close {
  z-index: 100;
  margin-top: 1.5rem;
  margin-right: 2rem;
  padding: .6rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_pop_up_container_middle {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

.modal_initials {
  margin-bottom: 2rem;
}

.modal_content_white_full {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-right: 60%;
  position: relative;
}

.modal_txt {
  color: #2a3d38;
  letter-spacing: .12rem;
  font-size: 1rem;
  line-height: 1.5;
}

.modal_name {
  margin-bottom: .6rem;
  font-size: 3rem;
  line-height: 1.3;
}

.modal_x {
  width: 1.6rem;
  height: 1.6rem;
}

.modal_pop_up_wrapper_middle {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.model_content_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.modal_content_container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: relative;
}

.video, .html-embed {
  width: 100%;
  height: 100%;
}

.overlay_close {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lang_container {
  margin-left: 3vw;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 17%;
  display: flex;
}

.image {
  width: 5vw;
  margin-bottom: 1vw;
}

.heading {
  margin-bottom: 2vw;
  font-family: Rationaldisplay, sans-serif;
  font-size: 3vw;
  font-weight: 700;
}

.text-block {
  font-family: Rationaldisplay, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

.preloader-logo {
  z-index: 3;
  color: var(--main_grey);
  width: 6.1vw;
  height: 6.1vw;
  position: relative;
}

.preloader-logo-animation {
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-logo-animation.gif {
  width: 25vw;
  max-width: 550px;
  height: 21vw;
  max-height: 470px;
}

.preloader-animation-color-div {
  z-index: 2;
  border: 3px solid var(--main_grey);
  background-color: var(--main_blue);
  width: 5.7vw;
  height: 5.7vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anim-white-bg-color {
  z-index: 1;
  border: 3px solid var(--main_grey);
  background-color: var(--white);
  width: 5.7vw;
  height: 5.7vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blue-div {
  background-color: var(--main_blue);
  width: 100%;
  height: 100%;
}

.white-anim-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.anim-grey-bg-colr {
  z-index: 1;
  border: 3px solid var(--main_grey);
  background-color: var(--main_grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anim-justify0middle {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  mix-blend-mode: normal;
}

@media screen and (min-width: 1440px) {
  .modal_pop_up_container_middle {
    width: 100%;
    overflow: auto;
  }

  .modal_content_white_full {
    padding: 3rem;
  }

  .modal_txt {
    font-size: 1rem;
  }

  .modal_x {
    width: 2.1rem;
    height: 2.1rem;
  }

  .modal_pop_up_wrapper_middle {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav_brand {
    width: 9vw;
  }

  .modal_position {
    font-size: .9rem;
  }

  .modal_txt {
    font-size: 1rem;
  }

  .modal_name {
    font-size: 2rem;
  }

  .modal_x {
    width: 2.2rem;
    height: 2.1rem;
  }

  .utility-page-content {
    width: 15%;
  }

  .preloader-logo {
    width: 6.05vw;
    height: 6.05vw;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 26px;
  }

  p {
    font-size: 16px;
  }

  .section.flex_hori.relative.eric {
    flex-direction: row-reverse;
  }

  .section.mapovani {
    height: auto;
  }

  .container {
    padding: 50px 40px;
  }

  .container.is--nav {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container.pad_t_b_extra_large.black_bg {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.vyhody {
    object-fit: contain;
    height: 40vh;
  }

  .container.flex_hori.mobile_vert.mobile_flip.nopad {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.personilized {
    margin-bottom: -256px;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 40px;
    overflow: visible;
  }

  .container.mobile_100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.mobile_100.hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .nav_link {
    color: var(--main_black);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    font-size: 18px;
    text-decoration: none;
  }

  .nav_link.eng {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 0;
    font-size: 14px;
  }

  .nav_menu {
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_brand {
    z-index: 1;
    width: 130px;
  }

  .nav_brand.w--current {
    width: 100px;
  }

  .img.vyhody_3 {
    width: 280px;
  }

  .img.vyhody1 {
    width: 265px;
  }

  .img.personilized {
    width: 360px;
    top: 101px;
    left: 19%;
    right: 0;
  }

  .img.vyhody_4 {
    width: 270px;
    height: 270px;
  }

  .menu_button {
    width: 80px;
    height: 80px;
    padding: 5px;
  }

  .menu_button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .pad_b_small {
    padding-bottom: 20px;
  }

  .pad_b_medium {
    padding-bottom: 35px;
  }

  .pad_b_large {
    padding-bottom: 50px;
  }

  .para {
    font-size: 15px;
  }

  .para.white.b_marg {
    margin-bottom: 4rem;
  }

  .para.pad_l_extra_large {
    padding-left: 0;
  }

  .h2.white {
    font-size: 52px;
  }

  .h2.white.pad_b_large_mobile {
    margin-top: 0;
    font-size: 52px;
  }

  .h3 {
    font-size: 24px;
  }

  .txt_small {
    font-size: 16px;
  }

  .txt_small.white.book {
    font-size: 14px;
  }

  .txt_medium {
    font-size: 17px;
  }

  .grid._2_col_1-3 {
    grid-row-gap: 0vw;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 3fr;
    align-items: stretch;
    display: flex;
  }

  .grid.gap_medium {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .grid.gap_medium.mobile-2col {
    width: 100%;
    height: 100%;
  }

  .grid.vyhody {
    padding: 50px 40px;
  }

  .img_cont.absolute.laptop_hero {
    width: 370px;
    height: 370px;
    top: 18%;
    right: 4%;
  }

  .img_cont.eric.pad_t_large {
    position: static;
  }

  .img_cont.eric.pad_t_large.relative {
    justify-content: center;
    align-items: flex-end;
    width: 240px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .img_cont.zadavani {
    width: 390px;
    top: 13.8vw;
  }

  .img_cont.navrh {
    left: 0;
  }

  .img_cont.personilized {
    width: 70%;
    position: relative;
    right: -18%;
  }

  .img_cont.middle.pad_b_large.model {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img_cont.footer {
    padding-right: 40px;
  }

  .line.mar_l_small {
    width: 4vw;
    margin-left: 10px;
  }

  ._50width.pad_all {
    padding: 30px 0 30px 40px;
  }

  ._50width.pad_all.mobile70 {
    width: 70%;
    padding-left: 40px;
    padding-right: 0;
  }

  ._50width.pad_all.no_l_pad_mobile {
    padding-left: 0;
  }

  ._50width.pad_all.no_l_pad_mobile.mobile70.no_top_pad, ._50width.pad_all.no_l_pad_mobile.mobile_full.no_pad_mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._50width.pad_all.mobile_full {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon_svg {
    width: 70px;
    margin-bottom: 15px;
  }

  .grid_personilized {
    padding-bottom: 0;
  }

  .blue_text_con {
    padding-bottom: 50px;
    padding-right: 40px;
    left: 0;
    right: 0;
  }

  .big_blue_text {
    font-size: 30px;
  }

  .big_blue_text.pad_b_large_mob {
    font-size: 36px;
  }

  ._3_pillars_cont {
    padding-right: 40px;
  }

  .pillar._1 {
    bottom: 50px;
  }

  .pillar._3 {
    bottom: -50px;
  }

  .list_para {
    font-size: 15px;
  }

  .list_item {
    white-space: normal;
  }

  .list_l_pad {
    padding-left: 30px;
  }

  .footer_grid {
    grid-row-gap: 15px;
  }

  .txt_large {
    font-size: 28px;
  }

  .model_img {
    width: 100%;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
    position: relative;
    right: -15px;
  }

  .nav_menu_cont {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .laptop_img {
    display: block;
  }

  .link_anchor {
    height: 80px;
    top: -78px;
  }

  .logo_quadient {
    width: 24rem;
  }

  .play_button {
    width: 8rem;
    height: 8rem;
  }

  .modal_position {
    font-size: 2rem;
  }

  .modal_close {
    margin-top: 10px;
    margin-right: 10px;
  }

  .modal_pop_up_container_middle {
    padding-right: 40%;
  }

  .modal_content_white_full {
    padding: 40px 30px;
  }

  .modal_txt {
    font-size: 16px;
  }

  .modal_name {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .modal_x {
    width: 26px;
    height: 26px;
  }

  .modal_pop_up_wrapper_middle {
    display: none;
  }

  .lang_container {
    margin-left: 0;
    display: flex;
  }

  .utility-page-content {
    width: 24%;
  }

  .image {
    width: 10vw;
  }

  .heading {
    font-size: 4vw;
  }

  .text-block {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .section.hero {
    height: auto;
  }

  .section.flex_hori.relative.eric.mobile_vert {
    flex-direction: column-reverse;
  }

  .container {
    padding: 50px 40px;
  }

  .container.is--nav {
    padding: 5px 40px;
  }

  .container.flex_hori.mobile_vert {
    flex-direction: column;
  }

  .container.flex_hori.mobile_vert.mobile_flip {
    flex-direction: column-reverse;
  }

  .container.personilized {
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.mobile_100 {
    height: 100%;
  }

  .container.mobile_100.hero {
    padding-bottom: 0;
  }

  .nav_link.eng {
    margin-top: 30px;
    font-size: 13px;
  }

  .img.vyhody_3 {
    width: 160px;
    height: auto;
    position: relative;
    top: -40px;
    left: 26px;
  }

  .img.vyhody1 {
    width: 134px;
    height: auto;
    top: 28px;
    right: 8%;
  }

  .img.personilized {
    width: 300px;
    top: 0;
    left: -6%;
  }

  .menu_button {
    width: 80px;
    height: 80px;
  }

  .pad_b_small {
    padding-bottom: 12px;
  }

  .pad_b_medium {
    padding-bottom: 18px;
  }

  .pad_b_large {
    padding-bottom: 24px;
  }

  .para {
    line-height: 1.6;
  }

  .para.white.b_marg {
    margin-bottom: 6rem;
  }

  .para.pad_l_extra_large {
    padding-left: 0;
  }

  .h1.pad_b_medium {
    font-size: 11rem;
  }

  .h2.white.pad_b_large_mobile, .h3.pad_b_medium_mobile, .h3.mobile_pad_b_large {
    padding-bottom: 24px;
  }

  .txt_small {
    font-size: 15px;
  }

  .txt_medium {
    font-size: 16px;
  }

  .txt_medium.pad_b_medium.no_phone_pad {
    padding-bottom: 0;
  }

  .para_book {
    font-size: 14px;
  }

  .grid._2_col_1-3 {
    grid-row-gap: 0vw;
    grid-template-columns: 3fr;
  }

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

  .grid.gap_medium.mobile-2col {
    grid-template-columns: 1fr 1fr;
  }

  .grid.vyhody {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 50px 20px 50px 40px;
  }

  .img_cont.absolute.laptop_hero {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vw;
    display: flex;
    position: relative;
    top: 9.1rem;
    bottom: 0%;
    left: 0;
    right: auto;
  }

  .img_cont.vyhody {
    top: 0;
    left: 0;
  }

  .img_cont.zadavani {
    width: 240px;
    padding: 20px;
    position: absolute;
    top: -19%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .img_cont.navrh {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .img_cont.personilized {
    position: absolute;
    bottom: -48%;
    right: -37%;
  }

  .img_cont.middle.pad_b_large.model {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_cont.footer {
    padding-right: 40px;
  }

  .line.mar_l_small {
    width: 5vw;
  }

  ._50width.pad_all.no_l_pad_mobile.mobile_full {
    padding: 0;
  }

  ._50width.pad_all.mobile_full {
    width: 100%;
    padding-right: 40px;
  }

  ._50width.flex_middle.mobile_full, ._50width.no_pad_mobile {
    width: 100%;
  }

  .icon_svg {
    width: 45px;
  }

  ._50.flex_middle {
    width: 100%;
  }

  ._50.flex_middle.mobile_absolute {
    align-items: center;
    position: absolute;
    top: -33%;
    bottom: 0%;
    left: auto;
    right: -22%;
  }

  ._50.mobile_full {
    width: 100%;
  }

  .big_blue_text.pad_b_large_mob {
    padding-bottom: 24px;
    font-size: 28px;
  }

  ._3_pillars_cont {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .list_l_pad, .list_l_pad.black {
    padding-left: 25px;
  }

  .txt_large {
    font-size: 26px;
  }

  .img_eric {
    width: 30vw;
    position: relative;
  }

  .nav_menu_cont {
    padding-top: 10px;
  }

  .circle_cont {
    top: 50%;
  }

  .circle_blue._2 {
    width: 70vw;
    height: 70vw;
    top: 10vw;
  }

  .circle_blue._3 {
    width: 50vw;
    height: 50vw;
    top: 20vw;
  }

  .circle_blue._1 {
    width: 90vw;
    height: 90vw;
  }

  .three_render_wrapper {
    display: none;
  }

  .laptop_img {
    width: 80%;
  }

  .link_anchor {
    top: -76px;
  }

  .img_laptop {
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
  }

  .lottie_loader {
    width: 10vw;
    height: 10vw;
  }

  .logo_quadient {
    width: 34rem;
  }

  .play_button {
    width: 10rem;
    height: 10rem;
    bottom: 55%;
  }

  .modal_position {
    font-size: 3rem;
  }

  .modal_pop_up_container_middle {
    padding-right: 0%;
  }

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

  .modal_txt {
    font-size: 3rem;
  }

  .modal_name {
    font-size: 6rem;
  }

  .modal_pop_up_wrapper_middle {
    display: none;
  }

  .model_content_wrapper {
    justify-items: center;
  }

  .utility-page-content {
    width: 33%;
  }

  .text-block {
    font-size: 2vw;
  }

  .preloader-logo {
    width: 11.3vw;
    height: 11.3vw;
  }

  .preloader-logo-animation {
    width: 11vw;
    height: 11vw;
  }

  .preloader-animation-color-div, .anim-white-bg-color, .anim-grey-bg-colr {
    width: 10.7vw;
    height: 10.7vw;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: auto;
  }

  .section.mapovani {
    padding-bottom: 40vw;
  }

  .container, .container.is--nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.vyhody {
    height: 50vh;
  }

  .container.personilized {
    z-index: 2;
    margin-bottom: 0;
    padding: 0 30px 140px;
    overflow: visible;
  }

  .container.mobile_100 {
    padding-left: 30px;
  }

  .img.vyhody_3 {
    width: 136px;
    height: auto;
    position: absolute;
    top: -50px;
    bottom: auto;
    left: auto;
    right: 20%;
  }

  .img.vyhody1 {
    width: 95px;
    height: auto;
    position: absolute;
    top: 32px;
    bottom: auto;
    left: auto;
    right: 4%;
  }

  .img.personilized {
    object-fit: contain;
    width: auto;
    height: 260px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -37%;
  }

  .img.vyhody_4 {
    width: 260px;
    height: auto;
  }

  .para {
    line-height: 1.6;
  }

  .h2 {
    font-size: 34px;
  }

  .h2.white {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .h3.white.align_mid.relative {
    font-size: 22px;
  }

  .h3.white.pad_b_medium_mobile, .h3.mobile_pad_b_large, .h3.white.pad_b_medium_mobile {
    padding-bottom: 24px;
  }

  .txt_small {
    font-size: 17px;
  }

  .txt_medium {
    font-size: 14px;
  }

  .txt_medium.white {
    font-size: 13px;
  }

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

  .grid.gap_medium.mobile-2col {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.vyhody {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 50px 30px;
  }

  .img_cont.absolute.laptop_hero {
    position: relative;
  }

  .img_cont.zadavani {
    width: 185px;
    padding: 9px;
    top: -14%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .img_cont.navrh {
    width: 100%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .img_cont.personilized {
    width: 65%;
    position: relative;
    top: 44px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .img_cont.middle.pad_b_large.model {
    padding-left: 30px;
    padding-right: 30px;
  }

  .img_cont.footer {
    padding-right: 0;
  }

  ._50width.pad_all.no_l_pad_mobile.mobile70.no_top_pad {
    width: 100%;
  }

  ._50width.pad_all.mobile_full {
    padding: 50px 30px;
  }

  ._50width.no_pad_mobile, ._50.flex_middle {
    width: 100%;
  }

  ._50.flex_middle.mobile_absolute {
    width: 100%;
    padding-top: 20px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .big_blue_text.pad_b_large_mob {
    font-size: 24px;
  }

  ._3_pillars_cont {
    grid-column-gap: 0vw;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 20px;
  }

  .list_l_pad {
    padding-left: 0;
  }

  .list_l_pad.black {
    padding-left: 20px;
  }

  .footer_grid {
    padding-bottom: 20px;
  }

  .nav_menu_cont {
    padding-left: 30px;
  }

  .circle_cont {
    top: 50%;
  }

  .circle_blue._2 {
    width: 70vw;
    height: 70vw;
    top: 10vw;
  }

  .circle_blue._3 {
    width: 50vw;
    height: 50vw;
    top: 20vw;
  }

  .circle_blue._1 {
    width: 90vw;
    height: 90vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .lottie_loader {
    width: 16vw;
    height: 16vw;
  }

  .logo_quadient {
    width: 40rem;
  }

  .play_button {
    width: 12rem;
    height: 12rem;
    bottom: 53%;
    left: 54%;
  }

  .modal_position {
    font-size: 4rem;
  }

  .modal_txt {
    font-size: 5rem;
    line-height: 1.5;
  }

  .modal_name {
    font-size: 8rem;
  }

  .modal_x {
    width: 24px;
    height: 24px;
  }

  .modal_pop_up_wrapper_middle {
    display: none;
  }

  .utility-page-content {
    width: 50%;
  }

  .image {
    width: 20vw;
  }

  .heading {
    margin-bottom: 5vw;
    font-size: 10vw;
  }

  .text-block {
    font-size: 4vw;
  }

  .preloader-logo {
    width: 16.3vw;
    height: 16.3vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .preloader-logo-animation {
    width: 16vw;
    height: 16vw;
  }

  .preloader-animation-color-div, .anim-white-bg-color, .anim-grey-bg-colr {
    width: 15.7vw;
    height: 15.7vw;
  }
}

#w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff401, #w-node-a1f1c446-9fe5-c1d1-5a44-a2cfca48b231-f44ff401, #w-node-_87e34b26-d2b6-b587-3801-1c0518fe6b82-f44ff401, #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff401, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff401, #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff401, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff401, #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff401, #w-node-de60915a-5b52-5d02-c96e-033824fa2399-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8db0b6f-2d1b-4797-7a03-c0b9391fa07a-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b49527e-bbdb-840f-1979-5b008e48070d-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3f0a15b-9073-4499-ac55-cb955e408b7d-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d49f87-9108-92ba-3fbb-50c813747fd3-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61a054cf-0472-1f2c-22ce-081b41e6e398-f44ff401, #w-node-_61a054cf-0472-1f2c-22ce-081b41e6e39c-f44ff401, #w-node-_557640d4-1f28-c421-8044-097d3ce046f9-f44ff401, #w-node-_557640d4-1f28-c421-8044-097d3ce046fd-f44ff401, #w-node-c4e0d828-ae87-c2dc-ae50-cadb7b91d0dc-f44ff401, #w-node-_0689339d-1948-63a9-2d35-43c6d3f36c29-f44ff401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff401 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff401 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff401 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-a60cb21e-0a83-e293-ab36-c49e57e6bd88-f44ff401, #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff401, #w-node-_3dbc0145-b376-4bb2-aee4-d6a3fa9a6ea8-f44ff401, #w-node-cbd48166-9355-8e20-7406-e3c9e6d79390-f44ff401, #w-node-f0a585a0-8942-50f6-5ca5-95898de4c875-f44ff401, #w-node-ecf26566-77bc-9374-e6d7-38c45fc3b9ec-f44ff401, #w-node-a02d23b9-e485-4517-5634-6da297ca6817-f44ff401, #w-node-_2d6ebadf-ddc7-0fb3-0ddb-441cfa48b03f-f44ff401, #w-node-_1829f4aa-1fd7-7857-edd1-fb1044726ffe-f44ff401, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927b-f44ff401, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927c-f44ff401, #w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff402, #w-node-a1f1c446-9fe5-c1d1-5a44-a2cfca48b231-f44ff402, #w-node-_87e34b26-d2b6-b587-3801-1c0518fe6b82-f44ff402, #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff402, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff402, #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff402, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff402, #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff402, #w-node-de60915a-5b52-5d02-c96e-033824fa2399-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8db0b6f-2d1b-4797-7a03-c0b9391fa07a-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b49527e-bbdb-840f-1979-5b008e48070d-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3f0a15b-9073-4499-ac55-cb955e408b7d-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d49f87-9108-92ba-3fbb-50c813747fd3-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61a054cf-0472-1f2c-22ce-081b41e6e398-f44ff402, #w-node-_61a054cf-0472-1f2c-22ce-081b41e6e39c-f44ff402, #w-node-_5fe43662-a0a2-f757-cdef-4cfc3b1dfd2d-f44ff402, #w-node-_5fe43662-a0a2-f757-cdef-4cfc3b1dfd31-f44ff402, #w-node-c4e0d828-ae87-c2dc-ae50-cadb7b91d0dc-f44ff402, #w-node-_0689339d-1948-63a9-2d35-43c6d3f36c29-f44ff402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff402 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff402 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff402 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-a60cb21e-0a83-e293-ab36-c49e57e6bd88-f44ff402, #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff402, #w-node-_3dbc0145-b376-4bb2-aee4-d6a3fa9a6ea8-f44ff402, #w-node-cbd48166-9355-8e20-7406-e3c9e6d79390-f44ff402, #w-node-f0a585a0-8942-50f6-5ca5-95898de4c875-f44ff402, #w-node-ecf26566-77bc-9374-e6d7-38c45fc3b9ec-f44ff402, #w-node-a02d23b9-e485-4517-5634-6da297ca6817-f44ff402, #w-node-_2d6ebadf-ddc7-0fb3-0ddb-441cfa48b03f-f44ff402, #w-node-_1829f4aa-1fd7-7857-edd1-fb1044726ffe-f44ff402, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927b-f44ff402, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927c-f44ff402, #w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff403, #w-node-a1f1c446-9fe5-c1d1-5a44-a2cfca48b231-f44ff403, #w-node-_87e34b26-d2b6-b587-3801-1c0518fe6b82-f44ff403, #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff403, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff403, #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff403, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff403, #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff403, #w-node-de60915a-5b52-5d02-c96e-033824fa2399-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8db0b6f-2d1b-4797-7a03-c0b9391fa07a-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b49527e-bbdb-840f-1979-5b008e48070d-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3f0a15b-9073-4499-ac55-cb955e408b7d-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12d49f87-9108-92ba-3fbb-50c813747fd3-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61a054cf-0472-1f2c-22ce-081b41e6e398-f44ff403, #w-node-_61a054cf-0472-1f2c-22ce-081b41e6e39c-f44ff403, #w-node-_293e1c05-fbd4-ad5f-c480-4f965e57ff99-f44ff403, #w-node-_293e1c05-fbd4-ad5f-c480-4f965e57ff9d-f44ff403, #w-node-c4e0d828-ae87-c2dc-ae50-cadb7b91d0dc-f44ff403, #w-node-_0689339d-1948-63a9-2d35-43c6d3f36c29-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff403 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff403 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff403 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-a60cb21e-0a83-e293-ab36-c49e57e6bd88-f44ff403, #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff403, #w-node-_3dbc0145-b376-4bb2-aee4-d6a3fa9a6ea8-f44ff403, #w-node-cbd48166-9355-8e20-7406-e3c9e6d79390-f44ff403, #w-node-f0a585a0-8942-50f6-5ca5-95898de4c875-f44ff403, #w-node-ecf26566-77bc-9374-e6d7-38c45fc3b9ec-f44ff403, #w-node-a02d23b9-e485-4517-5634-6da297ca6817-f44ff403, #w-node-_2d6ebadf-ddc7-0fb3-0ddb-441cfa48b03f-f44ff403, #w-node-_1829f4aa-1fd7-7857-edd1-fb1044726ffe-f44ff403, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927b-f44ff403, #w-node-_6e14fecd-4603-14f8-cafe-35d48380927c-f44ff403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff401, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff401 {
    align-self: end;
  }

  #w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff401 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff401 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff402, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff402 {
    align-self: end;
  }

  #w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff402 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff402 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_916e12e9-e741-83ee-5da2-549e1ac4d624-f44ff403, #w-node-d0ec3c0f-7102-ca02-379f-9d3d238466a2-f44ff403 {
    align-self: end;
  }

  #w-node-e2613702-95cd-1dcb-2a5c-87a343b1a4ef-f44ff403 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d6cd999-751f-d784-b482-f305e933259f-f44ff403 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff401 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff401, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff401 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff401 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff401 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff401 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff401 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff401 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff402 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff402, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff402 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff402 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff402 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff402 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff402 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff402 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1fe99cba-c462-abe7-957c-d48d72cc5f59-f44ff403 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_583c5d91-658f-0247-47b5-61b95cd54963-f44ff403, #w-node-b321dca8-a482-2d28-5940-11620ee624c7-f44ff403 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_43b1fe0f-1030-5c2e-1b60-97b5bf2b91fd-f44ff403 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff403 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff403 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff403 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff403 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff401 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff401 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff401 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff401 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff401 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff402 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff402 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff402 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff402 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff402 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_710cfd26-b792-fed4-68ef-0e82431e857b-f44ff403 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37a8ba35-5ec8-5ddb-0b4a-27b64419c7a3-f44ff403 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e71505d-20c9-24a3-bbe7-980baffb3de7-f44ff403 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f299198-9bc0-da03-0753-11f27d592530-f44ff403 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_306e995e-924d-2299-01dd-87a975c23a49-f44ff403 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Rationaldisplay book';
  src: url('../fonts/RationalDisplay-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rationaldisplay';
  src: url('../fonts/RationalDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rationaldisplay';
  src: url('../fonts/RationalDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rationaldisplay';
  src: url('../fonts/RationalDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rationaldisplay';
  src: url('../fonts/RationalDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}