:root {
  --white-smoke: #eef2f5;
  --black: #070707;
  --gainsboro: #dee2e5;
  --bordeaux: #620420;
  --misty-rose: #f4dfe2;
  --white: white;
  --dim-grey: #484848;
  --dda: #fec43f;
  --dark-slate-grey: #1f4a47;
  --blue-violet: #783ff3;
  --lgren: #94d7c5;
  --burlywood: #f9c684;
}

.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 {
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

h1 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

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

p {
  letter-spacing: -.3px;
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.content_wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_wrapper.content_align_center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content_wrapper.content_align_center.text_align_center, .content_wrapper.text_align_center {
  text-align: center;
}

.line_divider {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
}

.spacing_8 {
  height: 8px;
}

.spacing_16 {
  height: 16px;
}

.spacing_24 {
  height: 24px;
}

.spacing_32 {
  height: 32px;
}

.spacing_48 {
  height: 48px;
}

.text_align_center {
  text-align: center;
}

.profile_wrapper {
  border: 5px solid var(--bordeaux);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 5px;
  display: flex;
}

.prodile_image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 500px;
  width: 100%;
  height: 100%;
}

.text_wrapper.wrapper_medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.flex_wrapper {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.flex_wrapper.flex_distribute.flex_alignt_top {
  align-items: flex-start;
}

.flex_wrapper.flex_distribute.event_card_2 {
  background-color: var(--misty-rose);
  border-radius: 32px;
  padding: 24px;
}

.flex_wrapper.flex_distribute.link_block {
  background-color: var(--white);
  color: var(--black);
  border-radius: 16px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.flex_wrapper.flex_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex_wrapper.flex_left.flex_gap_medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex_wrapper.flex_right {
  justify-content: flex-end;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  border: 1px solid var(--gainsboro);
  color: var(--black);
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_vertical.card_link:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.flex_wrapper.flex_vertical.flex_distribute.flex_left {
  align-items: flex-start;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text_color_grey {
  color: var(--dim-grey);
}

.text_color_grey.text_width_small {
  max-width: 17ch;
}

.text_color_grey.text_width_medium {
  max-width: 46ch;
}

.icon_wrapper {
  background-color: #fff9;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.icon_wrapper:hover {
  background-color: #fff;
  box-shadow: 0 5px 20px #0000000d;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button_icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button_icon:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.button_icon.accent_button {
  background-color: var(--dda);
  color: var(--white);
}

.button_icon.accent_button:hover {
  box-shadow: 0 6px 20px #783ff31a;
}

.button_icon.button_outline {
  background-color: #0000;
  border: 1px solid #000;
}

.button_icon.green {
  color: var(--white);
  background-color: #25d366;
}

.icon_16x16 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.green {
  background-color: var(--black);
}

.highlight_card.white {
  background-color: var(--bordeaux);
  background-image: linear-gradient(#620420bf, #620420bf), url('../images/avia-immo-macbook.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
}

.highlight_card.yellow {
  background-color: #fec43f;
  background-image: linear-gradient(#fec43fbf, #fec43fbf), url('../images/dda.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex: 1;
}

.highlight_card.black {
  background-color: var(--black);
  color: var(--white);
}

.icon_48x48 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.spacing_20 {
  height: 20px;
}

.display_large {
  color: var(--white-smoke);
  font-size: 28px;
  line-height: 1.1;
}

.font_weight_bold {
  font-weight: 700;
}

.spacing_4 {
  height: 4px;
}

.text_color_green {
  color: var(--dark-slate-grey);
}

.text_color_black {
  color: var(--black);
}

.icon_64x64 {
  width: 64px;
  height: 64px;
}

.text_color_muted {
  opacity: .6;
}

.availability_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
  max-height: 300px;
}

.availability_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.small_text {
  font-size: 12px;
}

.availability_graph_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.graph_bar {
  background-color: var(--gainsboro);
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.graph_bar.available {
  background-color: var(--black);
  color: var(--white);
  flex: 0 auto;
}

.graph_bar.available.monday {
  height: 66%;
  min-height: auto;
}

.graph_bar.available.tuesday {
  display: none;
}

.graph_bar.available.wednesday {
  height: 50%;
  min-height: auto;
}

.graph_bar.available.thursday {
  height: 80%;
  min-height: auto;
}

.graph_bar.available.friday {
  background-color: var(--misty-rose);
  color: var(--black);
  height: 35%;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.article_item {
  color: var(--black);
  text-decoration: none;
}

.article_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 180px;
}

.button {
  background-color: var(--blue-violet);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.button:hover {
  background-color: var(--black);
}

.button.background_white {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
}

.button.background_white:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.full_width {
  width: 100%;
}

.form-block {
  margin-bottom: 16px;
}

.input_field {
  background-color: var(--gainsboro);
  border: 1px #000;
  border-radius: 16px;
  height: 48px;
  margin-bottom: 0;
}

.input_field:focus {
  border-style: solid;
  border-color: var(--black);
}

.form_2col_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.event_card {
  color: var(--white);
  background-image: linear-gradient(#000c, #000c), url('../images/Rectangle-33.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.date_card {
  background-color: var(--dda);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: none;
}

.event_image {
  object-fit: cover;
  border-radius: 16px;
  width: 70px;
  height: 70px;
}

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

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

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.product_item {
  color: var(--black);
  text-decoration: none;
}

.product_image_wrapper {
  border-radius: 32px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

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

.discount_tag {
  background-color: var(--lgren);
  border-radius: 500px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 12px 12px auto auto;
}

.book_item {
  color: var(--black);
  text-decoration: none;
}

.book_image {
  border: 4px none var(--white);
  border-radius: 16px;
}

.ad_card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--burlywood);
  color: var(--black);
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  height: 350px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ad_card_image {
  object-fit: cover;
  border-radius: 16px;
  max-width: 250px;
}

.switch {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  color: #222;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.logo {
  width: 200px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.bordeaux {
  color: var(--bordeaux);
}

.certification {
  border-radius: 15px;
}

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

.button-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .event_card {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

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

  .spacing_48 {
    height: 32px;
  }

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

  .prodile_image {
    max-width: 60px;
    max-height: 60px;
  }

  .text_wrapper.wrapper_medium.center_mobile {
    text-align: center;
    align-items: center;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
  }

  .flex_wrapper.flex_center.mobile_vertical {
    flex-direction: column;
  }

  .flex_wrapper.flex_distribute.flex_alignt_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex_wrapper.flex_distribute.event_card_2 {
    text-align: center;
    border-radius: 24px;
    flex-direction: column;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_left {
    font-size: 14px;
  }

  .flex_wrapper.flex_left.flex_gap_medium {
    flex-direction: column;
  }

  .flex_wrapper.flex_vertical.card_link {
    border-color: var(--white);
    background-color: var(--white);
    height: 150px;
  }

  .flex_wrapper.flex_vertical.flex_distribute.flex_left.center_mobile {
    text-align: center;
    align-items: center;
  }

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

  .button_icon.button_outline.full_width {
    width: 100%;
  }

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

  .highlight_card {
    border-radius: 24px;
    min-height: 150px;
  }

  .display_large {
    font-size: 30px;
  }

  .graph_bar {
    border-radius: 24px;
    padding: 16px;
  }

  .graph_bar.available {
    font-size: 10px;
    line-height: 130%;
  }

  .article_image {
    border-radius: 24px;
    height: 110px;
  }

  .event_card {
    border-radius: 24px;
    height: auto;
  }

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

  ._3_col_grid.vertical_scroll {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .product_image_wrapper {
    border-radius: 24px;
    height: 190px;
  }

  .discount_tag {
    font-size: 10px;
  }

  .book_item {
    width: 180px;
  }

  .ad_card {
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ad_card_image {
    width: 100%;
    max-width: none;
  }

  .section_title {
    text-align: center;
  }
}

#w-node-ca2327f1-9efa-1a8e-ea64-eda1506a0fdb-090ee5a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7dc2427a-0a61-0b5c-baa2-ce4f7e24753b-090ee5a0, #w-node-_18b1d8fb-22e3-5f95-a963-26e0c2a8bf8e-090ee5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ca2327f1-9efa-1a8e-ea64-eda1506a0fdb-090ee5a0 {
    grid-row: span 1 / span 1;
  }
}


