.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.cta {
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  float: left;
  clear: none;
  border-radius: 4px;
  background-color: #69b828;
  font-family: Inter, sans-serif;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.cta.nav-bar {
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.cta.nav-bar:hover {
  background-color: #5fa724;
  box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.15);
}

.cta.nvbar {
  margin-left: 16px;
  padding: 14px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Inter, sans-serif;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.cta.nvbar:hover {
  background-color: #5ba220;
}

.cta.mobile {
  padding: 16px 26px;
  font-family: Inter, sans-serif;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.navbar {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar.intro-nav {
  font-size: 13px;
}

.nav-link {
  padding: 16px 20px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Inter, sans-serif;
  color: #2d3958;
  font-weight: 500;
}

.nav-link:hover {
  font-weight: 500;
  text-decoration: underline;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.18);
}

.nav-link.w--current {
  color: #2d3958;
}

.nav-link.intro-nav {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  color: #fff;
}

.nav-link.intro-nav:hover {
  text-decoration: underline;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  padding: 16px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.acequire {
  max-width: 1240px;
}

.brand {
  width: 115px;
  height: 32.640625px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  width: 115px;
  height: 32.640625px;
}

.image {
  width: 115px;
  height: 32.640625px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-wrapper {
  height: 54vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), color-stop(19%, rgba(43, 43, 43, 0.21)), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.56)), to(hsla(0, 0%, 100%, 0))), url('../images/12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(43, 43, 43, 0.21) 19%, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, rgba(0, 0, 0, 0.56), hsla(0, 0%, 100%, 0)), url('../images/12.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-wrapper.discovermru-hero {
  height: auto;
  background-color: hsla(0, 0%, 90%, 0);
  background-image: url('../images/investment.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81)));
  background-image: url('../images/investment.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.hero-wrapper.page2 {
  height: auto;
  padding-top: 74px;
  padding-bottom: 74px;
  background-image: none;
}

.hero-wrapper.page2._22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f00000;
  background-image: none;
}

.mycontain {
  position: relative;
  height: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.mycontain.consultant {
  height: auto;
  padding-top: 77px;
  padding-bottom: 77px;
}

.mycontain.faqs {
  height: 2370px;
}

.mycontain.faqs.mobile {
  height: 3330px;
}

.mycontain.faqs.mobile._2 {
  height: 2350px;
}

.mycontain.faqs.mobile._2._44 {
  height: 2450px;
}

.mycontain.faqs.mobile._2._44.auto-2 {
  height: 2040px;
}

.mycontain.faqs.mobile._3 {
  height: 2420px;
}

.mycontain.faqs.mobile._3.auto-1 {
  height: 2100px;
}

.mycontain.faqs.mobile._4 {
  height: 2860px;
}

.mycontain.faqs.mobile._4._9 {
  height: 3110px;
}

.mycontain.faqs.mobile._4._9.auto-4 {
  height: 2690px;
}

.mycontain.faqs.mobile._4.pr {
  height: 300px;
}

.mycontain.faqs.mobile._4.pr.auto-6 {
  height: 1010px;
}

.mycontain.faqs.mobile._4.auto-5 {
  height: 2370px;
}

.mycontain.faqs.mobile._66 {
  height: 3670px;
}

.mycontain.faqs.mobile._66.prp {
  height: 660px;
}

.mycontain.faqs.mobile._66.auto-3 {
  height: 4000px;
}

.mycontain.faqs.mobile._66.auto-3._2 {
  height: 2930px;
}

.mycontain.faqs.mobile._66.retirement {
  height: 1322px;
}

.mycontain.faqs.mobile._66.grid-visa {
  height: auto;
}

.mycontain.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.hero.acquire {
  max-width: 1240px;
  padding-top: 64px;
}

.mycontain.hero-mru {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  padding-right: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 106px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: 480px;
  grid-template-rows: 480px;
}

.grid-1-hero-text {
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.h1 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  color: #4e6fc4;
  font-size: 44px;
  line-height: 51px;
  font-weight: 700;
}

.h1.white {
  color: #fff;
}

.h1.acquire {
  padding-right: 24px;
}

.h1.intro {
  color: #fff;
}

.sub0title {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.sub0title.consultatnt {
  width: 480px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  color: #727272;
  line-height: 22px;
  text-align: center;
}

.sub0title.white {
  color: #fff;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  color: #4e6fc4;
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
}

.h2._2 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-align: left;
}

.h2.acquire {
  font-size: 36px;
  text-align: left;
}

.h2.invest {
  margin-top: 10px;
  padding-right: 0px;
}

.h2.invest.hitech-paddingh {
  padding-right: 0px;
  line-height: 38px;
  font-weight: 600;
}

.h2.invest.hitech-paddingh._22 {
  border-width: 0px;
}

.h2.center {
  margin-top: 0px;
  padding-right: 0px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.h2.intro {
  margin-bottom: 10px;
  padding-right: 64px;
  line-height: 38px;
}

.h2.investment-cta {
  font-size: 28px;
  font-weight: 400;
}

.h2.contact-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #013a51;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.h3.rinie {
  margin-bottom: 14px;
}

.h3.faq {
  margin-bottom: 10px;
  padding-right: 7px;
  color: #4e6fc4;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
}

.h3.invest {
  border-width: 0px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #013a51;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.h3.invest:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature-text {
  font-family: Inter, sans-serif;
  color: #727272;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: inline-block;
  width: 20%;
  height: auto;
  padding-right: 137px;
}

.faq-section {
  height: 3320px;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}

.faq-section._3._4 {
  height: 3150px;
}

.faq-section._3._4._5.rr {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.prr {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.retirement {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-1 {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-2 {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-3 {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-4 {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-5 {
  height: auto;
  padding-bottom: 90px;
}

.faq-section.space-6 {
  height: auto;
  padding-bottom: 90px;
}

.line {
  height: 5px;
  background-color: #013a51;
  color: #013a51;
}

.grid-faq {
  position: absolute;
  display: inline-block;
  width: 80%;
  height: auto;
}

.grid-faq.rrrrrr {
  height: auto;
}

.grid-3 {
  height: auto;
  grid-column-gap: 35px;
  grid-row-gap: 36px;
  -ms-grid-rows: 230px 120px 230px 300px 180px 120px 1070px;
  grid-template-rows: 230px 120px 230px 300px 180px 120px 1070px;
}

.grid-3._33 {
  height: auto;
  -ms-grid-rows: 130px 230px 230px 350px auto;
  grid-template-rows: 130px 230px 230px 350px auto;
}

.grid-3._22 {
  height: auto;
  grid-column-gap: 85px;
  -ms-grid-rows: 210px 160px 260px 320px 1130px;
  grid-template-rows: 210px 160px 260px 320px 1130px;
}

.grid-3._11 {
  height: auto;
  grid-row-gap: 66px;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.grid-3._11.prp {
  height: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3._11.retirement-faq-grid {
  height: auto;
  grid-row-gap: 66px;
  -ms-grid-rows: 210px 269px 319px 327px;
  grid-template-rows: 210px 269px 319px 327px;
}

.grid-3._11.grid0visa {
  -ms-grid-rows: 153px 651px auto 293px auto auto auto auto;
  grid-template-rows: 153px 651px auto 293px auto auto auto auto;
}

.grid-3._5 {
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.section-2 {
  height: auto;
}

.heading2-wrapper {
  padding-top: 0px;
}

.rinie-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rinie-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.email-wrapper {
  display: inline-block;
}

.email-wrapper.phone {
  margin-left: 24px;
}

.icon-1wrapper {
  display: inline-block;
  margin-right: 13px;
}

.text-block-2 {
  display: inline-block;
  font-family: Inter, sans-serif;
  color: #727272;
  font-size: 16px;
  font-weight: 400;
}

.div-block-2 {
  display: inline-block;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  font-weight: 500;
}

.faq-wrapper._2 {
  padding-right: 125px;
}

.p {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  color: #58676d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  white-space: normal;
}

.p.list {
  margin-bottom: 20px;
  color: #58676d;
  font-weight: 300;
  -webkit-column-count: auto;
  column-count: auto;
}

.p._2 {
  padding-left: 6px;
}

.p._2.padding-left {
  color: #727272;
}

.p.paddding-left {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  color: #58676d;
}

.p.padding-btn {
  margin-bottom: 5px;
}

.p.irs {
  margin-top: 23px;
  margin-bottom: 5px;
  padding-right: 23px;
}

.p.listing {
  padding-right: 26px;
  line-height: 24px;
}

.p.p-invest {
  margin-bottom: 15px;
  line-height: 23px;
}

.p.bold {
  padding-bottom: 0px;
  font-weight: 500;
}

.p.padding-btn-cta {
  position: static;
  margin-bottom: 30px;
  text-decoration: none;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  line-height: 25px;
  font-weight: 500;
}

.list {
  font-family: Inter, sans-serif;
  color: #727272;
  font-weight: 400;
}

.list.padding {
  padding-left: 20px;
  color: #58676d;
}

.list.padding._1 {
  margin-bottom: 39px;
}

.list-item {
  margin-bottom: 25px;
}

.list-item-2 {
  margin-bottom: 25px;
}

.list-item-3 {
  margin-bottom: 25px;
}

.list-item-4 {
  margin-bottom: 25px;
}

.wrap {
  margin-top: 40px;
}

.bold-text-8 {
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  font-weight: 600;
}

.list-2 {
  padding-left: 20px;
}

.footer {
  height: 200px;
  background-color: #f3f3f3;
}

.logo-footer-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator {
  height: 2px;
  background-color: #2c3c74;
}

.grid-5 {
  grid-column-gap: 34px;
  -ms-grid-columns: 30px 30px 30px 30px;
  grid-template-columns: 30px 30px 30px 30px;
  -ms-grid-rows: 30px;
  grid-template-rows: 30px;
}

.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  padding-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
}

.dropdown-toggle.acquire.work {
  display: none;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-block-3:hover {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);
}

.icon-2 {
  color: #fff;
}

.links {
  font-family: Inter, sans-serif;
  color: #727272;
  font-weight: 500;
}

.links:hover {
  color: #000;
}

.link-block.w--open {
  width: 318.3703%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dropdownlink {
  color: #fff;
}

.dropdownlink:hover {
  border-radius: 20px;
  background-color: rgba(44, 60, 116, 0);
}

.bold-text-13 {
  font-weight: 500;
}

.hero-image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.bold-text-15 {
  font-weight: 500;
}

.mycontain-1240 {
  height: auto;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.mycontain-1240.intro {
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.mycontain-1240.intro.visa-padding-60 {
  padding-bottom: 60px;
}

.mycontain-1240.intro.visa-padding-60.ls.prp.p60 {
  padding-top: 60px;
}

.mycontain-1240.intro.visa-padding-60.no-60 {
  padding-bottom: 0px;
}

.mycontain-1240.intro.fb {
  padding-bottom: 60px;
}

.mycontain-1240.intro._2 {
  padding-top: 80px;
  padding-bottom: 0px;
}

.mycontain-1240.intro.common {
  padding-bottom: 0px;
}

.mycontain-1240.visa {
  padding-top: 20px;
}

.mycontain-1240.invest-cta {
  height: 100%;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 80px;
}

.mycontain-1240.footer {
  position: relative;
  height: 100%;
  background-color: hsla(0, 0%, 95.3%, 0);
}

.mycontain-1240.contact {
  height: 100%;
}

.grid-6 {
  grid-column-gap: 52px;
  grid-row-gap: 12px;
  -ms-grid-rows: 300px 300px;
  grid-template-rows: 300px 300px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.list-3 {
  padding-left: 19px;
}

.nav-drowdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-drowdown.hero-nav {
  color: #fff;
}

.div-block-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.investment-hero-section {
  height: auto;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e4ff), to(#d7e4ff));
  background-image: linear-gradient(180deg, #d7e4ff, #d7e4ff);
}

.investment-hero-section.propertyscheme.ps-height {
  height: auto;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e4ff), to(#d7e4ff));
  background-image: linear-gradient(180deg, #d7e4ff, #d7e4ff);
}

.investment-hero-section.propertyscheme.visa-hero {
  height: auto;
  padding-bottom: 50px;
}

.investment-hero-section.intro-hero-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/Frame-3-1600-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/Frame-3-1600-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-text-wrapper.employment-intro {
  padding-right: 0px;
}

.hero-text-wrapper.intro {
  padding-right: 89px;
}

.hero-text-wrapper.padding {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-text-wrapper.move-intro {
  padding-right: 35px;
}

.hero-text-wrapper.contact-intro {
  padding-right: 0px;
}

.sub-title {
  font-family: Inter, sans-serif;
  color: #58676d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.sub-title.intro {
  color: #fff;
}

.grid-7 {
  padding-top: 14px;
  grid-column-gap: 138px;
  -ms-grid-columns: 0.85fr 1fr;
  grid-template-columns: 0.85fr 1fr;
  -ms-grid-rows: 425px;
  grid-template-rows: 425px;
}

.grid-7.hero-ps {
  grid-column-gap: 93px;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: 365px;
  grid-template-rows: 365px;
}

.grid-7.visa {
  padding-top: 0px;
  grid-column-gap: 95px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: 423px;
  grid-template-rows: 423px;
}

.grid-7.invest {
  padding-top: 30px;
  grid-column-gap: 82px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 331px;
  grid-template-rows: 331px;
}

.grid-7.intro {
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-grid-columns: 0.85fr 0.5fr;
  grid-template-columns: 0.85fr 0.5fr;
  -ms-grid-rows: 378px;
  grid-template-rows: 378px;
}

.grid-7.move {
  -ms-grid-rows: 350px;
  grid-template-rows: 350px;
}

.grid-7.contact-hero-grid {
  grid-column-gap: 74px;
  -ms-grid-columns: 0.9fr 1.25fr;
  grid-template-columns: 0.9fr 1.25fr;
  -ms-grid-rows: 333px;
  grid-template-rows: 333px;
}

.div-block-12 {
  background-image: url('../images/vector-transparent.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-12.ps-image {
  background-image: url('../images/property-scheme.png');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-12.ps-image.visa-hero-img {
  background-image: url('../images/visa.png');
  background-size: contain;
}

.div-block-12.ps-image.visa-hero-img.retirement {
  background-image: url('../images/11204.png');
  background-position: 50% 50%;
  background-size: contain;
}

.div-block-12.intro {
  background-image: none;
}

.div-block-12.contact-vector-img {
  background-image: url('../images/contacct.png');
}

.intro-invest-section {
  height: auto;
}

.intro-invest-section.move-section {
  height: auto;
}

.intro-invest-section.move-section._1 {
  height: auto;
}

.grid-8 {
  grid-column-gap: 51px;
  -ms-grid-rows: 341px;
  grid-template-rows: 341px;
}

.grid-8.ps-grid {
  grid-column-gap: 49px;
  -ms-grid-rows: 729px;
  grid-template-rows: 729px;
}

.grid-8.ps-grid.ls-visa {
  grid-column-gap: 50px;
  -ms-grid-rows: 424px;
  grid-template-rows: 424px;
}

.grid-8.ps-grid.visa {
  grid-column-gap: 49px;
  -ms-grid-rows: 522px;
  grid-template-rows: 522px;
}

.grid-8.ps-grid.ps1 {
  grid-column-gap: 51px;
  -ms-grid-columns: 0.95fr 1fr;
  grid-template-columns: 0.95fr 1fr;
  -ms-grid-rows: 422px;
  grid-template-rows: 422px;
}

.grid-8.ps-grid.visa-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: 639px;
  grid-template-rows: 639px;
}

.grid-8.ps-grid.coming-home {
  grid-column-gap: 58px;
  -ms-grid-rows: 680px;
  grid-template-rows: 680px;
}

.grid-8.retirement-grid-1 {
  grid-column-gap: 50px;
  -ms-grid-rows: 530px;
  grid-template-rows: 530px;
}

.grid-8.retirement-grid-2 {
  grid-column-gap: 50px;
  -ms-grid-rows: 481px;
  grid-template-rows: 481px;
}

.grid-8.grid-history {
  grid-column-gap: 50px;
  -ms-grid-rows: 511px;
  grid-template-rows: 511px;
}

.grid-8.grid-economic-wealth {
  grid-column-gap: 50px;
  -ms-grid-rows: 351px;
  grid-template-rows: 351px;
}

.grid-8.grid-commonly-used-languages {
  grid-column-gap: 50px;
  -ms-grid-rows: 330px;
  grid-template-rows: 330px;
}

.grid-8.grid-weather {
  grid-column-gap: 50px;
  -ms-grid-rows: 347px;
  grid-template-rows: 347px;
}

.grid-8.grid-public-transport {
  grid-column-gap: 50px;
  -ms-grid-rows: 377px;
  grid-template-rows: 377px;
}

.grid-8.grid-things-to-do {
  grid-column-gap: 51px;
}

.grid-8.move-grid {
  grid-column-gap: 42px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: 575px 346px;
  grid-template-rows: 575px 346px;
}

.grid-8.utilities-img {
  -ms-grid-rows: 417px;
  grid-template-rows: 417px;
}

.grid-8.groceries-grid {
  grid-column-gap: 51px;
  -ms-grid-rows: 371px;
  grid-template-rows: 371px;
}

.grid-8.transport-grid {
  -ms-grid-rows: 669px;
  grid-template-rows: 669px;
}

.grid-8.wining-grid {
  -ms-grid-rows: 423px;
  grid-template-rows: 423px;
}

.grid-8.recreation-grid {
  -ms-grid-rows: 420px 420px;
  grid-template-rows: 420px 420px;
}

.grid-8.clothes-grid {
  -ms-grid-rows: 466px;
  grid-template-rows: 466px;
}

.grid-8.schooling-and-tertiary-education--grid {
  -ms-grid-rows: 500px 500px;
  grid-template-rows: 500px 500px;
}

.grid-8.travel-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: 707px;
  grid-template-rows: 707px;
}

.grid-8.visa-move-grid {
  -ms-grid-rows: 439px;
  grid-template-rows: 439px;
}

.grid-8.healthcare-move-grid {
  grid-row-gap: 50px;
  -ms-grid-rows: 744px 749px 329px;
  grid-template-rows: 744px 749px 329px;
}

.grid-8.bank-move-grid {
  -ms-grid-rows: 579px;
  grid-template-rows: 579px;
}

.grid-8.invest-grid-1 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8.whereabout-grid {
  -ms-grid-rows: 397px;
  grid-template-rows: 397px;
}

.section-intro-text {
  padding-right: 0px;
}

.section-intro-text.invvest-padding {
  padding-right: 0px;
}

.section-intro-text.ps {
  padding-right: 20px;
}

.section-intro-text.visa {
  padding-right: 23px;
}

.section-intro-text.intro {
  padding-right: 0px;
}

.image-intro {
  border-radius: 0px;
  background-image: url('../images/natalya-zaritskaya-SIOdjcYotms-unsplash-1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.invest-img {
  background-image: url('../images/wealthy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-intro.invest-img.dp {
  border-radius: 0px;
  background-image: url('../images/dan-dy-WwUnM9iLWwM-unsplash-1.jpg');
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.visa-img-1 {
  background-image: url('../images/Frame-1.jpg');
  background-position: 0% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.visa-img-2 {
  background-image: url('../images/denys-nevozhai-guNIjIuUcgY-unsplash-1-1.jpg');
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.img-prp {
  background-image: url('../images/humphrey-muleba-Cf_dPiuwK7U-unsplash.jpg');
  background-position: 50% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.longstay-visa-img {
  background-image: url('../images/jimmy-dean-Jvw3pxgeiZw-unsplash-1.jpg');
  background-position: 50% 22%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.retirement-img-2 {
  background-image: url('../images/christian-bowen-Cc10IJDoj78-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-intro.retirement-img-1 {
  background-image: url('../images/thomas-ashlock-RAjND0B3HDw-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-intro.whereabouts-image {
  background-image: url('../images/dan-dy-WwUnM9iLWwM-unsplash-1.jpg');
  background-position: 50% 100%;
  box-shadow: 0 12px 9px -12px rgba(0, 0, 0, 0.3);
}

.image-intro.history-image {
  background-image: url('../images/pexels-dominik-ruhl-7415730-1.jpg');
  background-position: 50% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.economic-weathy-image {
  background-image: url('../images/scott-graham-5fNmWej4tAA-unsplash-1.jpg');
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.cul-img {
  background-image: url('../images/priscilla-du-preez-nF8xhLMmg0c-unsplash-1.jpg');
  background-position: 50% 100%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.weather-img {
  background-image: url('../images/daniel-dorfer-aOX0K8lgnsI-unsplash-1.jpg');
  background-position: 100% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.pt-img {
  background-image: url('../images/1l-image-Metro-Express.jpeg');
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.things-to-do-img {
  background-image: url('../images/stephen-leonardi-6E6oMx-69Ns-unsplash-1.jpg');
  background-position: 50% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.image-intro.foreign-img {
  background-image: url('../images/xavier-coiffic-rNS604XxKqw-unsplash-1.jpg');
  background-position: 50% 50%;
}

.image-intro.move-img {
  background-image: url('../images/pexels-michal-marek-4821752-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-intro.move-img._2.mru-img-2 {
  background-image: url('../images/thomas-ashlock-RAjND0B3HDw-unsplash-1.jpg');
  background-position: 50% 50%;
}

.image-intro.move-img.mru-img-1 {
  background-image: url('../images/pexels-lelani-badenhorst-6789847-1.jpg');
  background-position: 50% 100%;
}

.image-intro.move-img-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-intro.move-img-1.groceries-img {
  background-image: url('../images/boxed-water-is-better-7H1hDt694s8-unsplash-1.jpg');
}

.image-intro.move-img-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-intro.move-img-2._2.education-img-2 {
  background-image: url('../images/priscilla-du-preez-XkKCui44iM0-unsplash-1.jpg');
  background-position: 50% 50%;
}

.image-intro.move-img-2.utilities-img {
  background-image: url('../images/linkedin-sales-solutions-UK1N66KUkMk-unsplash-1.jpg');
}

.image-intro.move-img-2.transport-img {
  background-image: url('../images/1l-image-Metro-Express.jpeg');
}

.image-intro.move-img-2.wineanddine-img {
  background-image: url('../images/kelsey-knight-udj2tD3WKsY-unsplash-1.jpg');
}

.image-intro.move-img-2.recreatiion-img-1 {
  background-image: url('../images/sacha-verheij-X0rRYtJy0R8-unsplash-1.jpg');
}

.image-intro.move-img-2.clothes-img {
  background-image: url('../images/clark-street-mercantile-qnKhZJPKFD8-unsplash-1.jpg');
}

.image-intro.move-img-2.education-img-1 {
  background-image: url('../images/pexels-max-fischer-5212345-1.jpg');
}

.image-intro.move-img-2.passport-img {
  background-image: url('../images/luke-littlefield-9HYakGk27sg-unsplash-1.jpg');
}

.image-intro.move-img-2.visa-img {
  background-image: url('../images/jeshoots-com-mSESwdMZr-A-unsplash-1.jpg');
}

.image-intro.move-img-2.bank-img {
  background-image: url('../images/paul-fiedler-M_S7pim3Hwg-unsplash-1.jpg');
}

.image-intro.move-img-2.healthcare-img-1 {
  background-image: url('../images/pexels-anthony-shkraba-5215017-1.jpg');
}

.image-intro.move-img-2.healthcare-img-3 {
  background-image: url('../images/pexels-anna-shvets-3845983-1.jpg');
}

.section-3 {
  height: 500px;
}

.investment-section {
  height: auto;
  padding-bottom: 60px;
}

.investment-section.usd50000 {
  padding-top: 60px;
}

.investment-section.net-asset-value {
  padding-top: 80px;
}

.grid-9 {
  grid-column-gap: 50px;
  -ms-grid-rows: 400px;
  grid-template-rows: 400px;
}

.grid-9.nav50k {
  grid-column-gap: 50px;
  -ms-grid-rows: 404px;
  grid-template-rows: 404px;
}

.grid-9.nav50k.hitechgrid {
  grid-column-gap: 50px;
  -ms-grid-rows: 403px;
  grid-template-rows: 403px;
}

.grid-9.nav50k.innovator-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: 392px;
  grid-template-rows: 392px;
}

.grid-9.nav50k.innovator-grid.pr-grid {
  grid-column-gap: 50px;
  -ms-grid-rows: 432px;
  grid-template-rows: 432px;
}

.grid-9.nav50k.innovator-grid.innovator-image {
  grid-column-gap: 50px;
  -ms-grid-rows: 396px;
  grid-template-rows: 396px;
}

.invest-grid-image {
  border-radius: 0px;
  background-image: url('../images/xavier-coiffic-ByAHlRiTQjo-unsplash-1-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.invest-grid-image.image-2 {
  border-radius: 0px;
  background-image: url('../images/bruce-mars-8YG31Xn4dSw-unsplash-1.jpg');
  background-position: 50% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.invest-grid-image.hi-tech-image {
  border-radius: 0px;
  background-image: url('../images/toa-heftiba-FV3GConVSss-unsplash-1.jpg');
  background-position: 0% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.invest-grid-image.self-employ {
  background-image: url('../images/austin-distel-VvAcrVa56fc-unsplash-1.jpg');
}

.invest-grid-image.pr-image {
  background-image: url('../images/hero.jpg');
}

.invest-grid-image.inv-img {
  border-radius: 0px;
  background-image: url('../images/wealthy.jpg');
  background-position: 100% 50%;
  box-shadow: 0 12px 9px -10px rgba(0, 0, 0, 0.3);
}

.maintitle {
  font-family: Inter, sans-serif;
  color: #2d3958;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 4px;
}

.faetures-grid-section {
  height: auto;
  padding-top: 26px;
  padding-bottom: 84px;
}

.grid-10 {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 130px;
  grid-template-rows: 130px;
}

.grid-10.nav50k {
  -ms-grid-rows: 186px;
  grid-template-rows: 186px;
}

.grid-10.nav50k.pr-features {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 116px;
  -ms-grid-columns: 300px 300px;
  grid-template-columns: 300px 300px;
}

.grid-10.nav50k._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-10.retirement-features-grid {
  grid-column-gap: 85px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ececec;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.features-grid:hover {
  background-color: #e9f3fe;
  box-shadow: 0 9px 16px -5px rgba(45, 57, 88, 0.37);
}

.features-grid._1 {
  border-radius: 7px;
}

.features-grid._1:hover {
  background-color: #e9f3fe;
  box-shadow: 0 12px 15px -3px rgba(45, 57, 88, 0.27);
}

.features-grid._2 {
  padding-right: 66px;
  padding-left: 66px;
  border-radius: 7px;
}

.features-grid._2:hover {
  background-color: #e9f3fe;
}

.features-grid._3 {
  padding-right: 38px;
  padding-left: 38px;
  border-radius: 7px;
}

.features-grid._3:hover {
  background-color: #e9f3fe;
}

.features-grid._4 {
  border-radius: 7px;
}

.features-grid._4:hover {
  background-color: #e9f3fe;
}

.features-grid._5 {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 7px;
}

.features-grid._8 {
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 7px;
}

.features-grid._10 {
  padding-right: 39px;
  padding-left: 39px;
  border-radius: 7px;
}

.features-grid._12 {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 7px;
}

.features-grid._13 {
  padding-right: 58px;
  padding-left: 58px;
  border-radius: 7px;
}

.features-grid.retirement-grid._22 {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 7px;
}

.featrures-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav {
  height: auto;
}

.grid-11 {
  padding-top: 86px;
  padding-bottom: 86px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 280px 280px;
  grid-template-rows: 280px 280px;
}

.grid-11.ps {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.grid-11.grid-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-rows: 320px 320px;
  grid-template-rows: 320px 320px;
}

.grid-11.grid-6.move-nav {
  -ms-grid-rows: 320px 320px 320px 320px;
  grid-template-rows: 320px 320px 320px 320px;
}

.nav-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/wealthy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-image-wrapper._2 {
  background-image: url('../images/bruce-mars-8YG31Xn4dSw-unsplash-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.nav-image-wrapper._2.ps.bold-text-2 {
  background-image: url('../images/LRMC.jpg');
  background-position: 50% 100%;
}

.nav-image-wrapper._2.move-2 {
  background-image: url('../images/boxed-water-is-better-7H1hDt694s8-unsplash-1.jpg');
}

.nav-image-wrapper._3 {
  background-image: url('../images/toa-heftiba-FV3GConVSss-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-image-wrapper._3.ps._3-img {
  background-image: url('../images/MU_Casuarina_A_9200_Terrace_To_Pool_201005_01_jca.jpg');
}

.nav-image-wrapper._3.move-3 {
  background-image: url('../images/linkedin-sales-solutions-UK1N66KUkMk-unsplash-1.jpg');
}

.nav-image-wrapper._4 {
  background-image: url('../images/xavier-coiffic-ByAHlRiTQjo-unsplash-1-3.jpg');
}

.nav-image-wrapper._4.ps._4-img {
  background-image: url('../images/mikita-yo-HupLwltbW3k-unsplash-1.jpg');
  background-position: 50% 100%;
}

.nav-image-wrapper._4.move-4 {
  background-image: url('../images/1l-image-Metro-Express.jpeg');
}

.nav-image-wrapper._4.move-7 {
  background-image: url('../images/clark-street-mercantile-qnKhZJPKFD8-unsplash-1.jpg');
}

.nav-image-wrapper._4.move-8 {
  background-image: url('../images/priscilla-du-preez-XkKCui44iM0-unsplash-1.jpg');
}

.nav-image-wrapper._4.move-9 {
  background-image: url('../images/luke-littlefield-9HYakGk27sg-unsplash-1.jpg');
}

.nav-image-wrapper._4.move-10 {
  background-image: url('../images/jeshoots-com-mSESwdMZr-A-unsplash-1.jpg');
}

.nav-image-wrapper._4.move-11 {
  background-image: url('../images/pexels-anthony-shkraba-5215017-1.jpg');
}

.nav-image-wrapper._4.move-12 {
  background-image: url('../images/paul-fiedler-M_S7pim3Hwg-unsplash-1.jpg');
}

.nav-image-wrapper._5 {
  background-image: url('../images/austin-distel-VvAcrVa56fc-unsplash-1.jpg');
}

.nav-image-wrapper._5.ps._5-img {
  background-image: url('../images/ocean-grand-gaube-collage.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.nav-image-wrapper._5.move5 {
  background-image: url('../images/kelsey-knight-udj2tD3WKsY-unsplash-1.jpg');
}

.nav-image-wrapper._6 {
  background-image: url('../images/Frame-3-1600.jpg');
  background-position: 100% 50%;
}

.nav-image-wrapper._6.move-6 {
  background-image: url('../images/yvette-de-wit-NYrVisodQ2M-unsplash-1.jpg');
}

.nav-image-wrapper.ps {
  background-image: url('../images/xavier-coiffic-auL-Y1_TwZc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-image-wrapper.ps._1 {
  background-position: 50% 87%;
}

.nav-image-wrapper.move-1 {
  background-image: url('../images/thomas-ashlock-RAjND0B3HDw-unsplash-1.jpg');
  background-position: 50% 100%;
}

.nav-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px 30px 20px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}

.nav-text-wrapper._2 {
  padding: 20px;
}

.nav-text-wrapper._5 {
  padding: 20px;
}

.nav-text-wrapper.ps._2 {
  padding-right: 16px;
}

.nav-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.nav-heading.health {
  text-transform: capitalize;
}

.div-block-13 {
  border-radius: 6px;
  background-color: #f5f5f5;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.div-block-13:hover {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.18);
}

.div-block-13._1 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.div-block-13._2 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.div-block-13._3 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.div-block-13._4 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.div-block-13._5 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.div-block-13._6 {
  background-color: #f7f7f7;
  text-decoration: none;
}

.irs-section {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.irs-section.g2 {
  margin-bottom: 0px;
}

.grid-12 {
  grid-column-gap: 50px;
  -ms-grid-columns: 550fr 600px;
  grid-template-columns: 550fr 600px;
  -ms-grid-rows: 699px;
  grid-template-rows: 699px;
}

.grid-12.res {
  grid-column-gap: 50px;
  -ms-grid-rows: 550px;
  grid-template-rows: 550px;
}

.grid-12.scc {
  grid-column-gap: 50px;
  -ms-grid-rows: 872px;
  grid-template-rows: 872px;
}

.grid-12.g2 {
  grid-column-gap: 50px;
  -ms-grid-rows: 358px;
  grid-template-rows: 358px;
}

.grid-12.pds {
  grid-column-gap: 50px;
  -ms-grid-rows: 551px;
  grid-template-rows: 551px;
}

.grid-12.irs {
  -ms-grid-rows: 770px;
  grid-template-rows: 770px;
}

.irs-image {
  border-radius: 0px;
  background-image: url('../images/xavier-coiffic-auL-Y1_TwZc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.irs-image.res {
  background-image: url('../images/LRMC.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.irs-image.pds {
  background-image: url('../images/MU_Casuarina_A_9200_Terrace_To_Pool_201005_01_jca.jpg');
  background-position: 50% 50%;
}

.irs-image.g2 {
  background-image: url('../images/ocean-grand-gaube-collage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.irs-image.scc-img {
  background-image: url('../images/mikita-yo-HupLwltbW3k-unsplash-1.jpg');
  background-position: 50% 50%;
}

.irs-text {
  height: auto;
}

.incentives-listings {
  height: 50%;
  margin-top: 21px;
}

.list-4 {
  margin-top: 0px;
  padding-right: 24px;
  padding-left: 23px;
  font-family: Inter, sans-serif;
  color: #58676d;
  font-size: 16px;
  font-weight: 300;
}

.list-item-10 {
  padding-left: 10px;
}

.list-item-11 {
  padding-left: 10px;
}

.list-item-12 {
  padding-left: 10px;
}

.list-item-13 {
  padding-left: 10px;
}

.list-item-14 {
  padding-left: 10px;
}

.bold-text-16 {
  font-weight: 600;
}

.bold-text-18 {
  font-weight: 600;
}

.div-block-14 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-5 {
  padding-left: 20px;
}

.list-5.p._14 {
  font-size: 14px;
  line-height: 26px;
  list-style-type: disc;
}

.list-item-15 {
  line-height: 22px;
}

.list-7 {
  padding-left: 20px;
  font-family: Inter, sans-serif;
  color: #58676d;
  font-weight: 300;
}

.list-8 {
  padding-left: 20px;
}

.bold {
  font-weight: 600;
}

.list-9 {
  font-family: Inter, sans-serif;
  color: #58676d;
  font-size: 16px;
  font-weight: 300;
}

.div-block-15 {
  height: auto;
}

.grid-1 {
  grid-column-gap: 50px;
  grid-row-gap: 71px;
  -ms-grid-rows: auto 240px 180px 250px 160px 305px 241px 112px;
  grid-template-rows: auto 240px 180px 250px 160px 305px 241px 112px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 71px;
  -ms-grid-rows: auto 241px 356px 154px 118px 359px 256px 485px;
  grid-template-rows: auto 241px 356px 154px 118px 359px 256px 485px;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 69px;
  -ms-grid-rows: 191px 147px 156px 234px 242px 331px 325px;
  grid-template-rows: 191px 147px 156px 234px 242px 331px 325px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  -ms-grid-rows: 230px 178px 201px 235px 264px 117px 146px 272px 328px auto auto;
  grid-template-rows: 230px 178px 201px 235px 264px 117px 146px 272px 328px auto auto;
}

.grid-3._1 {
  -ms-grid-rows: 230px 178px 201px 235px 264px 117px 284px 272px 328px auto auto;
  grid-template-rows: 230px 178px 201px 235px 264px 117px 284px 272px 328px auto auto;
}

.grid-5 {
  grid-column-gap: 36px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 240px 118px 124px 241px 151px 331px 188px 176px auto;
  grid-template-rows: 240px 118px 124px 241px 151px 331px 188px 176px auto;
}

.grid-6 {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  -ms-grid-rows: 334px 243px auto auto;
  grid-template-rows: 334px 243px auto auto;
}

.no-link {
  color: #58676d;
  text-decoration: none;
  cursor: auto;
}

.cta-investment {
  height: auto;
}

.investment-div-wrapper {
  display: -ms-grid;
  display: grid;
  height: auto;
  padding-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.invest-cta-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.invest-cta-2:hover {
  box-shadow: 0 10px 8px -4px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.invest-img-wrapper {
  height: 230px;
  background-image: url('../images/1l-image-Metro-Express.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.invest-img-wrapper._2 {
  background-image: url('../images/francesca-tosolini-tHkJAMcO3QE-unsplash-1.jpg');
}

.invest-img-wrapper._2.res-image-link {
  background-image: url('../images/douglas-sheppard-9rYfG8sWRVo-unsplash-1.jpg');
  background-position: 50% 100%;
}

.invest-img-wrapper._2.hi-tech {
  background-image: url('../images/toa-heftiba-FV3GConVSss-unsplash-1.jpg');
}

.invest-img-wrapper._2.iop-img {
  background-image: url('../images/xavier-coiffic-ByAHlRiTQjo-unsplash-1-3.jpg');
}

.invest-img-wrapper._3 {
  background-image: url('../images/Frame-3-1600.jpg');
  background-position: 100% 50%;
}

.invest-img-wrapper._3.scs-image-link {
  background-image: url('../images/mikita-yo-HupLwltbW3k-unsplash-1.jpg');
  background-position: 50% 50%;
}

.invest-img-wrapper.visa-image0link-block {
  background-image: url('../images/humphrey-muleba-Cf_dPiuwK7U-unsplash.jpg');
}

.invest-img-wrapper.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bruce-mars-8YG31Xn4dSw-unsplash-1.jpg');
}

.invest-img-wrapper.self-employed-img {
  background-image: url('../images/austin-distel-VvAcrVa56fc-unsplash-1.jpg');
}

.invest-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 207px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.read-more {
  font-family: Inter, sans-serif;
  color: #2d3958;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.move-img-hero {
  background-image: url('../images/4273240.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.monthly-listing {
  padding-left: 20px;
}

.move-section._1 {
  height: 500px;
}

.text-span {
  font-weight: 500;
}

.list-10 {
  padding-left: 20px;
  color: #58676d;
}

.recreation-img-2 {
  background-image: url('../images/yvette-de-wit-NYrVisodQ2M-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.healthcare-img-2 {
  background-image: url('../images/pexels-cedric-fauntleroy-4266944-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.list-11 {
  padding-left: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
  text-transform: lowercase;
}

.link-block-4 {
  text-decoration: none;
}

.footer-section {
  height: 150px;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#2d3958), to(#2d3958));
  background-image: linear-gradient(180deg, #2d3958, #2d3958); */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e6fc4), to(#4e6fc4));
  background-image: linear-gradient(180deg, #4e6fc4, #4e6fc4);
}

.logo-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  margin-bottom: 12px;
}

.div-block-17.w--current {
  width: 212px;
  height: 60.1875px;
}

.heading {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  color: #013a51;
  font-size: 38px;
}

.contact-form-section {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 37px;
  -ms-grid-rows: 404px;
  grid-template-rows: 404px;
}

.contact-us-img {
  background-image: url('../images/contact-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.field {
  display: block;
  width: 280px;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.field.margin-right {
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field-country.margin-right {
  width: 280px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.budget-field {
  width: 280px;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.cta-message {
  height: 46px;
  margin-top: 0px;
}

.no-padding {
  margin-bottom: 0px;
}

.self-employed-link {
  text-decoration: none;
}

.occupation-link {
  text-decoration: none;
}

.pds-link {
  text-decoration: none;
}

.prp-link {
  text-decoration: none;
}

.transport-link {
  text-decoration: none;
}

.iop-link {
  text-decoration: none;
}

.res-link {
  text-decoration: none;
}

.scs-link {
  text-decoration: none;
}

.margin-top {
  margin-top: 30px;
}

.padd {
  margin-bottom: 30px;
}

.list-item-16 {
  margin-bottom: 25px;
}

.text-all-right {
  border: 1px solid transparent;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: nowrap;
}

.text-span-2 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  border-radius: 0px;
  opacity: 1;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-4 {
  padding-top: 0px;
  padding-bottom: 12px;
}

.div-block-20 {
  border-radius: 0px;
  background-image: url('../images/shutterstock_1452507326.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .cta.nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta.nvbar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-link {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .mycontain.faqs.mobile {
    height: auto;
  }

  .mycontain.faqs.mobile._2 {
    height: auto;
  }

  .mycontain.faqs.mobile._2._44.auto-2 {
    height: auto;
  }

  .mycontain.faqs.mobile._3 {
    height: auto;
  }

  .mycontain.faqs.mobile._3.auto-1 {
    height: auto;
  }

  .mycontain.faqs.mobile._4 {
    height: auto;
  }

  .mycontain.faqs.mobile._4._9.auto-4 {
    height: auto;
  }

  .mycontain.faqs.mobile._4.pr {
    height: auto;
  }

  .mycontain.faqs.mobile._4.pr.auto-6 {
    height: auto;
  }

  .mycontain.faqs.mobile._4.auto-5 {
    height: auto;
  }

  .mycontain.faqs.mobile._66.prp {
    height: auto;
  }

  .mycontain.faqs.mobile._66.auto-3 {
    height: auto;
  }

  .mycontain.faqs.mobile._66.retirement {
    height: auto;
  }

  .mycontain.faqs.mobile._66.grid-visa {
    height: auto;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 46px;
    -ms-grid-columns: 600px;
    grid-template-columns: 600px;
    -ms-grid-rows: 480px auto;
    grid-template-rows: 480px auto;
  }

  .grid-1-hero-text {
    text-align: center;
  }

  .h1 {
    text-align: left;
  }

  .sub0title {
    margin-top: 21px;
  }

  .h2 {
    padding-right: 0px;
    font-size: 31px;
    line-height: 32px;
  }

  .h2.invest {
    padding-right: 0px;
  }

  .h2.invest.hitech-paddingh {
    padding-right: 0px;
  }

  .sticky-nav {
    position: static;
    display: block;
    padding-right: 0px;
    padding-bottom: 39px;
  }

  .faq-section {
    height: auto;
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .faq-section._3._4 {
    height: auto;
  }

  .faq-section.retirement {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section.space-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-faq {
    position: static;
    width: auto;
  }

  .grid-3 {
    height: auto;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    -ms-grid-rows: 239px auto auto auto auto;
    grid-template-rows: 239px auto auto auto auto;
  }

  .grid-3._22 {
    -ms-grid-rows: 265px 234px 370px 421px 1371px;
    grid-template-rows: 265px 234px 370px 421px 1371px;
  }

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

  .grid-3._11.retirement-faq-grid {
    -ms-grid-rows: auto auto 319px auto auto auto;
    grid-template-rows: auto auto 319px auto auto auto;
  }

  .grid-3._5 {
    height: auto;
  }

  .icon {
    color: #2d3958;
  }

  .p.irs {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .mycontain-1240 {
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .mycontain-1240.intro {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mycontain-1240.intro.visa-padding-60.ls {
    padding-bottom: 0px;
  }

  .mycontain-1240.hero-mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-drowdown {
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #2d3958;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .investment-hero-section {
    height: auto;
  }

  .investment-hero-section.propertyscheme.ps-height {
    height: auto;
  }

  .investment-hero-section.intro-hero-img {
    padding-bottom: 0px;
  }

  .hero-text-wrapper {
    padding-top: 26px;
    padding-right: 140px;
    padding-left: 140px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-text-wrapper.ps-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-text-wrapper.intro {
    padding-left: 0px;
  }

  .hero-text-wrapper.padding {
    padding-left: 0px;
    text-align: left;
  }

  .hero-text-wrapper.move-intro {
    padding-left: 0px;
  }

  .sub-title {
    text-align: left;
  }

  .sub-title.intro {
    margin-right: 0px;
    padding-right: 0px;
  }

  .sub-title.intro:hover {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .grid-7 {
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 432px auto;
    grid-template-rows: 432px auto;
  }

  .grid-7.hero-ps {
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 310px auto;
    grid-template-rows: 310px auto;
  }

  .grid-7.invest {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 492px auto;
    grid-template-rows: 492px auto;
  }

  .grid-7.intro {
    grid-column-gap: 0px;
    -ms-grid-columns: 0px 1fr;
    grid-template-columns: 0px 1fr;
  }

  .div-block-12 {
    background-size: contain;
  }

  .grid-8 {
    grid-column-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 363px 316px;
    grid-template-rows: 363px 316px;
  }

  .grid-8.ps-grid {
    grid-row-gap: 59px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 373px auto;
    grid-template-rows: 373px auto;
  }

  .grid-8.ps-grid.ps1 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 415px auto;
    grid-template-rows: 415px auto;
  }

  .grid-8.ps-grid.coming-home {
    grid-row-gap: 6px;
    -ms-grid-rows: 561px 553px;
    grid-template-rows: 561px 553px;
  }

  .grid-8.grid-history {
    -ms-grid-rows: 488px 444px;
    grid-template-rows: 488px 444px;
  }

  .grid-8.grid-economic-wealth {
    -ms-grid-rows: 351px 311px;
    grid-template-rows: 351px 311px;
  }

  .grid-8.grid-commonly-used-languages {
    -ms-grid-rows: 330px 229px;
    grid-template-rows: 330px 229px;
  }

  .grid-8.move-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 480px 480px auto;
    grid-template-rows: 480px 480px auto;
  }

  .section-intro-text {
    padding-right: 0px;
  }

  .section-intro-text.invvest-padding {
    padding-right: 0px;
  }

  .section-intro-text.intro {
    padding-right: 0px;
  }

  .grid-9 {
    grid-column-gap: 48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 575px;
    grid-template-rows: 575px;
  }

  .grid-9.nav50k.hitechgrid {
    -ms-grid-rows: 526px;
    grid-template-rows: 526px;
  }

  .grid-9.nav50k.innovator-grid.pr-grid {
    -ms-grid-rows: 621px;
    grid-template-rows: 621px;
  }

  .grid-10 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 130px 130px;
    grid-template-rows: 130px 130px;
  }

  .grid-10.nav50k {
    grid-auto-rows: 130px;
    -ms-grid-rows: 130px 130px;
    grid-template-rows: 130px 130px;
  }

  .grid-10.nav50k.pr-features.pr-mobile {
    -ms-grid-rows: 130px;
    grid-template-rows: 130px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 340px 340px 340px;
    grid-template-rows: 340px 340px 340px;
  }

  .grid-11.ps {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .irs-section.res {
    padding-top: 0px;
  }

  .irs-section.scc {
    padding-top: 0px;
  }

  .grid-12 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 585px auto;
    grid-template-rows: 585px auto;
  }

  .grid-12.res {
    grid-row-gap: 50px;
    -ms-grid-rows: 542px auto;
    grid-template-rows: 542px auto;
  }

  .grid-12.scc {
    grid-row-gap: 50px;
    -ms-grid-rows: 745px auto;
    grid-template-rows: 745px auto;
  }

  .grid-12.g2 {
    grid-row-gap: 50px;
    -ms-grid-rows: 442px auto;
    grid-template-rows: 442px auto;
  }

  .grid-12.pds {
    grid-row-gap: 50px;
    -ms-grid-rows: 498px auto;
    grid-template-rows: 498px auto;
  }

  .irs-image {
    background-size: cover;
  }

  .div-block-14 {
    grid-column-gap: 45px;
    -ms-grid-columns: auto auto auto 1fr;
    grid-template-columns: auto auto auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2 {
    -ms-grid-rows: 191px 147px 156px 234px 360px 448px 423px;
    grid-template-rows: 191px 147px 156px 234px 360px 448px 423px;
  }

  .grid-6 {
    -ms-grid-rows: 404px 288px auto auto;
    grid-template-rows: 404px 288px auto auto;
  }

  .investment-div-wrapper {
    grid-row-gap: 51px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 600px 600px 600px;
    grid-template-rows: 600px 600px 600px;
  }

  .invest-img-wrapper {
    height: 370px;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 451px auto;
    grid-template-rows: 451px auto;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-1-hero-text {
    padding-right: 0px;
    text-align: center;
  }

  .sticky-nav {
    padding-right: 13px;
  }

  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 340px 340px 340px 340px 340px 340px;
    grid-template-rows: 340px 340px 340px 340px 340px 340px;
  }
}

@media screen and (max-width: 479px) {
  .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta.nav-bar {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .cta.nvbar {
    position: static;
    margin: 22px auto 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta.mobile {
    margin-top: 27px;
  }

  .nav-link {
    display: block;
    padding-left: 0px;
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.acequire {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(45, 57, 88, 0);
  }

  .hero-wrapper {
    padding-top: 2px;
    padding-bottom: 41px;
  }

  .hero-wrapper.page2._22 {
    padding-bottom: 60px;
    background-image: linear-gradient(347deg, #8b9fe5, #2c3c74), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

  .mycontain {
    position: static;
    text-align: center;
  }

  .mycontain.consultant {
    padding-top: 0px;
  }

  .mycontain.faqs.mobile {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mycontain.faqs.mobile._2._44.auto-2 {
    height: auto;
  }

  .mycontain.faqs.mobile._3 {
    height: auto;
  }

  .mycontain.faqs.mobile._4 {
    height: auto;
    padding-top: 1px;
  }

  .mycontain.faqs.mobile._4._9 {
    height: auto;
  }

  .mycontain.faqs.mobile._4.pr {
    height: auto;
  }

  .mycontain.faqs.mobile._4.pr.auto-6 {
    height: auto;
  }

  .mycontain.faqs.mobile._4.auto-5 {
    height: auto;
  }

  .mycontain.faqs.mobile._66 {
    height: auto;
  }

  .mycontain.faqs.mobile._66.prp {
    height: auto;
  }

  .mycontain.faqs.mobile._66.auto-3 {
    height: auto;
  }

  .mycontain.faqs.mobile._66.auto-3._2 {
    height: auto;
  }

  .mycontain.hero-mru {
    margin-top: 36px;
  }

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

  .h1 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
  }

  .h1.white {
    padding-right: 0px;
  }

  .h1.acquire {
    font-size: 30px;
  }

  .sub0title {
    margin-top: 19px;
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 26px;
  }

  .sub0title.consultatnt {
    width: auto;
    margin-top: 8px;
  }

  .h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .h2._2 {
    text-align: left;
  }

  .h2.acquire {
    font-size: 26px;
    line-height: 30px;
  }

  .h2.invest.hitech-paddingh {
    padding-right: 0px;
    line-height: 34px;
  }

  .h2.intro {
    margin-bottom: 10px;
    padding-right: 0px;
    line-height: 30px;
  }

  .h3.rinie {
    margin-bottom: 18px;
  }

  .h3.faq {
    padding-right: 0px;
  }

  .sticky-nav {
    position: static;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12px;
    text-align: center;
  }

  .faq-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section._3 {
    height: 6890px;
  }

  .faq-section._3._4 {
    height: auto;
  }

  .faq-section._3._4._5 {
    height: 6090px;
  }

  .faq-section._3._4._5.rr {
    height: auto;
  }

  .faq-section.prr {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section.retirement {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section.space-1 {
    height: auto;
  }

  .faq-section.space-2 {
    height: auto;
    padding-bottom: 60px;
  }

  .faq-section.space-4 {
    height: auto;
  }

  .faq-section.space-5 {
    height: auto;
  }

  .faq-section.space-6 {
    height: auto;
  }

  .line {
    display: none;
  }

  .grid-faq {
    position: static;
    width: 100%;
    height: auto;
  }

  .grid-faq.rrrrrr {
    height: auto;
  }

  .grid-3 {
    height: auto;
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 222px auto auto auto auto auto auto auto auto;
    grid-template-rows: 222px auto auto auto auto auto auto auto auto;
  }

  .grid-3._33 {
    -ms-grid-rows: 113px 112px 159px 244px auto auto auto auto auto auto;
    grid-template-rows: 113px 112px 159px 244px auto auto auto auto auto auto;
  }

  .grid-3._22 {
    height: auto;
    -ms-grid-rows: 305px 138px 142px 213px 245px auto auto auto auto;
    grid-template-rows: 305px 138px 142px 213px 245px auto auto auto auto;
  }

  .grid-3._11 {
    height: auto;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-3._11.grid0visa {
    -ms-grid-rows: 208px 186px auto 293px auto auto auto auto;
    grid-template-rows: 208px 186px auto 293px auto auto auto auto;
  }

  .grid-3._5 {
    height: auto;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-3.grid-3 {
    -ms-grid-rows: 310px auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: 310px auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .heading2-wrapper {
    padding-top: 39px;
  }

  .rinie-info-wrapper {
    width: auto;
    margin-top: 31px;
  }

  .email-wrapper {
    display: block;
  }

  .email-wrapper.phone {
    margin-top: 11px;
    margin-left: 0px;
  }

  .icon {
    width: 24px;
    color: #2d3958;
    font-size: 36px;
  }

  .icon.home-icon-white {
    color: #fff;
  }

  .faq-wrapper._2 {
    padding-right: 0px;
  }

  .p {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }

  .p.list {
    text-align: left;
  }

  .p._2.padding-left {
    text-align: left;
  }

  .p.paddding-left {
    text-align: left;
  }

  .p.irs {
    padding-right: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .p.listing {
    padding-right: 0px;
    font-size: 14px;
    line-height: 25px;
  }

  .list.padding {
    padding-left: 20px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .sm-wrapper {
    padding-bottom: 10px;
  }

  .mycontain-1240 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mycontain-1240.intro {
    padding: 60px 10px 0px;
  }

  .mycontain-1240.intro.visa-padding-60 {
    padding-bottom: 0px;
  }

  .mycontain-1240.intro.visa-padding-60.ls.prp.p60.wining.footer-60 {
    padding-bottom: 60px;
  }

  .mycontain-1240.intro.fb {
    padding: 60px 10px;
  }

  .mycontain-1240.intro._2 {
    padding-bottom: 0px;
  }

  .mycontain-1240.intro.prp {
    padding-bottom: 80px;
  }

  .mycontain-1240.intro.move-section {
    padding-top: 60px;
  }

  .mycontain-1240.intro._60 {
    padding-bottom: 60px;
  }

  .mycontain-1240.hero-mobile {
    padding-bottom: 40px;
  }

  .mycontain-1240.invest-cta {
    padding-bottom: 60px;
  }

  .list-3 {
    padding-left: 20px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .nav-drowdown {
    width: 100vw;
    height: auto;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #2c3c74;
  }

  .nav-drowdown.hero-nav {
    padding-bottom: 0px;
    background-color: #2d3958;
  }

  .menu-button {
    background-color: rgba(44, 60, 116, 0);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(45, 57, 88, 0);
  }

  .investment-hero-section {
    padding-bottom: 0px;
  }

  .investment-hero-section.propertyscheme {
    padding-bottom: 0px;
  }

  .investment-hero-section.propertyscheme.ps-height {
    padding-bottom: 50px;
  }

  .investment-hero-section.propertyscheme.visa-hero {
    height: auto;
    padding-bottom: 50px;
  }

  .hero-text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .hero-text-wrapper.ps-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .hero-text-wrapper.employment-intro {
    padding-right: 0px;
  }

  .hero-text-wrapper.intro {
    padding-right: 0px;
  }

  .hero-text-wrapper.padding {
    padding-top: 15px;
  }

  .hero-text-wrapper.move-intro {
    padding-right: 0px;
  }

  .sub-title {
    text-align: left;
  }

  .grid-7 {
    grid-row-gap: 6px;
    -ms-grid-rows: 208px auto;
    grid-template-rows: 208px auto;
  }

  .grid-7.hero-ps {
    grid-row-gap: 0px;
    -ms-grid-rows: 246px auto;
    grid-template-rows: 246px auto;
  }

  .grid-7.visa {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 240px auto;
    grid-template-rows: 240px auto;
  }

  .grid-7.invest {
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 196px auto;
    grid-template-rows: 196px auto;
  }

  .grid-7.intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0px auto;
    grid-template-rows: 0px auto;
  }

  .grid-7.move {
    grid-row-gap: 11px;
    -ms-grid-rows: 234px auto;
    grid-template-rows: 234px auto;
  }

  .grid-7.contact-hero-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: 368px auto;
    grid-template-rows: 368px auto;
  }

  .grid-8 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid.ls-visa {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid.visa {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid.ps1 {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid.visa-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.ps-grid.coming-home {
    grid-row-gap: 40px;
    -ms-grid-rows: 561px auto;
    grid-template-rows: 561px auto;
  }

  .grid-8.retirement-grid-1 {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.retirement-grid-2 {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-history {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-economic-wealth {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-commonly-used-languages {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-weather {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-public-transport {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.grid-things-to-do {
    padding-bottom: 60px;
  }

  .grid-8.move-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto auto;
    grid-template-rows: 245px auto auto;
  }

  .grid-8.utilities-img {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.groceries-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.transport-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.wining-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.recreation-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.clothes-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.schooling-and-tertiary-education--grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.travel-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.visa-move-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.healthcare-move-grid {
    -ms-grid-rows: 245px auto auto;
    grid-template-rows: 245px auto auto;
  }

  .grid-8.bank-move-grid {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.invest-grid-1 {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-8.whereabout-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .section-intro-text.invvest-padding {
    padding-right: 0px;
  }

  .section-intro-text.ps {
    padding-right: 0px;
  }

  .section-intro-text.visa {
    padding-right: 0px;
  }

  .section-intro-text.intro {
    padding-right: 0px;
  }

  .image-intro {
    border-radius: 0px;
  }

  .image-intro.invest-img {
    background-position: 100% 50%;
  }

  .image-intro.move-img._2 {
    display: none;
  }

  .image-intro.move-img-2._2 {
    display: none;
  }

  .image-intro.move-img-2.passport-img {
    background-position: 50% 50%;
  }

  .image-intro.move-img-2.healthcare-img-3 {
    display: none;
  }

  .investment-section {
    height: auto;
    padding-bottom: 50px;
  }

  .investment-section.usd50000 {
    padding-bottom: 60px;
  }

  .investment-section.net-asset-value {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-9 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-9.nav50k {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-9.nav50k.hitechgrid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-9.nav50k.innovator-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-9.nav50k.innovator-grid.pr-grid {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-9.nav50k.innovator-grid.innovator-image {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .maintitle {
    margin-bottom: 8px;
  }

  .faetures-grid-section {
    padding-bottom: 60px;
  }

  .faetures-grid-section.net-asset-value-features {
    padding-bottom: 60px;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 130px 130px 130px 130px;
    grid-template-rows: 130px 130px 130px 130px;
  }

  .grid-10.nav50k {
    -ms-grid-rows: 186px 130px 130px 130px;
    grid-template-rows: 186px 130px 130px 130px;
  }

  .grid-10.nav50k.pr-features.pr-mobile {
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    -ms-grid-rows: 130px 130px;
    grid-template-rows: 130px 130px;
  }

  .grid-10.nav50k._3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 186px 130px 130px;
    grid-template-rows: 186px 130px 130px;
  }

  .grid-10.retirement-features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 130px 130px 168px;
    grid-template-rows: 130px 130px 168px;
  }

  .features-grid._1 {
    border-radius: 4px;
  }

  .features-grid._2 {
    border-radius: 4px;
  }

  .features-grid._3 {
    border-radius: 4px;
  }

  .features-grid._4 {
    border-radius: 4px;
  }

  .features-grid._5 {
    border-radius: 4px;
  }

  .features-grid._8 {
    border-radius: 4px;
  }

  .features-grid._10 {
    border-radius: 4px;
  }

  .features-grid._12 {
    border-radius: 4px;
  }

  .features-grid._13 {
    border-radius: 4px;
  }

  .main-nav.move-nav {
    padding-top: 60px;
  }

  .grid-11 {
    padding-top: 0px;
  }

  .grid-11.ps {
    -ms-grid-rows: 260px 260px 260px 260px 260px;
    grid-template-rows: 260px 260px 260px 260px 260px;
  }

  .grid-11.grid-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-rows: 260px 260px 260px 260px 260px 260px;
    grid-template-rows: 260px 260px 260px 260px 260px 260px;
  }

  .grid-11.grid-6.move-nav {
    -ms-grid-rows: 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px;
    grid-template-rows: 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px 320px;
  }

  .irs-section.res {
    padding-bottom: 0px;
  }

  .irs-section.scc {
    padding-bottom: 0px;
  }

  .grid-12 {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-12.res {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-12.scc {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-12.g2 {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .grid-12.pds {
    grid-row-gap: 40px;
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }

  .irs-image {
    border-radius: 0px;
    background-position: 50% 80%;
  }

  .irs-image.res {
    border-radius: 0px;
  }

  .irs-image.pds {
    border-radius: 0px;
  }

  .irs-image.g2 {
    border-radius: 0px;
  }

  .irs-image.scc-img {
    border-radius: 0px;
  }

  .incentives-listings {
    height: auto;
  }

  .list-4 {
    padding-right: 0px;
  }

  .div-block-14 {
    margin-top: 18px;
    grid-column-gap: 45px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .list-9 {
    padding-left: 20px;
  }

  .grid-1 {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

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

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

  .grid-3 {
    grid-row-gap: 42px;
    -ms-grid-rows: 353px auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: 353px auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-3._1 {
    -ms-grid-rows: 310px auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: 310px auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-4 {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 240px auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: 240px auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 404px 385px auto auto auto auto auto;
    grid-template-rows: 404px 385px auto auto auto auto auto;
  }

  .investment-div-wrapper {
    grid-row-gap: 35px;
    -ms-grid-rows: 436px 436px 436px;
    grid-template-rows: 436px 436px 436px;
  }

  .invest-img-wrapper {
    height: 220px;
  }

  .invest-text-wrapper {
    padding: 13px;
  }

  .list-11 {
    padding-left: 20px;
  }

  .logo-wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .heading {
    text-align: left;
  }

  .div-block-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-13 {
    grid-row-gap: 25px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 217px auto;
    grid-template-rows: 217px auto;
  }

  .heading-contact-wrapper {
    height: auto;
  }

  .form-wrapper {
    height: auto;
  }

  .field {
    width: 100%;
  }

  .field.margin-right {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .form {
    display: block;
  }

  .field-country.margin-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .budget-field {
    width: 100%;
  }

  .cta-message {
    margin-top: 0px;
  }

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

  .form-block-2 {
    margin-bottom: 10px;
  }
}

#w-node-_8ff06524-f82f-2511-da9e-346b5dcbc503-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd0bd52e-ed42-01f6-f1fe-17ccb571e5cb-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c5b2b426-0a68-2235-0584-ac5d8d5ebd88-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee07261e-a988-1ec6-3584-1fbc27251fd7-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ee07261e-a988-1ec6-3584-1fbc27251fdc-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ee07261e-a988-1ec6-3584-1fbc27251fe1-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ee07261e-a988-1ec6-3584-1fbc27251fe6-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ffbfc415-5c26-376a-b69f-c7b3d796b3ed-dc1913cb {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4969ce60-4607-39e1-4745-8b456b5a1771-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4969ce60-4607-39e1-4745-8b456b5a1772-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0067be4d-22c9-5260-c390-0d0ba1eae48e-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bf58a3bf-b4a2-e882-9c49-7882d1391ae8-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0c8aaf1c-3adb-69f8-66d6-9b0f55d41e7c-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eac4c3fb-e7b0-5d2d-8c91-6425a113569c-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_72d1fac7-2443-e9f8-5a12-e9d4e34b2404-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_72d1fac7-2443-e9f8-5a12-e9d4e34b2438-dc1913cb {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_87f59103-6aff-423d-d88b-5f3fd51f26a0-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_87f59103-6aff-423d-d88b-5f3fd51f26a1-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bfe2aca9-5f65-fb4c-a94c-f3b943e1f382-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bfe2aca9-5f65-fb4c-a94c-f3b943e1f387-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bfe2aca9-5f65-fb4c-a94c-f3b943e1f38c-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bfe2aca9-5f65-fb4c-a94c-f3b943e1f391-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7316c697-d4a6-4643-4692-58472cf4d104-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7316c697-d4a6-4643-4692-58472cf4d165-dc1913cb {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8b1aab63-43a1-e440-54fc-370968e6740f-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8b1aab63-43a1-e440-54fc-370968e67410-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_50f9a692-44f6-cffa-bbcb-975144e87da7-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_50f9a692-44f6-cffa-bbcb-975144e87dac-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_50f9a692-44f6-cffa-bbcb-975144e87db1-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_34263157-9936-1fba-07bb-37b38bed315c-dc1913cb {
  -ms-grid-row: span 5;
  grid-row-start: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b058bf55-a67b-c279-ba6c-a320cf6458f1-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b058bf55-a67b-c279-ba6c-a320cf6458f2-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c1ca6fe5-9f09-da2f-1f3e-a933f9a5efd3-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c1ca6fe5-9f09-da2f-1f3e-a933f9a5efd8-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c1ca6fe5-9f09-da2f-1f3e-a933f9a5efdd-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c1ca6fe5-9f09-da2f-1f3e-a933f9a5efe2-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_56227c50-13ee-f480-c787-5e45707b2364-dc1913cb {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6225852d-b3f6-7fc5-19c8-11c502ec1e27-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6225852d-b3f6-7fc5-19c8-11c502ec1e28-dc1913cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a973fcd1-a0bf-e28c-fb92-3dd22dcc3034-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a973fcd1-a0bf-e28c-fb92-3dd22dcc3039-dc1913cb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd587dd4-e344-1eca-93fb-68d7d48fcd96-dc1913cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-a3b2d121 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d0924d03-5e4b-35b6-5c69-5b383ececf7c-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1b26a705-2d79-feb7-cf37-1cf143aee3ed-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_90c00c3a-a638-8f85-d980-e3f733a3d118-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_574eef85-9925-b0cf-fb13-6675abd10153-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d39d14e6-845c-2bc1-382b-441efbc68ff8-a3b2d121 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4648f389-f950-ca26-e445-1da9f26f1a9f-a3b2d121 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-f3184d99 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ba088cc-d0d2-3f1f-3bb6-5d819249eeea-f3184d99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4ba088cc-d0d2-3f1f-3bb6-5d819249eef4-f3184d99 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-b7f7f5fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-b7f7f5fd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-b7f7f5fd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6709ed70-2bab-d818-6633-2a45ad8ffd04-b7f7f5fd {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f50bf44-7fc8-80d3-92aa-378b71e1f956-b7f7f5fd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2e5c32c9-051b-dc1c-3143-23cfb5eadce6-b7f7f5fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8b9420cd-42ca-d593-7a10-e4abcb29ba10-b7f7f5fd {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_915385f7-9414-2b13-d997-d842b2c2fbe3-b7f7f5fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-de732c9a-149c-82c2-cb73-db4b41f73592-b7f7f5fd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6ca70fb8-470b-e261-529c-160031d74aba-b7f7f5fd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-eae91eaf-ab3f-aa0f-1216-54351549d15f-b7f7f5fd {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-2e9a382a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-2e9a382a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-2e9a382a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_755e7560-e6fa-c589-8991-aaaa77800f54-2e9a382a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_755e7560-e6fa-c589-8991-aaaa77800f59-2e9a382a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_755e7560-e6fa-c589-8991-aaaa77800f5e-2e9a382a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2e5c32c9-051b-dc1c-3143-23cfb5eadce6-2e9a382a {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8b9420cd-42ca-d593-7a10-e4abcb29ba10-2e9a382a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4ead7e2e-9588-ea95-54c7-16713c1ae3fb-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1c703e10-a9be-5110-2e1f-250f696eeecc-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a0fb3b6b-7574-7def-d757-af0e922ae3c8-880e4502 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c999ec46-b804-d692-2628-232f3face9f8-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e7c250e4-73d1-ddfe-c7dd-e9c3f7f4ec59-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77699e2f-3b09-0aa5-d08b-871d24acb396-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4af318e0-ab98-9370-55c8-ed56c43b3e21-880e4502 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-835e2620 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_70e186e1-e2b0-892a-0614-cfe77bbf43ae-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4b454645-9173-2f23-3fbb-b8dc07fcedce-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ad574f24-4380-3a07-f625-76ac6042bedb-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d485b86-0c4b-deaf-3cc3-695cdaa60ad2-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_84f15215-d210-1549-d95c-e5976b0a08e0-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d1f831d6-ba6a-fdf3-250d-e0de296a8440-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dda8a1eb-8b5b-fdad-37be-5374d7c8960d-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a1171ca9-ca74-59e5-a442-ce1a1089a730-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ac4a8c4e-ed98-5581-7819-9024222fa910-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_574e0f14-fbe4-ffcf-6a2b-71c30b051e38-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_74f9a293-4462-b0af-a4f8-156ddac107be-835e2620 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_51bf5770-8b98-f5bd-062a-bbd66957f42b-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fa71d9e0-7ec5-44ba-2a8f-84e3e8d0b938-835e2620 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_463869c5-fcd0-b209-f5d0-cb00b3c3c3bf-835e2620 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_463869c5-fcd0-b209-f5d0-cb00b3c3c3c9-835e2620 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_36540672-2658-d494-ff8e-ea615ed9d3f0-a1d7b117 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-dc1913cb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-a3b2d121 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-a3b2d121 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-f3184d99 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-f3184d99 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcf5-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcfb-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffd04-b7f7f5fd {
    -ms-grid-row: span 5;
    grid-row-start: span 5;
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2e5c32c9-051b-dc1c-3143-23cfb5eadce6-b7f7f5fd {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f94d99b8-a4b2-0d0a-b51f-38f3a8f2a0d8-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_47f88a07-f7b6-a581-eb55-cf9cfc4f86d4-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8b9420cd-42ca-d593-7a10-e4abcb29ba10-b7f7f5fd {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b66ba465-4772-27ab-c402-f8e737f51a9c-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d4e45b87-b8b5-946c-50e9-741901b45896-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3fd9025c-ca6f-f2d4-d640-f1bc9c5cfa95-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_58c5d05e-9add-762b-ca49-4e07a6717c4f-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c7f3ac6-29f4-fa1d-5a36-667673b7c94a-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_915385f7-9414-2b13-d997-d842b2c2fbe3-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1fbfa2ee-0ba9-eca8-013b-e5345a71d6d3-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-2e9a382a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-2e9a382a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcf5-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcfb-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2e5c32c9-051b-dc1c-3143-23cfb5eadce6-2e9a382a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f94d99b8-a4b2-0d0a-b51f-38f3a8f2a0d8-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_47f88a07-f7b6-a581-eb55-cf9cfc4f86d4-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8b9420cd-42ca-d593-7a10-e4abcb29ba10-2e9a382a {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4ead7e2e-9588-ea95-54c7-16713c1ae400-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1c703e10-a9be-5110-2e1f-250f696eeed4-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a0fb3b6b-7574-7def-d757-af0e922ae3d3-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c999ec46-b804-d692-2628-232f3facea00-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e7c250e4-73d1-ddfe-c7dd-e9c3f7f4ec61-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_77699e2f-3b09-0aa5-d08b-871d24acb39e-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4af318e0-ab98-9370-55c8-ed56c43b3e2c-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-a1d7b117 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ff06524-f82f-2511-da9e-346b5dcbc503-dc1913cb {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_8ff06524-f82f-2511-da9e-346b5dcbc508-dc1913cb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_72d1fac7-2443-e9f8-5a12-e9d4e34b2404-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d104-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d165-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d111-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d117-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d120-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d126-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d12c-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d132-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d13e-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d147-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d14d-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d153-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d159-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7316c697-d4a6-4643-4692-58472cf4d15f-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cd587dd4-e344-1eca-93fb-68d7d48fcd96-dc1913cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-a3b2d121 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-a3b2d121 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-f3184d99 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-f3184d99 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-b7f7f5fd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6ef-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-b7f7f5fd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6ca70fb8-470b-e261-529c-160031d74ab9-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_6ca70fb8-470b-e261-529c-160031d74aba-b7f7f5fd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eae91eaf-ab3f-aa0f-1216-54351549d15f-b7f7f5fd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-eae91eaf-ab3f-aa0f-1216-54351549d15e-b7f7f5fd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_623ba082-cc71-dffd-8ca9-33d007d20ceb-b7f7f5fd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffbbfbdc-9a4c-d3e1-0a00-ae54fad4ba06-2e9a382a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_695dc60e-f4c5-d4fe-ee25-07733627baf2-2e9a382a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6ef-2e9a382a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-2e9a382a {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcf5-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6709ed70-2bab-d818-6633-2a45ad8ffcfb-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2e5c32c9-051b-dc1c-3143-23cfb5eadce6-2e9a382a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f94d99b8-a4b2-0d0a-b51f-38f3a8f2a0d8-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_47f88a07-f7b6-a581-eb55-cf9cfc4f86d4-2e9a382a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8b9420cd-42ca-d593-7a10-e4abcb29ba10-2e9a382a {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4ead7e2e-9588-ea95-54c7-16713c1ae3fb-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4ead7e2e-9588-ea95-54c7-16713c1ae400-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1c703e10-a9be-5110-2e1f-250f696eeed4-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_1c703e10-a9be-5110-2e1f-250f696eeecc-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a0fb3b6b-7574-7def-d757-af0e922ae3c8-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a0fb3b6b-7574-7def-d757-af0e922ae3d3-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c999ec46-b804-d692-2628-232f3facea00-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c999ec46-b804-d692-2628-232f3face9f8-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e7c250e4-73d1-ddfe-c7dd-e9c3f7f4ec59-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e7c250e4-73d1-ddfe-c7dd-e9c3f7f4ec61-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_77699e2f-3b09-0aa5-d08b-871d24acb39e-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_77699e2f-3b09-0aa5-d08b-871d24acb396-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4af318e0-ab98-9370-55c8-ed56c43b3e21-880e4502 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4af318e0-ab98-9370-55c8-ed56c43b3e2c-880e4502 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_3eb0874d-1da4-da50-bcde-92ff2cfba2b2-835e2620 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6ef-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_43bb8ba9-d5c9-b6ff-e090-a0caad79b6dd-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_40892213-15b6-22de-8b42-48087235fb93-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_70e186e1-e2b0-892a-0614-cfe77bbf43ad-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_70e186e1-e2b0-892a-0614-cfe77bbf43ae-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4b454645-9173-2f23-3fbb-b8dc07fcedcd-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4b454645-9173-2f23-3fbb-b8dc07fcedce-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ad574f24-4380-3a07-f625-76ac6042beda-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ad574f24-4380-3a07-f625-76ac6042bedb-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_5d485b86-0c4b-deaf-3cc3-695cdaa60ad1-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5d485b86-0c4b-deaf-3cc3-695cdaa60ad2-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_84f15215-d210-1549-d95c-e5976b0a08df-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_84f15215-d210-1549-d95c-e5976b0a08e0-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d1f831d6-ba6a-fdf3-250d-e0de296a843f-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d1f831d6-ba6a-fdf3-250d-e0de296a8440-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dda8a1eb-8b5b-fdad-37be-5374d7c8960c-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-dda8a1eb-8b5b-fdad-37be-5374d7c8960d-835e2620 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c4be938e-6ba8-9471-2c65-26324948d176-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a1171ca9-ca74-59e5-a442-ce1a1089a72f-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a1171ca9-ca74-59e5-a442-ce1a1089a730-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-ac4a8c4e-ed98-5581-7819-9024222fa90f-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ac4a8c4e-ed98-5581-7819-9024222fa910-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_574e0f14-fbe4-ffcf-6a2b-71c30b051e37-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_574e0f14-fbe4-ffcf-6a2b-71c30b051e38-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e10711e-3e56-5969-cc6b-9770abbd26bc-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_51bf5770-8b98-f5bd-062a-bbd66957f42b-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-fa71d9e0-7ec5-44ba-2a8f-84e3e8d0b937-835e2620 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fa71d9e0-7ec5-44ba-2a8f-84e3e8d0b938-835e2620 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

