:root {
  --lynx-black: #1f2022;
  --plum: #c4a4f6;
  --dark-slate-grey: #253a2d;
  --lynx-medium-sea-green: #32b77a;
  --peach-puff: #fed9c1;
  --green-yellow: rgba(173, 255, 54, .8);
  --elements-webflow-library-neutral--100: white;
  --lynx-white: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--300: #eff0f6;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-general--shadow-05: rgba(20, 20, 43, .16);
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-neutral--200: #f7f7fc;
  --lynx-deep-pink: #fd4b8b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.home_landing {
  height: 100vh;
  display: none;
  overflow: hidden;
}

.hl-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0% 5% 5%;
  display: flex;
}

.large_h1 {
  margin-top: 20px;
  margin-bottom: 70px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 179px;
  font-weight: 700;
}

.small-h3 {
  color: #000;
  white-space: normal;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.small-h3.absolute_heading {
  font-size: 38px;
  position: absolute;
  top: -58px;
  left: 54px;
}

.small-h3.absolute_heading.centre {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: static;
}

.small-h3.absolute_heading.centre._2 {
  font-size: 14px;
}

.small-h3.os {
  z-index: 1;
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 4%;
  margin-bottom: 1%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  position: relative;
}

.small-h3.os.lefts {
  text-align: left;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.small-h3.os.font-chnage {
  color: #000;
  margin-bottom: 3%;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.small-h3.mini {
  font-size: 18px;
}

.small-h3.align-c {
  align-self: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.paragraph {
  text-align: left;
  white-space: break-spaces;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.paragraph._30vw {
  width: 20vw;
  font-family: Varela Round, sans-serif;
}

.paragraph.centre {
  text-align: center;
}

.paragraph.centre._20px {
  margin-top: 3%;
  margin-left: auto;
}

.paragraph.centre._20px.side_gap {
  margin-top: 0%;
  margin-left: 20%;
  margin-right: 20%;
}

.paragraph.gap_top {
  margin-top: 1%;
}

.paragraph.gap_top.centre {
  color: #333;
  text-align: center;
  margin-top: 3%;
  line-height: 24px;
}

.paragraph.gap_top.centre.white {
  color: #fff;
}

.paragraph.book {
  margin: 3%;
}

.paragraph.links {
  line-height: 24px;
}

.left_align_div {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  margin-top: 20%;
  display: flex;
  position: relative;
}

.div-block._2 {
  align-items: flex-start;
  margin-top: 0%;
  margin-left: auto;
}

.home_sec2 {
  margin-bottom: 5%;
  overflow: hidden;
}

.home_sec2.hides {
  display: none;
}

.sec2 {
  width: auto;
}

.cell {
  justify-content: center;
  align-items: center;
}

.link1 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link {
  color: #333;
}

.features_landing {
  z-index: 1;
  height: 50vh;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 15% 0%;
  display: flex;
  position: relative;
}

.medium_h1 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1em;
}

.medium_h1.white {
  color: #fff;
}

.medium_h1.left {
  text-align: left;
  font-size: 4em;
}

.medium_h1.left.size {
  font-size: 2em;
}

.body {
  background-color: #faf6f1;
  overflow: visible;
}

.temp_display {
  width: 30vw;
  height: auto;
  background-image: linear-gradient(97deg, #8da7f4, #3a92e8);
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid1 {
  height: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 0% 0% 4%;
  display: grid;
}

.grid-content-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5%;
  display: flex;
}

.paragraph-large {
  font-family: Varela Round, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-large.white {
  color: #fff;
  font-size: 1.2em;
}

.paragraph-large.big {
  font-size: 1.6em;
}

.paragraph-large._2 {
  margin-bottom: 0;
}

.paragraph-large.centre {
  text-align: center;
}

.paragraph-large.centre.gap {
  margin-bottom: 5%;
  font-weight: 400;
}

.button2 {
  background-color: rgba(202, 230, 255, .5);
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section3 {
  padding-left: 12%;
  padding-right: 12%;
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.sec3_content {
  width: 80%;
}

.section-4 {
  height: auto;
  padding: 5% 12% 10%;
  display: block;
  overflow: hidden;
}

.sec4_title-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini_title {
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 11px;
}

.title_medium {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4.3em;
  font-weight: 700;
  line-height: 1em;
}

.title_medium.left {
  color: var(--lynx-black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 2em;
}

.title_medium.left._1em {
  font-size: 1.5em;
}

.title_medium.testi {
  text-align: left;
  margin: 5% 5% 5% 0%;
  font-size: 4.1em;
}

.title_medium.white {
  color: #fff;
}

.title_medium.gap {
  margin-bottom: 2%;
}

.title_medium.align_left {
  text-align: left;
  font-size: 4em;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 13%;
  margin-right: 13%;
  display: grid;
}

.sec3 {
  background-color: #f4eee1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5% 0% 0% 5%;
  display: flex;
}

.sec3.violet {
  background-color: var(--plum);
  justify-content: center;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2._2 {
  grid-template-columns: .75fr .5fr;
}

.sec4 {
  background-color: #f7d7c2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 15px 0;
  display: flex;
}

.sec4.green {
  background-color: #cfff8a;
  padding-bottom: 15px;
  padding-left: 25px;
}

.section-5 {
  margin-left: auto;
  margin-right: auto;
  padding: 8% 12% 5%;
  overflow: hidden;
}

.grid4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5%;
  display: grid;
}

.grid4.gap {
  margin-top: 5%;
  display: none;
}

.bold-text {
  font-size: 1.4em;
  line-height: 1.4em;
}

.bold-text._2 {
  color: #000;
  font-size: 1em;
}

._4xgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_feature {
  padding: 10px;
}

.section-6 {
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-6.down-5pr {
  height: auto;
  padding-bottom: 5%;
}

.section-6.down-5pr._2 {
  background-color: rgba(255, 255, 255, 0);
}

.section-6._70vh {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.sec6-content {
  height: 35vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.sec6-content.centre {
  align-items: center;
}

.sec6-content.centre._20vh {
  height: 25vh;
}

.sec6-content.line {
  border-bottom: 1px solid #646464;
}

.image-2 {
  object-fit: contain;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-3 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  padding: 13px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.button-3:hover {
  background-color: var(--lynx-medium-sea-green);
}

.button-3.violet {
  color: #fff;
  text-align: center;
  background-color: #9a62f1;
  font-weight: 700;
}

.button-3.white {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.button-3.gap {
  margin-top: 3%;
}

._3xgrid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

._3xgrid.top_gap {
  grid-template-rows: auto;
  margin-top: 3%;
  display: flex;
}

.sec8 {
  padding-left: 12%;
  padding-right: 12%;
  overflow: hidden;
}

.pricing_content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5%;
  display: flex;
}

.image_gap {
  margin-right: 20px;
}

.pricing_content-1 {
  border: 1px solid #c7c7c7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 25px;
}

.sec9 {
  flex-direction: column;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  overflow: hidden;
}

.sec9.top_padding {
  margin-top: 0%;
  margin-bottom: 5%;
  padding-left: 13%;
  padding-right: 13%;
}

.faq {
  background-color: #f7d7c2;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 5% 2% 0% 0%;
  position: relative;
  overflow: hidden;
}

.faq.grey {
  background-color: #edf3f6;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  top: -65px;
}

.faq_image {
  z-index: 11;
  position: relative;
}

.faq_content {
  margin-bottom: 5%;
}

.faq_content.centre_align {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  text-align: left;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
  font-size: 1.3em;
  line-height: 1.66em;
}

.faq_answer {
  margin-left: 0;
  padding-bottom: 0;
}

.faq_wrapper {
  z-index: 3;
  border: 1px #efeef6;
  border-bottom: 1px solid #525252;
  margin-top: 14px;
  margin-right: 5%;
  padding-bottom: 20px;
  position: relative;
}

.faq_wrapper._2 {
  margin-right: 0%;
}

.faq_qn {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.small_title {
  color: #162e3c;
  text-align: center;
  font-size: 1.5rem;
}

.small_title.normal {
  color: #333;
  color: #000;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.space {
  height: 5px;
}

.div-block-5 {
  margin-top: 7%;
}

.sec10 {
  padding: 7% 12%;
  overflow: hidden;
}

._2-grid {
  height: 70vh;
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testi_card {
  position: relative;
}

.testi-content {
  overflow: hidden;
}

.slider {
  height: 60vh;
  background-color: rgba(221, 221, 221, 0);
}

.slide {
  width: 334px;
  margin-right: 30px;
}

.slider_class {
  width: 100%;
  height: 100%;
  background-color: rgba(173, 255, 54, 0);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.img_slide {
  z-index: 0;
  border-radius: 40px;
  position: absolute;
  bottom: -5px;
  overflow: hidden;
}

.div-block-6 {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.div-block-6.green {
  width: 100%;
  height: 100%;
  background-color: #adff36;
  border-radius: 50px;
  align-self: center;
}

.div-block-6.orange {
  background-color: var(--peach-puff);
  align-self: flex-end;
}

.div-block-6.orange._85 {
  height: 100%;
  align-self: flex-end;
}

.testi_content {
  background-color: var(--green-yellow);
  border-radius: 40px 40px 10px 10px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 30px;
  position: absolute;
  bottom: 0;
}

.testi_content.orange {
  background-color: rgba(254, 217, 193, .8);
}

.left-arrow {
  width: 37px;
  height: 30px;
  background-color: #ff5532;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 37px;
  height: 30px;
  background-color: #ff5532;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  top: auto;
  bottom: -10%;
  left: 5%;
  right: auto;
}

.icon, .icon-2 {
  font-size: 18px;
}

.blogcard_title {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 7%;
  display: flex;
}

.button_block2 {
  background-color: #c4a4f6;
  border-radius: 25px;
  padding: 0% 10%;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 5%;
  right: auto;
}

.div-block-7 {
  width: 65vw;
  height: 10vh;
  background-color: #dae4eb;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
}

.book_landing {
  flex-direction: column;
  align-items: center;
  padding: 5% 15%;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.form {
  width: 80%;
  flex-direction: column;
  align-items: stretch;
  margin-top: 5%;
  display: flex;
}

.ip {
  background-color: rgba(255, 255, 255, .63);
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.form-2 {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.submit-button {
  background-color: #253a2d;
  border-radius: 10px;
  padding: 13px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  display: block;
}

.book_para {
  width: 50vw;
  padding: 5%;
}

.body-2, .body-3, .body-4 {
  background-color: #faf6f1;
}

.para_large-2 {
  text-align: center;
  margin-top: 3%;
  font-family: Varela Round, sans-serif;
  font-size: 1.9rem;
  line-height: 2.9rem;
}

.para_large-2.left {
  text-align: left;
}

.para_large-2.left.top {
  z-index: 2;
  text-align: left;
  margin-top: 7%;
  position: relative;
}

.social-media {
  height: 100vh;
  background-image: url('../images/About_bg.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 15% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-media.ins {
  height: auto;
  justify-content: flex-start;
  margin-top: 0%;
  padding-top: 15%;
}

.field-label {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-2 {
  width: 100%;
  height: 270px;
  max-width: 270px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(245, 247, 250, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px 0;
  display: flex;
}

.brix---color-neutral-102 {
  color: var(--elements-webflow-library-neutral--100);
}

.template-1h {
  color: #000;
  text-align: center;
  letter-spacing: 33.7px;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.template-1h.lefts {
  z-index: 1;
  text-align: left;
  letter-spacing: 33.75px;
  font-size: 27px;
  line-height: 43.2px;
  position: relative;
}

.template-1h.t0p-5--temp1 {
  letter-spacing: 23px;
  margin-top: 4%;
  margin-bottom: 5%;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 0;
  display: grid;
}

.brix---container-default-3 {
  z-index: 1;
  max-width: 1218px;
  padding-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  top: 0;
}

.template-1p {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.template-1p.top-spacing {
  letter-spacing: 0;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
}

.template-1p.lefts {
  color: #ffafaf;
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 0;
  line-height: 40px;
}

.template-1p.lefts-p {
  text-align: left;
  margin-bottom: 0;
  line-height: 40px;
}

.template-1p.lefts-p.gap {
  letter-spacing: 0;
}

.template-1p.dates {
  margin-bottom: 2%;
}

.template-1p.said {
  width: auto;
  margin-top: 2%;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
  line-height: 40px;
}

.template-1p.ft {
  letter-spacing: 5px;
  line-height: 30px;
}

.template-1p.ft2 {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 30px;
}

.temp-1 {
  min-height: 110vh;
  background-image: url('../images/Temp2-_-Pic-2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.nav-fixed {
  z-index: 999999;
  display: flex;
  position: fixed;
  top: 20%;
  left: 5%;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.nav-menu-3 {
  flex-direction: column;
  display: flex;
}

.nav-l {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
  font-size: 13px;
}

.nav-l.w--current {
  color: #ffafaf;
}

.inner-wrapper-nav {
  width: 120px;
  height: 225px;
  margin-top: 0;
  margin-left: 0;
}

.section-9 {
  background-color: #f7e9e8;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.section-9.register {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-9.registry {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 15%;
}

.section-9.footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 25px;
}

.section-9.footer._2 {
  background-color: rgba(247, 233, 232, 0);
}

.section-9._0-1 {
  background-color: #fafafa;
  padding-top: 0%;
  padding-bottom: 5%;
}

._80--block {
  width: 80%;
}

._80--block.grids {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  display: grid;
}

.day-block {
  z-index: 2;
  position: relative;
}

.day-block.seprators {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-15 {
  z-index: 1;
  position: absolute;
  bottom: 36%;
  left: 5%;
}

.link-3 {
  color: #ffafaf;
  font-size: 16px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.button-4 {
  background-color: var(--lynx-white);
  color: #000;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---position-relative-4 {
  position: relative;
}

.brix---position-relative-4.content-wrap {
  width: 100%;
  max-width: 100%;
  background-color: #f7e9e8;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brix---border-radius-24px-3 {
  z-index: -1;
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---border-radius-24px-3.shadoew {
  box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
}

.brix---mg-top-80px-3 {
  margin-top: 80px;
}

.brix---mg-top-80px-3.top-paddings {
  margin-top: -18px;
}

.brix---paragraph-default-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.brix---paragraph-default-5.center-black {
  color: #000;
  text-align: center;
}

.brix---paragraph-default-5.slides {
  color: #000;
  font-size: 16px;
}

.brix---color-neutral-104 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Fahkwang, sans-serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 90.2px;
}

.brix---heading-h1-size-4.center {
  color: #567782;
  text-align: center;
}

.brix---heading-h1-size-4.black-in-center {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 33.6px;
}

.brix---heading-h1-size-4._24-px {
  color: #567782;
  text-align: center;
  font-size: 24px;
  line-height: 33.6px;
}

.brix---heading-h1-size-4.center-time {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 33.6px;
}

.brix---heading-h1-size-4.center-paddings {
  color: #567782;
  text-align: center;
  margin-bottom: 10%;
}

.brix---heading-h1-size-4.center-white {
  text-align: center;
}

.brix---heading-h1-size-4.colors {
  color: #567782;
  text-align: center;
  font-size: 69px;
}

.brix---hero-v15-grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color-3 {
  background-image: linear-gradient(to bottom, #f7e9e8 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%, #fafafa 92%);
  padding: 10%;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---half-bg-right---width-36 {
  z-index: 1;
  width: 36%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Temp3_pic-2.webp');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---text-300-bold {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.brix---text-300-bold.black {
  color: #7c7c8d;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.brix---text-300-bold.extra-small {
  color: #000;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
}

.brix---text-300-bold.sizing {
  color: #5c5b6b;
  text-align: center;
  margin-top: 5%;
  font-size: 18px;
  line-height: 28.8px;
}

.brix---text-300-bold.center {
  text-align: center;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---color-neutral-801.center {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v1._1fr {
  grid-template-columns: 1fr;
}

.brix---grid-contact-v1._2fr {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.brix---grid-contact-v1._1-gap {
  grid-template-columns: 1fr 1fr;
}

.brix---section-position-relative {
  background-color: #567782;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---section-position-relative.margin0 {
  background-color: #fef7f1;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-position-relative.paddinf0ff {
  background-color: #fef7f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-position-relative.bg-0 {
  background-color: #ecd2c4;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 10%;
}

.brix---section-position-relative.story {
  background-color: #ecd2c4;
  margin-left: 0%;
  margin-right: 0%;
  padding: 100px 20%;
}

.brix---section-position-relative.inner-paddings {
  padding: 100px 15%;
}

.brix---section-position-relative.bg-o {
  background-color: #ecd2c4;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-57 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 142px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-57._0 {
  display: block;
}

._120 {
  width: 8em;
  height: 8em;
  border: 1px solid #ffd8d8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

._120:hover {
  border-color: #ecbcbc;
}

._120._2 {
  border-color: #567782;
}

._120.top-10 {
  margin-top: 6%;
}

._120.top-10--2 {
  border-color: #567782;
  margin-top: 5%;
}

.heading-4 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Fahkwang, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.heading-4.d {
  color: #567782;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.body-5 {
  background-color: #fef7f1;
}

.navbar-3 {
  background-color: #fef7f1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-58 {
  justify-content: center;
  display: block;
}

.div-block-59 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  display: flex;
  position: relative;
}

.image-18 {
  position: absolute;
  bottom: 32px;
}

.grid-4 {
  width: 80%;
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-60 {
  width: 100%;
  margin-top: 10%;
}

.div-block-61 {
  min-height: 70vh;
  background-image: url('../images/gayani-anuththara-RYoXp7T33Uo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-62 {
  border-left: 1px solid #000;
}

.relative {
  position: relative;
}

.relative.horoizontal {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-19 {
  position: absolute;
  top: -19%;
  bottom: auto;
  left: 39%;
  right: auto;
}

.grid-5 {
  grid-template-rows: auto;
}

.brix---position-relative-5, .brix---position-relative-5.templat5 {
  position: relative;
}

.brix---mg-top-80px-4 {
  margin-top: 80px;
}

.brix---mg-top-80px-4.temp5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -15%;
  display: flex;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-6.temp5-p {
  color: #853017;
  text-align: center;
  margin-top: 40px;
  font-family: Fraunces, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---color-neutral-803._15--temp5 {
  padding-left: 25%;
  padding-right: 25%;
}

.brix---hero-v15-grid-4 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---hero-v15-grid-4._1fr-5template {
  grid-row-gap: 443px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.brix---hero-v15-grid-4._3fr {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr .25fr 1fr;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color-4 {
  background-image: linear-gradient(to bottom, var(--lynx-white) 41%, var(--elements-webflow-library-accent--primary-1) 41%, white 41%, #a25a44 41%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-hero-half-bg-color-4.template5 {
  background-image: linear-gradient(to bottom, #ffebfb 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%, white 78%);
  padding-top: 150px;
  padding-bottom: 120px;
}

.brix---section-hero-half-bg-color-4.temp5-2 {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 100px;
}

.brix---section-hero-half-bg-color-4.temp5-2.inner40 {
  background-color: #853017;
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---section-hero-half-bg-color-4.temp-5top {
  background-image: linear-gradient(to bottom, var(--lynx-white) 41%, var(--elements-webflow-library-accent--primary-1) 41%, white 41%, #a25a44 41%, #ffebfb 41%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---section-hero-half-bg-color-4.foothe-temp5 {
  background-image: none;
  padding-top: 2%;
  padding-bottom: 2%;
}

.brix---hamburger-menu-bar-bottom-white-5, .brix---hamburger-menu-bar-top-white-5 {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-5 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-5:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-5.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---btn-primary-small-5 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-5:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-mbl-5 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-white-5 {
  color: #853017;
  padding: 0;
  font-family: Fraunces, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white-5:hover {
  opacity: .48;
}

.brix---header-nav-link-white-5.w--current {
  color: #da8e78;
}

.brix---header-nav-list-item-5 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-nav-menu-list-5 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo-5 {
  max-width: 250px;
}

.brix---header-logo-link-5 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-5:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-transparent-5 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-64 {
  border-top-left-radius: 350px;
  border-top-right-radius: 350px;
}

.temp-5-image {
  border-radius: 350px 350px 0 0;
}

.temp5-heads {
  color: #853017;
  text-align: center;
  letter-spacing: .87px;
  font-family: Fraunces, sans-serif;
  font-size: 87px;
  font-weight: 400;
}

.temp5-heads._32px {
  letter-spacing: 0;
  font-size: 32px;
}

.temp5-heads._60px {
  margin-bottom: 15%;
  font-size: 60px;
  line-height: 1;
}

.temp5-heads._60px-400 {
  margin-bottom: 10%;
  font-size: 60px;
  font-weight: 300;
}

.temp5-heads._60px-lefts {
  text-align: left;
  letter-spacing: 0;
  font-size: 52px;
  line-height: 1;
}

.temp5-heads._33-letfs {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
}

.temp5-heads.coloured {
  color: #ffebfb;
  font-size: 65px;
}

.absolute-temp-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 44%;
  left: 0%;
  right: 0%;
}

.seprator-5 {
  padding-left: 15%;
}

.seprator-5._2inseprator {
  padding-left: 0%;
  padding-right: 15%;
}

.temp-5-p {
  color: #853017;
  font-family: Fraunces, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.temp-5-p.center {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.small-temp-5 {
  color: #853017;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.small-temp-5.centers {
  color: #9c3517;
  text-align: center;
  margin-bottom: 0;
  line-height: 25px;
}

.brix---position-relative-6 {
  position: relative;
}

.brix---border-radius-24px-5 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-top-80px-5 {
  margin-top: 80px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---heading-h1-size-6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h1-size-6.temp-5-big {
  text-align: center;
  font-family: Fraunces, sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 1;
}

.brix---hero-v15-grid-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---hero-v15-grid-5.temp5-1fr {
  grid-template-columns: 1fr;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-hero-half-bg-color-5 {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---section-hero-half-bg-color-5.bg-temp5 {
  background-image: linear-gradient(to bottom, #a25a44 60%, var(--elements-webflow-library-accent--primary-1) 60%, white 60%);
  padding-bottom: 40px;
}

.brix---bg-image-full-width-4 {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---bg-image-full-width-4.temp-6 {
  position: fixed;
}

.brix---buttons-row-center-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---color-neutral-805.vertical-te {
  display: flex;
}

.brix---color-neutral-805._4fr {
  grid-column-gap: 43px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10%;
  display: grid;
}

.brix---mg-bottom-40px-5 {
  margin-bottom: 40px;
}

.brix---mg-bottom-40px-5.grid-px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-574px---center-4.temp-6700 {
  max-width: none;
}

.brix---hero-card-bg-image-3 {
  border-radius: 0;
  padding: 196px 40px;
  position: relative;
  overflow: hidden;
}

.brix---hero-card-bg-image-3.blue-temp6 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-extra-small-3 {
  padding-top: 0;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brix---section-extra-small-3.temp6-colours {
  background-color: #234070;
}

.brix---section-extra-small-3.yellow-temp6 {
  background-color: #ebc52a;
}

.brix---section-extra-small-3.lights-blue {
  background-color: #acd1e0;
  padding-bottom: 7%;
}

.temp-6 {
  font-family: Sacramento, sans-serif;
  font-size: 90px;
  line-height: 127.2px;
}

.temp6-big {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 120px;
  line-height: 120px;
}

.temp6-big._94px {
  font-size: 94px;
  line-height: 84.6px;
}

.temp6-big._88px {
  font-size: 88px;
}

.temp6-big._88px.centre, .temp6-big.center {
  text-align: center;
}

.div-block-66 {
  text-align: left;
  margin-left: 14.5px;
}

.temp6-where {
  color: #ebc52a;
  margin-bottom: 0;
  font-family: Sacramento, sans-serif;
  font-size: 57px;
  line-height: 81px;
}

.temp6-where.whites {
  color: #234070;
  letter-spacing: 1.9px;
  margin-top: 0;
  margin-left: 14px;
  font-size: 38px;
}

.text-span-2 {
  color: #ebc52a;
}

.relway-temp6 {
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.relway-temp6.lefts-6 {
  color: #fff;
  text-align: left;
}

.relway-temp6.white {
  color: #fff;
}

.div-block-67 {
  align-self: center;
}

.text-span-3 {
  color: #234070;
}

.div-block-68 {
  justify-content: flex-start;
  display: flex;
}

.text-span-4 {
  color: #234070;
}

.swe._2inde {
  border: 1px #000;
  padding-left: 0%;
  padding-right: 0%;
}

.page-wrapper {
  height: 125vh;
  margin-left: auto;
  margin-right: auto;
}

.template-hero {
  height: 125vh;
  background-color: #ffb2b2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 20px;
  display: flex;
  position: relative;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.div-block-70 {
  z-index: 2;
  width: 600px;
  height: 600px;
  border: 20px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.funkey-heads {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 18px;
  font-family: Raleway, sans-serif;
  font-size: 101px;
  line-height: 118px;
  position: relative;
}

.main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 15px;
}

.short--blocks {
  z-index: 1;
  position: absolute;
}

.short--blocks._1flower {
  top: -7%;
  bottom: auto;
  left: auto;
  right: 29%;
}

.short--blocks._2flower {
  left: -3px;
}

.short--blocks.red-flower {
  top: -4%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.short--blocks.red-small {
  width: 70px;
  height: 70px;
  top: 26%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.short--blocks.leaf1 {
  z-index: 2;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -12%;
}

.short--blocks.single-red {
  z-index: 2;
  top: auto;
  bottom: 18%;
  left: auto;
  right: -1%;
}

.short--blocks.big-leaf {
  z-index: -1;
  top: auto;
  bottom: -8%;
  left: 44%;
  right: 0%;
}

.short--blocks.single-text {
  z-index: 3;
  top: 28%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.short--blocks.letter-ddoles {
  z-index: 4;
  top: 33%;
  left: 42%;
}

.short--blocks.insetd {
  top: 33%;
  bottom: auto;
  left: auto;
  right: 39%;
  transform: rotate(35deg);
}

.short--blocks._2-lwaf {
  top: auto;
  bottom: 12%;
  left: 0%;
  right: auto;
}

.short--blocks.samall-flow {
  top: auto;
  bottom: 32%;
  left: auto;
  right: 23%;
}

.short--blocks.bee2 {
  top: 53%;
  bottom: auto;
  left: 25%;
  right: auto;
}

.short--blocks.bootom-leaf {
  z-index: 2;
  top: auto;
  bottom: 18%;
  left: 21%;
  right: auto;
}

.brix---btn-primary-small-8 {
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ffb2b2;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-8:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-tablet-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-3 {
  color: #ffb2b2;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-3:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-left-2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-menu-list-8 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo-8 {
  max-width: 250px;
}

.brix---header-logo-link-left-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col-2, .brix---header-content-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default-10 {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-rounded-2 {
  background-color: #fff;
  border-radius: 130px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 3px 10px rgba(33, 31, 84, .08);
}

.brix---container-default-center-2 {
  z-index: 2147483647;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 5%;
  position: fixed;
}

.div-block-71 {
  text-align: center;
  margin-top: 5%;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.paragraph-5._5 {
  color: #000;
  margin-bottom: 5%;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph-5._4 {
  color: #000;
  margin-bottom: 2%;
  font-size: 21px;
  font-weight: 600;
}

.paragraph-5.footer-p7 {
  color: #000;
  font-size: 15px;
}

.heading-7 {
  margin-top: 5%;
  margin-bottom: 13px;
  font-family: Raleway, sans-serif;
  font-size: 54px;
}

.heading-7._2in-5 {
  margin-bottom: 8%;
}

.image-31 {
  margin-top: 10%;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 15%;
  display: flex;
}

.section-11.colours {
  background-color: #ffb2b2;
  padding-bottom: 5%;
  padding-left: 30%;
  padding-right: 30%;
}

.section-11.padding-5--pink-bg {
  background-color: #ffb2b2;
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-block-72 {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/9c608a_4a108dcab11a4da59e49fe7495ab0ef6~mv2_d_5760_2880_s_4_2.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

.image-35, .image-36 {
  width: 30%;
}

.image-37 {
  width: 407px;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx-medium-purple);
}

.lynx-logo {
  width: 80px;
  height: auto;
  max-width: none;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar-border {
  background-color: #fff;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: var(--lynx-grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-nav-info {
  background-color: #ebc52a;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-74 {
  z-index: 999999999;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.count-block {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.count-wrap {
  min-width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.count-number {
  color: #000;
  margin-bottom: 15px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

.count-number._2 {
  font-family: Fahkwang, sans-serif;
}

.count-text {
  color: #000;
  letter-spacing: 1px;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.count-text.tx {
  font-family: "Source Sans 3", sans-serif;
}

.template-8 {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
}

.template-8.overtflow {
  overflow: hidden;
}

.hero-section-temp801 {
  height: 200vh;
  background-color: #fbf3f0;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.stickey-wrapper-temp-8 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-text-container-temp-8 {
  z-index: 1;
  display: flex;
  position: relative;
}

.overflow-temp-8 {
  height: auto;
  align-self: center;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.overflow-temp-8.margong-h {
  margin: 0 1rem;
}

.main-heading-temp8 {
  color: #000;
  text-transform: none;
  font-family: Fahkwang, sans-serif;
  font-size: 80px;
  line-height: 1.3;
}

.main-heading-temp8.small {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.5;
}

.wrap-text-tem8 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 1.3vw;
  display: flex;
  position: relative;
}

.line-temp8 {
  width: 3vw;
  height: 1px;
  background-color: #f1c6b5;
  margin-left: 12px;
  margin-right: 12px;
}

.paragraph-6 {
  color: #000;
  margin-bottom: 0;
  font-family: Fahkwang, sans-serif;
}

.hero-image-temp8.asolute-imag {
  width: 161vw;
  height: auto;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-image-temp8.asolute-imag.tiixi {
  width: 70vw;
  height: 72vh;
  display: block;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hide-dedl, .hide-mobile {
  display: none;
}

.sec-temp8 {
  padding-top: 0;
  padding-bottom: 8.6rem;
  position: relative;
}

.sec-temp8._80vh-fotter {
  min-height: 80vh;
}

.sec-temp8.bg {
  background-color: #fbf3f0;
}

.container-temp8 {
  z-index: 2;
  width: 100%;
  max-width: 950px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.text-wrapper-temp8 {
  z-index: 1;
  display: flex;
  position: relative;
}

.groom-brides {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  margin-top: 20px;
}

.groom-brides._1fr {
  grid-template-columns: 1fr;
}

.content-card {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.names {
  margin-top: 0;
  font-family: Fahkwang, sans-serif;
}

.temp-8-p {
  width: 313px;
  color: #000;
  text-align: center;
  letter-spacing: -.05rem;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.bride-links {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.social-link {
  width: 25px;
  height: 25px;
}

.paralex-image {
  z-index: 1;
  min-height: 90vh;
  background-image: linear-gradient(rgba(141, 143, 141, .48), rgba(141, 143, 141, .48)), url('../images/642fe854b8f88a4cabbb19f4_pexels-cottonbro-studio-6328303.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.special-memories {
  background-color: #fbf3f0;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}

.container-copy {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.wrap-image-memories-copy {
  width: 100%;
  height: 900px;
  padding-bottom: 202px;
  position: relative;
}

.image-38 {
  width: 35%;
  opacity: .31;
  position: absolute;
  left: -127px;
}

.memories-image {
  width: 25vw;
  height: 31vw;
}

.memories-image.ab-imq1 {
  position: absolute;
  top: 6%;
  left: 31%;
}

.memories-image.absolute2 {
  width: 27vw;
  height: auto;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.memories-image.absolute-3 {
  width: 41vw;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 8%;
}

.memories-image.absolute-4 {
  height: 35vw;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 3%;
  right: auto;
}

.history-line {
  background-color: #fbf3f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph-7 {
  width: 50%;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.history-grid {
  width: 64vw;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 27px 1fr;
  margin-top: 10vw;
}

.collumn {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.module-image {
  width: 26vw;
  height: 25.5vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.story-image {
  z-index: 2;
  width: 32vw;
  position: relative;
  top: 3.6vw;
  left: -27%;
}

.story-image.bottoms {
  width: 23.5vw;
  left: -10vw;
}

.story-image-2 {
  z-index: 2;
  width: 17vw;
  position: absolute;
  top: 8.9vw;
  bottom: auto;
  left: auto;
  right: -4%;
}

.story-image-2.bottoms2 {
  width: 30vw;
  top: 3.3vw;
  right: -1%;
}

.bg-1 {
  width: 42vw;
  height: 104%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.container-paragraph-story-line {
  width: 26vw;
  margin-top: 146px;
  margin-bottom: 169px;
}

.wrap-heading {
  margin-bottom: 1.5vw;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
}

.bg-third {
  width: 42vw;
  height: 104%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10vw;
}

.points {
  width: 1vw;
  height: 1vw;
  background-color: #776262;
  border-radius: 50px;
  margin-top: 7.5vw;
  margin-bottom: 3vw;
}

.points.margin-top {
  background-color: #f3a1a1;
}

.points.margin-top._2in {
  margin-top: 3.5vw;
}

.line-story {
  width: 1px;
  height: 17.3vw;
  background-color: #cec6c6;
  display: block;
}

.story-image3 {
  z-index: 1;
  width: 27vw;
  height: 24vw;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-39 {
  width: 51vw;
  opacity: .17;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotate(-18deg);
}

.image-40 {
  width: 35vw;
  max-width: none;
  position: absolute;
  top: -45%;
  right: -13%;
}

.i-bg0 {
  width: 37vw;
  position: absolute;
  top: -34%;
  right: 26%;
}

.imag33 {
  width: 34vw;
  position: absolute;
  top: -42%;
  right: -9%;
}

.image-41 {
  opacity: .2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-12 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.brix---btn-primary-small-9 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-9:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item-show-in-tablet-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-4 {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-4:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item-left-3 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-menu-list-9 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-menu-wrapper-v2-3 {
  align-self: center;
}

.brix---header-logo-9 {
  max-width: 250px;
}

.brix---header-logo-link-left-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col-3 {
  align-items: center;
  display: flex;
}

.brix---header-left-col-3.bg8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.brix---header-content-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper-9.bg8 {
  justify-content: space-between;
}

.brix---container-default-11 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---container-default-11.bg-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-rounded-3 {
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 3px 10px rgba(33, 31, 84, .08);
}

.brix---header-wrapper-rounded-3.bg-tem9 {
  background-color: #ecd8d3;
}

.brix---container-default-center-3 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-75 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-42 {
  width: 24vw;
  opacity: .31;
  position: absolute;
  top: 22%;
  left: -36px;
  transform: rotate(18deg);
}

.div-block-76 {
  margin: 0% 10%;
}

.form-block {
  width: 80%;
  margin-top: 5%;
}

.field-label-2, .field-label-3 {
  font-family: "Source Sans 3", sans-serif;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.submit-button-2 {
  background-color: #ffafaf;
  align-self: center;
  margin-top: 3%;
  font-family: "16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd", sans-serif;
}

.link-8 {
  color: #000;
  text-decoration: none;
}

.image-43 {
  display: block;
}

.link-9 {
  color: #567782;
  text-decoration: none;
}

.link-9:hover {
  text-decoration: underline;
}

.nav-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.nav-link-2.w--current {
  color: #567782;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.link-10 {
  color: #853017;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-10:hover {
  text-decoration: underline;
}

.form-4 {
  width: 100%;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-3 {
  width: 15%;
  color: #234070;
  background-color: #fff;
  border-radius: 10px;
  font-family: Raleway, sans-serif;
}

.submit-button-3.body-2 {
  width: 20%;
  background-color: #ffb2b2;
}

.link-11 {
  color: var(--lynx-grey);
  text-decoration: none;
}

.div-block-77 {
  width: 100%;
  grid-column-gap: 37px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-78 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
  margin-left: 20%;
  margin-right: 20%;
  padding-right: 0%;
  display: flex;
}

.form-block-2 {
  width: 80%;
}

.nav-link-3, .nav-link-4 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.link-12 {
  color: #000;
  text-decoration: none;
}

.temp_5_form {
  color: #853017;
  font-family: Fraunces, sans-serif;
}

.button_form {
  background-color: #853017;
  font-family: Fraunces, sans-serif;
}

.brand-2 {
  margin-left: 7%;
}

.template_showoff {
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
  align-items: flex-end;
  padding: 5% 15% 0%;
  display: flex;
  position: relative;
}

.all_temps {
  flex-direction: column;
  align-items: center;
  padding: 5% 10%;
  display: flex;
  position: relative;
}

.template_grid {
  width: 100%;
  grid-column-gap: 21px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7%;
  margin-bottom: 7%;
  padding-top: 0%;
  display: grid;
  position: relative;
}

.template_card {
  cursor: pointer;
  background-color: #fcfcfc;
  padding: 10px 10px 8%;
  text-decoration: none;
}

.template_card:hover {
  background-color: #ecd2c4;
}

.temp_head {
  color: #333;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.temp_head.white {
  color: #fff;
  font-size: 20px;
}

.features_sec {
  background-color: #253a2d;
  padding: 10%;
}

._4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  display: grid;
}

.feature_card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.bg_transperant {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg_transperant.green {
  background-color: var(--plum);
}

.features_land {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  padding: 10% 5% 5%;
  position: relative;
  overflow: hidden;
}

.div-block-79 {
  margin: 5% 10%;
}

.link-13 {
  color: #333;
  text-decoration: none;
}

.ss_heading {
  z-index: 1;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  position: relative;
}

.image-45 {
  position: absolute;
  top: 1vh;
  left: -15vw;
  right: auto;
}

.image-47 {
  position: absolute;
  top: auto;
  bottom: -6vh;
  left: auto;
  right: -7vw;
}

.image-53 {
  display: none;
  position: absolute;
  top: 5vh;
  bottom: auto;
  left: 16.9vw;
  right: auto;
}

.image-54 {
  display: none;
  position: absolute;
  top: auto;
  bottom: .2vh;
  right: 16%;
}

.image-55 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -8%;
}

.image-56 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -7%;
  right: auto;
}

.image-57 {
  z-index: 0;
  opacity: .6;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 0%;
}

.image-58 {
  z-index: 0;
  display: none;
  position: absolute;
  top: 10%;
  left: -20%;
}

.image-59 {
  opacity: .6;
  position: absolute;
  bottom: 19%;
  left: 22%;
}

.image-60 {
  opacity: .6;
  position: absolute;
  bottom: 566.271px;
  right: 13%;
}

.select-field {
  background-color: rgba(255, 255, 255, .59);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link-14, .link-15 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-16 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.contact-landing {
  height: 110vh;
  grid-column-gap: 67px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.contact-content {
  z-index: 1;
  padding-left: 20px;
  position: relative;
}

.contact-informations {
  flex-direction: row;
  margin-top: 5%;
  display: flex;
}

.contact_icon {
  width: 40px;
  height: 40px;
  background-color: var(--plum);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.link-17, .link-18 {
  color: #333;
  text-decoration: none;
}

.body-6 {
  background-color: #faf6f1;
}

.div-block-80 {
  z-index: 11;
  width: 70%;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  padding: 4%;
  display: flex;
  position: relative;
}

.text-field {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-field.gap {
  background-color: rgba(212, 240, 172, .08);
  border-radius: 10px;
  margin-top: 4%;
  margin-bottom: 4%;
}

.image-61 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: -19%;
}

.lynx-nav-button {
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #253a2d;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx-medium-sea-green);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-2:hover {
  color: var(--lynx-medium-purple);
}

.lynx-nav-link-2:visited, .lynx-nav-link-2.w--current {
  color: var(--lynx-black);
}

.lynx-nav-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.lynx-logo-2 {
  width: auto;
  height: 42px;
}

.lynx-brand-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block-2 {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar {
  background-color: rgba(250, 246, 241, .64);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lynx-navbar.hide-from-desktop {
  display: none;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  width: 44px;
  height: 44px;
  background-color: var(--lynx-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-link-block:hover {
  background-color: rgba(31, 32, 34, .1);
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.lynx-link-footer {
  color: rgba(31, 32, 34, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx-black);
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: rgba(31, 32, 34, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  background-color: #f8efdc;
  border-radius: 40px 40px 0 0;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 20px;
}

.brix---paragraph-link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--green-yellow);
}

.brix---paragraph-default {
  color: #fff;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.brix---footer-bottom {
  border-top: 1px none var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---social-icon-square-30px._50 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: var(--elements-webflow-library-neutral--100);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---social-media-grid-right---t-center._2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  margin-top: 2%;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #253a2d;
  border-top: 1px rgba(0, 0, 0, 0);
}

.link-19 {
  color: #fff;
  text-decoration: none;
}

.link-19:hover {
  color: var(--green-yellow);
}

.image-62 {
  opacity: .4;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: -20%;
}

.image-63 {
  opacity: .4;
  position: absolute;
  top: 274.938px;
  left: -22%;
}

.temp_exp {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.temp_exp_img {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.div-block-82 {
  background-color: var(--green-yellow);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3%;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 2%;
}

.lynx-text-check {
  color: var(--lynx-grey);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-paragraph-plans {
  color: rgba(121, 124, 131, .75);
  margin-bottom: 26px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-green {
  color: var(--lynx-medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-green-fill {
  background-color: var(--plum);
  color: var(--dark-slate-grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-plans-right {
  background-color: var(--lynx-white);
  text-align: center;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-text-check-white {
  color: var(--lynx-white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph-plans-white {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-white {
  color: var(--lynx-white);
  margin-bottom: 22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-white-fill {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(37, 58, 45, .4);
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-purple-center {
  background-color: var(--plum);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-price-pink {
  color: #000;
  margin-bottom: 22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-pink-fill {
  color: var(--dark-slate-grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(196, 164, 246, .27);
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-left {
  background-color: var(--lynx-white);
  text-align: center;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-grid-plans-tight {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  margin: 5%;
}

.lynx-heading {
  max-width: 740px;
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-64 {
  z-index: 0;
  position: absolute;
  bottom: 3%;
  right: 44%;
}

.image-65 {
  position: absolute;
  top: 42%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.image-66 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 20%;
}

.image-67 {
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 9%;
  right: auto;
}

.div-block-83 {
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.image-68 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.brix---cta-v3-floating-item-01 {
  position: absolute;
  top: -2%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.brix---cta-v3-floating-item-02 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 0%;
}

.brix---text-200-bold {
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

.brix---flex-horizontal---vertical-mbp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---success-message-white {
  border: 1px solid var(--elements-webflow-library-neutral--500);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 24px;
  padding: 28px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 3px 8px rgba(33, 31, 84, .2);
}

.brix---btn-primary-small-input {
  background-color: var(--dark-slate-grey);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 8px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.brix---btn-primary-small-input:hover {
  background-color: var(--lynx-medium-sea-green);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-large-button-inside {
  min-height: 76px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-large-button-inside:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-large-button-inside:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-large-button-inside::-ms-input-placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-large-button-inside::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-cta-v3 {
  grid-column-gap: 160px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-12 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--plum);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.image-69 {
  position: absolute;
  left: -20%;
}

.div-block-84 {
  z-index: 1;
  position: relative;
}

.brix---btn-primary-small {
  background-color: var(--dark-slate-grey);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--lynx-medium-sea-green);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---btn-secondary-small {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 14px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-small:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-link {
  width: 100%;
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brix---header-wrapper-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---btn-primary-small-10 {
  background-color: var(--dark-slate-grey);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-10:hover {
  background-color: var(--lynx-medium-sea-green);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-wrapper-3 {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-85 {
  flex-direction: row;
  display: flex;
}

.image-70 {
  position: absolute;
  top: 15%;
}

.link-20 {
  color: #000;
  text-decoration: none;
}

.bold-text-2 {
  cursor: pointer;
}

.body-7 {
  background-color: #faf6f1;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.spark-section p {
  font-family: Varela Round, sans-serif;
  line-height: 22px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.block-detaliz {
  width: 100%;
  padding: 100px 60px 150px;
}

.deatilz-head {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.detaltis-para, .paragraph-10 {
  font-family: Varela Round, sans-serif;
  line-height: 22px;
}

.blod-heads {
  font-size: 16px;
}

.blod-heads._2 {
  font-size: 21px;
}

.body-8, .body-9 {
  background-color: #faf6f1;
}

.text-span-5 {
  font-size: 25px;
}

.bold-text-3 {
  font-size: 16px;
}

.wrapper-title-conatact {
  cursor: pointer;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.wrapper-title-conatact._2nds {
  cursor: pointer;
  padding-top: 15px;
}

.image-71 {
  width: 14px;
  height: 10px;
  align-self: center;
}

.open-form {
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-form {
  z-index: 10;
  width: 60%;
  flex-direction: column;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.form-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-block-inner {
  grid-column-gap: 6px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button-4 {
  background-color: var(--dark-slate-grey);
  border-radius: 20px;
}

.dropdown {
  width: 100%;
  margin-top: 0;
}

.live-dropdown-toggle {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.live-dropdown-toggle-holder {
  width: 100%;
  height: 70px;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.live-div-with-paragraph-holder {
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.text-block-41 {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.live-arrow-icon {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 168, 168, .2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-7 {
  margin: 0;
  position: static;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 5px;
}

.div-block-86, .div-block-87 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-6 {
  background-color: rgba(0, 0, 0, 0);
}

.live-dropdown-toggle-holder-2 {
  width: 100%;
  height: 70px;
  border: 1px #e66868;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.live-arrow-icon-2 {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-8 {
  margin: 0;
  position: static;
}

.div-block-89 {
  width: 150px;
  height: 150px;
  background-color: #c4a4f6;
  border-radius: 50%;
  position: relative;
}

.div-block-89.col2 {
  background-color: #f7d7c2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -56px;
}

.div-block-89.col3 {
  background-color: #cfff8a;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -99px;
}

.div-block-89.col1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.smm_images {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.slide-nav {
  display: block;
}

.lynx-text-plans-green-fill.nobg {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding: 20px 12%;
}

.lynx-nav-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #253a2d;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-2:hover {
  background-color: #32b77a;
}

.lynx-nav-link-3 {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-3:hover {
  color: #8979ec;
}

.mob-nav {
  margin-top: 0%;
}

.header_nav {
  z-index: 99999999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lynx-button-white {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-heading-white-small {
  max-width: 740px;
  color: var(--lynx-white);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero {
  width: 44%;
  background-color: var(--lynx-medium-purple);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
  padding: 60px;
  display: flex;
}

.lynx-hero {
  width: 100%;
  min-height: 650px;
  background-image: url('../images/Hero_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content-hero {
  width: 100%;
  max-width: 1392px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-nav-button-3 {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-3:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-nav-buttons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-nav-link-4 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-4:hover {
  color: var(--lynx-medium-purple);
}

.lynx-logo-3 {
  width: 86px;
  height: 42px;
}

.lynx-brand-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block-3 {
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lynx-navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.navbar-brand {
  margin-left: 3%;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  filter: invert();
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.curve-absolute {
  width: 100%;
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq-2 {
  width: 100%;
  height: 80px;
  color: #fff;
  white-space: break-spaces;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  align-items: center;
  padding: 0 3.5rem 0 2rem;
  display: flex;
}

.faq-2.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faq-container {
  width: 100%;
  min-width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/faq-bg_1faq-bg.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.faq-body-cont {
  width: 100%;
  border-top: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0;
}

.heading-style-h2 {
  letter-spacing: .025rem;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.container-xlarge {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.toggle-text {
  z-index: 2;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
}

.shape-absolute {
  width: 100%;
  height: 8rem;
  background-color: #0e080e;
  background-image: linear-gradient(#0e080e, rgba(14, 8, 14, 0));
  position: absolute;
  top: -7rem;
}

.faq-wrapper {
  text-align: center;
  padding-bottom: 4rem;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 1.25rem;
  font-weight: 300;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.section-faq {
  padding-top: 4rem;
  position: relative;
}

.section-faq.hide {
  display: none;
}

.faq-answer {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  line-height: 26px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq-p {
  width: 100%;
  background-color: rgba(255, 255, 255, .16);
  border-radius: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

.toggle-text-2 {
  z-index: 2;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
}

.faq-p-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.faq-icon-2 {
  z-index: 2;
  width: 24px;
  filter: grayscale();
  color: #000;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-3 {
  width: 100%;
  height: 80px;
  color: #fff;
  white-space: normal;
  word-break: normal;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.5rem 0 0;
  display: flex;
}

.faq-3.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-answer-2 {
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.circle3 {
  position: absolute;
  top: 5vh;
  bottom: auto;
  left: 16.9vw;
  right: auto;
}

.circle3._2 {
  top: auto;
  bottom: 5vh;
  left: auto;
  right: 16%;
}

.heading-8 {
  color: #000;
  margin-top: 0;
  font-family: Parisienne, sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 81px;
}

.image-72 {
  display: none;
}

.landing_1 {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-left: 8%;
  margin-right: 8%;
  display: grid;
}

.section5-1 {
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10%;
  margin-left: 4%;
  margin-right: 4%;
  display: grid;
}

.section-5-1-2 {
  padding: 5%;
}

.features_short {
  margin-top: 10%;
  margin-bottom: 5%;
  padding-bottom: 3%;
}

.features_short._2 {
  margin-top: 12%;
  margin-bottom: 8%;
}

.img2 {
  margin-bottom: 5px;
}

.div-block-90 {
  width: 20%;
  height: 2px;
  background-color: #dbdbdb;
}

.para_small {
  color: #0f0f0f;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-span-6 {
  font-size: 1.45em;
}

.text-span-7, .text-span-8 {
  color: #ff4b4b;
}

.img_sec2 {
  height: 100vh;
  display: flex;
  position: relative;
}

.image-73 {
  position: absolute;
  bottom: 28%;
  left: 14%;
}

.image-73.img_anim-1 {
  bottom: 29%;
  left: 6%;
}

.image2 {
  position: absolute;
  top: auto;
  bottom: 47%;
  left: 17%;
  right: auto;
}

.image2.image_anim-2 {
  bottom: 49%;
  left: 8%;
}

.image {
  position: absolute;
  top: 20%;
  left: 19%;
}

.image.img_anim-1 {
  top: 23%;
  left: 9%;
}

.image-76 {
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.image-76.image_anim-2 {
  top: 19%;
  right: 43%;
}

.image-77 {
  position: absolute;
  top: 31%;
  right: 19%;
}

.image-77.img_anim-1 {
  top: 30%;
  right: 13%;
}

.image-78 {
  position: absolute;
  bottom: 40%;
  right: 6%;
}

.image-78.image_anim-2 {
  bottom: 48%;
  right: 5%;
}

.image-79 {
  position: absolute;
  bottom: 23%;
  right: 16%;
}

.image-79.img_anim-1 {
  bottom: 31%;
  right: 11%;
}

.image-80 {
  position: absolute;
  bottom: 17%;
  left: 35%;
}

.image-80.image_anim-2 {
  bottom: 21%;
  left: 41%;
}

.div-block-91 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-section {
  flex-direction: column;
  padding: 5% 12%;
  display: flex;
  position: relative;
}

.div-block-92 {
  z-index: 1;
  position: relative;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pop-up-back {
  text-align: left;
  background-color: rgba(32, 32, 32, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-grid {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-bottom: 0%;
  display: grid;
  position: relative;
}

.pop-up-left {
  background-color: #fff;
  padding: 64px 20px;
}

.pop-up-text-form {
  z-index: 1;
  position: relative;
}

.pop-up-head {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.pop-up-para {
  color: var(--lynx-black);
  text-align: center;
  text-transform: capitalize;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.pop-up-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-up-exit {
  z-index: 500;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.pop-up-button {
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-9 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1em;
}

.image-81 {
  z-index: 0;
  width: 30vw;
  opacity: .4;
  object-fit: fill;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 0;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .large_h1 {
    color: #000;
  }

  .small-h3.absolute_heading {
    position: static;
    left: 0;
  }

  .small-h3.absolute_heading.centre {
    text-align: center;
    font-weight: 500;
  }

  .paragraph.centre._20px {
    margin-top: 2vh;
  }

  .section-4 {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .section-6 {
    background-color: #fff;
  }

  ._3xgrid {
    display: none;
  }

  .left-arrow, .right-arrow {
    background-color: var(--plum);
  }

  .para_large-2.left.top {
    margin-top: 7%;
  }

  .temp-1 {
    background-image: url('../images/Temp2-_-Pic-2.webp');
  }

  .nav-l {
    color: #000;
    font-weight: 400;
  }

  .nav-l.w--current {
    color: #ffafaf;
  }

  .inner-wrapper-nav {
    width: 130px;
  }

  .link-3 {
    color: #ffafaf;
    font-size: 16px;
    text-decoration: none;
  }

  .link-3:hover {
    text-decoration: underline;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .div-block-61 {
    background-image: url('../images/gayani-anuththara-RYoXp7T33Uo-unsplash.jpg');
  }

  .div-block-72 {
    background-image: url('../images/rachel-lees-Wzi3-GBMLL8-unsplash.jpg');
  }

  .paralex-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/raj-rana--7arhYAUEOg-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .temp2_form_block {
    margin-bottom: 3%;
  }

  .template_showoff {
    justify-content: center;
  }

  .all_temps {
    padding-bottom: 12%;
  }

  .template_grid {
    grid-column-gap: 23px;
    grid-row-gap: 21px;
  }

  .features_sec {
    background-color: #253a2d;
  }

  .bg_transperant {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features_land {
    background-image: none;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .small-h3 {
    font-size: 35px;
  }

  .small-h3.os {
    font-size: 22px;
    position: relative;
  }

  .paragraph._30vw {
    width: 50vw;
  }

  .paragraph.gap_top.centre {
    line-height: 22px;
  }

  .medium_h1 {
    width: 90%;
    font-size: 2.8em;
  }

  .medium_h1.left {
    font-size: 3.3em;
  }

  .temp_display {
    width: auto;
  }

  .grid1 {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 1em;
  }

  .section3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-2._3 {
    grid-template-columns: 1fr 1fr;
  }

  .section-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .title_medium {
    font-size: 3em;
  }

  .section-5 {
    padding-left: 10%;
    padding-right: 10%;
  }

  ._4xgrid {
    grid-template-columns: 1fr 1fr;
  }

  .section-6 {
    height: auto;
  }

  .section-6.down-5pr._2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sec6-content {
    height: auto;
  }

  .sec9 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sec9.top_padding.hdes {
    display: none;
  }

  .faq {
    padding-left: 2%;
  }

  .book_landing {
    padding-top: 15%;
  }

  .para_large-2.left.top {
    z-index: 1;
    font-size: 1.5rem;
    position: relative;
  }

  .template-1h {
    letter-spacing: 27px;
    font-size: 33px;
    line-height: 60px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .template-1p.said {
    width: 90%;
    font-size: 19px;
    line-height: 30px;
  }

  .temp-1 {
    min-height: 90vh;
  }

  .nav-fixed {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    align-items: flex-start;
    top: 0%;
    left: 0%;
  }

  .nav-menu-3 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    display: block;
  }

  .inner-wrapper-nav {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .section-9.registry {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  ._80--block.grids {
    width: 90%;
  }

  .brix---mg-top-80px-3 {
    margin-top: 80px;
  }

  .brix---paragraph-default-5 {
    text-align: center;
  }

  .brix---heading-h1-size-4 {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---hero-v15-grid-3 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-3 {
    padding-top: 118px;
    padding-bottom: 40px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---text-300-bold {
    text-align: center;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---color-neutral-803._15--temp5 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .brix---hero-v15-grid-4 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hamburger-menu-bar-bottom-white-5 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white-5 {
    width: 44px;
    height: 3px;
    background-color: var(--elements-webflow-library-neutral--100);
  }

  .brix---hamburger-menu-wrapper-5 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-5:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-5.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl-5 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-link-white-5 {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item-5 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-menu-wrapper-white-5 {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo-5 {
    max-width: 232px;
  }

  .brix---header-wrapper-transparent-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .temp5-heads.coloured {
    font-size: 49px;
  }

  .absolute-temp-5 {
    padding-top: 3%;
    position: static;
  }

  .brix---heading-h1-size-6 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h1-size-6.temp-5-big {
    font-size: 57px;
  }

  .brix---hero-v15-grid-5 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---hero-card-bg-image-3 {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .brix---section-extra-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-span-3 {
    letter-spacing: 8px;
  }

  .template-hero {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24vh;
    padding-bottom: 10vh;
  }

  .brix---header-nav-list-item-show-in-tablet-2 {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-left-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-v2-2 {
    border: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---header-logo-8 {
    max-width: 232px;
  }

  .brix---header-wrapper-rounded-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7._2in-5 {
    font-size: 40px;
  }

  .section-11 {
    padding-top: 25%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-11.colours {
    padding-top: 5%;
    padding-left: 25%;
    padding-right: 25%;
  }

  .div-block-72 {
    min-height: 70vh;
  }

  .image-37 {
    width: 279px;
  }

  .lynx-menu-button {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .hero-section-temp801.hide-tablet {
    display: none;
  }

  .hero-image-temp8.asolute-imag.tiixi {
    width: 63vw;
    height: 46vh;
  }

  .hero-image-temp8.asolute-imag.big {
    width: 107vw;
  }

  .hide-dedl {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .groom-brides {
    width: 500px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .groom-brides._1fr {
    grid-template-rows: auto;
  }

  .paralex-image {
    min-height: 70vh;
  }

  .memories-image.ab-imq1 {
    top: 18%;
    left: 37%;
  }

  .memories-image.absolute2 {
    right: 12%;
  }

  .memories-image.absolute-3 {
    bottom: 14%;
    right: 29%;
  }

  .memories-image.absolute-4 {
    bottom: 27%;
    left: 16%;
  }

  .brix---header-nav-list-item-show-in-tablet-3 {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-left-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-v2-3 {
    border: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    border-radius: 28px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---header-logo-9 {
    max-width: 232px;
  }

  .div-block-77 {
    width: auto;
    grid-template-columns: 1fr;
  }

  .template_grid {
    grid-template-columns: 1fr 1fr;
  }

  ._4-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ss_heading {
    z-index: 1;
    font-size: 3.5rem;
    position: relative;
  }

  .image-55 {
    top: -4%;
  }

  .contact-content {
    padding-left: 5%;
  }

  .div-block-81 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lynx-menu-button-2 {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button-2.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu-2 {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .lynx-plans-right, .lynx-plans-purple-center {
    padding: 25px;
  }

  .lynx-plans-left {
    padding: 24px;
  }

  .lynx-grid-plans-tight {
    margin-left: 0%;
    margin-right: 0%;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .brix---cta-v3-floating-item-01 {
    width: 29%;
  }

  .brix---cta-v3-floating-item-02 {
    width: 30%;
    max-width: 50%;
    bottom: -12%;
    right: -3%;
  }

  .brix---btn-primary-small-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper, .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-wrapper-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spark-section, .block-detaliz {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .deatilz-head {
    font-size: 33px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .lynx-menu-button-3 {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button-3.w--open {
    color: #fff;
    background-color: #1f2022;
  }

  .lynx-nav-menu-3 {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-menu-button-4 {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button-4.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu-4 {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .curve-absolute {
    top: -9.4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .faq-wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .home_landing {
    margin-top: auto;
  }

  .large_h1 {
    font-size: 135px;
  }

  .small-h3 {
    font-size: 28px;
    line-height: 25px;
  }

  .small-h3.os {
    font-size: 20px;
  }

  .small-h3._2in {
    line-height: 29px;
  }

  .paragraph.gap_top.centre {
    line-height: 24px;
  }

  .home_sec2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cell {
    align-items: flex-start;
  }

  .medium_h1 {
    width: 100%;
    font-size: 2.2em;
  }

  .medium_h1.left, .temp_display {
    width: auto;
  }

  .grid1 {
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 1.2em;
  }

  .grid-2, .grid-2._3 {
    grid-template-columns: 1fr;
  }

  .title_medium {
    font-size: 1.9em;
  }

  .title_medium.align_left {
    line-height: .8em;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid4, ._4xgrid {
    grid-template-columns: 1fr;
  }

  .section-6._70vh {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sec6-content.centre._20vh {
    height: auto;
  }

  .sec9, .sec9.top_padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .title {
    font-size: 16px;
  }

  .small_title.normal {
    font-size: 1.2rem;
  }

  .sec10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._2-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .slide {
    width: 333px;
  }

  .book_landing {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .div-block-8 {
    overflow: hidden;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .book_para {
    width: 100vw;
  }

  .para_large-2.left.top {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }

  .social-media {
    padding-top: 20%;
  }

  .template-1h {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 46px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .template-1p.said {
    font-size: 18px;
  }

  .temp-1 {
    min-height: 70vh;
    background-position: 50%;
    background-size: cover;
  }

  .section-9.footer {
    padding-bottom: 40px;
  }

  ._80--block.grids {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 5%;
  }

  .brix---mg-top-80px-3 {
    margin-top: 64px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h1-size-4._24-px {
    font-size: 22px;
    line-height: 21px;
  }

  .brix---heading-h1-size-4.colors {
    font-size: 50px;
  }

  .brix---hero-v15-grid-3 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---section-hero-half-bg-color-3 {
    background-image: linear-gradient(to bottom, #f7e9e8 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%, #fafafa 91%);
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---text-300-bold.black {
    font-size: 15px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v1._2fr {
    grid-row-gap: 35px;
  }

  .brix---grid-contact-v1._1-gap {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section-position-relative.story, .brix---section-position-relative.inner-paddings {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-62 {
    padding-left: 10px;
  }

  .image-19 {
    left: 75%;
  }

  .div-block-63 {
    padding-right: 10px;
  }

  .brix---mg-top-80px-4 {
    margin-top: 64px;
  }

  .brix---color-neutral-803 {
    text-align: left;
  }

  .brix---color-neutral-803._15--temp5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .brix---hero-v15-grid-4 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-4 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---section-hero-half-bg-color-4.temp5-2.inner40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---btn-primary-small-5 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-mbl-5 {
    display: block;
  }

  .brix---header-logo-5 {
    max-width: 90%;
  }

  .temp5-heads {
    font-size: 62px;
  }

  .temp5-heads._60px-400 {
    font-size: 52px;
  }

  .temp5-heads.coloured {
    font-size: 25px;
  }

  .temp-5-p.center {
    font-size: 26px;
  }

  .small-temp-5.centers {
    width: 90%;
  }

  .brix---mg-top-80px-5 {
    margin-top: 64px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h1-size-6.temp-5-big {
    font-size: 39px;
  }

  .brix---hero-v15-grid-5 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color-5 {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library-accent--primary-1) 72%, var(--elements-webflow-library-accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-40px-5 {
    margin-bottom: 24px;
  }

  .brix---hero-card-bg-image-3 {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .brix---hero-card-bg-image-3.blue-temp6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-extra-small-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .temp-6 {
    font-size: 71px;
  }

  .temp6-big {
    font-size: 104px;
    line-height: 100px;
  }

  .temp6-where.whites {
    margin-left: 10px;
    font-size: 28px;
  }

  .relway-temp6._2in {
    font-size: 16px;
  }

  .template-hero {
    padding-top: 20vh;
  }

  .div-block-70 {
    width: 500px;
    height: 500px;
  }

  .funkey-heads {
    letter-spacing: 13px;
    font-size: 96px;
    line-height: 89px;
  }

  .brix---btn-primary-small-8 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-tablet-2 {
    display: block;
  }

  .brix---header-logo-8 {
    max-width: 90%;
  }

  .brix---container-default-10 {
    max-width: 100%;
  }

  .brix---container-default-center-2 {
    width: 100%;
    max-width: 100%;
  }

  .section-11 {
    padding-top: 35%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-35, .image-36 {
    width: 100%;
  }

  .image-37 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-73 {
    text-align: center;
  }

  .stickey-wrapper-temp-8 {
    object-fit: cover;
  }

  .overflow-temp-8 {
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .main-heading-temp8 {
    font-size: 50px;
  }

  .hero-image-temp8.asolute-imag.tiixi {
    width: 60vw;
  }

  .hide-dedl {
    display: none;
  }

  .hide-mobile {
    display: block;
  }

  .sec-temp8.bg {
    padding-bottom: 2rem;
  }

  .container-temp8 {
    padding-left: 0;
    padding-right: 0;
  }

  .groom-brides._1fr {
    grid-template-rows: auto;
  }

  .names {
    font-size: 21px;
  }

  .paralex-image {
    min-height: 50vh;
  }

  .wrap-image-memories-copy {
    height: 500px;
    padding-bottom: 100px;
  }

  .image-38 {
    left: -41px;
  }

  .memories-image.ab-imq1 {
    width: 30vw;
    height: 35vw;
    top: 10%;
  }

  .memories-image.absolute2 {
    top: 34%;
  }

  .memories-image.absolute-3 {
    bottom: 10%;
  }

  .memories-image.absolute-4 {
    bottom: 28%;
    left: 13%;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .history-grid {
    width: 90vw;
  }

  .container-paragraph-story-line {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph-8 {
    font-size: 11px;
  }

  .image-39 {
    right: -11%;
  }

  .brix---btn-primary-small-9 {
    padding: 20px 32px;
  }

  .brix---header-nav-list-item-show-in-tablet-3 {
    display: block;
  }

  .brix---header-logo-9 {
    max-width: 90%;
  }

  .image-42 {
    width: 43vw;
  }

  .form-4 {
    grid-template-columns: 1fr;
  }

  .template_showoff {
    padding-top: 10%;
  }

  .template_grid, ._4-grid {
    grid-template-columns: 1fr;
  }

  .features_land {
    padding-top: 15%;
  }

  .ss_heading {
    font-size: 2.6rem;
  }

  .image-45 {
    opacity: .45;
    top: 28.3vh;
  }

  .image-47, .image-55, .image-59, .image-60 {
    display: none;
  }

  .contact-landing {
    height: auto;
    grid-template-columns: 1fr;
    padding-top: 25%;
  }

  .lynx-nav-buttons.mob4 {
    justify-content: flex-start;
  }

  .lynx-navbar.hide-from-desktop {
    display: block;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .lynx-plans-right, .lynx-plans-left {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-grid-plans-tight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .image-67 {
    left: 1%;
  }

  .image-68 {
    max-width: 30%;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside {
    min-height: 68px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v3 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-secondary-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---header-menu-wrapper {
    padding: 0;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small-10 {
    padding: 20px 32px;
  }

  .brix---header-wrapper-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-section, .block-detaliz {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .new-form {
    width: 90%;
  }

  .form-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-block-inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .mob-nav {
    z-index: 9999999;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header_nav {
    display: none;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .curve-absolute {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-2, .faq-body-cont {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .shape-absolute {
    display: none;
  }

  .faq-wrapper {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-answer-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-8 {
    font-size: 4.2rem;
  }

  .landing_1 {
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 18%;
    margin-left: 2%;
    margin-right: 2%;
    display: block;
  }

  .section5-1 {
    display: block;
  }

  .img_sec2 {
    height: 80vh;
  }

  .image-73.img_anim-1 {
    bottom: 26%;
    left: 0%;
  }

  .image2.image_anim-2 {
    left: 2%;
  }

  .image-76.image_anim-2 {
    top: 17%;
  }

  .image-77.img_anim-1 {
    top: 25%;
    right: 16%;
  }

  .image-78.image_anim-2 {
    right: 5%;
  }

  .image-79.img_anim-1 {
    bottom: 34%;
    right: 7%;
  }

  .image-80.image_anim-2 {
    bottom: 15%;
  }

  .bold-text-4 {
    font-size: .7em;
    line-height: .2em;
  }

  .pop-up-grid {
    grid-template-columns: 1fr;
  }

  .pop-up-left {
    display: block;
  }

  .pop-up-right {
    display: none;
  }

  .image-81 {
    width: 45vw;
    opacity: .5;
    left: 51px;
  }
}

@media screen and (max-width: 479px) {
  .large_h1 {
    margin-bottom: 40px;
    font-size: 84px;
  }

  .small-h3 {
    font-size: 20px;
  }

  .small-h3.absolute_heading {
    font-size: 28px;
    top: -53px;
    left: 25px;
  }

  .small-h3.os {
    font-size: 22px;
  }

  .small-h3._2in {
    font-size: 24px;
  }

  .small-h3.align-c {
    font-size: 17px;
  }

  .paragraph._30vw {
    width: 90vw;
  }

  .home_sec2.padding {
    padding-left: 50%;
    padding-right: 60%;
  }

  .features_landing {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .medium_h1.left {
    font-size: 1.9em;
    line-height: 1.1em;
  }

  .paragraph-large {
    font-size: 1em;
  }

  .sec3_content {
    width: 100%;
  }

  .section-4 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title_medium {
    font-size: 1.3em;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .sec3 {
    padding-left: 2%;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .section-6._70vh {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .sec6-content.centre._20vh {
    height: auto;
  }

  .book_landing {
    padding-top: 25%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .book_para {
    padding-left: 2%;
    padding-right: 2%;
  }

  .para_large-2.left.top {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .social-media {
    padding-top: 30%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .template-1h {
    letter-spacing: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .template-1h.lefts {
    letter-spacing: 27px;
  }

  .template-1h.t0p-5--temp1 {
    letter-spacing: 16px;
  }

  .brix---container-default-3 {
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .template-1p {
    font-size: 14px;
  }

  .template-1p.top-spacing {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .template-1p.dates {
    margin-bottom: 5%;
  }

  .template-1p.said {
    font-size: 15px;
  }

  .template-1p.ft {
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
  }

  .template-1p.ft2 {
    font-size: 9px;
  }

  .section-9.register {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-9.registry {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-9.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    padding: 0 10px 40px 8px;
  }

  .section-9.footer._2 {
    height: 19vh;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    padding-right: 5px;
  }

  .day-block.seprators {
    margin-left: 10px;
  }

  .button-4 {
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .brix---mg-top-80px-3 {
    margin-top: 56px;
  }

  .brix---mg-top-80px-3.top-paddings {
    margin-top: 0;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-5.slides {
    font-size: 12px;
  }

  .brix---heading-h1-size-4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h1-size-4.colors {
    font-size: 34px;
  }

  .brix---container-default-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-hero-half-bg-color-3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .brix---grid-contact-v1._1fr {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .brix---section-position-relative {
    padding: 96px 10px;
  }

  .brix---section-position-relative.paddinf0ff {
    margin-left: 0%;
    margin-right: 0%;
  }

  .brix---section-position-relative.story, .brix---section-position-relative.inner-paddings {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brix---section-position-relative.bg-o {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-19 {
    left: 70%;
  }

  .brix---mg-top-80px-4 {
    margin-top: 56px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-6.temp5-p {
    margin-top: 20px;
    font-size: 21px;
  }

  .brix---color-neutral-803._15--temp5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brix---hero-v15-grid-4._3fr {
    grid-template-columns: 1fr;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-half-bg-color-4 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---section-hero-half-bg-color-4.temp5-2.inner40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---hamburger-menu-bar-bottom-white-5, .brix---hamburger-menu-bar-top-white-5 {
    background-color: #000;
  }

  .brix---btn-primary-small-5 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-5, .brix---header-nav-list-item-5 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-5 {
    max-width: 84%;
  }

  .temp5-heads {
    margin-top: 0;
    font-size: 32px;
  }

  .temp5-heads._60px-400 {
    font-size: 42px;
  }

  .temp5-heads._60px-lefts {
    font-size: 30px;
  }

  .temp5-heads.coloured {
    font-size: 18px;
  }

  .small-temp-5.centers {
    width: 100%;
    font-size: 16px;
  }

  .brix---mg-top-80px-5 {
    margin-top: 56px;
  }

  .brix---heading-h1-size-6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h1-size-6.temp-5-big {
    font-size: 21px;
    line-height: 1.2;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-hero-half-bg-color-5 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---buttons-row-center-4 {
    flex-direction: column;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---color-neutral-805._4fr, .brix---mg-bottom-40px-5.grid-px {
    grid-template-columns: 1fr;
  }

  .brix---hero-card-bg-image-3 {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---hero-card-bg-image-3.blue-temp6 {
    padding-left: 10px;
  }

  .brix---container-default-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-extra-small-3 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .temp-6 {
    font-size: 42px;
    line-height: 70px;
  }

  .temp6-big {
    font-size: 76px;
    line-height: 74px;
  }

  .temp6-big._94px {
    font-size: 61px;
    line-height: 65px;
  }

  .temp6-big._88px {
    font-size: 58px;
    line-height: 65px;
  }

  .text-span-3 {
    letter-spacing: 1px;
  }

  .swe._2inde {
    border-left-style: none;
    border-right-style: none;
  }

  .page-wrapper {
    height: 109vh;
  }

  .div-block-70 {
    width: 280px;
    height: 280px;
  }

  .funkey-heads {
    font-size: 42px;
    line-height: 50px;
  }

  .main-image {
    left: 55px;
  }

  .short--blocks.leaf1 {
    display: none;
    bottom: -38%;
    right: -17%;
  }

  .short--blocks.single-red {
    display: none;
    bottom: -3%;
    right: -14%;
  }

  .short--blocks.single-text, .short--blocks.letter-ddoles, .short--blocks.bootom-leaf {
    display: none;
  }

  .brix---btn-primary-small-8 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-tablet-2, .brix---header-nav-list-item-left-2 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-8 {
    max-width: 84%;
  }

  .brix---header-logo-8.brix---logo-v14 {
    max-width: 100%;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper-rounded-2 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brix---container-default-center-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5._4 {
    font-size: 12px;
  }

  .paragraph-5.footer-p7 {
    font-size: 14px;
  }

  .heading-7 {
    font-size: 32px;
  }

  .heading-7._2in-5 {
    font-size: 35px;
  }

  .section-11 {
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-11.colours {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lynx-text-nav-info {
    text-align: left;
    font-size: 9px;
  }

  .count-number {
    font-size: 3.9rem;
  }

  .main-heading-temp8 {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero-image-temp8.asolute-imag.tiixi {
    width: 90vw;
    height: 24vh;
  }

  .sec-temp8 {
    padding-bottom: 4.5rem;
  }

  .container-temp8 {
    max-width: none;
  }

  .groom-brides {
    width: auto;
    max-width: none;
    grid-row-gap: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .names {
    font-size: 12px;
  }

  .temp-8-p {
    width: 100%;
  }

  .paralex-image {
    min-height: 40vh;
  }

  .special-memories {
    padding-bottom: 60px;
  }

  .wrap-image-memories-copy {
    height: 400px;
  }

  .memories-image.ab-imq1 {
    top: 22%;
    left: 31%;
  }

  .memories-image.absolute2 {
    top: 41%;
  }

  .paragraph-7 {
    width: auto;
  }

  .container-paragraph-story-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-8 {
    line-height: 12px;
  }

  .brix---btn-primary-small-9 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-tablet-3, .brix---header-nav-list-item-left-3 {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-9 {
    max-width: 84%;
  }

  .brix---header-logo-9.brix---logo-v14 {
    max-width: 100%;
  }

  .brix---container-default-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper-rounded-3 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .brix---container-default-center-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-4 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button-3, .submit-button-3.body-2 {
    width: 50%;
  }

  .div-block-78 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .link-12 {
    font-size: 10px;
  }

  .template_grid {
    grid-template-columns: 1fr;
  }

  .features_sec {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._4-grid {
    grid-template-columns: 1fr;
  }

  .features_land {
    padding-top: 30%;
  }

  .div-block-79 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .ss_heading {
    font-size: 1.8rem;
  }

  .image-55 {
    display: none;
    right: -13%;
  }

  .image-57 {
    overflow: hidden;
  }

  .contact-landing {
    padding-top: 32%;
  }

  .div-block-80 {
    width: 90%;
  }

  .lynx-nav-buttons {
    justify-content: flex-start;
    display: flex;
  }

  .lynx-navbar.hide-from-desktop {
    display: block;
  }

  .brix---paragraph-default {
    font-size: 12px;
    line-height: 28px;
  }

  .brix---footer-bottom {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px) 30px 30px 30px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-62 {
    opacity: .71;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .image-64 {
    bottom: 7%;
    right: 22%;
  }

  .image-65 {
    top: 31%;
  }

  .image-66 {
    bottom: 17%;
    right: -6%;
  }

  .image-67 {
    display: none;
  }

  .image-68 {
    max-width: 47%;
    right: 1%;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-success-message-left {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .brix---flex-horizontal---vertical-mbp {
    flex-direction: column;
  }

  .brix---btn-primary-small-input {
    width: 100%;
    border: 1px solid var(--elements-webflow-library-accent--primary-1);
    background-color: var(--elements-webflow-library-neutral--100);
    color: var(--elements-webflow-library-accent--primary-1);
    margin-top: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }

  .brix---input-large-button-inside {
    min-height: 64px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-large-button-inside::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input-large-button-inside::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-header-hidden-on-mbl {
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .brix---hamburger-menu-bar-bottom.hide, .brix---hamburger-menu-bar-top.hide, .brix---hamburger-menu-wrapper.hide {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    width: 100%;
    text-align: left;
  }

  .brix---btn-secondary-small {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-right-col {
    width: 100%;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small-10 {
    width: auto;
    padding: 18px 15px;
    font-size: 15px;
  }

  .brix---btn-primary-small-10._2in {
    font-size: 12px;
  }

  .brix---header-wrapper-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .deatilz-head {
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
  }

  .div-block-89.col2, .div-block-89.col3, .div-block-89.col1 {
    width: 120px;
    height: 120px;
  }

  .grid-7 {
    grid-template-columns: 300px;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-nav-buttons-2 {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-2, .faq-body-cont {
    padding-left: 16px;
    padding-right: 16px;
  }

  .toggle-text {
    font-size: 1.2rem;
  }

  .faq-wrapper {
    padding-bottom: 0;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .toggle-text-2 {
    font-size: 1.2rem;
  }

  .faq-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-answer-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .landing_1 {
    margin-top: 28%;
  }

  .pop-up-wrapper {
    padding-top: 60px;
  }

  .image-81 {
    left: 60px;
  }
}

#w-node-e63c7052-ce9c-5135-7509-fa56067d1a98-40db1254 {
  align-self: center;
}

#w-node-_3745daf2-0d94-65d4-50fe-8e5aaf704c04-40db1254 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-c1ee8ffd-cfb6-0795-063e-8e9da53df366-40db1254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07b66eda-f836-4494-1dda-3db887472d9c-40db1254, #w-node-_5b22e5f3-818d-30f8-5d42-fbdd3e79929f-40db1254, #w-node-_6e7d9e5d-bebd-d0ad-3bc1-0c4a5edc5faa-40db1254, #w-node-_53c6281f-d7d5-47b0-5cdb-8d4534205bc8-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f5dac26-5c7c-27bb-42c1-6f5ec1642f47-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20435bf9-f8d4-ade9-9b92-4ce00667a703-40db1254, #w-node-e99a0f39-3b15-8c77-d5cf-2394e5914eb7-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e99a0f39-3b15-8c77-d5cf-2394e5914ebc-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_1ecd4b1e-0f64-b7c3-da18-62976c63946e-40db1254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed9af56e-41b7-2117-1165-f5fd3a865123-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a90fb44f-8041-0266-09c8-582d2407d567-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_5899e8cb-dc07-f1e8-8cdb-bd8964cc2ec7-40db1254, #w-node-_47c7b2d8-34f8-da7c-93bf-1057da48ccfb-40db1254, #w-node-_673c2f7c-0a20-c45f-c709-a30dbd7575da-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b6-40db1254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b8-40db1254, #w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70bd-40db1254, #w-node-ff744300-c8bd-a268-e9d1-a5760083dc53-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d5e17f-d3c8-278d-9696-6d861ca20e33-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a77a38b0-0333-aa36-0d5c-d25e6d92d735-40db1254 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2d34317f-d1ea-acf2-c63e-e1f311be7356-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c9105e7-61a8-0541-5c04-ce676a7a55e5-40db1254, #w-node-_0d9dde99-8044-3eb6-6797-79e06bb95749-40db1254, #w-node-a9f0f2ee-8dc3-3cee-6cb2-c97fb8af4323-40db1254, #w-node-_035a3213-d73d-878d-a7e0-7a8a93dc17c8-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e6b085f-e16d-5368-7129-9fc317461dee-40db1254 {
  align-self: start;
  justify-self: center;
}

#w-node-_63fc95e5-716b-ea3a-3deb-ba7e49afd6d0-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_63fc95e5-716b-ea3a-3deb-ba7e49afd6d2-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a41df281-ac66-7e88-b824-95dc1342cdb3-40db1254, #w-node-a41df281-ac66-7e88-b824-95dc1342cdc4-40db1254, #w-node-a41df281-ac66-7e88-b824-95dc1342cddd-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0808fda8-9567-1fb8-3375-dae397d36503-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0dbedcb5-58ab-402e-8c70-ab6c41d0ec85-40db1254, #w-node-_2eea5038-730e-d5d5-f5ae-017b389c66d6-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_113932c5-bfe9-ff24-c160-8ee6067a7caf-40db1254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_37387af5-9f58-7d44-b3b2-b682a4aa39e1-40db1254, #w-node-b30e9efe-435a-ff31-6ced-2d5bd0833fe6-e3929c9c, #w-node-_5bd48fbf-5995-a20c-8fb4-980000626cac-e3929c9c, #w-node-_543f91fb-31dd-6331-695a-ee2a6806d4e8-e3929c9c, #w-node-_74ad18bc-2316-7826-5949-64cfec449109-e3929c9c, #w-node-_2f46b950-737d-ee21-5e17-cafaee49b731-e3929c9c, #w-node-_34c433dc-b3e8-d313-2a2c-a44eb6609d24-e3929c9c, #w-node-_60a6f1c6-7021-ead4-d6c9-33fa74340766-e3929c9c, #w-node-a01dc851-d0a9-f575-00cd-0d32cc53b613-e3929c9c, #w-node-a5deb392-d10e-4ecd-385a-f5e64d81a2b5-e3929c9c, #w-node-de58b3af-881b-7d1c-d039-118f4f305001-e3929c9c, #w-node-ed138a48-4bae-14eb-e7ab-21da2631ac00-e3929c9c, #w-node-_9077e490-16d8-7192-f36b-077c97df7372-e3929c9c, #w-node-_09f62d4e-6b97-47a9-27b9-001986ea9ba5-e3929c9c, #w-node-_0a87f00b-6a16-15a4-4c50-212c48640be6-e3929c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42536510-1502-6c6a-b430-c9a5ebbd357e-1ae52a09 {
  grid-area: 13 / 1 / 14 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae89e49d-0472-76ba-5181-95bd2d2d619b-1ae52a09 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c8481e5-09f4-32d8-3245-ccfdce12e95f-1ae52a09 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_187482f1-9e8c-dfc3-1df1-edfb47ede245-1ae52a09 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_8111828d-f2df-0268-842a-985a0a08f706-1ae52a09 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-c5770b1e-31e3-50c5-72da-862564650c64-1ae52a09 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_33774b63-ff0f-6445-7996-e3da61d9ca29-1ae52a09 {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-ac88024d-a270-042e-9d01-b40ea5785c48-1ae52a09 {
  grid-area: 10 / 1 / 11 / 3;
}

#w-node-cb45ffb4-b6f5-4f48-e0a6-5c050c58dbd3-1ae52a09 {
  grid-area: 11 / 1 / 12 / 3;
}

#w-node-_7ca5fbcb-2f9f-8893-0c7e-fa3f4117c58a-1ae52a09 {
  grid-area: 12 / 1 / 13 / 3;
}

#w-node-b03c59d5-69a9-1dc5-82ab-a3de0ba35911-ce29f80d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d810586c-16e8-9228-d41b-ac0f0b500435-ce29f80d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d6daca44-b36a-412d-a941-9459450c3583-ce29f80d, #w-node-c68710c9-5641-511b-14f1-7ef558a29e52-ce29f80d, #w-node-_82af9f98-2eb0-d8e1-1300-b9ac8153b5b0-126b2e5c, #w-node-_0661b211-eb86-be0f-a9ae-bb4b34a280ac-126b2e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2da12b71-981f-a3dd-9ba9-35ace67351a8-126b2e5c {
  align-self: auto;
  justify-self: auto;
}

#w-node-_64ab3dc3-08a4-5b28-d16d-71ca0a007aa5-126b2e5c, #w-node-_4cdac2bd-34c0-9f06-7122-24bdcfd49487-126b2e5c, #w-node-_3bd87176-4d3b-44ec-fb64-60f37ad53332-126b2e5c, #w-node-b1f0ca32-d945-5514-92b8-a7ddf13bc564-126b2e5c, #w-node-b8ba24ea-b0c5-a69a-b96d-65f89b0bd90a-126b2e5c, #w-node-_63118a3a-f29f-9bd7-5f9f-89d2f0e4c0fe-126b2e5c, #w-node-_9c18ed4e-9d10-4afd-6ccb-86397e32ffbf-126b2e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17f02ba3-3e11-b49e-d16f-0ea76f912188-126b2e5c {
  align-self: start;
}

#w-node-cbcc363b-1ada-57e8-7ecd-316417916b48-126b2e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0620cd5b-fcd9-8867-c0ef-f59928b1632f-126b2e5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-f1b4ef1c-b96a-5db4-c682-43089d6c78cd-126b2e5c {
  align-self: auto;
  justify-self: auto;
}

#w-node-d660b1a8-4408-cb16-cc53-44f9311709de-126b2e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe0e4024-5d63-865b-7968-b3c683b9f1b7-126b2e5c {
  justify-self: end;
}

#w-node-d1e4aaf5-365e-8bc9-e1a5-c4ef6fee1919-5cf321d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_7ecc198a-20c2-049b-f389-49120d838202-5cf321d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_8f1555e7-613a-47e1-c5ce-ee7c83429393-5cf321d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_110b5af6-351e-f19d-cf0f-dabe701c4ca5-66b1182c, #w-node-_110b5af6-351e-f19d-cf0f-dabe701c4cad-66b1182c, #w-node-ccc2d0ed-294f-2f70-2140-9e72d05a13f9-66b1182c, #w-node-e89c115d-c019-f0ce-9bbc-d5672cc0ea92-66b1182c, #w-node-ba8f4a9e-0e64-6f0b-f994-7754e23580a0-66b1182c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbfa0737-b88d-53b6-269b-5f846760ed85-66b1182c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1780031d-9fc0-5a39-e021-f48f202518d1-66b1182c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_2b16e117-6ea3-8ece-50b1-0b75b09d6e55-66b1182c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_0e47d5a7-ef31-0ee9-97b3-4e68d3c88560-66b1182c {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-_046d1ba3-5d76-914c-7d24-c24a400e2db6-66b1182c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-cb04345b-bd9e-6914-f90c-e23ac0e332e1-ad474a2e, #w-node-_0366f064-8ddf-2c8a-0613-ce9e05341c0c-ad474a2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84e964b9-dc1c-6af8-4a69-da05d0501e39-ad474a2e, #w-node-_80c76fd1-20e0-8b02-fe0f-b31b3bb990bb-ad474a2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_6e72ef5b-8818-0bbc-1292-7876818a763e-ad474a2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6e72ef5b-8818-0bbc-1292-7876818a7642-ad474a2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6e72ef5b-8818-0bbc-1292-7876818a7643-ad474a2e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_6e72ef5b-8818-0bbc-1292-7876818a7647-ad474a2e {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: stretch;
}

#w-node-_6e72ef5b-8818-0bbc-1292-7876818a764b-ad474a2e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_6c49d089-98b1-ea0a-e04d-1b6471722983-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe1434d3-7995-ea1d-d9fe-334b6f95a856-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bcbb1cd3-a835-28d2-1e19-9fda6552fb72-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b91f6cc-3ec0-09dc-d7b8-243dee26b8b5-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b91f6cc-3ec0-09dc-d7b8-243dee26b8b6-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8976aea-00a6-a63f-628d-cd824016c09d-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e8976aea-00a6-a63f-628d-cd824016c09e-c77dab13, #w-node-f410071c-811e-c6d3-bab6-ee0980bec52c-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec53d-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec53e-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec53f-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec540-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec541-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f410071c-811e-c6d3-bab6-ee0980bec542-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507ed6c7-b40e-86a7-1a62-2b6bc9eb9ed5-c77dab13, #w-node-_2248f080-ab24-e870-b449-cd9c0f55758f-c77dab13, #w-node-_6ae16465-28e1-37ba-349f-559a43e0963f-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e40-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e51-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e52-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e53-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e54-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e55-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e56-c77dab13, #w-node-fa44891c-8bc6-585c-5010-ea492f857e57-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e68-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e69-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e6a-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e6b-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e6c-c77dab13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa44891c-8bc6-585c-5010-ea492f857e6d-c77dab13, #w-node-dddc3593-7b61-be4e-e065-d8acd792b07e-c77dab13, #w-node-_0751f742-9f2d-b092-5184-765b5fbe80b9-9e044895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8ce9a6f-6079-8b6d-db4d-088064480e56-9e044895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_58486a92-eca3-e575-1ce8-cf56fd764b74-9e044895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a06cf3-7733-bf6a-4d6c-9f88ebdfc042-9e044895 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_9f5dac26-5c7c-27bb-42c1-6f5ec1642f47-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20435bf9-f8d4-ade9-9b92-4ce00667a703-4866abff, #w-node-e99a0f39-3b15-8c77-d5cf-2394e5914eb7-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e99a0f39-3b15-8c77-d5cf-2394e5914ebc-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_1ecd4b1e-0f64-b7c3-da18-62976c63946e-4866abff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed9af56e-41b7-2117-1165-f5fd3a865123-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a90fb44f-8041-0266-09c8-582d2407d567-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_5899e8cb-dc07-f1e8-8cdb-bd8964cc2ec7-4866abff, #w-node-_47c7b2d8-34f8-da7c-93bf-1057da48ccfb-4866abff, #w-node-_673c2f7c-0a20-c45f-c709-a30dbd7575da-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b6-4866abff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b8-4866abff, #w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70bd-4866abff, #w-node-ff744300-c8bd-a268-e9d1-a5760083dc53-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd4200d7-289d-e6bc-046f-f447127dcdfd-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cfa02d63-c5d9-707e-612d-b4bda1b15370-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b9e2fe6d-3f99-9a42-55a9-8918d794c056-4866abff, #w-node-_6c9105e7-61a8-0541-5c04-ce676a7a55e5-4866abff, #w-node-_0d9dde99-8044-3eb6-6797-79e06bb95749-4866abff, #w-node-a9f0f2ee-8dc3-3cee-6cb2-c97fb8af4323-4866abff, #w-node-_035a3213-d73d-878d-a7e0-7a8a93dc17c8-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e6b085f-e16d-5368-7129-9fc317461dee-4866abff {
  align-self: start;
  justify-self: center;
}

#w-node-fa153bd3-9107-7ee1-0123-7aa0662c2dfb-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-fa153bd3-9107-7ee1-0123-7aa0662c2dfd-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a41df281-ac66-7e88-b824-95dc1342cdb3-4866abff, #w-node-a41df281-ac66-7e88-b824-95dc1342cdc4-4866abff, #w-node-a41df281-ac66-7e88-b824-95dc1342cddd-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0808fda8-9567-1fb8-3375-dae397d36503-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0dbedcb5-58ab-402e-8c70-ab6c41d0ec85-4866abff, #w-node-_2eea5038-730e-d5d5-f5ae-017b389c66d6-4866abff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9f5dac26-5c7c-27bb-42c1-6f5ec1642f47-40db1254 {
    justify-self: start;
  }

  #w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-40db1254 {
    align-self: end;
  }

  #w-node-_63fc95e5-716b-ea3a-3deb-ba7e49afd6d0-40db1254 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_63fc95e5-716b-ea3a-3deb-ba7e49afd6d2-40db1254 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5f30a8e3-25a0-0850-452a-74f49529cac3-126b2e5c {
    justify-self: center;
  }

  #w-node-_84e964b9-dc1c-6af8-4a69-da05d0501e39-ad474a2e, #w-node-_80c76fd1-20e0-8b02-fe0f-b31b3bb990bb-ad474a2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_9f5dac26-5c7c-27bb-42c1-6f5ec1642f47-4866abff {
    justify-self: start;
  }

  #w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-4866abff {
    align-self: end;
  }

  #w-node-fa153bd3-9107-7ee1-0123-7aa0662c2dfb-4866abff {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fa153bd3-9107-7ee1-0123-7aa0662c2dfd-4866abff {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-40db1254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b6-40db1254 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_113932c5-bfe9-ff24-c160-8ee6067a7caf-40db1254, #w-node-_37387af5-9f58-7d44-b3b2-b682a4aa39e1-40db1254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42536510-1502-6c6a-b430-c9a5ebbd357e-1ae52a09 {
    grid-area: 15 / 1 / 16 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-ae89e49d-0472-76ba-5181-95bd2d2d619b-1ae52a09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_216e9874-0cc2-1e0f-27d8-f40d78b8fe01-1ae52a09 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b53e2fe-30a0-9863-cc62-10c56a9ee13f-1ae52a09 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dcd92310-e7da-636c-5d9d-c7c9c674c90b-1ae52a09 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-afb662e7-3e9e-6862-5be6-e50f50ca89b2-1ae52a09 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_13fd91f8-e131-a861-ea9a-577885de7fe4-1ae52a09 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_2c8481e5-09f4-32d8-3245-ccfdce12e95f-1ae52a09 {
    grid-row: 7 / 8;
  }

  #w-node-_187482f1-9e8c-dfc3-1df1-edfb47ede245-1ae52a09 {
    grid-row: 8 / 9;
  }

  #w-node-_8111828d-f2df-0268-842a-985a0a08f706-1ae52a09 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-c5770b1e-31e3-50c5-72da-862564650c64-1ae52a09 {
    grid-row: 10 / 11;
  }

  #w-node-_33774b63-ff0f-6445-7996-e3da61d9ca29-1ae52a09 {
    grid-row: 11 / 12;
  }

  #w-node-ac88024d-a270-042e-9d01-b40ea5785c48-1ae52a09 {
    grid-row: 12 / 13;
  }

  #w-node-cb45ffb4-b6f5-4f48-e0a6-5c050c58dbd3-1ae52a09 {
    grid-row: 13 / 14;
  }

  #w-node-_7ca5fbcb-2f9f-8893-0c7e-fa3f4117c58a-1ae52a09 {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-_82af9f98-2eb0-d8e1-1300-b9ac8153b5b0-126b2e5c {
    justify-self: center;
  }

  #w-node-f1b4ef1c-b96a-5db4-c682-43089d6c78cb-126b2e5c {
    align-self: center;
    justify-self: center;
  }

  #w-node-e8ce9a6f-6079-8b6d-db4d-088064480e56-9e044895, #w-node-d9a06cf3-7733-bf6a-4d6c-9f88ebdfc042-9e044895 {
    justify-self: center;
  }

  #w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-4866abff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a87eb4e8-a530-bf66-2d67-f7a63c0a70b6-4866abff {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20435bf9-f8d4-ade9-9b92-4ce00667a703-40db1254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ecd4b1e-0f64-b7c3-da18-62976c63946e-40db1254 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-40db1254 {
    justify-self: end;
  }

  #w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-40db1254 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_47c7b2d8-34f8-da7c-93bf-1057da48ccfb-40db1254 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_113932c5-bfe9-ff24-c160-8ee6067a7caf-40db1254 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d810586c-16e8-9228-d41b-ac0f0b500435-ce29f80d {
    justify-self: start;
  }

  #w-node-bbfa0737-b88d-53b6-269b-5f846760ed85-66b1182c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_1780031d-9fc0-5a39-e021-f48f202518d1-66b1182c {
    justify-self: start;
  }

  #w-node-_2b16e117-6ea3-8ece-50b1-0b75b09d6e55-66b1182c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_0e47d5a7-ef31-0ee9-97b3-4e68d3c88560-66b1182c {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: stretch;
  }

  #w-node-_046d1ba3-5d76-914c-7d24-c24a400e2db6-66b1182c {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: stretch;
  }

  #w-node-_6e72ef5b-8818-0bbc-1292-7876818a763e-ad474a2e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_6e72ef5b-8818-0bbc-1292-7876818a7642-ad474a2e {
    justify-self: start;
  }

  #w-node-_6e72ef5b-8818-0bbc-1292-7876818a7643-ad474a2e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_6e72ef5b-8818-0bbc-1292-7876818a7647-ad474a2e {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: stretch;
  }

  #w-node-_6e72ef5b-8818-0bbc-1292-7876818a764b-ad474a2e {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: stretch;
  }

  #w-node-_20435bf9-f8d4-ade9-9b92-4ce00667a703-4866abff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ecd4b1e-0f64-b7c3-da18-62976c63946e-4866abff {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c5e8993-467a-3040-c2c3-b6b3ff81ab3b-4866abff {
    justify-self: end;
  }

  #w-node-_8d83b0a2-04cf-8f78-e68e-3de75c87191a-4866abff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_47c7b2d8-34f8-da7c-93bf-1057da48ccfb-4866abff {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: '16 Efa 2896 F 117 Dae 2 Debeb 23 Ab 4715 Dd';
  src: url('../fonts/16efa2896f117dae2debeb23ab4715dd.woff2') format('woff2'), url('../fonts/16efa2896f117dae2debeb23ab4715dd.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}