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

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  background-color: #eaf4f6;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  line-height: 116%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 116%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 116%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 116%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 116%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #2261ff;
  text-decoration: underline;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 23px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 116%;
}

.section {
  position: relative;
}

.section.hero {
  background-color: #5763aa;
  background-image: radial-gradient(circle at 50% 0, #00e1ff26, #fff0);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 65vw;
  margin-bottom: -65px;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  top: -62px;
  overflow: hidden;
}

.section.hero.sub {
  background-color: #585858;
  background-image: none;
  height: auto;
  min-height: 500px;
  max-height: none;
}

.section.hero.sub.about {
  background-image: linear-gradient(#5d8b8296, #4864aa), url('../images/quilting-images-editing-luke-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.hero.sub.classes {
  background-image: linear-gradient(#9e8f4de0, #92694af7), url('../images/391a4909.avif');
  background-position: 0 0, 50% 88%;
  background-size: auto, auto;
}

.section.hero.sub.products {
  background-image: linear-gradient(151deg, #c27878d9, #316f96f2 49%, #5f7c52b8), url('../images/391a4934.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.hero.sub.contact {
  background-image: linear-gradient(46deg, #a73d5ecc, #1c2c6ecf), url('../images/img_3591.avif');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
}

.section.hero.sub.privacy {
  background-image: radial-gradient(circle at 22%, #553b6bf2, #30647fd9), url('../images/391a4923_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.section.hero.sub.terms {
  background-image: radial-gradient(circle at 20% 18%, #33668bba, #384c50cf), url('../images/391a4933_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.hero.sub.calender {
  background-image: linear-gradient(#1f504ac4, #1f504ac4), url('../images/calenderbg_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.hero.sub.bagmkn {
  background-image: linear-gradient(#565832de, #565832de), url('../images/untitled-1.avif');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.section.sub_ser_sec {
  z-index: 1;
  background-image: linear-gradient(#eaf4f6eb 82%, #eaf4f600);
}

.section.campaing_pag {
  padding-top: 140px;
  padding-bottom: 100px;
}

.container {
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.container.hero {
  flex: 1;
  position: relative;
}

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

.container.nav {
  padding: 0 35px 0 37px;
}

.container.grid_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.container.rel-pos-af {
  position: relative;
}

.paragraph-2 {
  color: #eff1f8;
  text-shadow: 0 2px 3px #4c5c96;
  max-width: 81%;
  font-size: min(1.05vw, 18px);
  line-height: 125%;
}

.grid {
  grid-column-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #e2e4ed;
  text-shadow: 6px 6px 1px #0003;
  font-size: 4vw;
  line-height: 116%;
}

.heading-2.hero {
  margin-top: -10px;
  margin-left: -2px;
  font-weight: 700;
  line-height: 106%;
}

.text-span {
  color: #dfe4f4;
  text-shadow: 4px 4px 1px #0003;
  vertical-align: baseline;
  margin-left: 3px;
  font-size: 32px;
  font-weight: 300;
  line-height: 49px;
  display: block;
}

.div-block {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed {
  opacity: .26;
  width: auto;
  max-width: 1550px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner_cont {
  aspect-ratio: 4 / 3;
  perspective: 349px;
  perspective-origin: 50%;
  transform-origin: 50%;
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  transition: all .5s;
  position: relative;
  bottom: 0;
  left: 0%;
}

.banner_cont:hover {
  z-index: 2;
}

.quelt_itm {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  opacity: 1;
  outline-offset: 0px;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: radial-gradient(circle at 0 100%, #bbd5ff, #fff);
  border: 4px solid #d0b168;
  border-radius: 12px;
  outline: 0 dashed #fff0;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: min(468px, 36vw);
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 9vw 0 4vw -6vw #0003;
}

.quelt_itm:hover {
  transform: scale(1)translate(0%)rotate(0);
  box-shadow: 0 6vw 4vw -6vw #0003;
}

.quelt_itm.prev {
  opacity: 0;
  pointer-events: none;
  transform-style: preserve-3d;
}

.quelt_itm.next {
  pointer-events: none;
  transform-style: preserve-3d;
}

.image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.image:hover {
  opacity: 1;
}

.navbar {
  background-color: #ddd0;
  margin-bottom: -39px;
  position: sticky;
  top: 0;
}

.image-2 {
  filter: drop-shadow(0 0 4px #ffffffb3);
  background-color: #ffffff4d;
  max-height: 60px;
  padding: 8px 16px;
  display: block;
}

.image-2:hover {
  background-color: #cad9e799;
}

.static_cont {
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  width: 35vw;
  max-width: 550px;
  height: 30vw;
  max-height: 435px;
  transition: opacity .7s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-23%);
}

.overlay_qlt_itm_img {
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle at -6% 102%, #ffffffd6 14%, #fff0 71%);
  transition: opacity .3s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  z-index: 3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 46vw;
  margin-right: -120px;
  display: flex;
  position: relative;
  top: 55px;
}

.code-embed-2 {
  opacity: .06;
  position: absolute;
  inset: auto auto -12% 0%;
}

.code-embed-2:hover {
  opacity: .33;
  left: -4%;
}

.code-embed-3 {
  pointer-events: none;
  color: #eaf4f6;
  width: 102%;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: -26px;
}

.code-embed-3.footer {
  color: #505e61;
  bottom: 0;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 202px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 160px;
  margin-bottom: 30px;
  display: grid;
}

.div-block-8 {
  color: #605d99;
  background-color: #92edff08;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 8px -6px 5px #f5feffe3, -8px 8px 5px #44539733;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  position: relative;
}

.image-4 {
  aspect-ratio: 1;
  filter: drop-shadow(0 8px 4px #ffffff52);
  object-fit: contain;
  align-self: center;
  max-width: 280px;
  max-height: 260px;
  position: absolute;
  bottom: 0;
}

.banner_count_container {
  z-index: 1;
  transform-origin: 50%;
  transform-style: preserve-3d;
  flex: 1;
  align-self: flex-end;
  transition: transform .3s;
  position: relative;
  bottom: 4px;
  transform: scale3d(.9, .8, 1)perspective(752px)translate(2%, 12%)rotateX(18deg)rotateY(-18deg)rotateZ(4deg)perspective(532px);
}

.banner_count_container:hover {
  transform: scale(1)perspective(752px)translate(8%, 11%)rotate(0)perspective(532px);
}

.collection-item {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-size: 32px;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.div-block-12 {
  background-color: silver;
  border-radius: 14px;
  margin-top: 85px;
  margin-bottom: 0;
  padding: 40px 0 40px 40px;
  position: relative;
}

.div-block-12.open-day {
  text-shadow: 0 5px 3px #0000000d;
  background-color: #f1d385;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-12.open-day.bag_makn-af {
  background-color: #d5e2d0;
}

.div-block-12.classes {
  color: #e7e7e7;
  background-color: #646aac;
}

.div-block-12.mid {
  color: #606675;
  background-color: #d6e2d0;
  margin-top: 60px;
  padding-right: 40px;
}

.div-block-12.mid.blue {
  background-color: #d0dce2;
}

.div-block-12.mid.long_arm_rt_af {
  background-color: #d6e2d000;
  overflow: clip;
}

.div-block-12.bag_makn {
  color: #fff;
  background-color: #849671;
  padding-right: 40px;
}

.div-block-12.bag-making {
  background-color: #c1d8e6;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  position: relative;
}

.div-block-13 {
  margin-top: -175px;
  margin-bottom: -60px;
}

.div-block-13.l-fixed {
  border-bottom-left-radius: 14px;
  margin-top: -123px;
  margin-bottom: -40px;
  overflow: hidden;
}

.image-5 {
  object-fit: contain;
  max-height: 430px;
}

.div-block-14 {
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 12px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
}

.heading-5 {
  opacity: .75;
  margin-top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 116%;
}

.heading-5.af-new {
  display: inline-block;
}

.paragraph-5.bs-af {
  opacity: .88;
  font-size: 19px;
}

.heading-7 {
  opacity: .8;
  margin-top: 60px;
  font-size: 56px;
}

.heading-7.mid-al-af {
  color: #405378;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -35px;
  margin-right: -35px;
}

.special_btn {
  opacity: .7;
  pointer-events: auto;
  color: #fff;
  flex: 0 auto;
  align-self: center;
  margin-top: 24px;
  padding: 10px 8px;
  font-size: 22px;
  line-height: 135%;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.special_btn:hover {
  opacity: 1;
}

.special_btn.dark {
  color: #333;
  margin-bottom: 10px;
}

.btn_overlay {
  opacity: .15;
  border: 4px solid #fffc;
  border-color: #fffc #fffc #000 #000;
  border-radius: 80px;
  position: absolute;
  inset: 0%;
}

.btn_overlay.high_pros {
  z-index: 0;
  opacity: .43;
  filter: blur(2px);
  pointer-events: none;
  border-style: solid;
  border-color: #fff0;
  border-radius: 31px;
  transition: opacity .15s ease-in-out;
  box-shadow: -7px 12px 18px #304f6345, 8px -6px 15px #fff;
}

.btn_overlay.high_pros.dark {
  opacity: .91;
  box-shadow: -7px 12px 18px #00000075, 8px -6px 15px #ffffff30;
}

.btn_overlay.high_pros.dark.light {
  box-shadow: -7px 12px 18px #00000054, 8px -6px 15px #ffffff8c;
}

.text-block-50 {
  padding: 6px 30px;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-8 {
  text-align: center;
  font-size: 36px;
}

.rich-text-block-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-9 {
  margin-top: 0;
  font-size: 56px;
  line-height: 116%;
}

.image-6 {
  object-fit: contain;
  max-width: 100%;
  margin-bottom: 40px;
}

.image-6.classes {
  margin-bottom: 0;
}

.grid-5 {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  position: relative;
}

.grid-5.long_chair {
  grid-template-columns: 1fr 1.5fr;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-15 {
  border-radius: 12px;
  padding: 45px;
  box-shadow: 7px -5px 5px #ffffff36, -6px 5px 5px #00000014;
}

.rich-text-block-3 {
  text-align: center;
}

.heading-10 {
  font-size: 24px;
}

.code-embed-4 {
  z-index: 0;
  color: #eaf4f6;
  width: 25%;
  position: absolute;
  inset: -1px -1px auto auto;
}

.code-embed-4.rev {
  transform-style: preserve-3d;
  width: 25%;
  inset: -1px auto auto -1px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.code-embed-4.rev.xl {
  width: 50%;
}

.code-embed-4.xl {
  width: 49%;
  top: -1px;
}

.div-block-16 {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow-x: clip;
}

.div-block-16.clip_ovrly {
  overflow: clip;
}

.bg_logo_spin {
  aspect-ratio: 1;
  opacity: .12;
  pointer-events: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vw;
  min-height: 100vw;
  transform: translate(-50%, -50%);
}

.image-7 {
  width: 100%;
  height: 100%;
}

.bg-spin-logo-anm {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  transition: opacity 2s cubic-bezier(.86, 0, .07, 1), bottom 3.5s cubic-bezier(.215, .61, .355, 1), right 3.2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-spin-logo-anm.not_yet_sc-af {
  opacity: .7;
  bottom: 67%;
  right: 50%;
}

.footer-subscribe {
  color: #fff;
  background-color: #324244d6;
  background-image: linear-gradient(#505e61, #505e6100 25%);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 200px;
  padding: 50px 0 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.footer-social-block-three {
  grid-column-gap: 20px;
  filter: invert();
  order: 4;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-social-block-three.light {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  filter: none;
  margin-top: 40px;
}

.footer-social-link-three {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 4px;
  line-height: 116%;
  transition: all .2s;
  box-shadow: 0 2px 5px #0000;
}

.footer-social-link-three:hover {
  transform: scale(1.6);
  box-shadow: 0 2px 5px #8f7575;
}

.footer-social-link-three.light {
  opacity: .6;
  width: 50px;
  height: 50px;
  margin-left: 0;
}

.footer-social-link-three.light:hover {
  opacity: 1;
  box-shadow: 0 2px 5px #98c0e6;
}

.div-block-101 {
  width: 100vw;
  max-width: 100%;
  height: 170px;
  position: absolute;
  inset: 3px 0% auto;
  overflow: hidden;
  transform: translate(0, -100%);
}

.nav-link {
  color: #474c52;
  background-color: #0000;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 8px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Red Rose, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #4a4f55;
  background-color: #0000001a;
  border-radius: 20px;
}

.nav-link.w--current {
  color: #474c52;
  border: 1px solid #00000038;
}

.nav-link.dd-af {
  padding-right: 28px;
}

.nav-link.sub-l-af {
  margin-top: 0;
  font-size: 14px;
  line-height: 110%;
}

.nav-link.hilighted-af {
  color: #fffffffa;
  text-shadow: none;
  background-color: #6a86a3;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-shadow: 0 1px 8px #ffffff5c;
  background-color: #ffffff59;
  border-radius: 0 0 22px 22px;
  padding-left: 4px;
  padding-right: 4px;
  transition: all .2s;
  display: flex;
}

.brand {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 7px 5px #535a630d;
}

.brand.nv_act, .brand.nv_act.w--current {
  background-color: #fffc;
}

.div-block-102 {
  border-bottom: 4px dashed #eaf4f6;
  margin-left: -36px;
  margin-right: -36px;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  background-color: #ecdfc0;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding: 40px 0 40px 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-105.general {
  color: #fff;
  background-color: #6c86a7;
}

.div-block-105.product {
  background-color: #d4e2f2;
}

.div-block-105.bag_making {
  color: #fff;
  background-color: #4f6092;
}

.heading-11 {
  opacity: .8;
  font-size: 56px;
  font-weight: 400;
  line-height: 116%;
}

.code-embed-5 {
  z-index: 1;
  opacity: .04;
  position: absolute;
  inset: auto 0% -155% auto;
}

.code-embed-5:hover {
  opacity: .21;
}

.image-18 {
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: 0% 50%;
  min-height: 100%;
  margin-top: -40px;
  margin-bottom: -40px;
}

.image-18.home-af-img {
  mix-blend-mode: normal;
}

.div-block-107 {
  background-image: linear-gradient(#5763aa, #5763aa00);
  height: 200px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-icon {
  object-fit: contain;
  border-radius: 0;
  width: 1em;
  height: 1em;
  margin-right: .375em;
}

.text-span-8 {
  color: #88a4de;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 106%;
}

.contact-detail-link {
  color: #ffe598;
  text-align: left;
  white-space: nowrap;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.contact-detail-link:hover {
  color: #fff;
  background-color: #0000001a;
}

.contact-content {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 90em;
  display: flex;
  position: relative;
}

.contact-details {
  grid-column-gap: 1.5em;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: -5px;
  padding: 1em .25em;
  display: flex;
}

.contact-details.mid_ali_ssm {
  grid-column-gap: 2.5em;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 10px auto 40px;
  padding: 0;
}

.div-block-58 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .7;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-11 {
  color: #e5edf0;
  padding-top: 0;
  line-height: 150%;
}

.text-span-9 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  display: inline-block;
}

.footer-divider {
  background-color: #88a4de;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin: 10px auto 15px;
}

.text-block-51 {
  color: #ffffff94;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-copyright-center {
  color: #ffffff9e;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}

.contact-detail-text-2 {
  font-size: .8em;
  line-height: 2.5;
}

.text-block-13 {
  color: #c2d8e6;
  font-family: Red Rose, sans-serif;
  font-size: 1.2em;
}

.image-22 {
  width: 200px;
  min-width: 330px;
}

.paragraph-12 {
  color: #b6ccd7;
  width: 50%;
  margin-top: -28px;
  margin-bottom: 0;
  font-family: Red Rose, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 110%;
}

.div-block-109 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 30px;
}

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

.rich-text-block-5 {
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.rich-text-block-5.about_hro {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 125%;
}

.rich-text-block-5.mission {
  margin-bottom: 0;
}

.grid-7 {
  grid-column-gap: 50px;
  color: #e2e6e8;
  background-color: #605f64;
  background-image: radial-gradient(circle at 85% 0, #7eb6bb, #575470 56%);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
  padding: 48px 40px;
}

.div-block-111 {
  justify-content: center;
  align-items: flex-end;
  max-height: 300px;
  margin-bottom: -40px;
/*   margin-right: -30px; */
  display: flex;
  position: relative;
}

    .div-block-111 {
        margin-top: -80px; 
    position: sticky;
    bottom: 0;}



.heading-12 {
  color: #627482;
  margin-top: 140px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 56px;
  line-height: 116%;
}

.heading-13 {
  opacity: 1;
  font-size: 56px;
}

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

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #585a5a;
  border-radius: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.block-quote {
  color: #dad1ab;
  border-left-color: #ffffff21;
  padding-left: 0;
  font-style: italic;
}

.image-25 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.div-block-113 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-14 {
  opacity: .89;
  color: #0009;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
}

.image-26 {
  object-fit: contain;
  align-self: center;
  position: sticky;
  top: 100px;
}

.image-26.non-stk-af {
  flex: 0 auto;
  align-self: center;
  max-width: 450px;
  position: relative;
  top: auto;
}

.rich-text-block-6 {
  margin-top: 100px;
  font-size: 18px;
  line-height: 116%;
}

.rich-text-block-6.no_top_m {
  margin-top: 0;
}

.rich-text-block-6.no_top_m strong {
  opacity: .84;
  color: #354fa0;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 116%;
}

.rich-text-block-6.single_inst {
  margin-top: 0;
}

.heading-14 {
  color: #333c;
  margin-top: 100px;
  font-size: 56px;
  line-height: 116%;
}

.heading-14.no_top_pad {
  margin-top: 25px;
}

.div-block-114 {
  margin-left: -40px;
}

.div-block-115 {
  padding-top: 60px;
}

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

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-27 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.image-27:hover {
  opacity: .75;
}

.link-block {
  color: #646464;
  background-color: #eaf4f6cc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px -6px 4px #ffffff5e, -5px 6px 5px #00000014;
}

.link-block:hover {
  color: #363636;
}

.collection-list-wrapper {
  margin-top: 41px;
  position: relative;
}

.pictures_stack_1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  margin-bottom: 14px;
  margin-right: -17px;
  display: flex;
  overflow: hidden;
}

.pictures_stack_1:hover {
  opacity: .8;
}

.image-28 {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.collection-list-wrapper-2 {
  margin-top: auto;
  padding-top: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rich-text-block-7 {
  margin-top: 40px;
  margin-bottom: 0;
}

.rich-text-block-8 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.rich-text-block-8 li {
  background-color: #d6dde91a;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 12px;
  display: inline-block;
}

.inline {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 116%;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.form-block {
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ecd0ae;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 20px;
  display: grid;
}

.grid-11 {
  grid-column-gap: 45px;
  background-color: #516264;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  padding: 50px;
  box-shadow: -20px 20px #574d4133;
}

.grid-11.contact {
  background-color: #445255;
  border-radius: 12px;
  grid-template-columns: 1fr .5fr;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.text-field-2 {
  color: #fff;
  background-color: #ffffff3d;
  border: 1px solid #0000003d;
  border-radius: 5px;
  min-height: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  box-shadow: inset -7px 6px 12px #4042501a;
}

.text-field-2.message {
  color: #fff;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.image-47 {
  object-fit: contain;
  padding: 0;
}

.div-block-138 {
  flex: 1;
  align-self: center;
}

.text-block-66 {
  color: #c5ac8e;
  font-size: 54px;
  line-height: 57px;
}

.submit-button-3 {
  background-color: #00000045;
  border-radius: 39px;
  margin-top: 20px;
  padding: 12px 30px;
  font-family: Red Rose, sans-serif;
  font-size: 28px;
  line-height: 120%;
  transition: all .4s;
}

.submit-button-3:hover {
  background-color: #000000d4;
  box-shadow: 0 2px 48px #91dcff87;
}

.field-label-2 {
  color: #ffffffde;
  font-family: Red Rose, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-140 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-12 {
  grid-template-rows: auto;
}

.image-48 {
  object-fit: cover;
  border-radius: 12px;
  box-shadow: -14px 9px #6d778f33;
}

.rich-text-block-9 {
  margin-top: 40px;
}

.collection-item-3, .div-block-142 {
  position: relative;
}

.pictures_1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 120px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: -4px 2px 5px #ffffff24;
}

.div-block-143 {
  opacity: 1;
  pointer-events: none;
  background-image: radial-gradient(circle at 100% 100%, #ffffffd9 19%, #fff0 50%);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.lightbox-link, .lightbox-link-2 {
  display: block;
}

.paragraph-16 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 120%;
}

.rich-text-block-10 {
  margin-top: 60px;
}

.heading-15 {
  margin-top: 0;
  font-size: 36px;
  line-height: 116%;
}

.list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.list-item {
  background-color: #fcc54e00;
  border: 1px dashed #0003;
  border-radius: 5px;
  padding: 14px;
  font-size: 16px;
}

.paragraph-17 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 116%;
}

.heading-16 {
  opacity: .7;
  text-shadow: 4px 5px 1px #5381ca33;
}

.slider {
  aspect-ratio: 3 / 2;
  background-color: #d4d4d426;
  border-radius: 10px;
  width: 100%;
  height: 55vw;
  max-height: 800px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.slide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .5;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -40px;
  padding-right: 16px;
  display: flex;
  inset: 0% 0% auto;
}

.slide-nav:hover {
  opacity: 1;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-49 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-145 {
  position: relative;
}

.arrow {
  opacity: .32;
}

.arrow:hover {
  opacity: 1;
  background-color: #0003;
}

.block-quote-2 {
  opacity: .74;
  border-left-style: none;
  border-left-color: #fffeca9e;
  font-weight: 500;
}

.image-50 {
  width: 100%;
  height: 100%;
}

.banner_holder {
  z-index: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-146 {
  width: 67vw;
  max-width: 909px;
  height: 63vw;
  max-height: 756px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 50%;
  transform: translate(19%, 8%);
}

.image-51 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-147 {
  z-index: 2;
  pointer-events: auto;
  width: 90vw;
  max-width: 1250px;
  position: absolute;
  inset: 42% -34% 0% auto;
}

.rich-text-block-14 {
  color: #4e4f50;
  max-width: 900px;
  margin-right: auto;
  font-size: 16px;
  line-height: 116%;
}

.rich-text-block-14 h2 {
  color: #00000094;
  margin-top: 50px;
  font-weight: 400;
}

.link {
  color: #6877ce;
}

.link:hover {
  color: #394aa8;
}

.block-quote-3 {
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 26px;
  line-height: 130%;
}

.div-block-148 {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 100px;
}

.clamp_line {
  color: #000000cf;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
}

.link-block-3 {
  z-index: 1;
  color: #6987a7;
  text-decoration: none;
  transition: all .2s;
}

.link-block-3:hover {
  color: #475077;
}

.div-block-149._2col-af {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
  margin-top: 100px;
  display: flex;
  position: sticky;
  top: 150px;
}

.div-block-150 {
  grid-column-gap: 4px;
  display: flex;
}

.div-block-151 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-68 {
  color: #0000005e;
  text-align: center;
  font-size: 15px;
  line-height: 116%;
}

.link-2 {
  opacity: .59;
  color: #afebff;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
}

.text-block-69 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #57537000 15%, #575470);
  border-radius: 6px;
  padding: 8px 12px;
  font-family: Red Rose, sans-serif;
  font-size: 16px;
  line-height: 116%;
  position: absolute;
  inset: auto 0 0% auto;
}

.text-span-10 {
  color: #f8f396;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 116%;
}

.heading-17 {
  color: #333333f2;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
}

.rich-text-block-15 {
  text-decoration: none;
}

.heading-18 {
  font-size: 56px;
}

.div-block-152 {
  z-index: 2;
  width: 40vw;
  max-width: 600px;
  height: 4vw;
  position: absolute;
  inset: -4vw auto auto 48%;
}

.link-3 {
  color: #677594;
  text-decoration: none;
}

.link-3:hover {
  color: #6586ce;
}

.div-block-153 {
  margin-right: -40px;
}

.heading-19, .heading-20 {
  font-size: 56px;
  line-height: 116%;
}

.block-quote-4 {
  font-family: Red Rose, sans-serif;
}

.empty-state {
  text-align: right;
  background-color: #ddd0;
}

.div-block-154 {
  opacity: .32;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -160px;
}

.image-53 {
  width: 100px;
  transform: rotate(180deg);
}

.image-54 {
  opacity: 1;
  background-color: #3a3b3f3d;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 60px;
  padding: 8px 4px 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 10px;
}

.div-block-155 {
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: inset 11px -8px 5px #f4fcffdb, inset -6px 6px 5px #375fa033;
}

.campaign {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.503, .001, .25, 1);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.campaign.prev {
  opacity: 0;
}

.heading-21 {
  opacity: .63;
  margin-top: 10px;
}

.image-55 {
  pointer-events: none;
  object-fit: contain;
  border-radius: 6px;
  min-height: 100%;
  margin-top: -36px;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-block-156 {
  height: 400px;
  margin-bottom: 100px;
  padding-top: 115px;
  position: relative;
}

.div-block-157 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  flex: 1;
}

.collection-list-2 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.collection-item-4 {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.nav_campaign {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-top: 50px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_dot {
  background-color: #eaf4f6;
  border: 1px solid #00000040;
  border-radius: 20px;
  width: 18px;
  padding: 8px;
  transition: width .3s;
  box-shadow: 0 3px 5px #0003;
}

.nav_dot.active {
  background-color: #afc9ce;
}

.div-block-158 {
  padding-right: 40px;
}

.link-block-4 {
  color: #333;
}

.link-block-4:hover {
  color: #27398a;
}

.image-56 {
  border-radius: 15px;
  position: sticky;
  top: 100px;
}

.link-block-5 {
  color: #4772c1;
  border-radius: 8px;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.link-block-5:hover {
  color: #525fa8;
  background-color: #fff;
}

.image-57 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  display: block;
}

.div-block-159 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  font-size: 17px;
  line-height: 116%;
  display: flex;
}

.collection-item-5 {
  flex: 0 auto;
  align-self: center;
  padding: 0;
  font-size: 17px;
  line-height: 116%;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px dashed #0003;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.heading-23 {
  opacity: .67;
  color: #525454;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 116%;
}

.div-block-160 {
  text-align: left;
  padding-top: 0;
}

.heading-24 {
  opacity: .6;
  text-align: left;
  border-bottom: 1px dashed #00000059;
  margin-top: 0;
  padding-bottom: 12px;
  font-size: 66px;
  line-height: 116%;
}

.paragraph-19 {
  text-align: left;
}

.grid-13 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.code-embed-6 {
  margin-bottom: -44px;
}

.div-block-161 {
  border-radius: 8px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.empty-state-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  flex-flow: wrap;
  padding-left: 0;
  display: flex;
}

.button {
  color: #4772c2;
  background-color: #3898ec26;
  border-radius: 5px;
  font-family: Red Rose, sans-serif;
}

.button:hover {
  color: #4772c2;
}

.button.ind {
  margin-top: 4px;
  font-size: 24px;
  line-height: 116%;
}

.button.ind.outlined {
  background-color: #ffffff40;
  border: 1px solid #4772c1;
  font-size: 28px;
  line-height: 115%;
}

.div-block-162 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
  padding: 15px;
  overflow: auto;
}

.empty-state-3 {
  background-color: #ddd0;
}

.text-block-70 {
  padding: 8px 15px;
}

.div-block-163 {
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 100px -50px 60px;
  padding: 0 15px 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-164 {
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.div-block-166 {
  text-align: center;
}

.ssm_btn-2 {
  color: #ffffffc9;
  background-color: #4f6874;
  border: 1px solid #ffffff42;
  border-radius: 59px 24px 47px 59px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 6px 16px 6px 6px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ssm_btn-2:hover {
  color: #fff;
  background-color: #19242b;
  box-shadow: 0 0 19px #ffffff38;
}

.code-embed-48 {
  aspect-ratio: 4 / 1.12;
  filter: drop-shadow(0 0 #d6f2ff00);
  justify-content: center;
  align-items: center;
  width: 230px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.code-embed-49 {
  opacity: .16;
  color: #e6eaee;
  min-height: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.empty-state-4, .empty-state-5 {
  background-color: #ddd0;
}

.icon {
  margin-right: 8px;
}

.dropdown-list {
  border-radius: 3px;
}

.dropdown-list.w--open {
  background-color: #e2e6f1;
  border-radius: 8px;
  padding: 10px;
}

.link-4 {
  color: #474c52;
  text-decoration: none;
}

.link-4:hover {
  color: #1d7fcf;
}

.link-4.w--current {
  border: 1px solid #0003;
  border-radius: 20px;
  margin: -8px -28px -8px -20px;
  padding: 8px 28px 8px 20px;
  display: inline-block;
}

.div-block-167 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  padding: 30px 0;
}

.image-58 {
  border-radius: 20px;
}

.image-58.gal-pics {
  object-fit: cover;
  object-position: 50% 44%;
  width: 100%;
  height: 100%;
  max-height: 600px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.div-block-168 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 140px;
  display: grid;
}

.block-quote-5 {
  text-shadow: 0 1px 4px #0000008c;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #80948440;
  border-radius: 8px;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 150px max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 32px;
  display: grid;
  position: relative;
}

.bold-text {
  font-style: italic;
}

.italic-text {
  opacity: .62;
  color: #3c24c5;
}

.div-block-172 {
  z-index: -1;
  color: #d0e2e0;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.code-embed-50 {
  width: 100%;
}

.div-block-173 {
  margin-top: 40px;
  margin-bottom: 220px;
}

.div-block-174 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #d0e0e4;
  background-image: linear-gradient(#2c3d2bbf, #2c3d2bbf), url('../images/untitled-1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.empty-state-6 {
  background-color: #ddd0;
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 116%;
  }

  h2 {
    font-size: 42px;
    line-height: 116%;
  }

  h3 {
    font-size: 28px;
    line-height: 116%;
  }

  h4 {
    font-size: 24px;
    line-height: 116%;
  }

  img {
    pointer-events: none;
  }

  blockquote {
    font-size: 24px;
    line-height: 116%;
  }

  .section.hero {
    background-image: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 64px;
    padding-bottom: 140px;
    top: -62px;
  }

  .section.hero.sub.about {
    min-height: auto;
  }

  .section.campaing_pag {
    padding-top: 40px;
  }

  .container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.grid_2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 95%;
    padding-top: 10px;
    font-size: 16px;
    line-height: 125%;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.hero {
    margin-top: 0;
    margin-left: 0;
  }

  .text-span {
    margin-left: 0;
    font-size: 24px;
    line-height: 150%;
  }

  .div-block {
    top: auto;
  }

  .code-embed {
    position: relative;
  }

  .banner_cont {
    aspect-ratio: 3 / 2;
    perspective: none;
    left: auto;
  }

  .banner_cont:hover {
    bottom: auto;
  }

  .quelt_itm {
    min-height: auto;
    max-height: none;
    left: 0%;
    transform: translate(0);
  }

  .quelt_itm.prev {
    transform: scale(.2)translate(-350vw);
  }

  .quelt_itm.next {
    transform: translate3d(271vw, 0, 10vw);
  }

  .image-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
  }

  .static_cont {
    aspect-ratio: 1;
    height: auto;
    display: none;
    top: 58%;
    left: 7%;
  }

  .overlay_qlt_itm_img {
    display: none;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-right: 0;
  }

  .code-embed-3 {
    height: 100px;
  }

  .grid-2 {
    grid-row-gap: 140px;
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    filter: none;
  }

  .banner_count_container {
    flex: 0 auto;
    order: -1;
    align-self: center;
    width: 60%;
    top: 10px;
    transform: perspective(752px)perspective(532px);
  }

  .banner_count_container:hover {
    transform: perspective(752px)perspective(532px);
  }

  .div-block-11 {
    margin-bottom: 60px;
  }

  .div-block-12 {
    margin-top: 95px;
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .div-block-12.open-day, .div-block-12.classes {
    padding-left: 40px;
  }

  .div-block-12.mid {
    margin-top: 144px;
  }

  .div-block-12.mid.long_arm_rt_af {
    background-color: #d0dee2;
    overflow: visible;
  }

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

  .div-block-13 {
    margin-top: -150px;
    margin-bottom: 0;
  }

  .div-block-13.l-fixed {
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .image-5 {
    z-index: -1;
    max-width: 400px;
  }

  .image-5.powrd-by-af {
    max-width: 100%;
  }

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

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

  .heading-5 {
    text-align: center;
    font-size: 48px;
    line-height: 116%;
  }

  .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .heading-7 {
    font-size: 48px;
    line-height: 116%;
  }

  .heading-7.mid-al-af {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .special_btn {
    opacity: 1;
    order: 1;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .special_btn.dark {
    color: #47453e;
  }

  .btn_overlay.high_pros {
    opacity: 1;
  }

  .heading-8 {
    text-align: center;
  }

  .heading-9 {
    font-size: 48px;
    line-height: 116%;
  }

  .image-6 {
    max-width: 100%;
    margin-top: -180px;
    margin-bottom: 0;
  }

  .grid-5, .grid-5.long_chair {
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }

  .div-block-15 {
    justify-content: center;
    align-items: stretch;
    padding: 35px 20px;
    display: flex;
  }

  .rich-text-block-3 {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-10 {
    opacity: .85;
  }

  .code-embed-4.rev {
    width: 40%;
  }

  .bg_logo_spin {
    bottom: -72vh;
  }

  .bg-spin-logo-anm {
    transition: none;
  }

  .bg-spin-logo-anm.not_yet_sc-af {
    bottom: 0%;
    right: 0%;
  }

  .footer-subscribe {
    margin-top: 145px;
  }

  .footer-social-block-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
    margin-left: 8px;
    display: flex;
  }

  .footer-social-block-three.light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .div-block-101 {
    height: 130px;
  }

  .nav-link {
    box-shadow: none;
    text-align: center;
    background-color: #fff0;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }

  .nav-link:hover {
    background-color: #cad9e700;
  }

  .nav-link.dd-af {
    display: none;
  }

  .nav-link.sub-l-af {
    font-size: 16px;
  }

  .nav-menu {
    background-color: #eaf4f6;
    border: 1px #00000021;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 80svh;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    inset: 60px 0% auto auto;
    overflow: auto;
    box-shadow: 0 11px 5px #546c7517;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 4px 5px #00000014;
  }

  .menu-button.w--open {
    background-color: #1818184d;
  }

  .div-block-105 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-11 {
    font-size: 48px;
    line-height: 116%;
  }

  .image-18 {
    object-fit: cover;
    object-position: 50% 94%;
    width: 100%;
    max-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-106 {
    padding: 0 40px;
  }

  .div-block-107 {
    height: 200px;
    display: block;
  }

  .contact-detail-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
  }

  .footer-brand {
    margin-right: auto;
  }

  .contact-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-details {
    grid-column-gap: 1em;
    grid-row-gap: 16px;
    border: 1px #000;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    grid-column-gap: 1.5em;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-copyright-center {
    line-height: 155%;
  }

  .contact-detail-text-2 {
    flex: 0 auto;
  }

  .text-block-13 {
    font-size: .9em;
  }

  .image-22 {
    min-width: 200px;
  }

  .paragraph-12 {
    width: auto;
    margin-top: 0;
    font-size: 42px;
    line-height: 116%;
  }

  .div-block-109 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .flex-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .rich-text-block-5.about_hro {
    font-size: 16px;
    line-height: 125%;
  }

  .grid-7 {
    background-image: radial-gradient(circle at 53% 0, #7eb6bb, #575470 37%);
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .div-block-111 {
/*     margin-top: -150px; */
    margin-bottom: 0;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 116%;
  }

  .image-23 {
    max-height: 400px;
  }

  .heading-13 {
    font-size: 48px;
  }

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

  .image-24 {
    max-width: 300px;
  }

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

  .image-25 {
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-113 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr .5fr;
  }

  .image-26.non-stk-af {
    max-width: 250px;
  }

  .rich-text-block-6.mob-l-al {
    margin-top: 60px;
  }

  .heading-14 {
    margin-top: 60px;
    font-size: 48px;
    line-height: 116%;
  }

  .rich-text-block-7 {
    font-size: 20px;
    line-height: 116%;
  }

  .inline {
    font-size: 24px;
    line-height: 116%;
  }

  .form-2 {
    font-size: 14px;
  }

  .grid-11 {
    box-shadow: none;
    grid-template-columns: 1fr;
  }

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

  .text-field-2 {
    min-height: 45px;
  }

  .image-47 {
    max-height: 280px;
  }

  .field-label-2 {
    font-size: 16px;
  }

  .image-48 {
    object-position: 82% 50%;
  }

  .heading-15 {
    font-size: 24px;
  }

  .slide-nav {
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: -55px;
  }

  .banner_holder {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .div-block-148 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
    top: 0;
  }

  .image-52 {
    max-height: 120px;
  }

  .div-block-149._2col-af {
    min-height: 50vh;
    margin-top: 20px;
  }

  .link-2 {
    opacity: 1;
  }

  .text-block-69 {
    color: #fff;
    text-align: left;
    background-image: linear-gradient(90deg, #57537000 15%, #575470);
    inset: auto auto 20px 0;
  }

  .heading-18 {
    font-size: 48px;
  }

  .div-block-152 {
    display: none;
  }

  .heading-19 {
    opacity: .8;
    font-size: 48px;
  }

  .heading-20 {
    font-size: 48px;
  }

  .image-54 {
    padding-top: 4px;
    top: 50%;
    right: 0;
    transform: translate(27%, -15px)rotate(90deg);
  }

  .campaign {
    grid-column-gap: 10px;
  }

  .heading-21 {
    margin-top: 0;
  }

  .image-55 {
    margin-top: auto;
  }

  .div-block-156 {
    margin-bottom: 60px;
    padding-top: 46px;
  }

  .nav_campaign {
    margin-top: 8px;
  }

  .div-block-158 {
    padding: 25px;
  }

  .image-56 {
    max-width: 450px;
    position: static;
  }

  .div-block-160 {
    padding-top: 0;
  }

  .heading-24 {
    font-size: 65px;
    line-height: 116%;
  }

  .paragraph-19 {
    text-align: left;
  }

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

  .code-embed-6 {
    width: 900px;
  }

  .div-block-161 {
    width: 900px;
    overflow: hidden;
  }

  .div-block-163 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .div-block-164 {
    z-index: 1;
  }

  .div-block-166 {
    order: 9999;
  }

  .dropdown-list {
    background-color: #edeff50f;
    border: 1px dashed #0000002e;
    display: block;
    position: relative;
  }

  .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .image-58 {
    object-fit: contain;
    object-position: 50% 100%;
    max-height: 400px;
  }

  .image-58.gal-pics {
    max-height: none;
  }

  .div-block-168 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

  .block-quote-5 {
    text-shadow: none;
  }

  .div-block-169 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-172 {
    display: none;
  }

  .div-block-173 {
    background-image: linear-gradient(#0000, #eaf4f6 26%);
    margin-bottom: 40px;
    position: sticky;
    bottom: 0;
  }

  .div-block-174 {
    background-image: linear-gradient(#112421cf, #112421cf), url('../images/untitled-1.avif');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 116%;
  }

  h1 {
    font-size: 48px;
    line-height: 116%;
  }

  h2 {
    font-size: 32px;
    line-height: 116%;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  blockquote {
    font-size: 18px;
    line-height: 116%;
  }

  .section.hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .grid {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .text-span {
    font-size: 18px;
  }

  .banner_cont {
    order: -1;
    width: 100%;
  }

  .div-block-6 {
    top: 0;
  }

  .code-embed-3 {
    height: 55px;
    bottom: -12px;
  }

  .grid-2 {
    grid-row-gap: 145px;
    grid-template-columns: 1fr;
    margin-top: 108px;
  }

  .banner_count_container {
    width: 70%;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-14 {
    padding-top: 0;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 116%;
  }

  .heading-7.mid-al-af {
    margin-top: 20px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .special_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .special_btn.dark {
    text-align: center;
  }

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

  .code-embed-4.rev {
    width: 55%;
  }

  .footer-subscribe {
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three.light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-101 {
    height: 100px;
  }

  .nav-link {
    align-self: flex-start;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-18 {
    object-position: 50% 95%;
    max-height: 200px;
  }

  .div-block-106 {
    padding-bottom: 0;
  }

  .contact-icon {
    display: inline;
  }

  .contact-detail-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: center;
    display: block;
  }

  .footer-brand {
    margin-right: auto;
  }

  .contact-details {
    grid-column-gap: 1em;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    place-items: flex-start start;
    margin-left: -10px;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    grid-column-gap: 2em;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .paragraph-11 {
    width: 100%;
  }

  .footer-copyright-center {
    padding-left: 45px;
    padding-right: 45px;
  }

  .contact-detail-text-2 {
    white-space: normal;
    line-height: 1.7;
    display: inline-block;
  }

  .paragraph-12 {
    line-height: 116%;
  }

  .rich-text-block-5 {
    font-size: 17px;
  }

  .grid-7 {
    margin-top: 114px;
  }

  .heading-12 {
    text-align: center;
    margin-left: 0;
  }


  .div-block-113 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-26 {
    max-width: 300px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .rich-text-block-6 {
    margin-top: 0;
  }

  .rich-text-block-6.prod_serv {
    margin-top: 40px;
  }

  .heading-14 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .grid-9, .collection-list {
    grid-template-columns: 1fr;
  }

  .rich-text-block-7 {
    font-size: 17px;
    line-height: 116%;
  }

  .inline {
    font-size: 20px;
    line-height: 116%;
  }

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

  .rich-text-block-10 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .block-quote-2 {
    font-weight: 400;
  }

  .link {
    word-break: break-all;
  }

  .block-quote-3 {
    font-size: 20px;
    line-height: 116%;
  }

  .div-block-149 {
    margin-top: 40px;
    margin-bottom: -60px;
  }

  .div-block-149._2col-af {
    flex-flow: row;
    max-width: 100%;
    min-height: auto;
    position: relative;
    top: auto;
  }

  .heading-17 {
    font-size: 20px;
    line-height: 116%;
  }

  .rich-text-block-15 {
    font-size: 16px;
    line-height: 116%;
  }

  .div-block-153 {
    margin-right: 0;
  }

  .image-54 {
    width: 50px;
  }

  .campaign {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .heading-21 {
    text-align: center;
    margin-top: 0;
  }

  .image-55 {
    margin-bottom: 20px;
    left: auto;
    right: auto;
  }

  .div-block-156 {
    height: 550px;
    margin-bottom: 20px;
  }

  .div-block-157 {
    width: 300px;
    min-height: 190px;
  }

  .div-block-158 {
    padding-top: 0;
  }

  .div-block-160 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-6, .div-block-161 {
    width: 800px;
  }

  .div-block-163 {
    position: relative;
  }

  .div-block-164 {
    z-index: 1;
    min-height: auto;
  }

  .div-block-166 {
    padding-bottom: 20px;
  }

  .image-58.gal-pics {
    border-radius: 10px;
  }

  .div-block-170 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 19px;
    display: grid;
  }

  .div-block-173 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.hero {
    padding-top: 66px;
  }

  .section.hero.sub {
    min-height: 300px;
  }

  .container {
    text-align: center;
    padding: 20px 10px;
  }

  .container.hero.sub {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 10vw;
    line-height: 116%;
  }

  .text-span {
    text-shadow: 4px 4px 1px #0003;
    font-size: 20px;
    display: block;
  }

  .banner_cont {
    left: -10px;
  }

  .quelt_itm {
    box-shadow: none;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-6 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-3 {
    height: 41px;
  }

  .grid-2 {
    grid-row-gap: 150px;
  }

  .div-block-8 {
    padding: 20px 16px;
  }

  .image-4 {
    max-width: 250px;
    max-height: 250px;
  }

  .banner_count_container {
    width: 100%;
    top: 0;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 116%;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .div-block-12, .div-block-12.open-day, .div-block-12.classes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-12.mid {
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .div-block-12.bag_makn {
    padding-right: 20px;
  }

  .div-block-13 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .div-block-13.l-fixed {
    width: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-5, .rich-text-block {
    max-width: 100%;
  }

  .div-block-14 {
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 116%;
  }

  .paragraph-5.bs-af {
    font-size: 18px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .heading-7 {
    opacity: .8;
    text-align: center;
    font-size: 32px;
    line-height: 116%;
  }

  .heading-7.mid-al-af {
    margin-bottom: 20px;
  }

  .paragraph-7 {
    text-align: center;
  }

  .special_btn {
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
  }

  .text-block-50 {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 130%;
  }

  .heading-8 {
    font-size: 24px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: -30px;
  }

  .div-block-15 {
    padding: 15px 14px 20px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .code-embed-4.rev {
    width: 54%;
  }

  .div-block-16 {
    pointer-events: none;
  }

  .bg-spin-logo-anm {
    bottom: 50%;
  }

  .footer-subscribe {
    margin-top: 60px;
  }

  .footer-social-block-three {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three.light {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social-link-three {
    margin-left: 0;
  }

  .footer-social-link-three.light {
    width: 40px;
    height: 40px;
  }

  .div-block-101 {
    height: 60px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 80svh;
    margin-left: 0;
    margin-right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-102 {
    border-bottom-width: 2px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .div-block-103 {
    padding-bottom: 20px;
  }

  .rich-text-block-4 {
    text-align: center;
  }

  .div-block-104 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 116%;
  }

  .image-18 {
    object-position: 50% 69%;
  }

  .div-block-106 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-detail-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-brand {
    margin: 0;
    display: block;
  }

  .contact-content {
    justify-content: flex-start;
  }

  .contact-details {
    border: 1px #000;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .contact-details.mid_ali_ssm {
    justify-content: center;
    align-items: center;
  }

  .div-block-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .paragraph-11 {
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-span-9 {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 200;
    line-height: 116%;
  }

  .text-block-51 {
    font-size: 14px;
  }

  .footer-copyright-center {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-detail-text-2 {
    text-align: center;
    white-space: normal;
    display: inline;
  }

  .image-22 {
    width: 120px;
    margin-bottom: 25px;
    display: block;
  }

  .paragraph-12 {
    text-align: left;
    align-self: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 116%;
  }

  .div-block-110 {
    justify-content: center;
    align-items: center;
  }

  .grid-7 {
    margin-top: 118px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-12 {
    margin-top: 20px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .grid-8, .div-block-112 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-113 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-14 {
    font-size: 21px;
    line-height: 116%;
  }

  .rich-text-block-6, .rich-text-block-6.no_top_m.bot_txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-6.single_inst {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-6.mob-l-al {
    text-align: left;
    margin-top: 20px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .div-block-114 {
    margin-top: -38px;
    margin-left: -20px;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pictures_stack_1 {
    justify-content: center;
    align-items: center;
  }

  .rich-text-block-7, .rich-text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inline {
    font-size: 18px;
    line-height: 116%;
  }

  .grid-11 {
    background-color: #796c5300;
    border-style: none;
    padding: 0;
  }

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

  .text-field-2, .text-field-2.message {
    font-size: 18px;
  }

  .image-47 {
    max-height: 211px;
  }

  .div-block-140 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-141 {
    background-color: #445255;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .grid-12 {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-15 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .list {
    margin-left: -14px;
    margin-right: -14px;
  }

  .heading-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 12px;
  }

  .block-quote-2 {
    font-weight: 400;
  }

  .rich-text-block-11, .rich-text-block-12, .rich-text-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-14 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    word-break: break-all;
  }

  .block-quote-3 {
    padding-left: 0;
  }

  .div-block-148 {
    justify-content: center;
    align-items: center;
  }

  .div-block-149 {
    margin-top: 0;
  }

  .div-block-149._2col-af {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link-2 {
    opacity: .88;
  }

  .text-block-69 {
    bottom: 0;
    right: -9px;
  }

  .heading-18 {
    font-size: 32px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .heading-20 {
    font-size: 32px;
  }

  .image-54 {
    transform: translate(27%, -12px)rotate(90deg);
  }

  .image-55 {
    min-height: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }

  .div-block-156 {
    height: 570px;
    margin-bottom: 20px;
  }

  .div-block-157 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }

  .collection-list-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-23 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 116%;
  }

  .div-block-160 {
    padding-top: 0;
  }

  .heading-24 {
    padding-top: 20px;
    font-size: 36px;
    line-height: 116%;
  }

  .grid-13 {
    flex-flow: column;
    display: flex;
  }

  .code-embed-6, .div-block-161 {
    width: 700px;
  }

  .button.ind.outlined {
    font-size: 20px;
    line-height: 115%;
  }

  .div-block-163 {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .div-block-164 {
    margin-bottom: 0;
  }

  .div-block-166 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }

  .ssm_btn-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-14 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-58 {
    max-height: none;
  }

  .image-58.gal-pics {
    object-fit: cover;
    object-position: 50% 38%;
    align-self: stretch;
    width: 100%;
    max-height: 185px;
  }

  .block-quote-5 {
    color: #dfedf0;
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 115%;
  }

  .div-block-169 {
    justify-content: center;
    align-items: center;
  }

  .div-block-170 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #80948400;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  .div-block-171 {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .div-block-174 {
    padding: 20px;
  }
}

#w-node-d5c307bc-c329-c986-212a-edbdb6420cf1-fbce8883 {
  align-self: center;
}

#w-node-_6a7da16d-3321-7e11-33f2-9c3d2f92d1dc-fbce8883 {
  align-self: stretch;
}

#w-node-_4301a4aa-7823-b6b8-3c44-88efd65a7859-fbce8883 {
  justify-self: center;
}

#w-node-_735fcba8-1fc0-66c2-88f7-2a5ccbb6c7e9-fbce8883 {
  place-self: center stretch;
}

#w-node-_6a09f668-4865-9e70-639c-ce63727a4b1c-fbce8883 {
  justify-self: center;
}

#w-node-_675ab0dc-7dca-5588-61e6-e8cc912a5a28-fbce8883 {
  align-self: end;
}

#w-node-_675ab0dc-7dca-5588-61e6-e8cc912a5a22-fbce8883 {
  place-self: center;
}

#w-node-_1b29a8af-468d-fbf1-2215-858726994b44-fbce8883 {
  align-self: center;
}

#w-node-_1b29a8af-468d-fbf1-2215-858726994b4c-fbce8883 {
  place-self: end;
}

#w-node-f66eb9a0-b6d2-c9bb-78af-f6974ee96b50-fbce8883 {
  align-self: end;
}

#w-node-f66eb9a0-b6d2-c9bb-78af-f6974ee96b52-fbce8883 {
  place-self: center;
}

#w-node-_0d3497e1-5c58-bded-59c3-bf62b5a82d7a-fbce8883 {
  align-self: center;
}

#w-node-_0dd2b24b-e781-f7f1-96f1-0445329d82b9-fbce8883 {
  align-self: auto;
}

#w-node-b8090130-acbd-c285-b991-e52a2e102a3e-fbce8883 {
  align-self: center;
}

#w-node-_372814ab-5547-4560-6b6e-fe298a5b109e-fbce8883 {
  place-self: stretch end;
}

#w-node-bcdef813-99b6-237b-7df1-c31bc94208be-8457fea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9181cf5a-7815-0ec8-b68f-6bddff2633d1-8457fea8 {
  align-self: end;
}

#w-node-_4b9c5cf9-23c6-1124-a6ab-4ace858306e1-8457fea8, #w-node-ebd7be52-614c-db30-f2ea-9ee9076df9d6-8457fea8 {
  align-self: center;
}

#w-node-_5bb63138-c058-ba72-7f11-0c1739e13720-8457fea8 {
  place-self: center;
}

#w-node-_726278cc-3987-8480-2581-5fd543e73c4b-0b3012bc {
  align-self: end;
}

#w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8b9-0b3012bc, #w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8bf-0b3012bc {
  align-self: center;
}

#w-node-f3bbe914-f331-b133-f3fa-37eca52a9eff-0b3012bc {
  place-self: stretch end;
}

#w-node-e49f7d8c-bb1d-a3a1-b004-a90b2a47dfec-ef92dae7 {
  align-self: stretch;
}

#w-node-_864f399a-3709-cb3c-0ac5-4ffcc33b3a22-ef92dae7 {
  align-self: center;
}

#w-node-_73985f86-7698-c76d-bf65-79586da74f9a-ef92dae7 {
  place-self: stretch end;
}

#w-node-_3ffdcfb1-fd35-a75f-52bb-e3e54fe2168e-ef92dae7 {
  align-self: start;
}

#w-node-f13e9073-7856-a937-2cd0-2e96e7606551-c661d003 {
  align-self: center;
}

#w-node-f13e9073-7856-a937-2cd0-2e96e7606553-c661d003 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f13e9073-7856-a937-2cd0-2e96e7606554-c661d003 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f13e9073-7856-a937-2cd0-2e96e760655c-c661d003, #w-node-f13e9073-7856-a937-2cd0-2e96e7606560-c661d003 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f13e9073-7856-a937-2cd0-2e96e7606565-c661d003 {
  order: 9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1cad76ad-92ca-5c74-9865-e5802e041ba4-c661d003 {
  align-self: center;
}

#w-node-_9f2b2a2a-1ad5-8d28-8395-80b920ac9e9c-c661d003 {
  align-self: stretch;
}

#w-node-_284d8bdd-9680-f80a-90b2-3188db60028e-7a24c8c2, #w-node-c41e5f33-9c5b-f5c6-91a0-8ebdbbfb2294-d0a3465c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3514d0a2-6344-e440-3963-0982cd6bc186-6b63658d {
  justify-self: stretch;
}

#w-node-e385aede-3e17-e907-95e2-f4bcee7d0e29-6b63658d, #w-node-_12d112aa-4c6e-158d-a8fa-b8da45ef5ff0-c196a241, #w-node-bffcfa8e-4f27-5246-2640-0c7e6fa7edc2-c196a241, #w-node-_758dfd0e-971c-7a9c-d34d-3d0ed137d006-c196a241, #w-node-a77fdca1-e8c0-8284-6338-c40b635df121-c196a241 {
  align-self: center;
}

#w-node-a77fdca1-e8c0-8284-6338-c40b635df126-c196a241 {
  order: -9999;
  align-self: center;
}

#w-node-_05694e24-ac5f-8c7c-6e53-c698e6e55bb1-c196a241, #w-node-_05694e24-ac5f-8c7c-6e53-c698e6e55bb8-c196a241, #w-node-_30059d42-8215-4d8c-db5a-4adc563828a1-c196a241 {
  align-self: center;
}

#w-node-_30059d42-8215-4d8c-db5a-4adc563828a8-c196a241 {
  order: -9999;
  align-self: center;
}

#w-node-_572abdc7-66c0-cca6-a36c-724c9ebae712-c196a241 {
  align-self: end;
}

#w-node-_572abdc7-66c0-cca6-a36c-724c9ebae714-c196a241, #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae717-c196a241 {
  align-self: center;
}

#w-node-f3bbe914-f331-b133-f3fa-37eca52a9eff-c196a241 {
  place-self: stretch end;
}

@media screen and (max-width: 991px) {
  #w-node-_735fcba8-1fc0-66c2-88f7-2a5ccbb6c7e9-fbce8883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_675ab0dc-7dca-5588-61e6-e8cc912a5a28-fbce8883 {
    order: -9999;
    place-self: center;
  }

  #w-node-_675ab0dc-7dca-5588-61e6-e8cc912a5a22-fbce8883, #w-node-_1b29a8af-468d-fbf1-2215-858726994b44-fbce8883 {
    justify-self: center;
  }

  #w-node-_1b29a8af-468d-fbf1-2215-858726994b4c-fbce8883, #w-node-f66eb9a0-b6d2-c9bb-78af-f6974ee96b50-fbce8883 {
    order: -9999;
    place-self: center;
  }

  #w-node-f66eb9a0-b6d2-c9bb-78af-f6974ee96b52-fbce8883 {
    justify-self: center;
  }

  #w-node-_0dd2b24b-e781-f7f1-96f1-0445329d82b9-fbce8883 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_5dc16cb0-f142-6561-4c1d-8034c8980d3f-fbce8883 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_372814ab-5547-4560-6b6e-fe298a5b109e-fbce8883 {
    order: -9999;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f177-1441f160, #w-node-a19b209a-be89-7689-8ff0-8aaf1441f17b-1441f160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f17f-1441f160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9181cf5a-7815-0ec8-b68f-6bddff2633d1-8457fea8 {
    order: -9999;
  }

  #w-node-_4e0f155c-3f90-b76d-12e8-0eb64cdc10f5-8457fea8 {
    order: -9999;
    place-self: center;
  }

  #w-node-ecf411d3-c8bb-54de-22e4-620088c09f83-8457fea8 {
    order: -9999;
    justify-self: center;
  }

  #w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8b8-0b3012bc {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8d0-0b3012bc, #w-node-_8f44a3d3-0005-8533-2883-79c8b87324f3-0b3012bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3bbe914-f331-b133-f3fa-37eca52a9eff-0b3012bc, #w-node-_73985f86-7698-c76d-bf65-79586da74f9a-ef92dae7 {
    order: -9999;
  }

  #w-node-f13e9073-7856-a937-2cd0-2e96e760656c-c661d003 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_284d8bdd-9680-f80a-90b2-3188db60028e-7a24c8c2, #w-node-c41e5f33-9c5b-f5c6-91a0-8ebdbbfb2294-d0a3465c, #w-node-_758dfd0e-971c-7a9c-d34d-3d0ed137d006-c196a241, #w-node-_05694e24-ac5f-8c7c-6e53-c698e6e55bb8-c196a241 {
    order: -9999;
  }

  #w-node-_4cec1835-7cc1-e63f-f21b-ca21ce7bc62c-c196a241 {
    place-self: stretch stretch;
  }

  #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae713-c196a241 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae725-c196a241, #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae72b-c196a241 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3bbe914-f331-b133-f3fa-37eca52a9eff-c196a241 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5c307bc-c329-c986-212a-edbdb6420cf6-fbce8883 {
    place-self: center;
  }

  #w-node-d5c307bc-c329-c986-212a-edbdb6420cf1-fbce8883 {
    align-self: start;
  }

  #w-node-_4301a4aa-7823-b6b8-3c44-88efd65a7859-fbce8883, #w-node-_6a09f668-4865-9e70-639c-ce63727a4b1c-fbce8883 {
    place-self: center;
  }

  #w-node-_5dc16cb0-f142-6561-4c1d-8034c8980d3f-fbce8883 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f177-1441f160, #w-node-a19b209a-be89-7689-8ff0-8aaf1441f17b-1441f160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f17f-1441f160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f1a0-1441f160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_626e70a7-0814-20d4-6089-f7b12064a92b-0b3012bc, #w-node-_2b747380-e766-9a2e-e831-c8f77f463cab-0b3012bc {
    order: -9999;
    place-self: center;
  }

  #w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8d0-0b3012bc, #w-node-_8f44a3d3-0005-8533-2883-79c8b87324f3-0b3012bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae879a6c-be00-e5ff-1a0d-d556f9dc5b6b-ef92dae7, #w-node-_3ffdcfb1-fd35-a75f-52bb-e3e54fe2168e-ef92dae7 {
    order: -9999;
    place-self: center;
  }

  #w-node-_1cad76ad-92ca-5c74-9865-e5802e041ba4-c661d003 {
    order: -9999;
  }

  #w-node-_626e70a7-0814-20d4-6089-f7b12064a92b-c196a241 {
    order: -9999;
    place-self: center;
  }

  #w-node-b09c88be-404e-f833-58bb-0bd5a49da1ee-c196a241, #w-node-_4cec1835-7cc1-e63f-f21b-ca21ce7bc62c-c196a241, #w-node-_86c355b8-88d1-c436-b974-2812db556f4b-c196a241, #w-node-db0fc857-50fa-f576-ff7c-4553f111b894-c196a241, #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae725-c196a241, #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae72b-c196a241 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5c307bc-c329-c986-212a-edbdb6420cf6-fbce8883 {
    place-self: center;
  }

  #w-node-_735fcba8-1fc0-66c2-88f7-2a5ccbb6c7e9-fbce8883 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_6a09f668-4865-9e70-639c-ce63727a4b1c-fbce8883 {
    order: 9999;
  }

  #w-node-_675ab0dc-7dca-5588-61e6-e8cc912a5a22-fbce8883, #w-node-_1b29a8af-468d-fbf1-2215-858726994b44-fbce8883, #w-node-f66eb9a0-b6d2-c9bb-78af-f6974ee96b52-fbce8883, #w-node-b8090130-acbd-c285-b991-e52a2e102a3e-fbce8883 {
    justify-self: stretch;
  }

  #w-node-a19b209a-be89-7689-8ff0-8aaf1441f177-1441f160, #w-node-a19b209a-be89-7689-8ff0-8aaf1441f17b-1441f160, #w-node-a19b209a-be89-7689-8ff0-8aaf1441f1a0-1441f160 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b9c5cf9-23c6-1124-a6ab-4ace858306e1-8457fea8, #w-node-ebd7be52-614c-db30-f2ea-9ee9076df9d6-8457fea8, #w-node-baf08c64-8aed-a6f5-3aa3-d9139817a8bf-0b3012bc {
    justify-self: stretch;
  }

  #w-node-f13e9073-7856-a937-2cd0-2e96e7606565-c661d003 {
    justify-self: center;
  }

  #w-node-b09c88be-404e-f833-58bb-0bd5a49da1ee-c196a241, #w-node-_4cec1835-7cc1-e63f-f21b-ca21ce7bc62c-c196a241 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86c355b8-88d1-c436-b974-2812db556f4b-c196a241, #w-node-db0fc857-50fa-f576-ff7c-4553f111b894-c196a241 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_572abdc7-66c0-cca6-a36c-724c9ebae717-c196a241 {
    justify-self: stretch;
  }
}


