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

body {
  font-family: 'DM Sans', sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 400;
  list-style-type: disc;
}

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

strong {
  color: #2e856e;
  font-weight: 800;
}

em {
  color: #5e5e5e;
  font-style: italic;
}

blockquote {
  width: 89%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 31px 37px;
  border-left: 1px none #000;
  border-radius: 5px;
  background-color: #2e856e;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 5% 50px;
  -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-color: #fff;
}

.hero-section.bg-dark {
  padding-top: 180px;
  padding-bottom: 132px;
  background-color: #083232;
}

.hero-section.bg-green {
  padding-top: 125px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2e856e;
}

.hero-section.bg-gray {
  width: 92%;
  margin-top: -27px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 199px;
  padding-bottom: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #121d3b;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding-right: 2%;
  padding-left: 2%;
  -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-color: #083232;
}

.navigation.no-color {
  background-color: #fff;
}

.navigation.transparent {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.navigation.transpraent {
  margin-bottom: 0px;
  padding-bottom: 1px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.28);
  opacity: 1;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.container.minus {
  margin-top: -103px;
}

.nav-link {
  display: block;
  padding-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 17px;
}

.nav-link:hover {
  color: #888;
}

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

.nav-link.dropdown {
  padding-right: 30px;
}

.nav-link.white {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.nav-link.white:hover {
  color: hsla(0, 0%, 100%, 0.82);
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand.left-margin {
  margin-right: 15px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.arrow-icon {
  top: 1px;
  margin-right: 10px;
  color: #d60b0b;
  font-size: 12px;
  font-weight: 900;
}

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

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(44, 45, 54, 0.05);
}

.dropdown-list.w--open {
  left: -258px;
  z-index: 0;
  width: 333px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 12px 16px 10px rgba(44, 45, 54, 0.3);
}

.dropdown-list.mega-menu.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
}

.dropdown-link {
  z-index: 2;
  width: 100%;
  padding: 7px 30px;
  background-color: #fff;
  opacity: 1;
  color: rgba(17, 17, 17, 0.61);
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  opacity: 1;
  color: #111;
}

.dropdown-link.w--current {
  color: #d60b0b;
}

.mega-shrink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-tag {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 3px;
  background-color: #2e856e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nav-tag.hot {
  background-color: #f64d52;
}

.menu-button {
  width: 25px;
  height: 50px;
  padding: 0px;
  -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;
}

.button {
  padding: 20px 28px;
  border-radius: 5px;
  background-color: #ed2930;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #f64d52;
}

.button.orange {
  background-color: #d60b0b;
}

.button.orange:hover {
  background-color: #f64d52;
}

.button.orange.w--current {
  background-color: #ed2930;
}

.button.subscribe {
  display: block;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button.subscribe.orange {
  background-color: #d60b0b;
}

.button.subscribe.orange:hover {
  background-color: #f8696e;
}

.button.subscribe.orange.full-button {
  width: 100%;
}

.line-1 {
  position: absolute;
  top: 20px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-1.whiter {
  background-color: #fff;
}

.button-wrapper {
  margin-left: 25px;
}

.button-wrapper._15px {
  margin-left: 15px;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  padding: 100px 5%;
  border-top: 0px dashed rgba(0, 0, 0, 0.52);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#80c4ff), color-stop(50%, #b7dcff), to(#80c4ff));
  background-image: linear-gradient(180deg, #80c4ff, #b7dcff 50%, #80c4ff);
  box-shadow: 2px 0 17px 7px transparent;
}

.section.bg-padding-top {
  padding-top: 0px;
}

.section.bg-gray {
  padding-top: 60px;
  padding-bottom: 69px;
  background-color: #e4edef;
}

.section.padding-top {
  padding-top: 220px;
  padding-bottom: 0px;
}

.section._0px-padding-bottom {
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: #083232;
}

.section._0px-padding-top {
  padding-top: 0px;
}

.section.home {
  padding-top: 140px;
  padding-bottom: 0px;
}

.section.homepage-section {
  display: block;
}

.section.bottom {
  display: block;
  padding-top: 180px;
  padding-bottom: 60px;
}

.section.bottom.top {
  padding-top: 120px;
}

.section.bottom.top.home {
  background-image: none;
}

.section.section2 {
  padding-top: 100px;
  box-shadow: 0 -2px 17px 7px rgba(0, 0, 0, 0.41);
  text-decoration: none;
}

.section.section2._33 {
  padding-top: 60px;
  box-shadow: none;
}

.section.automate {
  box-shadow: 2px 0 17px 7px rgba(0, 0, 0, 0.39);
}

.section.about {
  background-image: none;
}

.section.contact {
  background-image: none;
}

.section.services {
  padding-top: 0px;
}

.section.section2-copy {
  padding-top: 100px;
  box-shadow: 0 -2px 17px 7px rgba(0, 0, 0, 0.41);
  text-decoration: none;
}

.section.section2-copy._33 {
  padding-top: 60px;
  box-shadow: none;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid._3 {
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.scribble-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 86px;
  bottom: -28px;
  z-index: 20;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
  text-align: center;
}

.hero-title._50px {
  font-size: 46px;
  line-height: 55px;
}

.hero-title._50px._70-percent {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.hero-title._50px.color-white {
  padding-bottom: 0px;
  color: #313131;
}

.hero-title._50px._50-percent {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.hero-title._50px.inverted-text {
  color: #000;
}

.hero-title.color-white {
  color: #fff;
}

.hero-title.inverted-text {
  color: #ed2930;
}

.add-scribble-below {
  display: none;
  padding-bottom: 1px;
  background-image: url('../images/scribbles-4.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.add-scribble-below.white-version {
  color: #fff;
}

.margin-40px {
  margin-top: 20px;
}

.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-flex.centerize {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features-grid {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-grid._50 {
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.features-photo {
  display: none;
  overflow: hidden;
  min-height: 650px;
  border-radius: 10px;
  background-image: url('../images/team-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxes-grid {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 32px;
  padding-left: 32px;
  -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: 5px;
  background-color: #fff;
  text-align: center;
}

.features-content.padding-box {
  padding-right: 55px;
  padding-left: 55px;
}

.features-content.on-tab {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.features-content.for-intro {
  padding-top: 0px;
  padding-bottom: 20px;
}

.lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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: 100%;
  background-color: #2e856e;
}

.lightbox-link.orange {
  background-color: #f64d52;
}

.margin-15px {
  margin-top: 10px;
}

.scribble-arrow {
  position: relative;
  left: -13px;
  bottom: 17px;
}

.margin-block {
  margin-top: 37px;
}

.margin-block.fsbbp-top {
  margin-top: 20px;
  margin-bottom: 20px;
}

.author-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
}

.author-circle {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-image: url('../images/author.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  min-height: 350px;
  margin-left: -114px;
  -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;
}

.shape {
  position: absolute;
}

.content-inside {
  position: relative;
  z-index: 1;
}

._80-percent-block {
  width: 80%;
  margin-right: 0px;
  margin-left: auto;
}

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

.cookies-wrapper {
  position: fixed;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(44, 45, 54, 0.05);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cookies-font {
  margin-bottom: 0px;
  color: #454545;
}

.cookies-font.check {
  margin-left: 13px;
  font-size: 16px;
}

.cookies-font.check.features-tag {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.cookies-font.check.features-tag.description {
  margin-left: 0px;
  padding-top: 19px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
}

.cookies-font.check.features-tag.description.callerhelper {
  margin-top: 32px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.cookies-font.check.white-check {
  color: #000;
}

.cookies-font.bluelink {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.cookies-font.bluelink:hover {
  color: #ed2930;
}

.remove-icon {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border-radius: 100%;
  background-color: #e4edef;
  background-image: url('../images/icons8-multiply-500.png');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.illustrator-grid {
  display: -ms-grid;
  display: grid;
  height: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.75fr 0px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.illustrator-grid.top {
  margin-top: 4em;
}

.illustrator-grid.fsbbp {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.illustrator-grid.by-four {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.illustrator-grid.cards {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-circle-wrapper {
  width: 90%;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.list-item.no-bottom-line {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.number-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -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;
  color: #2e856e;
  font-size: 44px;
  line-height: 46px;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  text-align: center;
}

.team-content {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.team-image {
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/person-1.jpeg');
  background-position: 50% 50%;
  background-size: 125px;
}

.team-image._2 {
  background-image: url('../images/person-2.jpeg');
  background-position: 50% 0%;
}

.team-image._3 {
  background-image: url('../images/person-3.jpeg');
}

.line-divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 46px;
  background-color: #ececec;
  text-align: center;
}

.line-divider.blog-single {
  margin-top: 50px;
  background-color: #e1e1e1;
}

.subscribe-wrapper {
  margin-top: 50px;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form.left-form {
  margin-left: 0px;
}

.form.schelude {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #222;
}

.text-field::-webkit-input-placeholder {
  color: #111;
}

.text-field:-ms-input-placeholder {
  color: #111;
}

.text-field::-ms-input-placeholder {
  color: #111;
}

.text-field::placeholder {
  color: #111;
}

.text-field.margin-bottom {
  margin-bottom: 10px;
}

.text-field.area {
  height: auto;
  padding-top: 11px;
  padding-bottom: 78px;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #2e856e;
  background-size: 8px;
}

.checkbox.move {
  position: relative;
  top: 4px;
}

.checkbox-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
}

.checkbox-field {
  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;
}

.checkbox-field.margin-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field.contact-check {
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field.contact-check.less-margin {
  margin-top: 10px;
}

.social-wrapper {
  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;
  border-right: 1px solid #e1e1e1;
}

.social-wrapper.left {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
}

.social-wrapper.no-line {
  border-right-style: none;
}

.or-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 1px;
  margin: 50px auto 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;
  background-color: #fff;
}

.or-block {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e4edef;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  margin-right: 5px;
  margin-left: 5px;
  -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: 100%;
  background-color: #2e856e;
}

.social-icon:hover {
  background-color: #226d59;
}

.social-icon.only-left {
  margin-right: 10px;
  margin-left: 0px;
  background-color: #d6210d;
  color: #d6210d;
}

.sub-heading {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.sub-heading.color-white {
  display: none;
  color: #fff;
}

.sub-heading.color-white.center {
  text-align: center;
}

.sub-heading.inverted-text {
  padding-top: 10px;
}

.sub-heading.top {
  margin-top: 2em;
}

.sub-heading.left {
  text-align: center;
}

.sub-heading.underline {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-color: #fff;
}

.hero-title-center {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-title-center.left {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.hero-title-center.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 30px;
  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;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/scribbles-3.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.welcome-icon.left {
  margin-left: 0px;
}

.circle-testimonials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  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;
}

.testimonials-circle {
  position: relative;
  left: 25px;
  width: 110px;
  height: 110px;
  margin-left: -25px;
  border: 6px solid #083232;
  border-radius: 100%;
  background-color: #e4edef;
}

.testimonials-circle._1 {
  background-image: url('../images/author.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-circle._2 {
  background-image: url('../images/person-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-circle._3 {
  background-image: url('../images/person-1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-slider {
  width: 40%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-nave {
  position: relative;
  top: 15px;
}

.arrow-display-none {
  display: none;
}

.centerize-block {
  text-align: center;
}

.paragraph-white {
  margin-bottom: 0px;
  color: #000;
  font-weight: 400;
}

.heading-white {
  color: #fff;
}

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

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

.features-second-grid._5-column {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-second-grid._4-column {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contribute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-height: 87px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -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: 0px solid #e1e1e1;
  border-radius: 10px;
}

.tag-text {
  padding: 45px 22px 40px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.tag-text.color {
  background-color: #fff;
  color: #f64d52;
  font-weight: 700;
}

.tag-text.green {
  background-color: #99aea2;
}

.tag-text.absolute {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
}

.tag-text.for-blog {
  background-color: #fff;
}

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

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

.first-one {
  height: 390px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #2e856e;
}

.first-one.only-bottom {
  margin-top: 0px;
  margin-bottom: 30px;
}

.first-one.only-bottom.photo-2 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-one.photo-3 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-one {
  height: 300px;
  border-radius: 10px;
  background-color: #2e856e;
}

.second-one.photo-1 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-one.photo-4 {
  background-image: url('../images/photo-3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._99-percent-block {
  width: 99%;
}

.carers-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 Area";
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.carers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 70px;
  -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;
  border-radius: 10px;
  background-color: #2e856e;
}

.carers-block.orange {
  -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-color: #ed2930;
}

.carers-photo {
  position: relative;
  border-radius: 10px;
}

.carers-photo.photo-2 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
}

.carers-photo.photo-3 {
  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;
  background-image: url('../images/banner.jpg');
  background-position: 50% 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.hero-banner {
  position: relative;
  z-index: 13;
  width: 100%;
  height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  border-radius: 20px;
  background-color: #e4edef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/banner.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-inside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

._50-percent-block {
  width: 50%;
}

.tab-testimonials-block {
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.tab-testimonials-block._50px {
  margin-top: 80px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.client-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -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: 5px;
  background-color: transparent;
}

.client-tab.w--current {
  background-color: #0d3838;
}

.paragraph-client {
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 39px;
  line-height: 42px;
  text-align: center;
}

._70-percent-block {
  width: 70%;
}

._70-percent-block.auto {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.tab-vertical-block {
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-feautres {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 30px 20px;
  border-radius: 10px;
  background-color: transparent;
}

.tab-feautres.w--current {
  background-color: #f3f7f8;
}

.tab-panel {
  height: 100%;
}

.tab-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px;
  -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: 10px;
  background-color: #2e856e;
}

.tab-photo.photo-1 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-photo.photo-2 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-photo.photo-3 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.counters-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #083232;
}

.counters-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.counters-grid._90-percent {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.counters-content {
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.section-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
  background-color: #f2f8fa;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._90-percent-block {
  width: 88%;
}

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

.testimonials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2e856e;
  text-align: center;
}

.toggle-wrapper {
  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;
  -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;
  border-bottom: 1px solid #d3dee0;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px;
}

.toggle-content {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.toggle-content.w--open {
  padding-top: 0px;
}

.toggle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -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;
  border-radius: 5px;
  background-color: #fff;
}

.success-message {
  border-radius: 10px;
  background-color: #2e856e;
  color: #fff;
  font-size: 17px;
}

.error-message {
  width: 100%;
  border-radius: 10px;
  background-color: #f64d52;
  color: #fff;
  text-align: center;
}

.flex-content {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.membership {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.membership._70-percent {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.membership-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.membership-list.in-pricing {
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.check-green {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('../images/Bullet_typography.svg.png');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  opacity: 0.58;
}

.check-green:hover {
  color: #ed2930;
}

.illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40em;
  -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;
  text-align: center;
}

.illustration.left-align {
  height: 30em;
  -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;
}

.illustration.smart-blower {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line-2 {
  position: absolute;
  top: 27px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-2.whiter {
  background-color: #fff;
}

.line-3 {
  position: absolute;
  top: 34px;
  width: 25px;
  height: 3px;
  border-radius: 20%;
  background-color: #111;
}

.line-3.whiter {
  background-color: #fff;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.photo-about {
  min-height: 210px;
  border-radius: 10px;
  background-image: url('../images/photo-3.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-about._2 {
  background-image: url('../images/photo-1.jpg');
  background-position: 50% 0%;
}

.photo-about._3 {
  background-image: url('../images/photo-2.jpg');
  background-position: 50% 100%;
}

.photo-about._4 {
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
}

.photo-about._5 {
  background-image: url('../images/photo-4.jpg');
  background-position: 50% 100%;
}

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

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

.pricing-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 39px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

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

.price-tag {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 55px;
}

.small {
  display: inline-block;
  margin-right: 3px;
  font-size: 30px;
}

.office-block {
  display: -ms-grid;
  display: grid;
  width: 60%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.office-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px 35px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.blog-wrapper {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.blog-content {
  overflow: hidden;
  width: 96%;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #111;
  text-decoration: none;
}

.blog-content:hover {
  color: #2e856e;
}

.blog-content.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-content._100 {
  width: 100%;
}

.blog-white-bg {
  padding: 40px 40px 30px;
  background-color: #fff;
}

.blog-white-bg.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-white-bg._0-left {
  padding-right: 139px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.blog-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-photo.normal {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.blog-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 35px;
}

.blog-tags {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  -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;
  border-radius: 15px;
  background-color: #2e856e;
}

.data {
  margin-bottom: 15px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flex-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-body {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.rounded-image {
  border-radius: 10px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 5% 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;
  background-color: #083232;
}

.footer.white-bg {
  border-style: solid;
  border-width: 1px;
  border-color: #c4c3c3;
  border-radius: 0px;
  background-color: #fff;
}

.footer-gird {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-4 Area-2";
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark-title {
  display: block;
  color: #000;
}

.footer-logo {
  height: 30px;
}

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

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: rgba(228, 237, 239, 0.06);
}

.footer-divider.white-bg {
  background-color: #ededed;
}

.copyright {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.copyright.gray {
  color: #000;
}

.copyright-flex {
  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;
}

.copyright-dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #cf1c1f;
}

.utility-icon {
  margin-right: auto;
  margin-left: auto;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-color: #315acb;
}

.color-block.primary-lighy {
  background-color: #2e856e;
}

.color-block.secondary {
  background-color: #f64d52;
}

.caption {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 10px;
  color: #555;
}

.light-gray-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #e4ecfa;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.grayscale-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  clear: left;
  border-radius: 4px;
}

.light-gray-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 0px;
  background-color: #99a3ba;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  height: 100%;
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color: #6c7486;
}

.type-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #e4edef;
}

.type-column.right {
  margin-right: 0px;
}

.regular-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.text-highlight {
  width: 42%;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #fff;
}

.light-block {
  width: 100%;
  padding: 20px 20px 40px 45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e4edef;
}

.light-block-second {
  width: 100%;
  padding: 20px 20px 40px 45px;
  background-color: #e4edef;
}

.light-block-second.rounded-bottom {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.typography-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medium {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.licensing-block {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.licensing-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 25px;
  border-radius: 10px;
  background-color: #e4edef;
}

.licensing-content.verical {
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.shrink-item {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shrink-item.flex {
  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;
}

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

.icon-size {
  width: 50px;
}

.presantation-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px 10px 0px 0px;
  background-color: #e4edef;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 41px;
  -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: 10px;
  background-color: #f7f9fa;
  text-decoration: none;
}

.page-wrapper.make-white {
  background-color: #fff;
}

.page-content {
  overflow: hidden;
  width: 90%;
  height: 243px;
  margin-top: 30px;
  border-radius: 10px;
}

.intro-image {
  width: 100%;
}

.intro-image.full {
  border-radius: 10px;
}

.sub-hero-section {
  position: relative;
  padding: 100px 5% 40px;
  background-color: #2c2c2c;
}

.sub-hero-section.in-blog-page {
  padding-bottom: 172px;
}

.bg-utility {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -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-color: #e4edef;
}

.bg-utility.dark-green {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.05);
}

.welcome-hero {
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 154px 5% 90px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #083232;
}

.features-section {
  position: relative;
  padding: 120px 5%;
  background-color: #083232;
}

.get-started-section {
  position: relative;
  display: block;
  padding: 70px 5%;
  background-color: #b2c0db;
}

.logo-section {
  padding: 60px 5%;
  background-color: #2e856e;
}

.section-700px {
  position: relative;
  height: 700px;
  padding-top: 120px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e4edef;
}

.faq-section {
  position: relative;
  height: 930px;
  padding: 120px 5%;
  background-color: #e4edef;
}

.services-section {
  display: block;
  padding: 60px 5%;
}

.testimonials-section {
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 5%;
  border-radius: 10px;
  background-color: #083232;
}

.gray-section {
  position: relative;
  padding: 120px 5%;
  background-color: #e4edef;
}

.scribble-2 {
  position: absolute;
  left: 23px;
  top: 122px;
  right: auto;
  bottom: auto;
  display: none;
  width: 60px;
}

.scribble-3 {
  position: absolute;
  left: 50px;
  bottom: -24px;
  z-index: 20;
}

.scribble-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: -2%;
  width: 400px;
}

.scribble-6 {
  position: absolute;
  left: -39px;
  top: -39px;
}

.scribble-footer {
  position: absolute;
  left: auto;
  top: 31%;
  right: -1%;
  bottom: 0%;
}

.scribble-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2%;
  bottom: 2%;
  display: none;
  width: 150px;
}

.scribble-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: -6%;
  width: 150px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.82);
}

.footer-link.black {
  color: #595959;
  text-align: center;
}

.footer-link.black:hover {
  color: rgba(0, 0, 0, 0.7);
}

.image {
  margin-left: 91px;
  padding-left: 0px;
  text-align: left;
}

.form-block {
  display: none;
}

.image-2 {
  width: 100%;
  margin-bottom: 70px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.23);
  opacity: 1;
  text-align: center;
}

.slide {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Image-from-HomePg-1-1-page-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-2 {
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.list-item-2 {
  border-radius: 0px;
  font-weight: 400;
}

.image-3 {
  text-align: left;
}

.image-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #3e59a8;
  text-align: center;
}

.image-5 {
  border-radius: 20px;
  background-color: #3d59a8;
  text-align: center;
}

.image-6 {
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-6.rotate {
  display: inline-block;
  overflow: hidden;
  width: 15em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-2 {
  width: 100%;
  margin-top: 1em;
  grid-template-areas: "Area Area-2 Area-3 Area-4"
    "Area-5 Area-6 Area-7 Area-8"
    ". Area-10 Area-11 .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block {
  color: #595959;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.dropdown-2 {
  display: block;
}

.dropdown-3 {
  display: none;
}

.dropdown-4 {
  display: none;
}

.link {
  color: #f64d52;
}

._83-24-grid {
  grid-row-gap: 16px;
  grid-template-areas: "Header Header Header Header"
    ". . . ."
    "Image-1 Text-Area Text-Area Large-Image"
    "Image-2 Text-Area Text-Area Large-Image"
    "Image-3 Image-4 Image-5 Image-6";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: 1fr auto auto auto auto;
}

.container-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-3 {
  margin-top: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
  grid-template-areas: ". Area . Area-2";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  border-radius: 12px;
}

.grid-3.clients {
  border-width: 0px;
}

.heading-3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.heading-3.top {
  margin-top: 1em;
}

.heading-3.top.center {
  text-align: center;
}

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

.image-7 {
  max-width: 90%;
  text-align: center;
}

.image-8 {
  max-width: 95%;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.paragraph.footerlocation {
  margin-bottom: 10px;
  padding-bottom: 0px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.paragraph.right {
  display: block;
  color: #000;
  font-size: 20px;
  text-align: left;
}

.paragraph.right.top {
  margin-top: 31px;
}

.paragraph-2 {
  color: #595959;
  font-weight: 400;
}

.image-9 {
  padding-left: 0px;
}

.image-12 {
  max-width: 80%;
}

.image-13 {
  max-width: 90%;
}

.image-14 {
  max-width: 95%;
  padding-bottom: 38px;
}

.image-15 {
  max-width: 90%;
}

.google-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.lottie-animation {
  display: none;
  width: 60%;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #121d3b;
  font-weight: 700;
}

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

.text-block-3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.footerphone {
  color: #595959;
}

.velvwebsite {
  color: #2246bc;
}

.heading-5 {
  background-image: linear-gradient(172deg, #000, #ad0606 50%);
  font-family: 'Infinium guardian', sans-serif;
  color: #c30a0a;
  font-size: 42px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-5.gradient {
  padding-right: 10px;
  padding-left: 10px;
  background-image: linear-gradient(172deg, #3c58a7, #ad0606 27%, #ed2930);
  color: #ed2930;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

.heading-5.gradient.tagline {
  font-size: 20px;
  line-height: 26px;
}

.heading-5.tagline {
  background-image: none;
  color: #000;
  font-size: 20px;
}

.text-block-4 {
  padding-top: 46px;
  font-family: 'Infinium guardian', sans-serif;
  text-align: center;
  letter-spacing: 8px;
}

.tagline {
  margin-top: 28px;
  padding-top: 0px;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

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

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

.list-item-3 {
  font-weight: 400;
}

.list-item-4 {
  font-weight: 400;
}

.list-item-5 {
  font-weight: 400;
}

.list-item-6 {
  font-weight: 400;
}

.list-item-7 {
  font-weight: 400;
}

.list-item-8 {
  font-weight: 400;
}

.list-item-9 {
  font-weight: 400;
}

.list-item-10 {
  font-weight: 400;
}

.list-item-11 {
  font-weight: 400;
}

.feature-bullets {
  font-weight: 400;
}

.feature-bullets li {
  font-size: 16px;
}

.list-item-12 {
  list-style-type: disc;
}

.remove-circle {
  list-style-type: none;
}

.list-2 {
  margin-bottom: 0px;
}

.ss-bingo-kiosk {
  width: 13em;
  text-align: left;
}

.list-item-text {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  list-style-type: disc;
}

.list-item-text.center-text {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  text-align: left;
  list-style-type: disc;
}

.list-item-text {
  padding-bottom: 5px;
}

.ebms-image {
  width: 32em;
}

.list-3 {
  padding-right: 40px;
}

.mpos-image {
  width: 30em;
}

.ebpu-image-1 {
  width: 25em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #3e59a8;
  text-align: center;
}

.ebpu-image-2 {
  width: 25em;
  border-radius: 20px;
  background-color: #3d59a8;
  text-align: center;
}

.fsbbp-left._100-width {
  width: 100%;
  text-align: center;
}

.fsbbp-right._100-width {
  width: 100%;
  text-align: center;
}

.fsbbp-top {
  margin-bottom: 40px;
}

.fsbbp-top.regular {
  font-weight: 400;
}

.paragraph-3 {
  font-weight: 400;
}

.by-four {
  grid-template-areas: "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._6on-by-4 {
  width: 20em;
}

._12on-image {
  width: 35em;
}

._3on-image-6 {
  width: 10em;
}

._3on-image-6.smaller {
  width: 9.1em;
}

._3on-image-6.bigger {
  width: 10.5em;
}

.dual-action-image-left {
  width: 35em;
}

._3on-image-2 {
  width: 10em;
}

._3on-image-4 {
  width: 10em;
}

._3on-image-4.smaller {
  width: 9.1em;
}

._3on-image-4.bigger {
  width: 10.5em;
}

._3on-image-3 {
  width: 10em;
}

._3on-image-3.smaller {
  width: 9.1em;
}

._3on-image-3.bigger {
  width: 10.5em;
}

._3on-image-2-copy {
  width: 10em;
}

.dual-action-image-right {
  width: 35em;
}

._3on-fold-image-right {
  width: 20em;
}

._3on-fold-image-left {
  width: 20em;
}

.pick-8-image-left {
  width: 20em;
}

.pick-8-image-right {
  width: 20em;
}

.aybs-image {
  width: 25em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #3e59a8;
  text-align: center;
}

.fech-image {
  width: 25em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #3e59a8;
  text-align: center;
}

.fech-image.top {
  margin-top: 2em;
}

.vf-image {
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.vf-image.rotate {
  display: inline-block;
  overflow: hidden;
  width: 15em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.vf-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -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;
}

.vf-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 312px;
  -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;
  text-align: center;
}

.vf-right._100-width {
  width: 100%;
  text-align: center;
}

.vf-left._100-width {
  width: 100%;
  text-align: center;
}

.single-panle-image {
  width: 35em;
}

._5-panel-image {
  width: 35em;
}

.vf-center-image {
  padding-bottom: 2em;
}

.underline {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.sm-image {
  width: 18em;
}

.bingo-ball-images {
  position: relative;
  left: -18.5em;
  top: -9.5em;
  width: 10em;
}

.bingo-ball-enlarge-images {
  position: relative;
  left: -29.2em;
  top: -13.5em;
  width: 10em;
}

.list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.device-image {
  width: 14.5em;
  text-align: left;
}

.device-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.bingo-daubers-image {
  width: 30em;
}

.sub-dropdown {
  width: 100%;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 7px 60px 7px 30px;
}

.dropdown-toggle-2:hover {
  color: #000;
}

.dropdown-toggle-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-list-right {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list-right.w--open {
  left: 318px;
  top: 0px;
  z-index: 999;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #ed2930;
  box-shadow: 0 12px 16px 10px rgba(44, 45, 54, 0.3);
}

.text-block-5 {
  color: rgba(17, 17, 17, 0.61);
  font-size: 16px;
}

.text-block-5:hover {
  color: #000;
}

.sub-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ed2930;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.sub-dropdown-link:hover {
  background-color: #fff;
  opacity: 0.9;
  color: #000;
}

.sub-dropdown-link.w--current {
  width: 100%;
  color: #fff;
}

.sub-dropdown-link.w--current:hover {
  color: rgba(17, 17, 17, 0.61);
}

.rotate-icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ebms-image-1 {
  width: 100%;
}

.ss-bingo-kiosk---2 {
  width: 100%;
}

.ebms-image-3 {
  width: 100%;
}

.ebms-image-4 {
  width: 100%;
}

.slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  background-color: transparent;
}

.icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-2 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-16 {
  width: 100%;
  height: auto;
}

.ss-bingo-kiosk---1 {
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: auto;
}

.ebms-image-2 {
  width: 100%;
}

.mpos-image-1 {
  width: 100%;
}

.mpos-image-2 {
  width: 100%;
}

.ss-bingo-kiosk---1-copy {
  width: 100%;
}

.ebpu-image1 {
  width: 100%;
}

.ebpu-image2 {
  width: 100%;
}

.ebpu-image3 {
  width: 100%;
}

.illustrator-grid-copy {
  display: -ms-grid;
  display: grid;
  height: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 0.75fr 0px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.illustrator-grid-copy.top {
  margin-top: 4em;
}

.illustrator-grid-copy.fsbbp {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.illustrator-grid-copy.by-four {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.illustrator-grid-copy.cards {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.margin-80px {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.home-page-link-block {
  text-decoration: none;
}

.home-page-link-block:hover {
  color: #ed2930;
}

.heading-20 {
  background-image: linear-gradient(172deg, #000, #ad0606 50%);
  font-family: 'Infinium guardian', sans-serif;
  color: #c30a0a;
  font-size: 42px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-20.gradient {
  margin-top: -14px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.heading-20.gradient.tagline {
  font-size: 20px;
  line-height: 26px;
}

.heading-20.tagline {
  background-image: none;
  color: #000;
  font-size: 20px;
}

.bold-text {
  color: #000;
}

.text-span {
  color: #000;
  font-weight: 400;
}

.text-span-2 {
  color: #000;
}

.hompage-slider {
  width: 100%;
  height: 50vh;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: transparent;
}

.hp-image {
  height: 44vh;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -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;
  background-color: #fff;
}

.section-header37 {
  height: 44vh;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-top.margin-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.text-size-medium {
  margin-bottom: 20px;
  color: rgba(17, 17, 17, 0.61);
  font-size: 1.125rem;
}

.button-secondary {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: #ed2930;
  color: transparent;
  text-align: center;
}

.button-2 {
  width: 100%;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  background-color: #3c58a7;
  color: #fff;
  text-align: center;
}

.header37_image {
  width: 100%;
  height: 44vh;
  padding-top: 10px;
  padding-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header37_component {
  display: -ms-grid;
  display: grid;
  height: 44vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header37_content {
  max-width: 40rem;
  margin-right: 6vw;
  margin-left: 1rem;
}

.homepage-heading {
  color: #3c58a7;
}

.leftside-image-container {
  display: none;
}

.navbar1_dropdwn-toggle {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.navbar1_menu-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-icon {
  margin-top: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.button-secondary-2 {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-secondary-2.is-button-small {
  padding: 0.5rem 1.25rem;
}

.navbar1_link {
  padding: 0.5rem 1rem;
}

.navbar1_link.w--current {
  color: transparent;
}

.navbar1_logo {
  width: 60%;
}

.navbar1_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: transparent;
}

.navbar1_dropdown-list {
  left: -327px;
  top: 56px;
}

.navbar1_dropdown-list.w--open {
  padding: 0.5rem;
  border: 1px solid #000;
  background-color: #fff;
}

.navbar1_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar1_logo-link {
  padding-left: 0px;
}

.navbar1_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-3.is-button-small {
  padding: 0.5rem 1.25rem;
}

.navbar1_menu-button {
  padding: 0rem;
}

.navbar1_component {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 4.5rem;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

@media screen and (min-width: 1440px) {
  .container.center-allign {
    -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;
  }

  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .section.section2._33 {
    padding-top: 100px;
  }

  .section.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.section2-copy._33 {
    padding-top: 100px;
  }

  .hero-title.inverted-text {
    max-width: 1200px;
  }

  .align-center {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .align-center.home {
    top: 90%;
  }

  .carers-grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .lottie-animation {
    max-width: 1200px;
  }

  .hompage-slider {
    position: absolute;
  }

  .leftside-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .leftside-image-container.bingo-paper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .hero-section.bg-dark {
    padding-top: 126px;
  }

  .hero-section.bg-green {
    padding-top: 107px;
  }

  .hero-section.bg-gray {
    width: 100%;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .navigation {
    min-height: 70px;
  }

  .navigation.no-color {
    position: absolute;
  }

  .navigation.transparent {
    position: absolute;
  }

  .navigation.transpraent {
    position: absolute;
    padding-right: 10%;
    padding-left: 10%;
  }

  .container.flex {
    position: static;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-link.dropdown {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link.white {
    color: #111;
  }

  .nav-link.white:hover {
    color: #888;
  }

  .brand {
    padding-left: 5em;
  }

  .nav-menu {
    padding-bottom: 20px;
    background-color: #fff;
  }

  .arrow-icon {
    margin-right: 40px;
    font-size: 20px;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0em;
    z-index: 0;
  }

  .dropdown-link {
    padding: 14px 10px;
    text-align: center;
  }

  .menu-button {
    z-index: 1;
    height: 59px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .line-1 {
    background-color: #ed2930;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrapper.version-2 {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .button-wrapper._15px._0px-top {
    margin-top: 0px;
  }

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

  .section._0px-padding-bottom {
    padding-top: 70px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-grid._3 {
    width: 100%;
  }

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

  .scribble-1 {
    width: 80px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }

  .button-flex.in-blog-item {
    margin-top: 20px;
  }

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

  .features-grid._50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .features-content.padding-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-content.on-tab {
    padding-bottom: 0px;
  }

  .margin-block {
    margin-top: 20px;
  }

  .author-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .author-wrapper {
    width: 900px;
    margin-left: -76px;
  }

  .cookies-wrapper {
    min-width: 560px;
  }

  .cookies-font {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .remove-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustrator-grid {
    justify-items: center;
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .illustrator-grid.fsbbp {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .list-circle-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .form {
    width: 100%;
  }

  .form.schelude {
    width: 50%;
  }

  .hero-title-center {
    width: 90%;
  }

  .testimonials-slider {
    width: 80%;
  }

  .margin-50px.no-top {
    margin-top: 0px;
  }

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-second-grid._4-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contribute-wrapper {
    width: 100%;
  }

  .tag-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .grid-photo {
    margin-top: 40px;
  }

  .carers-grid {
    grid-template-areas: "Area-2"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .carers-block {
    min-height: 550px;
  }

  .hero-banner {
    padding-right: 27px;
    padding-bottom: 34px;
    padding-left: 27px;
  }

  ._50-percent-block {
    width: 80%;
  }

  .tab-testimonials-block._50px {
    width: 100%;
  }

  .client-tab {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._70-percent-block.auto {
    width: 100%;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-feautres {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3333%;
    -ms-flex: 0 33.3333%;
    flex: 0 33.3333%;
  }

  .tab-panel {
    height: 600px;
  }

  .counters-block {
    width: 100%;
  }

  .counters-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .counters-content {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .testimonials-block {
    padding-right: 132px;
    padding-left: 132px;
  }

  .membership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .membership-list {
    margin-bottom: 15px;
  }

  .check-green {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration {
    width: 80%;
    height: 38em;
    margin: 30px auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .line-2 {
    background-color: #ed2930;
  }

  .line-3 {
    background-color: #ed2930;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .photo-about {
    min-height: 110px;
  }

  .pricing-gird {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .office-block {
    width: 100%;
  }

  .blog-content {
    width: 100%;
  }

  .blog-content.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-white-bg.center-flex {
    padding-right: 36px;
    padding-left: 36px;
  }

  .blog-body {
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-gird {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .light-gray-2 {
    width: 33.3333%;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .licensing-block {
    width: 100%;
  }

  .presantation-grid {
    padding: 25px;
  }

  .page-content {
    width: 100%;
    height: 150px;
  }

  .sub-hero-section {
    padding-top: 99px;
    padding-bottom: 69px;
  }

  .bg-utility {
    height: 800px;
  }

  .section-700px {
    height: auto;
    padding-bottom: 120px;
  }

  .faq-section {
    height: auto;
  }

  .services-section {
    display: block;
  }

  .scribble-2 {
    top: 91px;
    width: 40px;
  }

  .scribble-3 {
    width: 80px;
  }

  .scribble-4 {
    width: 200px;
  }

  .scribble-5 {
    right: 6%;
    width: 100px;
  }

  .scribble-7 {
    width: 100px;
  }

  .list {
    width: 100%;
  }

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

  .fsbbp-left {
    width: 100%;
  }

  .vf-grid {
    width: 80%;
    margin: 30px auto;
  }

  .underline {
    text-align: center;
  }

  .dropdown-toggle-2 {
    padding: 14px 10px;
    text-align: center;
  }

  .dropdown-toggle-2.w--open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list-right.w--open {
    position: relative;
    left: 0em;
  }

  .sub-dropdown-link {
    padding: 14px 10px;
    -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;
  }

  .rotate-icon {
    margin-right: 40px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18px;
  }

  .slider {
    height: auto;
  }

  .illustrator-grid-copy {
    justify-items: center;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .illustrator-grid-copy.inverse-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-80px.no-top {
    margin-top: 0px;
  }

  .list-4 {
    padding-left: 40px;
  }

  .list-5 {
    width: 100%;
    padding-left: 40px;
  }

  .icon-3 {
    margin-right: 0px;
  }

  .icon-4 {
    margin-left: 0px;
    color: #fff;
  }

  .header37_image-wrapper {
    margin-left: 40px;
  }

  .header37_image-wrapper.custom {
    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;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top.margin-small {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .header37_image {
    height: auto;
    max-height: none;
  }

  .header37_image.custom {
    width: 60%;
  }

  .header37_component {
    min-height: auto;
  }

  .header37_content {
    width: 36vw;
    margin-right: 5%;
    margin-left: 5%;
  }

  .navbar1_dropdwn-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar1_menu-buttons {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .menu-icon1_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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-color: #000;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .navbar1_link {
    width: auto;
    padding: 0.75rem 0rem;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: 0.75rem 0rem 0.75rem 5%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    padding: 0px;
    border-style: none;
  }

  .menu-icon1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -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;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar1_menu {
    overflow: auto;
    padding: 1rem 5% 2rem;
    border-bottom: 1px solid #000;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar1_menu-button.w--open {
    background-color: transparent;
  }

  .navbar1_component {
    display: none;
  }

  .navbar1_button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.bg-dark {
    padding-bottom: 65px;
  }

  .hero-section.bg-green {
    padding-top: 95px;
  }

  .hero-section.bg-gray {
    padding-bottom: 75px;
  }

  .navigation {
    padding-right: 3%;
    padding-left: 3%;
  }

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

  .dropdown-list.mega-menu.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .hero-title {
    font-size: 50px;
    line-height: 55px;
  }

  .hero-title._50px._70-percent {
    width: 100%;
  }

  .hero-title._50px._50-percent {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-photo {
    min-height: 450px;
  }

  .boxes-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .features-content {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .features-content.for-intro {
    padding-right: 5px;
    padding-left: 5px;
  }

  .author-quote {
    width: 100%;
  }

  .author-circle {
    width: 100px;
    height: 100px;
  }

  .author-wrapper {
    width: 100%;
  }

  .cookies-wrapper {
    min-width: 400px;
  }

  .form.schelude {
    width: 100%;
  }

  .hero-title-center {
    width: 100%;
  }

  .features-second-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .first-one {
    height: 320px;
  }

  .second-one {
    height: 200px;
  }

  .carers-block {
    padding-right: 37px;
    padding-left: 37px;
  }

  .hero-banner {
    height: 550px;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-tab {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .paragraph-client {
    width: 90%;
  }

  .tabs-menu-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-feautres {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .tab-panel {
    height: 400px;
  }

  ._90-percent-block {
    width: 100%;
  }

  .illustration {
    height: 25em;
  }

  .gird-photo {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .photo-about {
    min-height: 150px;
  }

  .office-block {
    min-height: 150px;
    grid-column-gap: 30px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presantation-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0px;
  }

  .page-content {
    height: 299px;
  }

  .welcome-hero {
    width: 100%;
    padding-top: 109px;
    padding-bottom: 63px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

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

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

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

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

  .scribble-4 {
    width: 100px;
  }

  .scribble-footer {
    width: 50px;
  }

  .scribble-7 {
    right: 5%;
    bottom: -10%;
  }

  .grid-2 {
    margin-top: 1em;
    grid-template-areas: "Area Area Area-2 Area-2"
      "Area-3 Area-3 Area-4 Area-4"
      "Area-5 Area-5 Area-6 Area-6"
      "Area-7 Area-7 Area-8 Area-8"
      "Area-10 Area-10 Area-11 Area-11";
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .by-four {
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vf-center-image {
    height: auto;
  }

  .sm-image {
    width: 13em;
  }

  .bingo-ball-images {
    left: -13em;
    width: 8em;
  }

  .bingo-ball-enlarge-images {
    left: -21.5em;
    width: 7.5em;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .navbar1_logo-link {
    padding-left: 0px;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 99px;
  }

  .hero-section.bg-green {
    padding-top: 86px;
  }

  .hero-section.bg-gray {
    padding-top: 114px;
  }

  .container.flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand {
    padding-left: 0px;
  }

  .arrow-icon {
    margin-right: 20px;
  }

  .dropdown-link {
    text-align: left;
  }

  .menu-button {
    width: 35px;
  }

  .line-1 {
    width: 35px;
  }

  .button-wrapper.version-2 {
    display: none;
  }

  .button-wrapper._15px._0px-top {
    margin-top: 15px;
    margin-left: 0px;
  }

  .section.home {
    padding-bottom: 40px;
  }

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

  .logo-grid._3 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .scribble-1 {
    width: 80px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-title._50px {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title.color-white {
    padding-bottom: 48px;
  }

  .button-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-flex.centerize {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-photo {
    min-height: 320px;
  }

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

  .lightbox-link {
    width: 80px;
    height: 80px;
  }

  .author-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author-wrapper {
    min-height: auto;
    margin-top: 30px;
    margin-left: 0px;
  }

  .shape {
    display: none;
  }

  ._80-percent-block {
    width: 100%;
    text-align: center;
  }

  .cookies-wrapper {
    min-width: 300px;
  }

  .cookies-font.check.features-tag {
    margin-top: 15px;
    margin-left: 0px;
  }

  .cookies-font.bluelink {
    text-align: left;
  }

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

  .align-center.home {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .team-content {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .sub-heading {
    font-weight: 500;
  }

  .hero-title-center {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-title-center._0px {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials-slider {
    width: 90%;
  }

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

  .features-second-grid._5-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features-second-grid._4-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contribute-wrapper {
    min-height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-photo {
    grid-column-gap: 15px;
  }

  .first-one {
    height: 180px;
  }

  .first-one.only-bottom.photo-2 {
    margin-bottom: 15px;
  }

  .first-one.photo-3 {
    margin-top: 15px;
  }

  .second-one {
    height: 120px;
  }

  .carers-block {
    min-height: 450px;
    padding: 47px 22px;
  }

  .hero-banner {
    height: 400px;
    padding: 28px 8px 16px;
  }

  ._50-percent-block {
    width: 90%;
  }

  .tab-testimonials-block._50px {
    margin-top: 50px;
  }

  .paragraph-client {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .tab-panel {
    height: 300px;
  }

  .counters-block {
    padding-right: 13px;
    padding-left: 13px;
  }

  .counters-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-overlay {
    width: 0%;
  }

  .testimonials-block {
    padding: 30px 14px;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .membership {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .membership._70-percent {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .illustration {
    width: 100%;
  }

  .line-2 {
    width: 35px;
  }

  .line-3 {
    width: 35px;
  }

  .gird-photo {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .photo-about {
    min-height: 140px;
  }

  .office-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    width: 100%;
  }

  .blog-white-bg {
    padding: 20px 23px 10px;
  }

  .blog-white-bg.center-flex {
    padding-right: 19px;
    padding-bottom: 20px;
    padding-left: 19px;
  }

  .blog-white-bg._0-left {
    padding-right: 0px;
  }

  .blog-title {
    font-size: 23px;
    line-height: 30px;
  }

  .footer-gird {
    grid-row-gap: 30px;
    grid-template-areas: "Area"
      "Area-4"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto auto auto;
  }

  .footer-column {
    text-align: center;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-dot {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .light-gray-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grayscale-parent {
    height: 55px;
  }

  .light-gray-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

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

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

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .typography-flex {
    width: 68%;
  }

  .type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licensing-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shrink-item {
    margin-right: 0px;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0px;
  }

  .page-wrapper {
    padding-top: 15px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-content {
    height: 171px;
    margin-top: 15px;
  }

  .sub-hero-section {
    padding-top: 171px;
    padding-bottom: 33px;
  }

  .sub-hero-section.in-blog-page {
    padding-bottom: 136px;
  }

  .bg-utility {
    height: 650px;
  }

  .welcome-hero {
    padding-top: 91px;
    padding-bottom: 50px;
  }

  .scribble-2 {
    display: none;
  }

  .scribble-3 {
    left: 19px;
  }

  .scribble-6 {
    left: -3px;
    top: -19px;
    width: 50px;
  }

  .list {
    padding-left: 20px;
  }

  .image-4 {
    margin-top: -102px;
    padding-top: 0px;
  }

  .image-5 {
    width: 80%;
  }

  .image-6.rotate {
    width: 10em;
  }

  .grid-2 {
    grid-template-areas: "Area Area Area-2 Area-2"
      "Area-3 Area-3 Area-4 Area-4"
      "Area-5 Area-5 Area-6 Area-6"
      "Area-7 Area-7 Area-8 Area-8"
      "Area-10 Area-10 Area-11 Area-11";
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .text-block {
    padding-top: 50px;
  }

  ._83-24-grid {
    width: 100%;
    grid-template-areas: "Header Header Header Header"
      "Text-Area Text-Area Text-Area Text-Area"
      "Large-Image Large-Image Large-Image Large-Image"
      "Image-1 Image-1 Image-2 Image-2"
      "Image-3 Image-3 Image-4 Image-4"
      "Image-5 Image-5 Image-6 Image-6";
    -ms-grid-rows: 1fr auto auto auto auto auto;
    grid-template-rows: 1fr auto auto auto auto auto;
  }

  .paragraph {
    text-align: center;
  }

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

  .image-10 {
    margin-top: -17px;
    padding-top: 0px;
    padding-bottom: 46px;
  }

  .image-11 {
    padding-top: 44px;
  }

  .heading-5.gradient {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .list-item-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }

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

  .logo-image {
    width: 10em;
  }

  .ebpu-image-1 {
    margin-top: -102px;
    padding-top: 0px;
  }

  .ebpu-image-2 {
    width: 25em;
  }

  .aybs-image {
    margin-top: -102px;
    padding-top: 0px;
  }

  .fech-image {
    margin-top: -102px;
    padding-top: 0px;
  }

  .vf-image.rotate {
    width: 10em;
  }

  .vf-grid {
    width: 100%;
  }

  .vf-center-image {
    padding-bottom: 2em;
  }

  .sm-image {
    width: 12.5em;
  }

  .bingo-ball-images {
    width: 7.5em;
  }

  .bingo-ball-enlarge-images {
    left: -6.9em;
    top: -14.2em;
    width: 10em;
  }

  .dropdown-toggle-2 {
    text-align: left;
  }

  .rotate-icon {
    margin-right: 33px;
  }

  .illustrator-grid-copy {
    padding-top: 0px;
  }

  .heading-20.gradient {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .hompage-slider {
    height: 85vh;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .header37_image-wrapper {
    margin-left: 0px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .header37_content {
    width: 80vw;
  }
}

#w-node-_308cf9c6-b984-6e8d-9b5b-7e1123db1bd3-ecf7dec7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e6f703d0-02e5-69ce-117a-cd37cc6024cf-ecf7dec7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.carers-grid>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-b8d881d4-db93-fde7-c62f-2156a2b2128c-ecf7dec7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_338cd59a-5211-633a-b2eb-d9269e37192f-ecf7dec7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c764a3e5-0944-dc20-4842-536243d251ee-ecf7dec7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row-align: start;
  align-self: start;
  grid-area: Area-4;
}

.grid-2>#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#w-node-_3cfb0259-66a8-9501-bb50-0b2a70035a02-a8f0ee9f {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4804660-9123-9c14-44c1-4aa1bc2d7b05-a8f0ee9f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_319a0486-f202-400f-3026-8662b62285e6-82f7dece {
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b55181a0-7096-c8ac-c812-c624085865d0-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_02c5f4f4-6fd7-9fe3-4a12-e0e01bb915c7-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ec49bb3-bed7-a14f-8845-03b00aa08d65-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e46cacc6-8c3d-a004-4fd6-1e58e4dd213b-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1a7f9a9f-2703-237d-d4f0-f02626887ec7-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0f1431be-0846-77ee-3df2-d049ad26853a-fff7ded7 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-fccec7b8-1fa3-78e1-86b9-a91d10045b28-128d0288 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_439dc0f5-499c-76be-bb6a-c11e11cbbe63-128d0288 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_86788138-1fc3-77ab-198c-c99e71e29050-d067f837 {
  -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-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_86788138-1fc3-77ab-198c-c99e71e29050-1c3a809d {
  -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-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-f09d4404-c99a-8f67-5d7d-dbc7dd079afc-1af85cdf {
  -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-cc59b592-432e-065e-14ca-813c05361151-b5ac573e {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: Header;
}

#w-node-b28e5462-5c31-ed3d-1f3f-d3edee44a4ff-b5ac573e {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7f0905c-fc0a-c9ba-ccfd-f16403b25218-b5ac573e {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Image-5;
}

#w-node-_9f6157e8-c36a-6536-b88e-8d380ea2eecf-b5ac573e {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
  grid-area: Image-6;
}

#w-node-_07ebeed5-febe-d8a0-6e47-2c4719a43fd6-b5ac573e {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: Text-Area;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8d8a0352-7b23-ccf0-68ec-8f6d8f0f9cd4-b5ac573e {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
  grid-area: Image-4;
}

#w-node-cf988146-a793-bdef-35e3-7192aa0ffc20-b5ac573e {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: Image-3;
}

#w-node-_7944bce3-ee58-6e1d-f7dd-5a1ae3a9af5d-b5ac573e {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Image-2;
}

#w-node-b066a0d8-baa4-45bd-002c-f4332189a0d6-b5ac573e {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Image-1;
}

#w-node-bd20e190-9953-d5d5-ff7e-56d68706136d-b5ac573e {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  grid-area: Large-Image;
}

@media screen and (max-width: 479px) {
  #w-node-cc59b592-432e-065e-14ca-813c05361151-b5ac573e {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-b7f0905c-fc0a-c9ba-ccfd-f16403b25218-b5ac573e {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_9f6157e8-c36a-6536-b88e-8d380ea2eecf-b5ac573e {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_07ebeed5-febe-d8a0-6e47-2c4719a43fd6-b5ac573e {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }

  #w-node-_8d8a0352-7b23-ccf0-68ec-8f6d8f0f9cd4-b5ac573e {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-cf988146-a793-bdef-35e3-7192aa0ffc20-b5ac573e {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_7944bce3-ee58-6e1d-f7dd-5a1ae3a9af5d-b5ac573e {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-b066a0d8-baa4-45bd-002c-f4332189a0d6-b5ac573e {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-bd20e190-9953-d5d5-ff7e-56d68706136d-b5ac573e {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
}

#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_0f06c6a3-7e71-4a90-3bb7-e1735ddf8ff0-ecae9914 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

.grid-2>#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#w-node-b891d3f4-d708-4090-a6b4-cb43fa7e6795-ecae9914 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: Area-8;
}

#w-node-f0405839-2a15-4dd8-6d70-c08a01870130-ecae9914 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-7;
}

#w-node-_90510587-1d1e-fcdd-6601-5dc7f3de4aea-ecae9914 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-11;
}

#w-node-c516b033-ec8a-5da0-4316-a6388c5929d7-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.by-four>#w-node-c516b033-ec8a-5da0-4316-a6388c5929d7-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_8198a1ff-62d4-f335-bee3-2a8c43548159-ecae9914 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-6;
}

#w-node-_14a05b34-d78c-b2b8-ba95-f0399b2ec0e6-ecae9914 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area-10;
}

#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.carers-grid>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-gird>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-2>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-3>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.by-four>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.illustrator-grid-copy>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.carers-grid>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer-gird>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.by-four>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.illustrator-grid-copy>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 991px) {
  #w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .carers-grid>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .illustrator-grid-copy>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  .grid-2>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_0f06c6a3-7e71-4a90-3bb7-e1735ddf8ff0-ecae9914 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-2>#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  #w-node-b891d3f4-d708-4090-a6b4-cb43fa7e6795-ecae9914 {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-f0405839-2a15-4dd8-6d70-c08a01870130-ecae9914 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_90510587-1d1e-fcdd-6601-5dc7f3de4aea-ecae9914 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-c516b033-ec8a-5da0-4316-a6388c5929d7-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-c516b033-ec8a-5da0-4316-a6388c5929d7-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  #w-node-_8198a1ff-62d4-f335-bee3-2a8c43548159-ecae9914 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_14a05b34-d78c-b2b8-ba95-f0399b2ec0e6-ecae9914 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-2>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .by-four>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 479px) {
  .footer-gird>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e4d8ad92-9954-9260-fb76-78096b53f93d-ecf7dec7 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-af57e5c9-a114-5dd3-8d49-95a548eca18b-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-bb037afc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a86d35ec-6d70-a759-6dc4-fd0b38babeff-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-afc08236-dfa8-b2b6-d197-2a2e39a6dee1-0c14de5f {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c1238659-11bf-a8b6-0a2c-ea5a1d33336f-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a60da859-8585-c7c6-c607-c14f6f9bc6ac-a62f8d9c {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_4236d1a6-7526-a1bd-1833-1c0c34313bd2-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e7c0eecf-9a05-8a9f-677f-e9260b74d377-0e76ee01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-cd13fe4a-4d48-a334-3a1a-f999ecc429f8-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3bee6bf5-ec7d-b707-6012-9a17fb3330d0-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-a8ac4ac5-4767-afb1-72f1-7e3993c53f22-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-badeb0c1-74eb-df49-32cd-258e3d77f942-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-d6b6e285-7872-a228-00f0-410709cc3722-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-b95f095a-9305-9ce7-8d0b-9f58f1391d7b-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7c6-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-e688de04-c715-3ab0-6e0f-b6558944d7cf-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9a7-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3467a924-e05c-1ef5-ea29-76dd207bf9aa-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f95-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_04e3297e-7adb-f57a-e372-01d55ea74f9a-128d0288 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-d067f837 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_86788138-1fc3-77ab-198c-c99e71e29052-1c3a809d {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c326-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_270f235f-5551-0d6e-6789-7627b9e6c32f-77d92054 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3ea24cb7-2f86-b2a4-4842-cc9ac429781a-1af85cdf {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_2d297bbb-04e8-4397-e262-76230c3c5a9d-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_0f06c6a3-7e71-4a90-3bb7-e1735ddf8ff0-ecae9914 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-db765c33-660b-f745-9b7f-cfd18e223a37-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-b891d3f4-d708-4090-a6b4-cb43fa7e6795-ecae9914 {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-f0405839-2a15-4dd8-6d70-c08a01870130-ecae9914 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_90510587-1d1e-fcdd-6601-5dc7f3de4aea-ecae9914 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-c516b033-ec8a-5da0-4316-a6388c5929d7-ecae9914 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_9e32d4a9-5995-1592-a118-d7a8776077a1-ecae9914 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_8198a1ff-62d4-f335-bee3-2a8c43548159-ecae9914 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-_14a05b34-d78c-b2b8-ba95-f0399b2ec0e6-ecae9914 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_5f198c53-9c96-6a81-b4ca-6f3622fd4a16-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-c2bcea0d-32a3-1f9c-7f12-66a7d1c61800-2dd4fb59 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_268664fa-96cc-6b57-7864-fcc14480159b-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .footer-gird>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-2>#w-node-_3cb2197d-f20a-b447-c544-1a0e81d26f38-4eadf4cb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eecd-a8f0ee9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3cfb0259-66a8-9501-bb50-0b2a70035a02-a8f0ee9f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b55181a0-7096-c8ac-c812-c624085865ce-fff7ded7 {
    -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-b55181a0-7096-c8ac-c812-c624085865d0-fff7ded7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -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;
  }
}

@font-face {
  font-family: 'Infinium guardian';
  src: url('../fonts/Infinium-Guardian.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Infinium guardian';
  src: url('../fonts/Infinium-Guardian.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}