:root {
  --bo-green: #03dd7b;
  --bo-blue: #0af;
  --bo-red: #fd0350;
  --bo-purple: #8554fe;
  --bo-orange: #ff9000;
  --mid-grey: #999;
}

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

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

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

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 133px;
  font-weight: 600;
  line-height: 111px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

.hero-section {
  color: #fff;
  background-color: #000;
  background-image: url('../images/maitland-telke-homepage-header-image-lr.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  min-height: 100vh;
  max-height: 100vh;
  padding: 0;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: space-around;
  max-width: 833px;
  margin-left: 50%;
  display: block;
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.connect-button {
  color: #000;
  background-color: #fff;
  border-radius: 300px;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 20px;
  padding: 10px 33px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.connect-button:hover {
  background-color: var(--bo-green);
  color: #fff;
}

.heading-2 {
  margin-top: 54px;
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 30px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 100vh;
  max-height: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.text-span {
  color: var(--bo-green);
}

.text-span-2 {
  color: var(--bo-blue);
}

.why-section {
  background-color: #fff;
  min-height: 100vh;
  max-height: 100ch;
}

.text-span-3 {
  color: var(--bo-red);
}

.connect-section-old {
  background-color: #000;
  min-height: 100vh;
  max-height: 100vh;
}

.heading-3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 100px;
  line-height: 86px;
}

.submit-button {
  background-color: var(--bo-green);
  border-radius: 8px;
  margin-top: 33px;
  font-size: 20px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: var(--bo-red);
}

.text-field {
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.connect-container {
  background-color: #000;
  min-width: 0;
  max-width: none;
  margin-top: 69px;
}

.heading-4 {
  color: #fff;
  letter-spacing: -.05em;
  font-size: 88px;
  font-weight: 600;
}

.div-block {
  padding-right: 0;
}

.submit-message {
  background-color: var(--bo-green);
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
}

.submit-message.error {
  background-color: var(--bo-red);
  font-weight: 600;
}

.text-block {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

.social-buttons-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-text.connect {
  color: #fff;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.copyright-block {
  color: #fff;
  justify-content: space-between;
  margin: 42px 42px 48px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.footertext {
  text-decoration: none;
}

.connectcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 808px;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logostacked {
  margin-top: 0;
  display: none;
}

.navbar {
  background-color: #000;
  min-width: 100%;
  margin-top: 0;
  position: fixed;
}

.main-nav-bar-link {
  color: #fff;
  letter-spacing: -.025em;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.nav-container {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.brand {
  float: none;
  clear: none;
  vertical-align: baseline;
  width: 250px;
}

.logohorizontal {
  margin-top: 16px;
}

.main-nav-link-block {
  border-radius: 200px;
  align-self: center;
  padding: 18px;
  text-decoration: none;
}

.main-nav-link-block:hover {
  background-color: var(--bo-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav-link-block.me:hover {
  background-color: var(--bo-purple);
}

.main-nav-link-block.together:hover {
  background-color: var(--bo-red);
}

.main-nav-link-block.clients:hover {
  background-color: var(--bo-orange);
}

.navlayout {
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.nav-items {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.social-wrapper, .profile-pic {
  display: none;
}

.hero-content-tablet {
  order: 1;
  display: none;
}

.hero-content-mobile-landscape, .hero-content-mobile {
  display: none;
}

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

.text-span-4.tablet, .text-span-6 {
  color: var(--bo-blue);
}

.text-span-6.tablet {
  color: var(--bo-purple);
  -webkit-text-stroke-color: var(--bo-purple);
}

.text-span-8 {
  color: var(--bo-purple);
}

.text-span-8.tablet {
  color: var(--bo-red);
}

.scroll-icon-block {
  text-align: center;
  align-self: center;
  min-width: 100vw;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5 {
  text-align: center;
}

.header-container {
  background-color: var(--bo-green);
  min-width: 100vw;
  max-width: none;
}

.header-container.clearsection {
  background-color: var(--bo-blue);
  background-image: url('../images/managing-perceptions-b.jpg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 233px;
  background-attachment: scroll;
}

.header-container.compellingsection {
  background-color: var(--bo-purple);
  background-image: url('../images/speak-to-the-heart.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: scroll;
}

.header-container.committed-section {
  background-color: var(--bo-red);
  background-image: url('../images/committed-purple.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.header-container.connect-header-style {
  background-image: url('../images/MT-Thinking.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.header-container.match {
  background-color: var(--bo-red);
}

.header-container.clients {
  background-color: var(--mid-grey);
}

.header-container.thankyou {
  background-color: var(--bo-purple);
}

.header-container.articles {
  background-color: #f3f3f3;
}

.header-container.linktree {
  background-color: var(--bo-green);
}

.header-block {
  text-align: center;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.why-heading-1 {
  color: #000;
  letter-spacing: -.05em;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}

.why-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 250px;
  font-weight: 700;
  line-height: 200px;
}

.header-content {
  text-align: left;
  object-fit: fill;
  background-image: url('../images/why-should-anyone-care.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 808px;
  margin: 159px auto 90px;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 0;
}

.header-content.clear-header-content {
  background-image: none;
}

.header-content.clear-header-content.legal-header {
  margin-top: 132px;
  margin-bottom: 47px;
}

.subheading-bold-black {
  color: #000;
  letter-spacing: -.05em;
  margin-top: 8px;
  margin-bottom: 42px;
  font-size: 53px;
  font-weight: 600;
}

.sub-section {
  margin-left: auto;
  margin-right: auto;
}

.sub-section-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sub-section-content {
  text-align: left;
  max-width: 808px;
  margin: 60px auto;
}

.section-caption {
  color: #000;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

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

.bold-red-text {
  color: var(--bo-red);
  letter-spacing: 0;
  font-weight: 600;
}

.italic-purple-text {
  color: var(--bo-purple);
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.clear-section {
  background-color: #fff;
  min-height: 100vh;
  max-height: 100ch;
}

.main-section-headings {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.main-section-headings.compelling {
  margin-top: -14px;
  padding-top: 0;
}

.main-section-headings.legal-page-heading {
  font-size: 66px;
  line-height: 66px;
}

.main-section-headings.article-page-heading {
  color: #000;
  font-size: 66px;
  line-height: 66px;
}

.text-span-20 {
  color: #fff;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
}

.italic-blue-text {
  color: var(--bo-blue);
  font-family: Merriweather, serif;
  font-style: italic;
}

.bold-blue-text {
  color: var(--bo-blue);
  letter-spacing: -.05px;
  font-weight: 600;
}

.italic-red-text {
  color: var(--bo-red);
  font-family: Merriweather, serif;
  font-style: italic;
}

.bold-green-text {
  color: var(--bo-green);
  font-weight: 600;
}

.italic-red-text-link {
  color: var(--bo-red);
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: underline;
}

.text-span-27, .text-span-28, .text-span-29 {
  font-family: Merriweather, serif;
  font-style: italic;
}

.italic-blue-text-link {
  color: var(--bo-blue);
  font-family: Merriweather, serif;
  font-style: italic;
  text-decoration: underline;
}

.compelling-section {
  background-color: #fff;
  min-height: 100vh;
  max-height: 100ch;
}

.text-span-31 {
  color: #fff;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.commited-section {
  background-color: #fff;
  min-height: 100vh;
  max-height: 100ch;
}

.heading-italics-white {
  color: #fff;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.bold-purple-text {
  color: var(--bo-red);
  letter-spacing: -.05px;
  font-weight: 600;
}

.bold-purple-text.todecide {
  background-color: #ffea00;
}

.italic-green-text-link {
  color: var(--bo-green);
  font-family: Merriweather, serif;
  font-style: italic;
  text-decoration: underline;
}

.italic-black-text {
  font-family: Merriweather, serif;
  font-style: italic;
}

.connect-section {
  background-color: #000;
  min-height: 0;
  max-height: none;
}

.bold-orange-text {
  color: var(--bo-orange);
  font-weight: 600;
}

.italic-green-text {
  color: var(--bo-green);
  font-family: Merriweather, serif;
  font-style: italic;
}

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

.div-block-2 {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100%;
  max-height: 100%;
}

.footer-block {
  background-color: #000;
  border-top: 1px solid #424242;
  max-width: 100%;
}

.email-link-block {
  background-image: url('../images/icon-email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-left: 22px;
}

.email-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-email.png');
  background-position: 50%;
  background-size: 28px;
}

.whatsapp-link-block {
  background-image: url('../images/icon-wa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.whatsapp-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-wa.png');
}

.linkedin-link-block {
  background-image: url('../images/icon-li.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.linkedin-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-li.png');
}

.instagram-link-block {
  background-image: url('../images/icon-ig.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.instagram-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-ig.png');
}

.text-span-33 {
  color: #fff;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 300;
}

.footerlink {
  color: var(--bo-green);
  text-decoration: none;
}

.footerlink:hover {
  color: #888;
}

.link {
  color: var(--bo-green);
  text-decoration: none;
}

.link:hover {
  opacity: .5;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: var(--bo-green);
}

.footer-tablet-mobile-landscape, .connectcontent-mobile, .footer-mobile {
  display: none;
}

.checkbox {
  background-color: #fff;
  border-radius: 8px;
  min-width: 33px;
  min-height: 33px;
  margin-right: 13px;
}

.checkbox-label {
  color: #fff;
  margin-top: 11px;
  font-size: 18px;
}

.link-3 {
  color: var(--bo-green);
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.link-3:hover {
  color: var(--bo-orange);
}

.compelling-heading-1 {
  color: #000;
  letter-spacing: -.05em;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}

.link-4 {
  color: var(--bo-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  color: var(--bo-red);
  text-decoration: underline;
}

.link-5 {
  color: var(--bo-red);
  font-weight: 600;
  text-decoration: none;
}

.link-5:hover {
  color: var(--bo-purple);
  text-decoration: underline;
}

.link-6 {
  color: var(--bo-red);
  font-weight: 600;
  text-decoration: none;
}

.link-6:hover {
  color: var(--bo-purple);
  text-decoration: underline;
}

.link-7 {
  color: var(--bo-green);
  font-weight: 600;
  text-decoration: none;
}

.link-7:hover {
  color: var(--bo-red);
  text-decoration: underline;
}

.legal-heading {
  color: #000;
  letter-spacing: -.05em;
  margin-top: 36px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.legal-heading.match {
  font-size: 30px;
  line-height: 30px;
}

.legal-heading.cookies {
  margin-bottom: 36px;
}

.legal-body {
  color: #000;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.legal-body.cookies {
  margin-top: 19px;
}

.legal-body.top-margin {
  margin-top: 67px;
}

.list-item {
  padding-bottom: 12px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.list {
  padding-left: 56px;
}

.link-8 {
  color: var(--bo-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-8:hover {
  font-weight: 600;
  text-decoration: underline;
}

.text-span-34 {
  color: var(--bo-red);
}

.link-9 {
  color: var(--bo-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-9:hover {
  color: var(--bo-green);
  text-decoration: underline;
}

.text-span-35 {
  color: var(--bo-red);
}

.link-10 {
  color: var(--bo-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-10:hover {
  color: var(--bo-green);
  text-decoration: underline;
}

.cookielinks {
  color: var(--bo-blue);
  font-weight: 600;
  text-decoration: none;
}

.cookielinks:hover {
  color: var(--bo-green);
  text-decoration: underline;
}

.div-block-3 {
  background-color: #7a7a7a;
  padding: 12px;
}

.client-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 808px;
  margin: 60px auto;
  display: grid;
}

.client-panel-caption {
  color: #000;
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.client-panel-caption.match {
  font-size: 30px;
  line-height: 30px;
}

.client-panel-caption.cookies {
  margin-bottom: 36px;
}

.client-caption {
  margin-bottom: 19px;
  font-size: 15px;
  line-height: 21px;
}

.text-span-36, .text-span-38 {
  font-size: 20px;
}

.text-span-10 {
  color: var(--bo-orange);
}

.text-span-10.tablet {
  color: var(--bo-red);
}

.bold-text {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
}

.semibold-text {
  font-size: 66px;
  font-weight: 600;
  line-height: 66px;
}

.semibold-text.bluetext {
  color: var(--bo-blue);
}

.semibold-text.redtext {
  color: var(--bo-red);
}

.semibold-text.greentext {
  color: var(--bo-green);
}

.article-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 808px;
  margin: 50px auto 60px;
  display: block;
}

.greentext {
  color: var(--bo-green);
}

.article-caption-text {
  letter-spacing: -.03rem;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.article-body-text {
  letter-spacing: -.03rem;
  border: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.article-body-text.bold-red-text, .article-body-text.bold-black-text {
  font-weight: 600;
}

.article-body-text.bold-blue-text {
  font-weight: 700;
}

.emphasis-merriweather {
  color: #000;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
}

.emphasis-merriweather.redtext {
  color: var(--bo-red);
}

.emphasis-merriweather.orangetext {
  color: var(--bo-orange);
}

.emphasis-merriweather.purpletext {
  color: var(--bo-purple);
}

.emphasis-merriweather.greentext {
  color: var(--bo-green);
}

.emphasis-merriweather.bluetext {
  color: var(--bo-blue);
}

.link-tree {
  background-color: #000;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  max-width: 808px;
  margin: 60px auto 0;
  padding-bottom: 84px;
  display: grid;
}

.link-caption {
  color: #fff;
  margin-bottom: 19px;
  font-size: 15px;
  line-height: 21px;
}

.link-panel-caption {
  color: #fff;
  letter-spacing: -.05em;
  border: 1px #000;
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.link-panel-caption:hover {
  color: var(--bo-green);
}

.link-panel-caption.match {
  font-size: 30px;
  line-height: 30px;
}

.link-panel-caption.cookies {
  margin-bottom: 36px;
}

.lt-email-link-block {
  background-image: url('../images/icon-email.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-left: 0;
}

.lt-email-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-email.png');
  background-position: 50%;
  background-size: 28px;
}

.link-block-7 {
  border: 0 #000;
  text-decoration: none;
}

.link-block-7:hover {
  color: var(--bo-green);
}

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

.text-span-40, .text-span-41 {
  color: var(--mid-grey);
  font-weight: 300;
}

.lt-whatsapp-link-block {
  background-image: url('../images/icon-wa.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.lt-whatsapp-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-wa.png');
}

.lt-linkedin-link-block {
  background-image: url('../images/icon-li.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.lt-linkedin-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-li.png');
}

.lt-vcard-link-block {
  background-image: url('../images/icon-vcard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  min-width: 28px;
}

.lt-vcard-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-vcard.png');
}

.lt-www-link-block {
  background-image: url('../images/icon-www.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  min-width: 26px;
  margin-left: 0;
}

.lt-www-link-block:hover {
  opacity: .5;
  background-image: url('../images/icon-www.png');
  background-position: 50%;
  background-size: 26px;
}

@media screen and (min-width: 1440px) {
  h2 {
    color: #fff;
    letter-spacing: -.2vw;
    font-size: 88px;
    font-weight: 600;
  }

  .body {
    color: #000;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
  }

  .connect-button {
    padding: 10px 33px;
    font-size: 20px;
    line-height: 20px;
  }

  .connect-button:hover {
    background-color: var(--bo-green);
    color: #fff;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 35px;
  }

  .connect-section-old {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    bottom: auto;
  }

  .heading-3 {
    margin-top: 24px;
    font-size: 111px;
    line-height: 94px;
  }

  .submit-button {
    background-color: var(--bo-green);
    border: 1px #000;
    border-radius: 10px;
    max-width: 150px;
    margin-top: 36px;
    padding: 13px 24px;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
  }

  .submit-button:hover {
    background-color: var(--bo-red);
  }

  .text-field {
    color: #000;
    mix-blend-mode: normal;
    background-color: #fff;
    border: 1px #000;
    border-radius: 8px;
    min-height: 48px;
    margin-bottom: 20px;
    padding: 28px 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    display: block;
  }

  .form-2 {
    position: relative;
  }

  .connect-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: none;
    min-height: 0;
    margin-top: 84px;
    display: block;
  }

  .heading-4 {
    margin-bottom: 66px;
  }

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

  .submit-message {
    background-color: var(--bo-green);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .submit-message.error {
    background-color: var(--bo-red);
    margin-top: 13px;
    padding: 20px;
    font-weight: 600;
  }

  .text-block {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
  }

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

  .social-buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
    display: flex;
  }

  .body-text.connect {
    margin-bottom: 55px;
    font-size: 22px;
    line-height: 36px;
  }

  .copyright-block {
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footertext {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }

  .connectcontent {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    min-width: 1100px;
    max-width: 1100px;
    display: grid;
  }

  .navlayout {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-container.clearsection {
    background-size: 333px;
  }

  .header-container.compellingsection {
    background-size: 400px;
  }

  .header-container.committed-section {
    background-size: 320px;
  }

  .header-container.clients {
    background-color: var(--mid-grey);
  }

  .header-container.articles {
    background-color: #f3f3f3;
  }

  .header-container.linktree {
    background-color: var(--bo-green);
  }

  .why-heading-1.mobile-landscape {
    font-size: 55px;
    line-height: 48px;
  }

  .why-heading-1.largescreens {
    font-size: 66px;
  }

  .why-heading-2 {
    font-size: 333px;
    line-height: 280px;
  }

  .header-content {
    max-width: 1100px;
  }

  .header-content.clear-header-content.legal-header {
    margin-top: 141px;
    margin-bottom: 50px;
  }

  .subheading-bold-black {
    font-size: 72px;
    line-height: 50px;
  }

  .subheading-bold-black.mobile-landscape {
    margin-top: -13px;
    font-size: 72px;
    line-height: 80px;
  }

  .sub-section-content {
    max-width: 1100px;
  }

  .section-caption {
    font-size: 22px;
    line-height: 36px;
  }

  .clear-section {
    max-height: 100ch;
  }

  .main-section-headings {
    font-size: 122px;
    line-height: 122px;
  }

  .main-section-headings.compelling {
    margin-top: -8px;
  }

  .main-section-headings.legal-page-heading, .main-section-headings.article-page-heading {
    font-size: 88px;
    line-height: 88px;
  }

  .compelling-section, .commited-section {
    max-height: 100ch;
  }

  .connect-section {
    max-height: none;
  }

  .email-link-block {
    margin-left: 24px;
  }

  .footer-desktop {
    background-color: #000;
  }

  .checkbox {
    background-color: #fff;
    border-radius: 8px;
    min-width: 36px;
    min-height: 36px;
    margin-right: 20px;
  }

  .checkbox-label {
    margin-top: 10px;
    font-size: 20px;
  }

  .compelling-heading-1 {
    font-size: 55px;
  }

  .legal-heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .legal-heading.match {
    font-size: 33px;
    line-height: 33px;
  }

  .legal-body, .list-item {
    font-size: 22px;
    line-height: 33px;
  }

  .list {
    color: #000;
  }

  .client-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1100px;
    display: grid;
  }

  .client-panel-caption {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .client-panel-caption.match {
    font-size: 33px;
    line-height: 33px;
  }

  .client-image {
    width: 100%;
  }

  .text-block-3 {
    letter-spacing: -.05px;
  }

  .client-caption {
    letter-spacing: -.03rem;
    font-size: 18px;
    line-height: 24px;
  }

  .text-span-36 {
    font-size: 19px;
    font-weight: 500;
  }

  .text-span-37, .text-span-38 {
    font-size: 20px;
    font-weight: 500;
  }

  .semibold-text {
    font-size: 90px;
    line-height: 90px;
  }

  .article-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1100px;
    margin-top: 66px;
    display: block;
  }

  .text-span-39 {
    color: var(--bo-blue);
  }

  .redtext {
    color: var(--bo-red);
  }

  .greentext {
    color: var(--bo-green);
  }

  .article-caption-text {
    letter-spacing: -.03rem;
    margin-bottom: 70px;
    padding-bottom: 50px;
    font-size: 42px;
    line-height: 49px;
  }

  .article-body-text {
    letter-spacing: -.03rem;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .link-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr 2.75fr;
    grid-auto-columns: 1fr;
    max-width: 1100px;
    display: grid;
  }

  .link-caption {
    letter-spacing: -.03rem;
    font-size: 18px;
    line-height: 24px;
  }

  .link-panel-caption {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .link-panel-caption.match {
    font-size: 33px;
    line-height: 33px;
  }

  .lt-email-link-block, .lt-www-link-block {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    color: #000;
    background-color: #000;
    background-image: url('../images/maitland-telke-tablet.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: scroll;
  }

  .hero-content {
    margin-left: 10%;
    display: none;
  }

  .body {
    background-color: #fff;
    font-size: 18px;
    line-height: 26px;
  }

  .connect-button {
    flex-flow: row;
    justify-content: center;
    max-width: 166px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .connect-button:hover {
    background-color: #000;
  }

  .heading-2.tablet {
    color: #fff;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 25px;
  }

  .why-section {
    min-height: auto;
    max-height: 100ch;
    padding-bottom: 0;
  }

  .heading-3.tablet {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 73px;
  }

  .submit-button {
    margin-top: 22px;
  }

  .text-field {
    margin-bottom: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }

  .connect-container {
    min-width: 0;
    max-width: none;
    margin-bottom: 69px;
  }

  .text-block {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .social-buttons-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
  }

  .body-text.connect {
    font-size: 18px;
    line-height: 26px;
  }

  .copyright-block {
    display: block;
  }

  .copyright-block.tabletportrait {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
    justify-content: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

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

  .connectcontent {
    min-width: 620px;
    max-width: 620px;
    margin-bottom: 0;
  }

  .logostacked {
    margin-top: 25px;
    display: inline-block;
  }

  .navbar {
    background-color: #000;
    margin-top: 0;
  }

  .main-nav-bar-link {
    font-size: 33px;
  }

  .main-nav-bar-link:hover {
    color: #000;
    text-decoration: none;
  }

  .nav-container {
    min-width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }

  .nav-menu {
    background-color: #000;
    flex: 0 auto;
    align-self: auto;
  }

  .nav-menu.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bo-green);
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    min-width: 100vw;
  }

  .icon {
    aspect-ratio: auto;
    color: #fff;
    font-size: 50px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding: 30px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .brand {
    object-fit: scale-down;
    width: 220px;
  }

  .logohorizontal {
    margin-top: 25px;
    display: none;
  }

  .main-nav-link-block {
    text-decoration: none;
  }

  .main-nav-link-block:hover {
    background-color: #0000;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .main-nav-link-block.me:hover, .main-nav-link-block.together:hover {
    background-color: #0000;
  }

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

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

  .nav-items {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    min-height: 100vh;
    display: flex;
  }

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

  .menuprofilepic {
    max-width: 180px;
  }

  .profile-pic {
    margin-top: 24px;
    display: block;
  }

  .hero-content-tablet {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 224px;
  }

  .hero-content-mobile-landscape, .hero-content-mobile {
    display: none;
  }

  .text-span-4.tablet, .text-span-6.tablet, .text-span-8.tablet {
    color: #fff;
  }

  .header-container.clearsection {
    background-size: 188px;
  }

  .header-container.compellingsection {
    background-size: 220px;
  }

  .header-container.committed-section {
    background-size: 200px;
  }

  .header-container.connect-header-style {
    background-size: 333px;
  }

  .why-heading-1 {
    margin-bottom: -10px;
    font-size: 36px;
  }

  .why-heading-2 {
    margin-top: 3px;
    font-size: 188px;
    line-height: 180px;
  }

  .header-content {
    max-width: 600px;
    margin-top: 182px;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .header-content.clear-header-content {
    max-width: 600px;
  }

  .header-content.clear-header-content.legal-header {
    margin-top: 120px;
    margin-bottom: 39px;
  }

  .subheading-bold-black {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .sub-section-content {
    max-width: 600px;
  }

  .section-caption {
    font-size: 18px;
    line-height: 28px;
  }

  .clear-section {
    min-height: auto;
    max-height: 100ch;
  }

  .main-section-headings {
    margin-bottom: 0;
    font-size: 88px;
    line-height: 88px;
  }

  .main-section-headings.legal-page-heading, .main-section-headings.article-page-heading {
    font-size: 48px;
    line-height: 48px;
  }

  .compelling-section {
    min-height: auto;
    max-height: none;
  }

  .commited-section {
    min-height: auto;
    max-height: 100ch;
  }

  .connect-section {
    min-height: auto;
    max-height: none;
  }

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

  .footer-block.tabletportrait {
    padding-top: 40px;
    font-size: 13px;
  }

  .footer-tablet-mobile-landscape {
    display: block;
  }

  .footer-desktop {
    display: none;
  }

  .legals-and-social-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: baseline;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .legals-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    display: flex;
  }

  .footer-mobile {
    display: none;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
    margin-right: 10px;
  }

  .checkbox-label {
    margin-top: 5px;
    font-size: 14px;
  }

  .compelling-heading-1 {
    margin-bottom: -16px;
    font-size: 37px;
  }

  .legal-heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .legal-heading.match {
    font-size: 26px;
    line-height: 26px;
  }

  .legal-body {
    font-size: 18px;
    line-height: 26px;
  }

  .list-item {
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .list {
    padding-left: 44px;
  }

  .client-grid {
    max-width: 600px;
  }

  .client-panel-caption {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .client-panel-caption.match {
    font-size: 26px;
    line-height: 26px;
  }

  .client-caption {
    font-size: 13px;
    line-height: 17px;
  }

  .text-span-36, .text-span-38 {
    font-size: 16px;
  }

  .text-span-10.tablet {
    color: #fff;
  }

  .semibold-text {
    font-size: 48px;
    line-height: 48px;
  }

  .article-block {
    max-width: 600px;
    margin-top: 40px;
  }

  .article-caption-text {
    margin-bottom: 42px;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 29px;
  }

  .article-body-text {
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .link-grid {
    max-width: 600px;
  }

  .link-caption {
    font-size: 13px;
    line-height: 17px;
  }

  .link-panel-caption {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .link-panel-caption.match {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 0%;
    background-size: 388px;
  }

  .body {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2.tablet {
    color: #fff;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .why-section {
    min-height: auto;
    max-height: 100ch;
    padding-bottom: 1px;
  }

  .heading-3.tablet {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    font-size: 49px;
    line-height: 40px;
  }

  .submit-button {
    font-size: 16px;
  }

  .text-field {
    min-height: 40px;
    margin-bottom: 13px;
    font-size: 15px;
  }

  .connect-container {
    min-width: 0;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .social-buttons-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .body-text.connect {
    margin-bottom: 33px;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .copyright-block.tabletportrait, .footertext {
    font-size: 11px;
  }

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

  .logostacked {
    margin-top: 25px;
    display: block;
  }

  .navbar {
    margin-top: 0;
  }

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

  .icon {
    font-size: 40px;
    font-weight: 400;
  }

  .menu-button {
    flex-flow: column;
    padding: 18px 0;
    display: block;
  }

  .brand {
    width: 100px;
  }

  .logohorizontal, .hero-content-tablet {
    display: none;
  }

  .hero-content-mobile-landscape {
    max-width: 300px;
    margin-left: 50%;
    margin-right: auto;
    display: block;
    position: static;
    inset: auto 0% 4%;
  }

  .hero-content-mobile {
    display: none;
  }

  .scroll-icon-block {
    margin-bottom: 10px;
  }

  .link-block-5 {
    width: 20px;
  }

  .header-container.clearsection, .header-container.compellingsection {
    background-size: 150px;
  }

  .header-container.committed-section {
    background-size: 133px;
  }

  .header-container.connect-header-style {
    background-size: 200px;
  }

  .header-container.clients {
    background-color: var(--mid-grey);
  }

  .header-container.articles {
    background-color: #f3f3f3;
  }

  .header-container.linktree {
    background-color: var(--bo-green);
  }

  .why-heading-1 {
    margin-bottom: -25px;
    font-size: 29px;
  }

  .why-heading-1.mobile-landscape {
    margin-bottom: -36px;
  }

  .why-heading-2 {
    margin-top: 0;
    font-size: 132px;
  }

  .header-content {
    max-width: 450px;
    margin-top: 88px;
    margin-bottom: 33px;
  }

  .header-content.clear-header-content {
    max-width: 450px;
    margin-top: 88px;
    margin-bottom: 37px;
  }

  .header-content.clear-header-content.legal-header {
    margin-top: 105px;
    margin-bottom: 30px;
  }

  .subheading-bold-black {
    margin-top: -6px;
    margin-bottom: 0;
    font-size: 29px;
  }

  .subheading-bold-black.mobile-landscape {
    margin-top: -37px;
  }

  .sub-section-content {
    max-width: 450px;
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .section-caption {
    font-size: 16px;
    line-height: 24px;
  }

  .clear-section {
    min-height: auto;
    max-height: 100ch;
    margin-bottom: 0;
    padding-bottom: 1px;
  }

  .main-section-headings {
    margin-bottom: 0;
    font-size: 66px;
    line-height: 66px;
  }

  .main-section-headings.compelling {
    margin-top: 10px;
  }

  .main-section-headings.legal-page-heading, .main-section-headings.article-page-heading {
    font-size: 33px;
    line-height: 33px;
  }

  .compelling-section {
    min-height: auto;
    max-height: none;
    padding-bottom: 1px;
  }

  .commited-section {
    min-height: auto;
    max-height: 100ch;
    padding-bottom: 1px;
  }

  .connect-section {
    min-height: 100ch;
    max-height: none;
  }

  .legals-and-social-buttons {
    max-width: 450px;
  }

  .legals-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .connectcontent-mobile {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-6 {
    margin-top: 19px;
  }

  .footer-mobile {
    display: none;
  }

  .checkbox-2 {
    background-color: #fff;
    border-radius: 6px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 11px;
  }

  .checkbox-label-2 {
    color: #fff;
    margin-top: 4px;
  }

  .checkbox-field {
    font-size: 15px;
  }

  .compelling-heading-1 {
    margin-bottom: -20px;
    font-size: 26px;
    line-height: 26px;
  }

  .legal-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .legal-heading.match {
    font-size: 20px;
    line-height: 20px;
  }

  .legal-body {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .list-item {
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .list {
    padding-left: 36px;
  }

  .link-8 {
    color: var(--bo-blue);
    font-weight: 600;
    text-decoration: none;
  }

  .link-8:hover {
    text-decoration: underline;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 450px;
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .client-panel-caption {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .client-panel-caption.match {
    font-size: 20px;
    line-height: 20px;
  }

  .semibold-text {
    font-size: 36px;
    line-height: 36px;
  }

  .article-block {
    grid-template-columns: 1fr 1fr;
    max-width: 450px;
    margin-top: 30px;
    margin-bottom: 37px;
  }

  .article-caption-text {
    margin-bottom: 33px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 23px;
  }

  .article-body-text {
    margin-bottom: 12px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .link-grid {
    grid-template-columns: .25fr 1.5fr;
    max-width: 450px;
    margin-top: 37px;
    margin-bottom: 0;
  }

  .link-panel-caption {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .link-panel-caption.match {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/maitland-telke-xs.jpg');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .hero-content {
    max-width: none;
    margin-left: 0%;
  }

  .body {
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
  }

  .connect-button {
    margin: 17px auto;
    padding: 8px 28px;
    font-size: 18px;
  }

  .heading-2.tablet {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3 {
    font-size: 70px;
    line-height: 60px;
  }

  .heading-3.tablet {
    text-align: left;
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 55px;
  }

  .connect-container {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .social-buttons-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .copyright-block.tabletportrait {
    margin-top: 18px;
  }

  .footertext.tabletportrait {
    font-size: 10px;
  }

  .logostacked {
    margin-top: 14px;
  }

  .navbar {
    margin-top: 0;
  }

  .main-nav-bar-link {
    font-size: 28px;
  }

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

  .icon {
    text-align: center;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav-link-block, .main-nav-link-block:hover {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .profile-pic {
    margin-top: 14px;
  }

  .hero-content-mobile-landscape {
    display: none;
  }

  .hero-content-mobile {
    margin-left: 8%;
    display: block;
    position: relative;
    top: 113px;
    left: auto;
    right: auto;
  }

  .scroll-icon-block {
    margin-bottom: 5px;
  }

  .link-block-5 {
    width: 15px;
  }

  .header-container.clearsection, .header-container.compellingsection {
    background-size: 100px;
  }

  .header-container.committed-section {
    background-size: 84px;
  }

  .header-container.connect-header-style {
    background-size: 133px;
  }

  .header-container.linktree {
    background-color: var(--bo-green);
  }

  .why-heading-1.mobile-landscape {
    margin-top: 20px;
    margin-bottom: -4px;
    font-size: 16px;
    line-height: 16px;
  }

  .why-heading-1.mobile {
    margin-bottom: -6px;
    font-size: 18px;
    line-height: 22px;
  }

  .why-heading-2 {
    max-height: 100ch;
    font-size: 82px;
    line-height: 84px;
  }

  .header-content, .header-content.clear-header-content {
    max-width: 80vw;
    margin-top: 108px;
  }

  .header-content.clear-header-content.legal-header {
    margin-top: 98px;
    margin-bottom: 22px;
  }

  .subheading-bold-black {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .subheading-bold-black.mobile-landscape {
    margin-top: -6px;
    font-size: 17px;
    line-height: 17px;
  }

  .sub-section-content {
    max-width: 80vw;
  }

  .main-section-headings {
    font-size: 39px;
    line-height: 39px;
  }

  .main-section-headings.compelling {
    margin-top: -3px;
  }

  .main-section-headings.legal-page-heading, .main-section-headings.article-page-heading {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-tablet-mobile-landscape {
    display: none;
  }

  .legals-block {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .connectcontent-mobile {
    max-width: 80vw;
  }

  .footer-mobile {
    display: block;
  }

  .checkbox-2 {
    margin-right: 6px;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .compelling-heading-1 {
    margin-bottom: -2px;
    font-size: 18px;
    line-height: 18px;
  }

  .legal-heading {
    font-size: 15px;
    line-height: 18px;
  }

  .legal-heading.match {
    font-size: 20px;
    line-height: 24px;
  }

  .legal-body {
    font-size: 13px;
    line-height: 18px;
  }

  .list-item {
    color: #000;
    font-size: 13px;
    line-height: 18px;
  }

  .link-10 {
    color: var(--bo-blue);
    font-weight: 600;
    text-decoration: none;
  }

  .link-10:hover {
    color: var(--bo-green);
    text-decoration: underline;
  }

  .client-grid {
    max-width: 80vw;
  }

  .client-panel-caption {
    font-size: 15px;
    line-height: 18px;
  }

  .client-panel-caption.match {
    font-size: 20px;
    line-height: 24px;
  }

  .client-caption {
    font-size: 11px;
    line-height: 14px;
  }

  .text-span-36, .text-span-38 {
    font-size: 11px;
  }

  .semibold-text {
    font-size: 33px;
    line-height: 33px;
  }

  .article-block {
    max-width: 80vw;
    margin-top: 22px;
  }

  .article-caption-text {
    font-size: 16px;
    line-height: 21px;
  }

  .article-body-text {
    font-size: 13px;
    line-height: 17px;
  }

  .link-grid {
    max-width: 80vw;
  }

  .link-caption {
    font-size: 11px;
    line-height: 14px;
  }

  .link-panel-caption {
    font-size: 15px;
    line-height: 18px;
  }

  .link-panel-caption.match {
    font-size: 20px;
    line-height: 24px;
  }
}

#w-node-_77985121-16df-85a7-5ed5-6fdfa087b802-c30577cd, #w-node-d512fc24-c695-d5d0-da0e-4d3e51b29a59-c30577cd, #w-node-_43fbef78-86c9-0931-23bf-69c70c1aeefd-c30577cd, #w-node-e286c46d-5d23-9ac2-b922-9a95d19402ee-c30577cd, #w-node-b4504027-06b1-64ad-1504-5d9b9d556524-c30577cd {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_77985121-16df-85a7-5ed5-6fdfa087b802-c30577cd {
    justify-self: start;
  }
}


