:root {
  --black: black;
  --dark-slate-grey: #383839;
  --gainsboro: #dadee2;
  --dark-orange: #ee7100;
  --tomato: #eb5a00;
  --white: white;
  --dim-grey: #4e5a6d;
  --f5f6f8: #f5f6f8;
  --dim-grey-707070: #707070;
  --2c2f34: #2c2f34;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25em;
}

h6 {
  color: #686f78;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
}

p {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
}

.section {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Outfit, sans-serif;
  position: relative;
}

.section.header-shadow {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section.bg-lightgrey {
  background-color: var(--gainsboro);
}

.section.bg-orange {
  background-image: linear-gradient(175deg, var(--dark-orange) 63%, var(--tomato));
  text-align: center;
  padding-bottom: 0;
  padding-left: 2rem;
  display: block;
}

.section.bg-grey {
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section.top-border {
  font-family: Outfit, sans-serif;
}

.section.section-clipbg {
  background-image: url('../images/bg-clip.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  display: block;
}

.section.section-clipbg.custom {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 2rem;
  display: flex;
}

.section.bg-lightblue {
  background-color: #f4f7fb;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
}

.section.bg-lightblue.ad-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

.section.bg-lightblue.ad-banner.bg-orange {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section.megamenu {
  z-index: 100;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .2);
}

.section.custom {
  margin-top: 0;
  padding-top: 2em;
}

.section.bg-dim-grey {
  background-color: #4e5a6d;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.row.rowstylesheet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.row.row-padding {
  max-width: 1220px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: block;
}

.row.row-padding.row-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  max-width: 1220px;
  display: flex;
}

.row.top-bot-padding.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.row.row-reversed {
  justify-content: flex-start;
  max-width: 1220px;
}

.row.rowmega {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.row.navbar-row {
  justify-content: center;
  align-self: center;
  max-width: 1220px;
  display: flex;
  position: static;
}

.row.featuredrow {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.row.banner {
  justify-content: center;
  font-family: Outfit, sans-serif;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 10px;
  font-family: Outfit, sans-serif;
  display: block;
  position: relative;
}

.column.site-logo-column {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  width: 30%;
  padding-left: 0;
}

.column.navbar-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-end;
  width: 70%;
  padding-right: 0;
  display: flex;
}

.column.hero-1-col {
  padding-top: 30px;
  font-family: Outfit, sans-serif;
  display: block;
}

.column.hero-2-col {
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  display: flex;
}

.column.hero-2-col.unique {
  align-self: center;
  padding: 0;
}

.column.col-noleftpad {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.column.counter-col {
  flex-direction: column;
  display: flex;
}

.column.counter-col.fadein {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Outfit, sans-serif;
}

.column.column-gap.column-center {
  align-self: center;
}

.column.column-center {
  flex-direction: column;
  flex: 1;
  align-items: baseline;
  display: flex;
}

.column.megacol-1 {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f6f6f7;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  display: flex;
}

.column.megacol-2 {
  z-index: 1;
  background-color: var(--white);
  flex: 0 auto;
  width: 70%;
  padding-top: 30px;
  padding-bottom: 5px;
  padding-left: 75px;
  display: flex;
}

.column.featuredcolumn1 {
  flex: 0 auto;
  width: 100%;
}

.column.featuredcolumn1.column-center {
  align-items: center;
}

.column.center {
  flex: 0 auto;
  align-self: center;
  width: auto;
}

.column.flex-btns-container {
  justify-content: flex-end;
}

.column.flex-btns-container.thank-you {
  justify-content: center;
}

.bodystylesheet {
  font-family: Outfit, sans-serif;
}

.login-btn {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 48px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33em;
  display: flex;
}

.login-btn:hover {
  border-color: var(--tomato);
  background-color: var(--tomato);
  color: var(--white);
}

.orange-btn {
  border: 1px solid var(--dark-orange);
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 14px 31px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33em;
  display: flex;
}

.orange-btn:hover {
  border-color: var(--tomato);
  background-color: var(--tomato);
}

.orange-btn.orange-btn-hero {
  letter-spacing: 1px;
  border-radius: 8px;
  width: auto;
  padding: 24px 63px;
  font-size: 24px;
}

.orange-btn.desktop-only {
  width: auto;
}

.orange-btn.grid {
  max-width: 40%;
}

.orange-btn.grid.orange-btn-border {
  margin-top: auto;
}

.orange-btn-underline {
  color: var(--dark-orange);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7em;
  text-decoration: underline;
}

.orange-btn-underline:hover {
  color: var(--tomato);
}

.orange-btn-border {
  border: 2px solid var(--dark-orange);
  color: var(--dark-orange);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 31px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.orange-btn-border:hover {
  border-color: var(--tomato);
  background-color: var(--tomato);
  color: var(--white);
}

.orange-btn-border.news {
  width: auto;
  max-width: 40%;
}

.white-btn {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 195px;
  padding: 14px 41px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.white-btn:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--dim-grey);
}

.temp-contactus-cont-stylesheet {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  padding: 20px;
  display: flex;
}

.counter-heading {
  font-family: Outfit, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 1em;
}

.counter-heading.font-white.text-center {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.h1-subpages {
  color: var(--dark-orange);
  margin-top: 15px;
  font-family: Outfit, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em;
}

.h1-subpages.text-center {
  font-family: Outfit, sans-serif;
}

.h6-subheading {
  color: #c2c9cf;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.stylesheetdivider-temp {
  background-color: var(--black);
  width: 100%;
  height: 5px;
}

.site-logo {
  width: 220px;
  margin-left: -2px;
}

.site-logo.footer-logo {
  width: 200px;
  margin-left: -2px;
}

.nav-menu {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.navbar {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Outfit, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.nav-link {
  color: var(--dim-grey);
  text-transform: uppercase;
  object-fit: fill;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-link:hover {
  color: var(--tomato);
}

.nav-link.dropdown-nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex-btns-container {
  grid-column-gap: 20px;
  align-self: stretch;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.flex-btns-container.margin-15 {
  width: 100%;
}

.hero-img1 {
  border-radius: 18px;
  width: 196px;
  position: absolute;
  top: 29%;
  bottom: 0%;
  left: 60%;
  right: auto;
}

.img-fullwidth {
  width: 100%;
  max-width: 600px;
}

.img-fullwidth.img-borderrad {
  border-radius: 18px;
  width: 100%;
  max-width: 573px;
  display: inline-block;
}

.img-fullwidth.img-borderrad.img-border {
  max-width: 573px;
}

.img-fullwidth.img-borderrad.img-border.no-border {
  object-fit: fill;
  border-width: 0;
  height: auto;
  min-height: 380px;
}

.img-fullwidth.img-borderrad.news-featuredimg {
  width: 100%;
  height: auto;
  max-height: 450px;
  display: inline-block;
}

.img-fullwidth.img-borderrad.template-featuredimg {
  height: 251px;
}

.img-fullwidth.img-borderrad.fadein {
  width: 100%;
  min-height: auto;
}

.img-fullwidth.img-borderrad.solutions-img {
  max-height: 300px;
}

.img-fullwidth.img-borderrad.newsroom-img {
  object-fit: cover;
  width: 100%;
  height: 275px;
  overflow: clip;
}

.img-fullwidth.img-borderrad._8pxborder {
  border-radius: 8px;
}

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

.uppercase {
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
}

.uppercase.text-center.fadein {
  font-family: Outfit, sans-serif;
}

.text-center {
  text-align: center;
  font-family: Outfit, sans-serif;
}

.text-center.font-lightgrey.margin-top25.font-16 {
  text-align: center;
}

.text-center.margin-top25.font-16.font-gray {
  color: #dadee2;
  text-align: center;
}

.text-center.margin-top25.font-16.font-gray.case-study {
  color: #fe8100;
}

.text-center.font-outfit.margin-15.maps, .text-center.font-outfit.font-18.margin-top25.maps, .text-center.font-outfit.font-18.margin-top25.litening {
  text-align: center;
}

.text-center.font-16.margin-top25.font-orange.font-bold {
  color: var(--gainsboro);
  margin-bottom: 10px;
}

.bg-lightgrey {
  background-color: var(--gainsboro);
  justify-content: flex-start;
  align-items: center;
}

.logo-slider-item {
  width: 181px;
}

.slider-item {
  text-align: center;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slider-item-cont {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.mask {
  height: auto;
}

.right-arrow, .left-arrow {
  opacity: 0;
  display: none;
}

.backgroundcolorsdiv {
  align-self: stretch;
  display: flex;
}

.accordion-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 15px;
  display: flex;
}

.accordionwrapper {
  width: 100%;
  margin-bottom: 30px;
}

.item {
  padding-top: 21px;
  padding-bottom: 21px;
}

.item.accordion-item-2border {
  border-top: 2px solid var(--gainsboro);
  border-bottom: 2px solid var(--gainsboro);
  position: relative;
  overflow: hidden;
}

.item.accordion-item-1border {
  border-bottom: 2px solid var(--gainsboro);
}

.accordion-title-wrapper {
  z-index: 5;
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  width: 100%;
  padding: 0;
}

.accordion-icon {
  width: 15px;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accordion-icon.accordion-icon-open {
  opacity: 0;
  top: 13px;
}

.accordion-title {
  cursor: auto;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25em;
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  display: block;
  position: static;
}

.accordion-p {
  margin-bottom: 0;
}

.accordion-p.font-black {
  font-family: Outfit, sans-serif;
}

.bg-orange {
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
}

.font-white {
  color: #fff;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.font-white.text-center {
  color: var(--white);
  object-fit: fill;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
}

.font-white.font-nowrap {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  font-family: Outfit, sans-serif;
  font-size: 24px;
}

.font-white.h6-subtxt {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 19px;
  margin-bottom: 22px;
  font-size: 20px;
}

.row-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-self: auto;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.row-grid.gridgap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.row-grid.border-bottom {
  grid-column-gap: 16px;
  border-bottom: 1px solid var(--gainsboro);
}

.row-grid.custom {
  flex: 0 auto;
}

.row-grid._w-1220 {
  max-width: 1220px;
}

.row-padding2 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
  position: relative;
}

.row-inner.margin-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
}

.imagebox-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.top-bot-padding {
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: Outfit, sans-serif;
}

.top-bot-padding.font-black {
  font-family: Outfit, sans-serif;
}

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

.center-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.grid-addresses {
  grid-column-gap: 30px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-addresses.margin-top25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.margin-top25 {
  text-align: left;
  flex: 1;
  margin-top: 10px;
  font-family: Outfit, sans-serif;
}

.columngrid-2-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.footerlist {
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.max-w-500 {
  text-align: left;
  max-width: 500px;
  font-family: Outfit, sans-serif;
}

.max-w-500.font-black {
  text-align: left;
  max-width: 500px;
  margin-top: 0;
}

.row-inner-padding {
  padding-bottom: 125px;
}

.list-item-txt {
  margin-bottom: 5px;
}

.list-item-txt:hover {
  color: var(--tomato);
}

.list-item-txt.font-black {
  margin-top: 0;
}

.text-right {
  text-align: right;
  font-family: Outfit, sans-serif;
}

.text-right.font--2c2f34 {
  color: #2c2f34;
  font-family: Outfit, sans-serif;
}

.top-border {
  border-top: 1px solid var(--gainsboro);
  font-family: Outfit, sans-serif;
}

.mobile-only {
  display: none;
}

.desktop-only {
  font-family: Outfit, sans-serif;
}

.row-reversed {
  flex-direction: row;
  display: flex;
}

.img-field {
  position: absolute;
  top: 12%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.row-2col-mobile {
  display: flex;
}

.max-w-600 {
  max-width: 560px;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.textcolorsdiv {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  display: flex;
}

.font-lightgrey {
  color: var(--gainsboro);
}

.font-darkgrey {
  color: var(--dark-slate-grey);
  font-family: Outfit, sans-serif;
}

.divspacers {
  background-color: var(--gainsboro);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.spacer-6rem {
  height: 6rem;
}

.spacer-3rem {
  align-self: stretch;
  height: 3rem;
}

.spacer-2rem {
  flex-flow: row;
  justify-content: flex-start;
  height: 2rem;
  display: block;
}

.spacer-4rem {
  align-self: stretch;
  height: 4rem;
  padding-top: 0;
}

.divcolumnsstyle {
  display: flex;
}

.column-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-center {
  align-self: center;
}

.spacer-8rem {
  height: 8rem;
}

.section-clipbg {
  background-image: url('../images/bg-clip.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.bg-lightblue {
  background-color: #f5f6f8;
}

.customdropdown {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.dropdown-titlewrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.customopenicon, .customclosedicon {
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdownwrapper {
  position: relative;
  overflow: hidden;
}

.dropdowncontent {
  position: relative;
}

.customdropdown-p {
  text-align: left;
  padding-right: 4rem;
  font-family: Outfit, sans-serif;
}

.navdropdownicon {
  color: #686f78;
  margin: 0 10px 0 0;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-dropdown {
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-navs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  min-width: 200px;
  padding: 15px;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-navs.hide-permanent {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
}

.dropdown-nav {
  color: var(--dark-orange);
}

.dropdown-nav.nav-link {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-nav.nav-link:hover {
  color: var(--dark-orange);
}

.font-2c2f34 {
  color: #2c2f34;
}

.counter {
  color: var(--f5f6f8);
}

.archirotate {
  position: relative;
  bottom: -12px;
}

.margin-15 {
  text-align: left;
  align-self: auto;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.margin-15.thank-you {
  text-align: center;
  padding-bottom: 30px;
}

.margin-15.bold-date {
  font-weight: 700;
}

.margin-15.products {
  font-weight: 600;
}

.font-outfit {
  font-family: Outfit, sans-serif;
}

.megamenuinner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  padding-bottom: 20px;
  display: flex;
}

.megamenuinnercol {
  flex: 1;
}

.megamenu-heading {
  color: var(--dark-orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.megamenu-heading:hover {
  color: var(--tomato);
}

.font-16 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.stickyheader {
  z-index: 100;
  background-color: var(--white);
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navwrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  display: flex;
  position: static;
}

.navmenu-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.navdrop-wrapper {
  height: 100%;
  position: relative;
}

.navlink-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdowncontent-container {
  background-color: var(--white);
  border-radius: 24px;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-left: -10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.brand {
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.brand.w--current {
  max-width: 230px;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 190px;
  padding: 20px 30px;
  display: flex;
}

.wrapper {
  flex-direction: column;
  font-family: Outfit, sans-serif;
  display: flex;
  position: relative;
}

.font-18 {
  margin-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.link-orangeunderline {
  color: var(--dark-orange);
  font-family: Outfit, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link-orangeunderline:hover {
  color: var(--tomato);
}

.spacer-1rem {
  height: 1rem;
}

.font-lightblue {
  color: var(--dim-grey);
  font-family: Outfit, sans-serif;
}

.font-lightblue.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.formfield {
  border: 1px solid var(--dark-orange);
  border-radius: 4px;
  height: auto;
  margin-bottom: 18px;
  padding: 30px 25px;
}

.formfield:focus {
  border-color: var(--tomato);
}

.formfield.font-16 {
  background-color: var(--white);
  margin-bottom: 20px;
  padding: 15px;
  font-family: Outfit, sans-serif;
}

.formfield.font-16.textarea {
  height: 280px;
  padding-right: 15px;
}

.formfield.font-16.textarea:focus {
  border-color: var(--tomato);
}

.formfield.font-16.dropdown {
  color: #999;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: Outfit, sans-serif;
}

.form2col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  display: flex;
}

.formbutton {
  background-color: var(--dark-orange);
  border-radius: 4px;
  padding: 14px 30px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33em;
}

.formbutton:hover {
  background-color: var(--tomato);
}

.textarea {
  padding-top: 24px;
  padding-bottom: 167px;
}

.formcheckbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--dim-grey);
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  display: flex;
}

.checkbox {
  border-color: var(--dark-orange);
  pointer-events: auto;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-top: 0;
}

.h1 {
  align-self: flex-start;
  font-family: Outfit, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
}

.h2, .h3, .h4 {
  font-family: Outfit, sans-serif;
}

.font-30 {
  font-family: Outfit, sans-serif;
  font-size: 30px;
}

.columnnopad {
  padding: 0;
}

.align-right {
  justify-content: flex-end;
  width: 500px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.align-right.img-borderrad {
  border-radius: 24px;
}

.align-right.img-borderrad.newsroom-img {
  width: 100%;
  height: 315px;
}

.align-center {
  width: 100%;
  margin: auto;
  font-family: Outfit, sans-serif;
}

.pricingbox {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 365px;
  height: 100%;
  padding: 27px 32px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.font-orange {
  color: var(--dark-orange);
}

.divider-border {
  background-color: var(--gainsboro);
  width: 100%;
  max-width: 282px;
  height: 1px;
  margin-top: 16px;
  padding-top: 0;
  position: relative;
}

.divider-border.width100 {
  max-width: 100%;
}

.font-weight400 {
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.testimonialslider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-bottom: -20px;
}

.testimonialcontent {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-leftarrow {
  border: 1px solid var(--dim-grey-707070);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonial-rightarrow {
  border: 1px solid var(--dim-grey-707070);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sliderpaginationhidden {
  display: none;
}

.testimonialwrap {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.featuresbox {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 12px;
  padding: 2rem;
}

.corecounterbox {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 18px;
  padding: 1rem 2rem 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .09);
}

.counterheading-59 {
  font-size: 59px;
  font-weight: 700;
  line-height: 1.33em;
}

.row-grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.img-negative {
  width: 100%;
  margin-left: -30px;
}

.columnflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.font-black {
  color: var(--black);
  text-align: left;
  font-family: Outfit, sans-serif;
}

.font-tomato {
  color: var(--tomato);
}

.img-border {
  border: 1px solid var(--gainsboro);
}

.contentlist {
  color: var(--dim-grey);
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  list-style: none;
  display: block;
}

.contentlist.news {
  margin-left: 40px;
}

.contentlist-p {
  font-size: 16px;
}

.contentlist-p.font-lightblue {
  color: var(--black);
  margin-left: 0;
  font-weight: 400;
}

.contentlist-p.font-lightblue.body {
  font-size: 18px;
}

.img-abs {
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.row2images {
  display: flex;
}

.col-horizontal {
  grid-column-gap: 20px;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  display: block;
}

.productbox {
  border-radius: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.productcontainer {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.active-link {
  color: var(--2c2f34);
  font-family: Outfit, sans-serif;
}

.active-link:hover {
  color: var(--tomato);
}

.nav-dropdown-wrap {
  margin-left: 0;
  margin-right: 25px;
}

.nav-dropdown-toggle {
  grid-column-gap: 9px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 30px 0;
  display: flex;
}

.nav-dropdown-icon {
  color: #686f78;
  align-self: center;
  margin: 0;
  font-size: 12px;
  position: static;
  top: 50%;
  bottom: 50%;
  left: auto;
  right: 0%;
}

.nav-dropdown-menu-title {
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.nav-dropdown-menu-title:hover {
  color: var(--dark-orange);
}

.nav-dropdown-list {
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 192px;
  padding: 2rem 2rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-list-link {
  color: var(--dark-orange);
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 0 0;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.nav-list-link:hover {
  color: var(--tomato);
}

.nav-list-link.w--current {
  color: var(--dark-orange);
}

.nav-dropdown-list-toggle {
  background-color: rgba(0, 0, 0, 0);
  width: 192px;
  margin-left: -50px;
  padding-top: 40px;
  padding-bottom: 0;
  top: 60%;
}

.nav-dropdown-megalist {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, .08);
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: -5px;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-dropdown-megalist.w--open {
  background-color: #f6f6f7;
  background-image: linear-gradient(90deg, #f6f6f7 49%, #fff 51%, #fff);
  justify-content: center;
  display: flex;
  top: 100%;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-megamenu-wrap {
  flex: 0 auto;
  align-self: stretch;
  margin-left: 0;
  margin-right: 25px;
  display: block;
  position: static;
}

.nav-dropdown-megalist-row {
  background-color: rgba(246, 246, 247, 0);
  background-image: linear-gradient(90deg, #f6f6f7 49%, #fff 50%);
  flex: 1;
  justify-content: center;
  max-width: 1220px;
  margin-top: 1px;
  display: flex;
}

.img-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-width175 {
  width: 100%;
  max-width: 175px;
}

.btn-width175.orange-btn.hide {
  display: none;
}

.tabs-menu {
  grid-column-gap: 18px;
  flex-direction: column;
  margin-right: 56px;
  padding-top: 18px;
  display: flex;
}

.tabs-menu.redesign {
  margin-right: 10px;
  padding-left: 0;
  list-style-type: none;
}

.solutionstabs {
  justify-content: flex-start;
  font-family: Outfit, sans-serif;
  display: flex;
}

.tab-link {
  color: var(--dark-orange);
  background-color: rgba(0, 0, 0, 0);
  padding: 9px 0;
  font-size: 16px;
  font-weight: 700;
}

.tab-link:hover {
  color: var(--tomato);
}

.tab-link.w--current {
  color: var(--tomato);
  background-color: rgba(0, 0, 0, 0);
}

.tabs-content {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 18px;
  flex: 1;
  padding: 2rem 2rem 5rem;
}

.tabrow {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: stretch;
  display: flex;
}

.tabcolumn1 {
  flex: 0 auto;
  width: 44%;
}

.tabcolumn2 {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  margin-top: -10px;
  display: flex;
}

.news-featuredimg {
  height: 240px;
}

.postgrid-item {
  float: left;
  clear: none;
  text-align: center;
  position: static;
}

.pagination {
  flex-flow: row;
  align-items: center;
  margin-top: 40px;
}

.item-count {
  color: var(--dark-orange);
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
}

.item-count.w--current {
  color: var(--black);
  text-decoration: none;
}

.next-prev-btn {
  color: var(--dark-orange);
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: underline;
}

.newsroom-heading {
  text-align: center;
  align-self: center;
  font-family: Sofia Pro;
  font-size: 34px;
  display: block;
}

.postcontent {
  margin-top: -5px;
  font-size: 12px;
}

.sharelinks {
  grid-column-gap: 13px;
  display: flex;
}

.hidedesktop {
  display: none;
}

.fancycontainer {
  grid-column-gap: 10px;
  align-items: stretch;
  font-family: Outfit, sans-serif;
  display: flex;
}

.fancywrapper {
  align-self: stretch;
  height: 65px;
  overflow: hidden;
}

.testimonial-testilogo {
  opacity: 1;
  mix-blend-mode: normal;
}

.testi-quote-punc {
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: -40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 122px;
  font-weight: 700;
  line-height: 1em;
}

.footer-links {
  color: var(--black);
  font-family: Outfit, sans-serif;
}

.footer-links:hover, .header-menu-link {
  color: var(--dark-orange);
}

.header-menu-link:hover {
  color: var(--tomato);
}

.html-embed {
  align-self: center;
  display: flex;
}

.animation-section-stylesheet {
  justify-content: center;
  align-items: center;
  display: flex;
}

.font-bold {
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  display: none;
}

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

.image-3 {
  border-radius: 18px;
}

.link-block {
  padding-top: 0;
}

.grid {
  grid-template: ". Area"
  / 1fr .75fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
}

.heading {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Outfit, sans-serif;
  display: block;
}

.heading.font-white {
  color: var(--f5f6f8);
  padding-left: 0;
  padding-right: 0;
}

.list {
  padding-bottom: 0;
}

.list-item, .list-item-2 {
  padding-bottom: 10px;
}

.list-2 {
  float: none;
  width: auto;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.list-2.contentlist {
  list-style: disc;
}

.list-2.contentlist.font-lightblue {
  padding-top: 0;
  font-size: 16px;
}

.list-2.font-lightblue {
  max-width: 550550px;
}

.list-2.font-lightblue.news {
  float: none;
  clear: none;
  width: 85%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 40px;
  display: block;
}

.div-block-2 {
  align-self: flex-end;
  width: 95%;
  line-height: 23px;
}

.list-item-3, .list-item-4, .list-item-5 {
  letter-spacing: .25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.youtube {
  border-radius: 0;
  flex: 0 auto;
}

.section-2 {
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

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

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

.div-block-3 {
  justify-content: flex-start;
  display: flex;
}

.section-3 {
  padding: 0 2em 2em;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.image-5 {
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 66%;
}

.youtube-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.text-span {
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.text-span-2 {
  font-size: 20px;
  display: inline;
}

.list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  list-style: none;
}

.image-6 {
  display: block;
}

.list-item-14, .nobullets, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  list-style: none;
}

.paragraph {
  white-space: normal;
  word-break: normal;
  font-family: Outfit, sans-serif;
}

.paragraph-2 {
  color: var(--black);
  font-family: Outfit, sans-serif;
}

.superscript {
  font-size: 25px;
  font-weight: 400;
}

.list-3 {
  list-style-type: none;
}

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

.columns {
  align-items: stretch;
  display: flex;
}

.column-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: stretch;
  display: flex;
}

.grid-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: flex-start;
  display: flex;
}

.column-4 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .bold-text, .bold-text-2, .heading-7, .paragraph-3, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-family: Outfit, sans-serif;
}

.heading-14 {
  text-align: left;
  font-family: Outfit, sans-serif;
}

.heading-15, .heading-16, .paragraph-4, .heading-17, .heading-18, .heading-19, .paragraph-5, .paragraph-6, .heading-20 {
  font-family: Outfit, sans-serif;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.heading-21, .checkbox-label-2, .heading-22, .heading-23, .heading-24, .paragraph-7, .heading-25, .paragraph-8, .heading-26, .paragraph-9, .paragraph-10, .paragraph-11, .heading-27, .paragraph-12, .paragraph-13 {
  font-family: Outfit, sans-serif;
}

.heading-28 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.heading-29 {
  font-family: Outfit, sans-serif;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.heading-31, .paragraph-14, .heading-32, .paragraph-15, .heading-33, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41 {
  font-family: Outfit, sans-serif;
}

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

.heading-42, .paragraph-16, .heading-43, .heading-44, .heading-45, .heading-46, .paragraph-17 {
  font-family: Outfit, sans-serif;
}

.heading-47, .heading-48, .heading-49, .heading-50, .heading-51, .heading-52, .heading-53, .heading-54, .heading-55, .heading-56 {
  text-align: left;
  font-family: Outfit, sans-serif;
}

.heading-57 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.heading-58, .heading-59, .heading-60 {
  text-align: left;
  font-family: Outfit, sans-serif;
}

.heading-61, .paragraph-18, .heading-62, .paragraph-19, .paragraph-20, .heading-63, .heading-64, .heading-65, .heading-66, .heading-67, .heading-68, .heading-69, .heading-70, .heading-71, .heading-72, .heading-73, .heading-74, .heading-75, .heading-76, .heading-77, .paragraph-21, .heading-78, .paragraph-22, .heading-79, .paragraph-23, .heading-80, .heading-81, .heading-82, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .heading-83, .heading-84, .heading-85, .heading-86, .heading-87, .heading-88, .heading-89, .heading-90, .heading-91, .heading-92, .heading-93, .heading-94, .heading-95, .heading-96, .heading-97, .heading-98, .heading-99, .heading-100, .heading-101, .heading-102, .heading-103, .heading-104, .heading-105, .heading-106, .heading-107, .heading-108, .heading-109, .heading-110, .heading-111, .heading-112, .heading-113, .heading-114, .heading-115, .heading-116, .heading-117, .heading-118, .bold-text-3, .paragraph-24, .bold-text-4, .heading-119, .heading-120, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
  font-family: Outfit, sans-serif;
}

.columns-2 {
  background-color: rgba(255, 255, 255, 0);
}

.text-span-3 {
  font-weight: 700;
}

.heading-121 {
  color: #000;
  font-weight: 600;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.collection-list-wrapper-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.collection-list {
  display: block;
}

.image-7 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-5, .div-block-6 {
  text-align: left;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  align-self: auto;
  max-width: 1440px;
}

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

.image-8 {
  max-height: 315px;
}

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

.heading-122 {
  font-size: 35px;
}

.paragraph-33 {
  font-size: 16px;
}

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

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.collection-list-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  display: flex;
}

.list-item-19 {
  list-style-type: none;
}

.list-item-20 {
  text-align: left;
  list-style-type: none;
}

.list-item-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  overflow-wrap: break-word;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

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

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  width: 85%;
}

.paragraph-35 {
  color: var(--dark-orange);
  text-align: left;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-35.selected {
  color: var(--tomato);
  margin-bottom: 20px;
}

.heading-123 {
  text-align: left;
}

.column-5 {
  border: 1px solid var(--gainsboro);
  -webkit-text-stroke-width: 0px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 18px;
  padding: 2rem 2rem 5rem;
}

.solutionscolumn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-4 {
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding: 0;
}

.div-block-7, .heading-124, .heading-125 {
  text-align: left;
}

.cell {
  padding-right: 0;
}

.heading-126, .heading-127 {
  text-align: left;
}

.column-6 {
  overflow-wrap: normal;
}

.column-7 {
  clear: none;
  overflow-wrap: break-word;
  align-self: flex-start;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38, .link-block-39, .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48, .link-block-49, .link-block-50, .link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59, .link-block-60, .link-block-61, .link-block-62, .link-block-63, .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69, .link-block-70, .link-block-71, .link-block-72, .link-block-73, .link-block-74, .link-block-75, .link-block-76, .link-block-77, .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82, .link-block-83, .link-block-84, .link-block-85, .link-block-86, .link-block-87, .link-block-88, .link-block-89, .link-block-90, .link-block-91, .link-block-92, .link-block-93, .link-block-94, .link-block-95, .link-block-96, .link-block-97, .link-block-98, .link-block-99, .link-block-100, .link-block-101, .link-block-102, .link-block-103, .link-block-104, .link-block-105, .link-block-106, .link-block-107, .link-block-108, .link-block-109, .link-block-110, .link-block-111, .link-block-112, .link-block-113, .link-block-114, .link-block-115, .link-block-116, .link-block-117, .link-block-118, .link-block-119, .link-block-120, .link-block-121, .link-block-122 {
  display: block;
}

.text-span-4 {
  color: var(--black);
}

.link-block-123 {
  display: block;
}

.paragraph-36, .paragraph-37, .paragraph-38 {
  text-align: left;
}

.text-span-5 {
  color: var(--dark-orange);
  text-decoration: underline;
}

.link-block-124, .link-block-125, .link-block-126, .link-block-127, .link-block-128, .link-block-129, .link-block-130, .link-block-131, .link-block-132, .link-block-133, .link-block-134 {
  display: block;
}

.text-block-14 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.column-8 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column-8.news {
  padding-left: 15px;
  padding-right: 15px;
}

.column-9 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column-9.news {
  padding-left: 15px;
  padding-right: 15px;
}

.columns-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-2 {
  max-width: 1460px;
}

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

.single-row-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.single-row-grid.rowstylesheet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.single-row-grid.row-padding {
  max-width: 1220px;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: block;
}

.single-row-grid.row-padding.row-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  max-width: 1220px;
  display: flex;
}

.single-row-grid.top-bot-padding.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.single-row-grid.row-reversed {
  justify-content: flex-start;
  max-width: 1220px;
}

.single-row-grid.rowmega {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.single-row-grid.navbar-row {
  justify-content: center;
  align-self: center;
  max-width: 1220px;
  display: flex;
  position: static;
}

.single-row-grid.featuredrow {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.single-row-grid.banner {
  justify-content: center;
  font-family: Outfit, sans-serif;
}

.list-item-22, .list-item-23, .list-item-24 {
  text-align: left;
}

.flex-block {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-15 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.list-5 {
  color: var(--dark-slate-grey);
  font-size: 18px;
  line-height: 28px;
}

.bold-text-11 {
  line-height: 28px;
}

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

.section-5 {
  background-color: var(--dim-grey);
}

.container-3 {
  width: 100%;
}

.submit-button {
  background-color: var(--dark-orange);
}

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

.flex-block-3 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.heading-128 {
  font-family: Outfit, sans-serif;
}

.column-11 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12, .column-13 {
  flex-flow: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.flex-block-5 {
  justify-content: flex-start;
}

.newsroom-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: grid;
}

.newsroom-description {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-block {
  margin-bottom: 20px;
}

.heading-129, .bold-text-12, .heading-130 {
  font-size: 32px;
}

.subtitle-18 {
  margin-bottom: 5px;
  display: block;
}

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

.subltitle-contact {
  margin-bottom: 0;
  font-size: 18px;
}

.image-9 {
  width: 50%;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.form-block {
  width: 800px;
}

.section-6 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.form-select {
  box-sizing: content-box;
  color: var(--dim-grey);
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../images/dropdown-arrow.svg');
  background-position: 98.5% 52%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #999;
  border-radius: 4px;
  width: calc(100% - 47px);
  margin-bottom: 20px;
  padding: 5px 30px 5px 15px;
  font-size: 16px;
  display: block;
}

.form-select.font-16 {
  border-top-color: var(--dark-orange);
  border-right-color: var(--dark-orange);
  border-bottom-color: var(--dark-orange);
  border-left-color: var(--dark-orange);
  -webkit-text-stroke-color: var(--black);
  color: #999;
  padding-top: 7px;
  padding-bottom: 7px;
}

.super-input {
  padding: 15px;
  font-size: 16px;
}

.img-top-left {
  object-fit: cover;
  width: 100%;
  max-width: 573px;
}

.bg-blue-grey {
  background-color: #7b8da8;
  justify-content: flex-start;
  align-items: center;
}

.body-2 {
  color: #999;
}

.flex-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.oplynx-screenshot {
  border-radius: 18px;
  width: 100%;
  height: 310px;
}

.flex-block-8 {
  padding-left: 40px;
}

.flex-block-9 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
}

.footer-description {
  width: 100%;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-address {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-medium {
  border-top-color: var(--dark-orange);
  border-right-color: var(--dark-orange);
  border-bottom-color: var(--dark-orange);
  border-left-color: var(--dark-orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox-medium.w--redirected-checked {
  background-size: 20px 20px;
  width: 32px;
  height: 32px;
  font-size: 10px;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 1.15em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    line-height: 1.35em;
  }

  h6 {
    font-size: 18px;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.megamenu {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-direction: column;
  }

  .row.navbar-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .row.featuredrow {
    flex-direction: row;
  }

  .column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.site-logo-column {
    flex: 0 auto;
    width: 30%;
  }

  .column.navbar-column {
    position: static;
  }

  .column.hero-1-col {
    padding-top: 0;
  }

  .column.col-noleftpad {
    width: 100%;
  }

  .column.megacol-1, .column.megacol-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column.featuredcolumn1 {
    width: 50%;
  }

  .column.center {
    align-self: center;
  }

  .login-btn, .orange-btn {
    font-size: 16px;
  }

  .orange-btn.orange-btn-hero {
    padding: 18px 40px;
    font-size: 20px;
  }

  .orange-btn-underline {
    font-size: 16px;
  }

  .orange-btn-underline.margin-15.margin-on-post {
    margin-top: 0;
  }

  .orange-btn-border, .white-btn {
    font-size: 16px;
  }

  .counter-heading {
    font-size: 45px;
  }

  .h1-subpages {
    font-size: 50px;
    line-height: 1.15em;
  }

  .navbar {
    flex: none;
    align-content: space-between;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
  }

  .nav-link {
    padding: 15px;
    display: flex;
  }

  .flex-btns-container.margin-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .hero-img1 {
    width: 180px;
  }

  .img-fullwidth.img-borderrad.news-featuredimg {
    height: auto;
  }

  .img-fullwidth.img-negative {
    margin-left: 0;
  }

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

  .accordion-row {
    flex-direction: column;
  }

  .accordion-title {
    white-space: normal;
    max-width: 90%;
    font-size: 20px;
  }

  .row-padding2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .row-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .imagebox-wrap {
    margin-bottom: -10px;
  }

  .top-bot-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .center-buttons {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .row-inner-padding {
    padding-bottom: 70px;
  }

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

  .mobile-only {
    display: block;
  }

  .mobile-only.inline-block {
    display: inline-block;
  }

  .desktop-only {
    display: none;
  }

  .row-reversed {
    flex-direction: column-reverse;
  }

  .mobile-center {
    text-align: center;
  }

  .img-field {
    width: 38%;
  }

  .row-2col-mobile {
    flex-direction: row;
    padding: 20px 0;
  }

  .nav-btn {
    padding: 0;
  }

  .nav-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navicon {
    background-color: var(--dark-orange);
    color: var(--white);
    font-size: 40px;
  }

  .nav-menu-2 {
    flex-direction: column;
    display: block;
  }

  .spacer-6rem {
    height: 5rem;
  }

  .spacer-8rem {
    display: none;
  }

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

  .customdropdown-p {
    padding-right: 2rem;
  }

  .header-nav {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown {
    align-self: flex-start;
    margin-left: 0;
  }

  .dropdown-navs {
    box-shadow: none;
    border-radius: 0;
  }

  .archirotate {
    bottom: 0;
  }

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

  .navmenu-wrapper {
    background-color: var(--white);
    flex: 0 auto;
    width: 100%;
    height: 94vh;
    overflow: auto;
  }

  .dropdowncontent-container {
    box-shadow: none;
    position: relative;
  }

  .dropdown-list {
    width: auto;
    height: auto;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .font-30 {
    font-size: 28px;
  }

  .align-right {
    margin-right: auto;
  }

  .testimonial-leftarrow, .testimonial-rightarrow {
    width: 35px;
    height: 35px;
  }

  .testimonialwrap {
    width: 85%;
  }

  .corecounterbox {
    padding-bottom: 1rem;
  }

  .counterheading-59.text-center {
    font-size: 30px;
  }

  .row2images {
    justify-content: center;
  }

  .hidetablet {
    display: none;
  }

  .col-horizontal {
    flex-direction: column;
    align-items: center;
  }

  .font-nowrap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .productcontainer {
    align-self: stretch;
  }

  .nav-dropdown-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-list {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }

  .nav-list-link {
    text-align: center;
  }

  .nav-dropdown-list-toggle {
    background-color: var(--white);
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    top: 100%;
  }

  .nav-dropdown-megalist {
    overflow: scroll;
  }

  .nav-megamenu-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown-megalist-row {
    flex-direction: column;
  }

  .btn-width175 {
    max-width: 175px;
  }

  .tabs-menu {
    margin-right: 30px;
  }

  .tabs-content {
    padding: 1rem;
  }

  .tabrow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tabcolumn1 {
    width: 100%;
  }

  .postgrid-item {
    margin-bottom: 30px;
  }

  .featuredtitle {
    font-size: 24px;
  }

  .hidedesktop {
    display: block;
  }

  .testi-quote-punc {
    font-size: 100px;
  }

  .image-2 {
    width: 40px;
  }

  .div-block {
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .superscript {
    font-size: 18px;
  }

  .heading-64, .heading-65, .heading-67 {
    text-align: left;
  }

  .solutionscolumn.mobile {
    display: flex;
  }

  .column-7, .column-7.tablet {
    display: block;
  }

  .single-row-grid {
    flex-direction: column;
  }

  .single-row-grid.navbar-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .single-row-grid.featuredrow {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row.row-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .row.featuredrow {
    flex-direction: column;
  }

  .column.site-logo-column {
    width: 35%;
  }

  .column.megacol-2 {
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .column.featuredcolumn1 {
    width: 100%;
  }

  .login-btn {
    padding: 12px 45px;
  }

  .orange-btn, .orange-btn-border, .white-btn {
    padding: 12px 26px;
  }

  .temp-contactus-cont-stylesheet {
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .counter-heading {
    font-size: 40px;
  }

  .h1-subpages {
    font-size: 40px;
    line-height: 1.15em;
  }

  .h1-subpages.text-center {
    margin-top: 10px;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-img1 {
    width: 27%;
  }

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

  .slider-item-cont {
    flex-wrap: wrap;
    justify-content: space-around;
  }

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

  .row-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .imagebox-wrap {
    grid-column-gap: 15px;
  }

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

  .row-inner-padding {
    padding-bottom: 50px;
  }

  .row-2col-mobile {
    flex-direction: row;
  }

  .spacer-6rem {
    height: 5rem;
  }

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

  .archirotate {
    bottom: 0;
  }

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

  .brand {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    padding-left: 0;
  }

  .formfield {
    margin-bottom: 15px;
    padding: 20px;
  }

  .h1 {
    font-size: 40px;
  }

  .font-30 {
    font-size: 25px;
  }

  .align-right {
    width: 100%;
  }

  .pricingbox {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .img-abs {
    width: 45%;
  }

  .row2images {
    flex-wrap: wrap;
    align-content: center;
    position: relative;
  }

  .image {
    flex: 1;
    width: 100%;
  }

  .productbox {
    padding: 1rem 1.5rem;
  }

  .nav-dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .featuredtitle {
    font-size: 22px;
  }

  .fancywrapper {
    height: 50px;
  }

  .image-2 {
    width: 35px;
  }

  .list-item-21.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    padding-left: 10px;
    display: block;
  }

  .paragraph-35, .paragraph-35.selected {
    padding-right: 15px;
  }

  .solutionscolumn.tablet, .solutionscolumn.mobile, .solutionscolumn.mobile-landscape {
    display: block;
  }

  .list-4 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 10px;
    display: block;
  }

  .list-4.tablet {
    display: block;
  }

  .quick-stack-2 {
    grid-column-gap: 36px;
  }

  .column-7.tablet.mobile, .column-7.mobile {
    display: block;
  }

  .column-10 {
    text-align: left;
  }

  .single-row-grid.row-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .single-row-grid.featuredrow {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 32px;
  }

  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.top-border {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .row.rowstylesheet {
    flex-wrap: nowrap;
  }

  .row.row-padding {
    padding-bottom: 3rem;
  }

  .row.row-padding.row-gap {
    max-width: 1220px;
  }

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

  .column.site-logo-column {
    width: 60%;
  }

  .column.hero-1-col {
    padding-top: 0;
  }

  .column.hero-2-col {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .column.column-center.column-gap {
    align-items: flex-start;
  }

  .column.megacol-1 {
    padding: 20px;
  }

  .column.megacol-2 {
    padding: 20px 20px 10px;
  }

  .column.center {
    width: 100%;
  }

  .orange-btn {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .orange-btn.orange-btn-hero {
    font-size: 18px;
  }

  .orange-btn-underline {
    text-align: left;
  }

  .orange-btn-border {
    text-align: center;
    width: 100%;
  }

  .white-btn {
    text-align: center;
    object-fit: fill;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .h1-subpages {
    height: auto;
    font-size: 36px;
    line-height: 1.1em;
  }

  .flex-btns-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .img-fullwidth.img-borderrad, .img-fullwidth.img-borderrad.fadein {
    width: 100%;
  }

  .uppercase {
    margin-top: 0;
  }

  .text-center.font-lightgrey.margin-top25.font-16, .text-center.font-lightgrey.font-16.margin-top25, .text-center.margin-top25.font-16.font-gray {
    margin-top: 15px;
  }

  .slider-item-cont {
    flex-wrap: wrap;
  }

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

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

  .center-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .grid-addresses.margin-top25 {
    grid-row-gap: 12px;
  }

  .columngrid-2-2 {
    grid-template-rows: auto auto;
  }

  .list-item-txt.font-black {
    margin-bottom: 5px;
  }

  .row-2col-mobile {
    flex-direction: row;
  }

  .nav-btn {
    padding: 0;
  }

  .navicon {
    font-size: 30px;
    line-height: 30px;
    position: relative;
  }

  .navicon.bg-orange {
    height: 36px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .spacer-6rem, .spacer-4rem {
    height: 3rem;
  }

  .column-gap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .customdropdown {
    padding: 1rem;
  }

  .dropdown-titlewrap {
    text-align: left;
    flex-wrap: wrap;
  }

  .customdropdown-p {
    padding-right: 1rem;
  }

  .archirotate {
    bottom: 0;
  }

  .megamenuinner {
    flex-direction: column;
  }

  .brand {
    width: 60%;
  }

  .menu-button {
    height: 34px;
  }

  .formfield {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form2col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .formbutton {
    width: 100%;
    font-size: 16px;
  }

  .h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .pricingbox {
    padding: 25px 20px;
  }

  .featuresbox {
    padding: 1rem;
  }

  .row-grid2 {
    grid-template-rows: auto;
  }

  .btn-width175 {
    max-width: 100%;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .solutionstabs {
    flex-direction: column;
  }

  .litening-icon {
    width: 40px;
  }

  .fancywrapper {
    height: 45px;
    margin-top: -5px;
  }

  .div-block {
    border: 1px #000;
    min-width: 10px;
    height: 15px;
    min-height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 10px;
  }

  .text-block {
    flex-direction: row;
    align-self: auto;
    display: block;
  }

  .text-block-2 {
    font-family: Outfit, sans-serif;
    font-size: 14px;
    position: static;
  }

  .text-block-2.bg-orange.font-white {
    text-align: center;
    width: 100%;
    margin-top: 2px;
    font-size: 10px;
    line-height: 20%;
    position: absolute;
    top: 26px;
    overflow: visible;
  }

  .heading {
    object-fit: fill;
    flex: 0 auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading.font-white {
    width: auto;
    max-width: 1440px;
  }

  .list-item-21 {
    text-align: left;
    padding-left: 0;
    display: block;
  }

  .list-item-21.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    display: flex;
  }

  .paragraph-35 {
    text-align: center;
    padding-right: 15px;
  }

  .paragraph-35.selected {
    overflow-wrap: normal;
    padding-right: 15px;
  }

  .solutionscolumn.tablet, .solutionscolumn.mobile, .solutionscolumn.mobile-landscape, .list-4.tablet {
    display: block;
  }

  .column-7.tablet {
    padding-left: 0;
    display: block;
  }

  .column-7.tablet.mobile {
    overflow-wrap: normal;
  }

  .column-7.tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .column-7.mobile {
    display: block;
  }

  .link-block-2.w--current, .link-block-3 {
    padding-right: 0;
  }

  .single-row-grid.rowstylesheet {
    flex-wrap: nowrap;
  }

  .single-row-grid.row-padding {
    padding-bottom: 3rem;
  }

  .single-row-grid.row-padding.row-gap {
    max-width: 1220px;
  }
}

#w-node-e852d253-cd7b-6b14-4108-9fc79d447283-39ebca2d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-e852d253-cd7b-6b14-4108-9fc79d44728a-39ebca2d {
  grid-area: 1 / 4 / 2 / 7;
  align-self: start;
}

#w-node-e852d253-cd7b-6b14-4108-9fc79d447291-39ebca2d {
  grid-area: 1 / 7 / 2 / 10;
  align-self: start;
}

#w-node-e852d253-cd7b-6b14-4108-9fc79d447298-39ebca2d {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f12b-d3b2f11b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f130-d3b2f11b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9f8e204d-ec47-fc4a-56e5-64278de1d6dd-d3b2f11b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f139-d3b2f11b, #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f13a-d3b2f11b, #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f14c-d3b2f11b, #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f14d-d3b2f11b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31a8295-7132-cb57-8552-b490f7fabfcd-f7fabfcb {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-fcb77d0c-f9df-c1c4-ea90-e1a5660e0dd7-6dc42ead, #w-node-_76a4d197-6c69-3beb-5710-f15e0cf6b6de-6dc42ead, #w-node-_55bc5210-ca6b-36b2-759a-7dec3d641f38-6dc42ead, #w-node-_1db39f7b-ea10-acc2-9da3-3db1baa5bbbf-6dc42ead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5b8-73109bca {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5b9-73109bca {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5c3-73109bca, #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5c4-73109bca {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5ce-73109bca, #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5cf-73109bca {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5d9-73109bca, #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5da-73109bca {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5e4-73109bca, #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5e5-73109bca {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5ef-73109bca, #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5f0-73109bca {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-b7132014-293a-fe39-01cb-717840165cac-bc63b0ce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dfde1fb2-cb43-d231-a4a7-c09927d9b3fd-bc63b0ce {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185f8d-b3da3b2a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185f98-b3da3b2a, #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185f99-b3da3b2a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fa3-b3da3b2a, #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fa4-b3da3b2a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fc4-b3da3b2a {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fc5-b3da3b2a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d34989ab-4016-1365-a2a9-baa949b81d3e-b3da3b2a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d34989ab-4016-1365-a2a9-baa949b81d3f-b3da3b2a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-d34989ab-4016-1365-a2a9-baa949b81d49-b3da3b2a, #w-node-d34989ab-4016-1365-a2a9-baa949b81d4a-b3da3b2a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d34989ab-4016-1365-a2a9-baa949b81d54-b3da3b2a, #w-node-d34989ab-4016-1365-a2a9-baa949b81d55-b3da3b2a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-da584f9e-7f64-2560-6938-faf21c7d53fa-7eeddb1f {
  grid-area: 1 / 3 / 2 / 7;
  justify-self: end;
}

#w-node-_34944bc4-d6c1-3f39-2b6f-284ef0d1adaa-7eeddb1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f20e833-4cf9-ece4-17c5-d97968b557c1-7eeddb1f {
  grid-area: 1 / 7 / 2 / 11;
  justify-self: start;
}

#w-node-_0495e889-6539-0a6e-c4ce-50942b3b91df-95a5a7b2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_12ed6815-4ac7-111b-79d7-629888843411-95a5a7b2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_875c3cc6-e0f2-8abb-d94f-2b71965913c0-95a5a7b2 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_15429cbe-c307-6f76-df7e-da4064f27653-95a5a7b2 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-c976bf9d-d75e-38ab-2d2f-a4c6c8b6b9fe-95a5a7b2 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_4a90cdee-0c0a-c2fd-ef3b-ba3fc21889af-95a5a7b2 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-f5da9633-c7c4-e998-f965-c9efc91bac64-95a5a7b2 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_5fb327d2-b9e4-c8b5-7e8a-47ee669346ac-95a5a7b2 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-ed25f5cb-c394-d97f-cca7-71e71784da7a-95a5a7b2 {
  grid-area: 1 / 1 / 3 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0244c96d-aad6-ac9e-571e-613f27ab650d-95a5a7b2 {
  grid-area: 1 / 6 / 2 / 10;
  align-self: end;
}

#w-node-_6755c25a-2327-a862-55e3-f70beb4bfd8e-95a5a7b2 {
  grid-area: 1 / 10 / 2 / 14;
  align-self: end;
}

#w-node-b449ae84-a35f-b733-4709-3b867e5fdec2-95a5a7b2 {
  grid-area: 2 / 6 / 3 / 10;
  align-self: start;
}

#w-node-_20c42ded-4b90-164a-c9cd-3e90e56abe5e-95a5a7b2 {
  grid-area: 2 / 10 / 3 / 14;
  align-self: start;
}

#w-node-_6fe23fa0-999c-e34b-8f11-34e29c93668c-95a5a7b2 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_0049d5e2-6949-5dc8-5986-f094f2154ab8-95a5a7b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ae40c9-a0e5-f604-f23b-b14b1a286ebd-95a5a7b2 {
  grid-area: 1 / 5 / 2 / 9;
  justify-self: center;
}

#w-node-_36ae40c9-a0e5-f604-f23b-b14b1a286ebe-95a5a7b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe634953-5e62-61e3-fb02-b15aa0892124-95a5a7b2 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: center;
}

#w-node-fe634953-5e62-61e3-fb02-b15aa0892125-95a5a7b2, #w-node-_681b5501-180e-e42a-ef47-1b4a83a03622-300a00a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713f0-c6ab7b01 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713f1-c6ab7b01 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713fb-c6ab7b01, #w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713fc-c6ab7b01 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771406-c6ab7b01, #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771407-c6ab7b01 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771411-c6ab7b01, #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771412-c6ab7b01 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce877141c-c6ab7b01, #w-node-_33c0d09e-a9ea-1b57-067e-b0cce877141d-c6ab7b01 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771427-c6ab7b01, #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771428-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_8fb5c34f-8100-0e06-34bf-ee5211f8cfcb-c6ab7b01 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_8fb5c34f-8100-0e06-34bf-ee5211f8cfcc-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_39a9c302-8bd1-70bf-e2c7-4e910c1fd213-c6ab7b01 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_39a9c302-8bd1-70bf-e2c7-4e910c1fd214-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-a423852a-b61b-0ad4-0f92-06433c590b11-c6ab7b01 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-a423852a-b61b-0ad4-0f92-06433c590b12-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-f5e16980-d0a4-64c6-3a29-b05b406e1489-c6ab7b01 {
  grid-area: 5 / 7 / 6 / 13;
}

#w-node-f5e16980-d0a4-64c6-3a29-b05b406e148a-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_8f19dee5-2e84-9fdd-d06f-78fbf8d1aa87-c6ab7b01 {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_8f19dee5-2e84-9fdd-d06f-78fbf8d1aa88-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_02e03f72-8dde-187b-e730-8ddb7abe45fd-c6ab7b01 {
  grid-area: 6 / 7 / 7 / 13;
}

#w-node-_02e03f72-8dde-187b-e730-8ddb7abe45fe-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_50d5941c-06e9-c301-9499-697e1d348f7d-c6ab7b01 {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_50d5941c-06e9-c301-9499-697e1d348f7e-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_114d9bdc-2579-84ab-4c66-1b14bc4daabf-c6ab7b01 {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_114d9bdc-2579-84ab-4c66-1b14bc4daac0-c6ab7b01 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c732571-a967c5f9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c73257a-a967c5f9 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c732583-a967c5f9 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c73258c-a967c5f9 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c732595-a967c5f9 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-c3eab661-0c58-5e81-b544-35b10c73259e-a967c5f9 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-94895595 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-94895595 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-94895595 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-94895595 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-94895595 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-94895595 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-3fdef108 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-3fdef108 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-3fdef108 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-3fdef108 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-3fdef108 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-3fdef108 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-e0bfdbaa-872c-b50f-c332-b081da748e7b-1022f309 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7fcdd9c9-f1c3-f561-2e7a-15d286804624-1022f309 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_7b0e260d-62f3-e9a5-18aa-c6fc8a6ab755-fbec2148, #w-node-_70566d7a-eebd-b87f-504e-f013528ecad3-fbec2148, #w-node-_6d01903a-e5a9-635b-ebbf-2172a41a1415-fbec2148 {
  align-self: stretch;
}

#w-node-_321a0d2b-3d44-987f-6876-66f14ffd9942-ce66214a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_321a0d2b-3d44-987f-6876-66f14ffd9949-ce66214a {
  grid-area: 1 / 4 / 2 / 7;
  align-self: start;
}

#w-node-_321a0d2b-3d44-987f-6876-66f14ffd9950-ce66214a {
  grid-area: 1 / 7 / 2 / 10;
  align-self: start;
}

#w-node-_321a0d2b-3d44-987f-6876-66f14ffd9957-ce66214a {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-_681b5501-180e-e42a-ef47-1b4a83a03622-ce66214a, #w-node-be23df71-b0e3-ea28-9d0e-818352c66f72-ce66214a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4db-ce66214a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e2-ce66214a {
  grid-area: 1 / 4 / 2 / 7;
  align-self: start;
}

#w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e9-ce66214a {
  grid-area: 1 / 7 / 2 / 10;
  align-self: start;
}

#w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4f0-ce66214a {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-_4bc2f683-9535-aa49-e8fe-25b77baff275-ce66214a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f061-ce66214a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f062-ce66214a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f06c-ce66214a, #w-node-_71461978-d9be-d351-3ed8-eeea25d7f06d-ce66214a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f077-ce66214a, #w-node-_71461978-d9be-d351-3ed8-eeea25d7f078-ce66214a {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f082-ce66214a, #w-node-_71461978-d9be-d351-3ed8-eeea25d7f083-ce66214a {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f08d-ce66214a, #w-node-_71461978-d9be-d351-3ed8-eeea25d7f08e-ce66214a {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f098-ce66214a, #w-node-_71461978-d9be-d351-3ed8-eeea25d7f099-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0a3-ce66214a {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0a4-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0ae-ce66214a {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0af-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0b9-ce66214a {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0ba-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0c4-ce66214a {
  grid-area: 5 / 7 / 6 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0c5-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0cf-ce66214a {
  grid-area: 6 / 1 / 7 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0d0-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0da-ce66214a {
  grid-area: 6 / 7 / 7 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0db-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0e5-ce66214a {
  grid-area: 7 / 1 / 8 / 7;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0e6-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0f0-ce66214a {
  grid-area: 7 / 7 / 8 / 13;
}

#w-node-_71461978-d9be-d351-3ed8-eeea25d7f0f1-ce66214a {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_29416160-c885-31b2-8db0-218b9db1d01a-b6f62392 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: auto;
}

#w-node-_71c61f48-afa4-5c81-75bd-61f156e111c2-b6f62392 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_15bd49e9-9ac1-00d1-0861-75321a5dcab1-87938998 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dfde1fb2-cb43-d231-a4a7-c09927d9b3fd-87938998 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_29416160-c885-31b2-8db0-218b9db1d01a-0dfbb4e8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: auto;
}

#w-node-_71c61f48-afa4-5c81-75bd-61f156e111c2-0dfbb4e8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-15c50d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-_5ed4ea8e-5af2-da96-7ba6-62a65c4584b9-15c50d28 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-15c50d28 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-15c50d28 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-15c50d28 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-15c50d28 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-15c50d28 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-15c50d28 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_29416160-c885-31b2-8db0-218b9db1d01a-e6ed32d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: auto;
}

#w-node-_71c61f48-afa4-5c81-75bd-61f156e111c2-e6ed32d3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-039a0e35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-_5ed4ea8e-5af2-da96-7ba6-62a65c4584b9-039a0e35 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-039a0e35 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-039a0e35 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-039a0e35 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-039a0e35 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-039a0e35 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-039a0e35 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-66890890 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-_5ed4ea8e-5af2-da96-7ba6-62a65c4584b9-66890890 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-66890890 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-66890890 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-66890890 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-66890890 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-66890890 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-66890890 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-853a96ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-853a96ab {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-853a96ab {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-853a96ab {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-853a96ab {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-853a96ab {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-853a96ab {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-4f8150fe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-4f8150fe {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-4f8150fe {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-4f8150fe {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-4f8150fe {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-4f8150fe {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-4f8150fe {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-c03c84fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-c03c84fc {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-c03c84fc {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-c03c84fc {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-c03c84fc {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-c03c84fc {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-c03c84fc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-5c047ba3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-5c047ba3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-5c047ba3 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-5c047ba3 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-5c047ba3 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-5c047ba3 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-5c047ba3 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-1141168b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-1141168b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-1141168b {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-1141168b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-1141168b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-1141168b {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-1141168b {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-2f5cc21f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-2f5cc21f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-2f5cc21f {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-2f5cc21f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-2f5cc21f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-2f5cc21f {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-2f5cc21f {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-128905d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-128905d0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-128905d0 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-128905d0 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-128905d0 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-128905d0 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-128905d0 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-671b5036 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-671b5036 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-671b5036 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-671b5036 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-671b5036 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-671b5036 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-671b5036 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a7221f2-abb62272 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a7221f8-abb62272 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a7221fe-abb62272 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a722204-abb62272 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a72220a-abb62272 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a722210-abb62272 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a722216-abb62272 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-_62a80bf9-afab-fe89-99f2-11653a72221c-abb62272 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-6605ec8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-6605ec8f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-6605ec8f {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-6605ec8f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-6605ec8f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-6605ec8f {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-6605ec8f {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-2edde358 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-2edde358 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-2edde358 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-2edde358 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-2edde358 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-2edde358 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_248d3963-fe46-5b7a-6a25-880e28c29dac-b4820120, #w-node-_5fdba3fb-21f9-d37a-d8e7-141cf5669e8c-b4820120 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d928-ab4054a2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d92e-ab4054a2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d934-ab4054a2 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d93a-ab4054a2 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d940-ab4054a2 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d946-ab4054a2 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d94c-ab4054a2 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d952-ab4054a2 {
  grid-area: 4 / 7 / 5 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-da584f9e-7f64-2560-6938-faf21c7d53fa-7eeddb1f {
    grid-column-start: 1;
  }

  #w-node-_2f20e833-4cf9-ece4-17c5-d97968b557c1-7eeddb1f {
    grid-column-end: 13;
  }

  #w-node-ed25f5cb-c394-d97f-cca7-71e71784da7a-95a5a7b2 {
    grid-row-end: 3;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732571-a967c5f9 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73257a-a967c5f9 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732583-a967c5f9 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73258c-a967c5f9 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732595-a967c5f9 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73259e-a967c5f9 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-94895595 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-94895595 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-94895595 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-94895595 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-94895595 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-94895595 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-3fdef108 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-3fdef108 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-3fdef108 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-3fdef108 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-3fdef108 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-3fdef108 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-_7fcdd9c9-f1c3-f561-2e7a-15d286804624-1022f309 {
    grid-column: 3 / 13;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-15c50d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-15c50d28 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-15c50d28 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-15c50d28 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-15c50d28 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-15c50d28 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-15c50d28 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-039a0e35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-039a0e35 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-039a0e35 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-039a0e35 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-039a0e35 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-039a0e35 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-039a0e35 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-66890890 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-66890890 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-66890890 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-66890890 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-66890890 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-66890890 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-66890890 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-853a96ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-853a96ab {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-853a96ab {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-853a96ab {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-853a96ab {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-853a96ab {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-853a96ab {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-4f8150fe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-4f8150fe {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-4f8150fe {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-4f8150fe {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-4f8150fe {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-4f8150fe {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-4f8150fe {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-c03c84fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-c03c84fc {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-c03c84fc {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-c03c84fc {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-c03c84fc {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-c03c84fc {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-c03c84fc {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-5c047ba3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-5c047ba3 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-5c047ba3 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-5c047ba3 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-5c047ba3 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-5c047ba3 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-5c047ba3 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-1141168b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-1141168b {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-1141168b {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-1141168b {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-1141168b {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-1141168b {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-1141168b {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-2f5cc21f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-2f5cc21f {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-2f5cc21f {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-2f5cc21f {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-2f5cc21f {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-2f5cc21f {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-2f5cc21f {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-128905d0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-128905d0 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-128905d0 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-128905d0 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-128905d0 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-128905d0 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-128905d0 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-671b5036 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-671b5036 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-671b5036 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-671b5036 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-671b5036 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-671b5036 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-671b5036 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-6605ec8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-6605ec8f {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-6605ec8f {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-6605ec8f {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-6605ec8f {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-6605ec8f {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-6605ec8f {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-2edde358 {
    grid-column-end: 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-2edde358 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-2edde358 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-2edde358 {
    grid-column: 7 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-2edde358 {
    grid-area: 3 / 1 / 4 / 7;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-2edde358 {
    grid-row: 3 / 4;
    grid-column-start: 7;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e852d253-cd7b-6b14-4108-9fc79d447283-39ebca2d {
    grid-column-end: 7;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d44728a-39ebca2d {
    grid-column: 7 / 13;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d447291-39ebca2d {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d447298-39ebca2d {
    grid-row-start: 2;
    grid-column-start: 7;
  }

  #w-node-e31a8295-7132-cb57-8552-b490f7fabfcd-f7fabfcb {
    grid-column-end: 7;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5b8-73109bca {
    grid-column-end: 13;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5c3-73109bca {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5ce-73109bca {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5d9-73109bca {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5e4-73109bca {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-e2f0d3e1-c23b-6fda-bff4-74b73d06f5ef-73109bca {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-b7132014-293a-fe39-01cb-717840165cac-bc63b0ce {
    grid-column-end: 13;
  }

  #w-node-dfde1fb2-cb43-d231-a4a7-c09927d9b3fd-bc63b0ce {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185f8d-b3da3b2a {
    grid-column-end: 13;
  }

  #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185f98-b3da3b2a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fa3-b3da3b2a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_701a7c8b-1c7e-9f11-0f8c-a603a6185fc4-b3da3b2a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-d34989ab-4016-1365-a2a9-baa949b81d3e-b3da3b2a {
    grid-column-end: 13;
  }

  #w-node-d34989ab-4016-1365-a2a9-baa949b81d49-b3da3b2a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-d34989ab-4016-1365-a2a9-baa949b81d54-b3da3b2a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-ed25f5cb-c394-d97f-cca7-71e71784da7a-95a5a7b2 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_0244c96d-aad6-ac9e-571e-613f27ab650d-95a5a7b2 {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-_6755c25a-2327-a862-55e3-f70beb4bfd8e-95a5a7b2 {
    grid-area: 2 / 7 / 3 / 13;
  }

  #w-node-b449ae84-a35f-b733-4709-3b867e5fdec2-95a5a7b2 {
    grid-column: 1 / 7;
    grid-row-start: 3;
  }

  #w-node-_20c42ded-4b90-164a-c9cd-3e90e56abe5e-95a5a7b2 {
    grid-area: 3 / 7 / 4 / 13;
  }

  #w-node-_6fe23fa0-999c-e34b-8f11-34e29c93668c-95a5a7b2 {
    grid-column-end: 13;
  }

  #w-node-_36ae40c9-a0e5-f604-f23b-b14b1a286ebd-95a5a7b2 {
    grid-column: 1 / 13;
    grid-row-start: 2;
  }

  #w-node-fe634953-5e62-61e3-fb02-b15aa0892124-95a5a7b2 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713f0-c6ab7b01 {
    grid-column-end: 13;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce87713fb-c6ab7b01 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771406-c6ab7b01 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771411-c6ab7b01 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce877141c-c6ab7b01 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_33c0d09e-a9ea-1b57-067e-b0cce8771427-c6ab7b01 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_8fb5c34f-8100-0e06-34bf-ee5211f8cfcb-c6ab7b01 {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_39a9c302-8bd1-70bf-e2c7-4e910c1fd213-c6ab7b01 {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-a423852a-b61b-0ad4-0f92-06433c590b11-c6ab7b01 {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-f5e16980-d0a4-64c6-3a29-b05b406e1489-c6ab7b01 {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_8f19dee5-2e84-9fdd-d06f-78fbf8d1aa87-c6ab7b01 {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-_02e03f72-8dde-187b-e730-8ddb7abe45fd-c6ab7b01 {
    grid-row: 11 / 12;
    grid-column-start: 1;
  }

  #w-node-_50d5941c-06e9-c301-9499-697e1d348f7d-c6ab7b01 {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_114d9bdc-2579-84ab-4c66-1b14bc4daabf-c6ab7b01 {
    grid-row: 13 / 14;
    grid-column-start: 1;
  }

  #w-node-e0bfdbaa-872c-b50f-c332-b081da748e7b-1022f309 {
    grid-column-end: 13;
  }

  #w-node-_7fcdd9c9-f1c3-f561-2e7a-15d286804624-1022f309 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9942-ce66214a {
    grid-column-end: 7;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9949-ce66214a {
    grid-column: 7 / 13;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9950-ce66214a {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9957-ce66214a {
    grid-row-start: 2;
    grid-column-start: 7;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4db-ce66214a {
    grid-column-end: 7;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e2-ce66214a {
    grid-column: 7 / 13;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e9-ce66214a {
    grid-column: 1 / 7;
    grid-row-start: 2;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4f0-ce66214a {
    grid-row-start: 2;
    grid-column-start: 7;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f061-ce66214a {
    grid-column-end: 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f06c-ce66214a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f077-ce66214a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f082-ce66214a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f08d-ce66214a {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f098-ce66214a {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0a3-ce66214a {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0ae-ce66214a {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0b9-ce66214a {
    grid-area: 8 / 1 / 9 / 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0c4-ce66214a {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0cf-ce66214a {
    grid-area: 10 / 1 / 11 / 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0da-ce66214a {
    grid-row: 11 / 12;
    grid-column-start: 1;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0e5-ce66214a {
    grid-area: 12 / 1 / 13 / 13;
  }

  #w-node-_71461978-d9be-d351-3ed8-eeea25d7f0f0-ce66214a {
    grid-row: 13 / 14;
    grid-column-start: 1;
  }

  #w-node-_15bd49e9-9ac1-00d1-0861-75321a5dcab1-87938998 {
    grid-column-end: 13;
  }

  #w-node-dfde1fb2-cb43-d231-a4a7-c09927d9b3fd-87938998 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-15c50d28, #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-66890890, #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-853a96ab, #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-4f8150fe, #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-c03c84fc, #w-node-f7c74386-25e2-eacc-73e6-098c3e1b342d-5c047ba3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e852d253-cd7b-6b14-4108-9fc79d447283-39ebca2d {
    grid-column-end: 13;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d44728a-39ebca2d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d447291-39ebca2d {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-e852d253-cd7b-6b14-4108-9fc79d447298-39ebca2d {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f12b-d3b2f11b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f130-d3b2f11b, #w-node-_9f8e204d-ec47-fc4a-56e5-64278de1d6dd-d3b2f11b {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f139-d3b2f11b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb6d9a52-3060-202d-093d-d665b39ccb1d-d3b2f11b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5582607d-93d4-e00d-57f7-8d33d3b2f14c-d3b2f11b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e31a8295-7132-cb57-8552-b490f7fabfcd-f7fabfcb, #w-node-da584f9e-7f64-2560-6938-faf21c7d53fa-7eeddb1f {
    grid-column-end: 13;
  }

  #w-node-_2f20e833-4cf9-ece4-17c5-d97968b557c1-7eeddb1f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_0495e889-6539-0a6e-c4ce-50942b3b91df-95a5a7b2 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_12ed6815-4ac7-111b-79d7-629888843411-95a5a7b2 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_875c3cc6-e0f2-8abb-d94f-2b71965913c0-95a5a7b2 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_15429cbe-c307-6f76-df7e-da4064f27653-95a5a7b2 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c976bf9d-d75e-38ab-2d2f-a4c6c8b6b9fe-95a5a7b2 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_4a90cdee-0c0a-c2fd-ef3b-ba3fc21889af-95a5a7b2 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f5da9633-c7c4-e998-f965-c9efc91bac64-95a5a7b2 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_5fb327d2-b9e4-c8b5-7e8a-47ee669346ac-95a5a7b2 {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-_0244c96d-aad6-ac9e-571e-613f27ab650d-95a5a7b2 {
    grid-row-end: 3;
    grid-column-end: 13;
  }

  #w-node-_6755c25a-2327-a862-55e3-f70beb4bfd8e-95a5a7b2 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-b449ae84-a35f-b733-4709-3b867e5fdec2-95a5a7b2 {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_20c42ded-4b90-164a-c9cd-3e90e56abe5e-95a5a7b2 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732571-a967c5f9 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73257a-a967c5f9 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732583-a967c5f9 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73258c-a967c5f9 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c732595-a967c5f9 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-c3eab661-0c58-5e81-b544-35b10c73259e-a967c5f9 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-94895595 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-94895595 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-94895595 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-94895595 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-94895595 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-94895595 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-3fdef108 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-3fdef108 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-3fdef108 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-3fdef108 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-3fdef108 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-3fdef108 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9942-ce66214a {
    grid-column-end: 13;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9949-ce66214a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9950-ce66214a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_321a0d2b-3d44-987f-6876-66f14ffd9957-ce66214a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4db-ce66214a {
    grid-column-end: 13;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e2-ce66214a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4e9-ce66214a {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_3cb5cce2-bb73-4bb3-7da5-0335fc12f4f0-ce66214a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-15c50d28 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-15c50d28 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-15c50d28 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-15c50d28 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-15c50d28 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-15c50d28 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-039a0e35 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-039a0e35 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-039a0e35 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-039a0e35 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-039a0e35 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-039a0e35 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-66890890 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-66890890 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-66890890 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-66890890 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-66890890 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-66890890 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-853a96ab {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-853a96ab {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-853a96ab {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-853a96ab {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-853a96ab {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-853a96ab {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-4f8150fe {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-4f8150fe {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-4f8150fe {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-4f8150fe {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-4f8150fe {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-4f8150fe {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-c03c84fc {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-c03c84fc {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-c03c84fc {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-c03c84fc {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-c03c84fc {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-c03c84fc {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-5c047ba3 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-5c047ba3 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-5c047ba3 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-5c047ba3 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-5c047ba3 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-5c047ba3 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-1141168b {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-1141168b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-1141168b {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-1141168b {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-1141168b {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-1141168b {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-2f5cc21f {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-2f5cc21f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-2f5cc21f {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-2f5cc21f {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-2f5cc21f {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-2f5cc21f {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-128905d0 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-128905d0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-128905d0 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-128905d0 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-128905d0 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-128905d0 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-671b5036 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-671b5036 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-671b5036 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-671b5036 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-671b5036 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-671b5036 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a7221f2-abb62272 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a7221f8-abb62272 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a7221fe-abb62272 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a722204-abb62272 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a72220a-abb62272 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a722210-abb62272 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a722216-abb62272 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-_62a80bf9-afab-fe89-99f2-11653a72221c-abb62272 {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43a3-6605ec8f {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43ac-6605ec8f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43b5-6605ec8f {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43be-6605ec8f {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43c7-6605ec8f {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-f781aed1-a5ef-87ef-2090-b3007ada43d0-6605ec8f {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b72-2edde358 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: stretch;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b7b-2edde358 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b84-2edde358 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b8d-2edde358 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b96-2edde358 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-_33297ca1-62d7-e1d1-dcec-198226957b9f-2edde358 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d928-ab4054a2 {
    grid-row-end: 2;
    grid-column-end: 13;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d92e-ab4054a2 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d934-ab4054a2 {
    grid-row: 3 / 4;
    grid-column-end: 13;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d93a-ab4054a2 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d940-ab4054a2 {
    grid-row: 5 / 6;
    grid-column-end: 13;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d946-ab4054a2 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d94c-ab4054a2 {
    grid-row: 7 / 8;
    grid-column-end: 13;
  }

  #w-node-dbe0a99d-22a9-3335-c9dc-fc09f410d952-ab4054a2 {
    grid-row: 8 / 9;
    grid-column-start: 1;
  }
}


