:root {
  --bl-dark-blue: #0e3150;
  --white: white;
  --bl-green: #3aeaa2;
  --button-pressed: #03a678;
  --alice-blue: #e4edef;
  --bl-purple: #b57fc9;
  --bl-cyan: #87f9f9;
  --bl-latte: #9e8b6c;
  --dark-grey: #3d3d3d;
  --bl-pink: #ffc0c2;
}

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

@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: #111;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  color: var(--bl-dark-blue);
  text-align: left;
  margin-top: 30px;
  font-family: Chakrapetch, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 30px;
  font-family: Chakrapetch, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--bl-dark-blue);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Chakrapetch, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--bl-dark-blue);
  text-align: left;
  letter-spacing: .6px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Niramit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--bl-dark-blue);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Chakrapetch, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chakrapetch, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}

p {
  margin-bottom: 10px;
  font-family: Niramit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--bl-dark-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

li {
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
}

strong {
  color: var(--bl-dark-blue);
  font-weight: 600;
}

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

blockquote {
  color: #fff;
  text-align: center;
  background-color: #9b5bb2;
  border-left: 1px #000;
  border-radius: 5px;
  width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Niramit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  background-color: var(--bl-dark-blue);
  opacity: 1;
  color: var(--bl-dark-blue);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navigation.transparent, .navigation.transpraent {
  background-color: #0000;
}

.container {
  z-index: 1;
  color: var(--bl-dark-blue);
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Niramit, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}

.container.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  display: flex;
}

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

.container.light {
  background-color: var(--white);
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 1px 10px #0003;
}

.nav-link {
  padding-right: 10px;
  font-size: 17px;
  line-height: 17px;
  transition: opacity .2s;
}

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

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

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

.nav-link.dropdown.white {
  letter-spacing: 1px;
  padding-right: 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.nav-link.dropdown.white:hover {
  color: var(--bl-green);
}

.nav-link.dropdown.white:active {
  color: var(--button-pressed);
}

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

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

.brand {
  order: -1;
}

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

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

.arrow-icon {
  color: #2e856e;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 900;
  top: 1px;
  transform: rotate(-90deg);
}

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

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 11px 12px #2c2d360d;
}

.dropdown-list.w--open {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.dropdown-link {
  color: #1111119c;
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 700;
}

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

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

.mega-shrink {
  flex: 1;
}

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

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

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 50px;
  padding: 0;
}

.button {
  border: 2px solid var(--bl-green);
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 4px;
  flex: none;
  padding: 8px 40px;
  font-family: Niramit, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.button:hover {
  background-color: var(--bl-green);
  color: var(--bl-dark-blue);
  text-decoration: none;
}

.button:active {
  background-color: var(--button-pressed);
}

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

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

.button.subscribe {
  letter-spacing: .5px;
  background-color: #03a678;
  border-style: none;
  border-radius: 4px;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, sans-serif;
  font-size: 20px;
  display: block;
}

.button.subscribe:hover {
  background-color: var(--bl-green);
}

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

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

.button.light-bg {
  color: var(--bl-dark-blue);
  background-color: #fff;
  border-width: 3px;
  margin-bottom: 100px;
  margin-left: 0;
  padding: 8px 60px 10px;
}

.button.light-bg:hover {
  border-color: var(--bl-green);
  background-color: var(--bl-green);
}

.button.light-bg.blog {
  margin-bottom: 80px;
  margin-left: 160px;
}

.button.apply {
  flex: 1;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  display: flex;
}

.button.apply:hover {
  text-decoration: none;
}

.button.right {
  margin-left: 20px;
}

.button.contact {
  background-color: var(--bl-green);
  color: var(--bl-dark-blue);
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 4px;
  font-size: 18px;
}

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

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

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

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

.flex-center {
  align-items: center;
  display: flex;
}

.section {
  width: 100%;
  padding: 80px 0%;
  display: block;
  position: relative;
}

.scribble-1 {
  z-index: 20;
  position: absolute;
  inset: auto 86px -28px auto;
}

.what-is-bl {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.what-is-bl._50px {
  font-size: 46px;
  line-height: 55px;
}

.what-is-bl._50px.color-white {
  color: var(--bl-dark-blue);
}

.what-is-bl._50px._50-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.what-is-bl.color-white {
  color: #fff;
  font-family: Chakrapetch, sans-serif;
  font-weight: 600;
  transition: opacity .2s;
}

.add-scribble-below {
  padding-bottom: 1px;
  display: inline-block;
}

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

.button-flex {
  align-items: center;
  display: flex;
}

.button-flex.centerize {
  justify-content: center;
}

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

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

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

.features-content {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

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

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

.leadership-team {
  margin-top: 100px;
  margin-bottom: -200px;
  display: none;
}

.margin-20px {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cookies-wrapper {
  z-index: 999;
  color: var(--bl-dark-blue);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 16px 25px;
  display: flex;
  position: fixed;
  inset: auto auto 15px 50%;
  transform: translate(-50%);
  box-shadow: 0 11px 12px #2c2d360d;
}

.cookies-font {
  margin-bottom: 0;
}

.cookies-font.check {
  margin-left: 8px;
  font-size: 16px;
  line-height: 18px;
}

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

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

.remove-icon:hover {
  background-color: #cccfd1;
}

.illustrator-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.list-flex {
  flex-direction: column;
  display: flex;
}

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

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

.number-text {
  color: #2e856e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 44px;
  line-height: 46px;
  display: flex;
}

.align-center {
  color: #fff;
  text-align: center;
}

.body-content {
  background-color: #fff;
  display: block;
  position: static;
  overflow: hidden;
}

.body-content.blog {
  overflow: visible;
}

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

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

.form.schelude {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.text-field {
  border: 1px solid var(--bl-dark-blue);
  color: var(--bl-dark-blue);
  letter-spacing: 0;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}

.text-field:focus {
  border-width: 2px;
  border-color: var(--button-pressed);
}

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

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

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

.checkbox {
  border-style: solid;
  border-color: var(--bl-dark-blue);
  background-color: #fff;
  flex: none;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--button-pressed);
  background-size: 8px;
}

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

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

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

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

.social-wrapper {
  border-right: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-wrapper.left {
  border-right-style: none;
  justify-content: flex-start;
}

.or-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 1px;
  margin: 50px auto 30px;
  display: flex;
}

.or-block {
  background-color: var(--alice-blue);
  padding-left: 20px;
  padding-right: 20px;
}

.social-icon {
  background-color: var(--bl-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.social-icon:hover {
  background-color: var(--button-pressed);
}

.social-icon.only-left {
  background-color: var(--bl-green);
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-right: 10px;
}

.social-icon.only-left:hover {
  background-color: var(--button-pressed);
}

.social-icon.large {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}

.sub-heading {
  color: var(--bl-dark-blue);
  font-family: Niramit, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.sub-heading.color-white {
  color: var(--bl-dark-blue);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Niramit, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-image {
  display: none;
}

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

.hero-title-center.flex-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.welcome-icon {
  background-color: #0000;
  background-image: url('/assets/images/scribbles-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-white.half-page {
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-white.half-page.bahai-quote {
  border-left: 2px solid var(--bl-purple);
  color: var(--white);
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-style: italic;
}

.paragraph-white.culture {
  text-align: left;
  margin-bottom: 80px;
  padding-top: 20px;
  padding-left: 0;
}

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

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

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

.contribute-wrapper {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 85%;
  min-height: 87px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.tag-text {
  background-color: var(--bl-purple);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  flex: none;
  align-self: flex-start;
  padding: 10px 22px;
  font-family: Niramit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

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

.tag-text.absolute {
  position: absolute;
  inset: 15px 15px auto auto;
}

.tag-text.for-blog {
  color: var(--bl-dark-blue);
  background-color: #fff;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.section-overlay {
  background-color: #f2f8fa;
  width: 70%;
  position: absolute;
  inset: 0%;
}

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

.flex-block {
  display: flex;
}

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

.toggle-wrapper {
  border-bottom: 1px #d3dee0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  background-color: #ededed;
  border-radius: 4px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

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

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

.toggle-icon {
  background-color: var(--bl-dark-blue);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: flex;
}

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

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

.membership {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.membership-list {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.check-green {
  background-color: #2e856e;
  background-image: url('/assets/images/checkbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

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

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

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

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

.utility-page-wrap {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.margin-70px {
  border-left: 2px solid var(--bl-green);
  margin-top: 0;
  margin-left: 60px;
  margin-right: 40px;
  padding-bottom: 80px;
}

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

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

.margin-30px {
  color: var(--bl-green);
  margin-top: 30px;
  display: flex;
}

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

.small {
  border-left: 2px solid var(--bl-cyan);
  height: 80px;
  margin-right: 175px;
  font-size: 30px;
  display: inline-block;
}

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

.office-content {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 35px 35px;
  display: flex;
}

.blog-wrapper {
  margin-left: -20px;
  margin-right: 0;
}

.blog-wrapper.two-column {
  max-width: 920px;
  margin-left: 60px;
  margin-right: 60px;
}

.blog-content {
  border-radius: 4px;
  margin-right: 0;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 1px 10px #0003;
}

.blog-content:hover {
  color: var(--button-pressed);
  text-decoration: none;
}

.blog-content.flex {
  display: flex;
}

.blog-white-bg {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 214px;
  padding: 20px;
}

.blog-white-bg:hover {
  color: var(--button-pressed);
}

.blog-white-bg.center-flex {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.blog-photo {
  background-color: var(--white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  transition: all .3s;
  display: flex;
  position: relative;
}

.blog-photo:hover {
  color: var(--button-pressed);
}

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

.blog-tile-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.blog-tile-title:hover {
  color: var(--button-pressed);
}

.blog-tags {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.features-sign {
  background-color: var(--bl-green);
  border-radius: 0 0 4px 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: 0;
  padding: 32px 12px 12px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 18px;
  box-shadow: 0 1px 10px #00000026;
}

.data {
  color: var(--bl-latte);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.flex-tags {
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-item {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: #083232;
  justify-content: center;
  align-items: center;
  padding: 80px 5% 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.white-bg {
  background-color: var(--bl-dark-blue);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.footer-gird {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-title.dark-title {
  color: #fff;
}

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

.footer-divider {
  background-color: #e4edef0f;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

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

.copyright.gray {
  color: #fff;
}

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

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

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

.color-block {
  background-color: #083232;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

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

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

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.type-column {
  background-color: var(--alice-blue);
  border-radius: 5px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

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

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

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

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

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

.light-block {
  background-color: var(--alice-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second {
  background-color: var(--alice-blue);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

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

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

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

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

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

.licensing-content {
  background-color: var(--alice-blue);
  border-radius: 10px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.licensing-content.verical {
  text-align: center;
  flex-direction: column;
  padding-bottom: 35px;
}

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

.shrink-item.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-size {
  width: 50px;
}

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

.page-wrapper {
  background-color: #f7f9fa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 41px;
  text-decoration: none;
  display: flex;
}

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

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

.intro-image {
  width: 100%;
}

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

.sub-hero-section {
  background-color: var(--bl-dark-blue);
  padding-top: 100px;
  display: block;
}

.bg-utility {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-utility.dark-green {
  background-color: #083232;
}

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

.newsletter-section {
  background-color: var(--bl-dark-blue);
  padding: 0 40px 30px;
  position: relative;
}

.gray-section {
  background-color: var(--alice-blue);
  padding: 120px 5%;
  position: relative;
}

.scribble-2 {
  width: 60px;
  position: absolute;
  inset: 122px auto auto 23px;
}

.scribble-3 {
  z-index: 20;
  margin-bottom: 0;
  padding-bottom: 112px;
  display: none;
  position: absolute;
  bottom: 1050px;
  left: -232px;
  right: 994px;
}

.scribble-4 {
  width: 400px;
  position: absolute;
  inset: auto -2% -2% auto;
}

.scribble-footer {
  order: -1;
  margin: -132px 59px 0 -11px;
  padding-left: 0;
  position: absolute;
  inset: 27% -3% 0% auto;
}

.scribble-7 {
  width: 150px;
  position: absolute;
  inset: auto -3% -6% auto;
}

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

.footer-link:hover {
  color: #ffffffd1;
}

.footer-link.black {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-link.black:hover {
  color: var(--bl-green);
  text-decoration: none;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.link-3 {
  color: var(--bl-green);
}

.logo {
  max-width: 90%;
}

.body {
  display: block;
  overflow: visible;
}

.hero-image {
  background-image: linear-gradient(#0000 50%, #0009), linear-gradient(#0006, #0000 24%), url('/assets/images/HomeHero.jpg');
  background-position: 0 0, 0 0, 50% 94%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.hero-image.about-page {
  background-image: linear-gradient(#00000080, #00000080), url('/assets/images/Hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr 1fr;
}

.hero-line {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  height: 60px;
  margin-top: 18px;
  margin-left: -16px;
  margin-right: 10px;
}

.hero-line.bottom-copy {
  border-width: 0 2px 2px 0;
  border-right-style: solid;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-color: var(--white);
  width: 85%;
  margin: 0 12px 10px 20px;
  padding-left: 0;
}

.home-hero-subheading {
  color: var(--white);
  text-shadow: 1px 1px 12px #000000c7;
  max-width: 70ch;
  margin-top: 20px;
  margin-bottom: auto;
  padding-bottom: 60px;
  padding-left: 80px;
  font-family: Niramit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.team-member-name {
  color: var(--bl-dark-blue);
  margin-top: 20px;
  margin-bottom: 8px;
}

.team-member-name:hover {
  color: var(--button-pressed);
}

.team-member-title {
  text-align: center;
  white-space: normal;
  margin-bottom: 20px;
  font-size: 16px;
}

.team-member-photo {
  border: 4px solid var(--white);
  object-fit: cover;
  background-color: #fff;
  border-radius: 70px;
  width: 140px;
  height: 140px;
  padding-left: 0;
  padding-right: 0;
}

.team-member-photo:hover {
  border: 4px solid var(--white);
}

.team-members {
  color: var(--bl-dark-blue);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 280px;
  padding: 20px;
  display: flex;
}

.team-members:hover {
  color: var(--button-pressed);
  text-decoration: none;
  box-shadow: 1px 1px 14px #00000029;
}

.links {
  align-self: center;
  display: flex;
}

.links.mobile {
  display: none;
}

.text-block-2 {
  letter-spacing: .5px;
}

.hero-subheading {
  color: var(--white);
  text-align: right;
  margin-top: -16px;
  margin-bottom: -20px;
  margin-right: 95px;
  font-family: Niramit, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero-vertical-content {
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 0;
}

.purple-line {
  border-bottom: 2px solid var(--bl-purple);
  border-left: 2px solid var(--bl-purple);
  justify-content: center;
  align-items: center;
  margin: -200px -160px 40px 40px;
  padding: 80px 40px 190px;
  display: flex;
}

.purple-line.careers {
  margin-top: -240px;
  margin-left: 60px;
  padding-bottom: 230px;
}

.grey-section {
  z-index: 1;
  background-color: #0000;
  position: relative;
}

.counter-container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  padding: 50px 20px 80px;
  display: none;
  position: relative;
}

.ticker-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Chakrapetch, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.dark-section {
  background-color: var(--bl-dark-blue);
}

.dark-section.blog {
  padding-bottom: 60px;
}

.animation-block {
  flex-direction: column;
  padding: 60px 20px 80px;
  display: flex;
}

.animation-block.mobile {
  display: none;
}

.animation-text {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-center-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-center-white.blog {
  margin-bottom: 10px;
}

.heading-center-white.padding {
  margin-top: 40px;
}

.blog-tile-preview {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blog-tile-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 240px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 2px 5px #0003;
}

.blog-tile-image.two-column {
  height: 280px;
}

.filter-row {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-bottom: 40px;
  display: none;
}

.filter-chip {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9b5bb2;
  border-radius: 4px;
  flex: none;
  margin-right: 10px;
  padding: 8px 16px;
  font-size: 12px;
}

.filter-chip.inactive {
  color: var(--bl-dark-blue);
  background-color: #f5dfff;
}

.heading-center-blue {
  color: var(--bl-dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-5 {
  color: #3d3d3d;
  text-align: center;
}

.link-4 {
  color: #03a678;
}

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

.logo-social {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ready-to-join {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.ready-to-join.careers {
  flex-direction: column;
}

.white-h1 {
  color: var(--white);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 36px;
  font-weight: 700;
}

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

.white-h1.center {
  text-align: center;
  margin-top: 20px;
  padding-right: 0;
  font-size: 36px;
  font-weight: 700;
}

.social-image {
  margin-top: 0;
  margin-bottom: 0;
}

.top-line {
  border-bottom: 2px solid var(--bl-green);
  border-left: 2px solid var(--bl-green);
  height: 80px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-logo-section {
  display: flex;
}

.logos {
  border-right: 2px solid var(--bl-green);
  margin-top: -34px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 20px 30px;
}

.bottom-line {
  border-top: 2px solid var(--bl-green);
  border-left: 2px solid var(--bl-green);
  justify-content: flex-end;
  align-self: flex-end;
  height: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.heading-30 {
  background-color: var(--white);
  margin-top: -36px;
  margin-left: 60px;
  padding: 8px 10px;
  font-size: 36px;
  font-weight: 700;
  display: block;
}

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

.verticals-tab {
  background-color: var(--white);
  color: var(--bl-dark-blue);
  cursor: pointer;
  border-radius: 4px;
  width: 44vw;
  margin: 5px 20px 10px;
  padding: 16px 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 1px 10px #0003;
}

.verticals-tab:hover {
  text-decoration: none;
}

.verticals-tab.w--current {
  background-color: var(--bl-dark-blue);
  color: var(--white);
  font-family: Chakrapetch, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.verticals-tab.w--current:hover {
  text-decoration: none;
}

.verticals-tab.any-category {
  background-color: var(--bl-dark-blue);
  color: var(--white);
  cursor: pointer;
}

.verticals-tab.auto, .verticals-tab.real-estate {
  cursor: pointer;
}

.tabs-menu-3 {
  flex-direction: column;
  display: flex;
}

.tabs {
  margin-bottom: 0;
  display: flex;
}

.tab-copy {
  color: var(--white);
  margin-top: 4px;
  display: none;
}

.tab-copy.auto {
  margin-top: 0;
  display: none;
}

.tab-copy.real-estate, .tab-copy.home-services, .tab-copy.solar, .tab-copy.home-warranty {
  display: none;
}

.tab-copy.any-category {
  display: block;
}

.tab-copy.insurance, .tab-copy.legal {
  display: none;
}

.tab-pane-tab-1 {
  background-image: url('/assets/images/Automotive.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.tabs-content {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.tab-pane-tab-2 {
  background-image: url('/assets/images/RealEstate.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.tab-pane-tab-3 {
  background-image: url('/assets/images/HomeServices.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.tab-pane-tab-4 {
  background-image: url('/assets/images/Images_Solar.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.tab-pane-tab-5 {
  background-image: url('/assets/images/HomeWarranty.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.centered-h1 {
  text-align: center;
  margin: 0 40px 40px;
  font-size: 36px;
  font-weight: 700;
}

.blue-line-left {
  border-left: 2px solid var(--bl-cyan);
  margin-left: 40px;
}

.tabs-div {
  margin-left: -42px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bottom-lines {
  flex-direction: column;
  align-items: flex-end;
  margin-top: -200px;
  margin-left: 0;
  display: flex;
}

.straight {
  border-top: 2px solid var(--bl-cyan);
  border-left: 2px solid var(--bl-cyan);
  flex: 0 auto;
  align-self: stretch;
  height: 50px;
  margin-left: 40px;
  margin-right: 175px;
}

.circle {
  border: 2px solid var(--bl-cyan);
  background-color: #87f9f94d;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  margin-right: 110px;
}

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

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  margin-right: 20px;
}

.no-padding {
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 10px #0003;
}

.no-better-way {
  color: #fff;
  max-width: 20ch;
  margin-top: 0;
  padding: 60px 20px 40px 80px;
  font-family: Chakrapetch, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}

.value-prop {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.home-hero-heading {
  color: #fff;
  margin-bottom: 6px;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 52px;
  line-height: 1.2;
}

.home-hero-heading.centered {
  text-align: center;
  width: auto;
  margin: 10px 0;
}

.home-hero-heading.centered.about {
  max-width: none;
}

.white {
  color: #fff;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
}

.white.marginbottom-20 {
  margin-bottom: 20px;
}

.white.tcpasubheading {
  margin-top: 28px;
  margin-bottom: 20px;
}

.home-hero-line {
  border-top: 2px solid var(--bl-green);
  border-right: 2px solid var(--bl-green);
  height: auto;
  margin-left: 0;
  margin-right: 50px;
}

.link-5 {
  color: var(--button-pressed);
}

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

.tab-pane-tab-6 {
  background-image: url('/assets/images/AnyCategory.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.careers-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 40px 40px 80px;
  display: grid;
}

.title-location {
  width: 28vw;
}

.location {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.job-posting {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--bl-green);
  color: var(--white);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 20px 40px;
  padding: 30px;
  font-family: Chakrapetch, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  display: grid;
}

.job-posting:hover {
  color: var(--bl-green);
  background-color: #3aeaa21a;
  text-decoration: none;
}

.title {
  padding-bottom: 10px;
  font-size: 22px;
}

.job-details {
  border-left: 2px solid var(--bl-green);
  flex: 1;
  padding-left: 20px;
}

.details-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr;
  margin-left: 0;
}

.detail-item {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: none;
}

.icon.tag {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
}

.job-type-details {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-top: 4px;
  font-family: Niramit, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.culture-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: 40px;
}

.collection-list {
  margin-bottom: 100px;
}

.image {
  z-index: 1;
  background-image: url('/assets/images/Manual-mockup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 520px;
  position: relative;
}

.copy {
  padding-top: 80px;
}

.link-6 {
  color: #fff;
  text-decoration: underline;
}

.link-7 {
  color: var(--white);
}

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

.text-block-6 {
  color: #fff;
  margin: 60px 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.empty-state {
  background-color: var(--bl-dark-blue);
}

.posting-hero {
  padding: 160px 40px 40px 60px;
}

.posting-content {
  align-items: flex-start;
  padding: 40px 40px 100px 60px;
  display: flex;
}

.rich-text-block {
  color: var(--bl-dark-blue);
  font-family: Niramit, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.job-description {
  color: var(--bl-dark-blue);
}

.interested-cta {
  background-color: var(--bl-dark-blue);
  border-radius: 4px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: space-around;
  min-width: 300px;
  margin-top: 10px;
  margin-left: 40px;
  padding: 40px 30px;
  display: flex;
  position: sticky;
  top: 120px;
  bottom: 50px;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  padding-bottom: 40px;
  font-family: Chakrapetch, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.job-tags {
  margin-top: 20px;
  display: flex;
}

.post-tag {
  background-color: #9b5bb2;
  border-radius: 4px;
  align-items: center;
  margin-top: 0;
  margin-right: 10px;
  padding: 4px 12px 4px 8px;
  display: flex;
}

.post-tag.time {
  background-color: #03a678;
  padding-left: 14px;
}

.department {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
}

.team-cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 40px;
  display: grid;
}

.team-member {
  color: var(--bl-dark-blue);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  height: 298px;
  padding: 30px 20px 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.team-member:hover {
  color: var(--button-pressed);
  height: 298px;
  text-decoration: none;
  box-shadow: 0 1px 10px #00000026;
}

.team-photo {
  border: 4px solid var(--white);
  border-radius: 300px;
  flex: none;
  width: 140px;
  height: 140px;
  margin-top: 0;
  margin-bottom: 16px;
}

.team-title {
  text-align: center;
  padding-top: 4px;
  line-height: 1.6;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #000000b3;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.payam, .modal-wrapper.carlton, .modal-wrapper.jenna, .modal-wrapper.nima, .modal-wrapper.sunny, .modal-wrapper.miriam, .modal-wrapper.tatevik, .modal-wrapper.matt, .modal-wrapper.sarah, .modal-wrapper.brian, .modal-wrapper.tom, .modal-wrapper.rudd, .modal-wrapper.gilbert, .modal-wrapper.katherine, .modal-wrapper.doug, .modal-wrapper.erin, .modal-wrapper.kinsey, .modal-wrapper.bita, .modal-wrapper.dan, .modal-wrapper.jina {
  display: none;
}

.team-member-modal {
  z-index: 20;
  background-color: var(--bl-dark-blue);
  border: 6px solid #0e3150cc;
  border-radius: 4px;
  width: 85vw;
  max-width: 1200px;
  max-height: 80vh;
  margin-top: 50px;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
  top: 80px;
  overflow: scroll;
}

.left-column {
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.full-name {
  color: var(--bl-green);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.bio-photo {
  border: 4px solid var(--bl-green);
  border-radius: 400px;
  flex: none;
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

.bio-links {
  color: var(--bl-green);
  padding-left: 0;
}

.bio-links.instagram {
  padding-left: 16px;
}

.bio-links.mobile {
  display: none;
}

.close-x {
  background-color: #0e315066;
  padding: 10px 20px;
  position: absolute;
  inset: 4px 4px auto auto;
}

.close-area {
  position: fixed;
  inset: 0%;
}

.rich-text-white {
  color: var(--white);
  padding-bottom: 40px;
}

.rich-text-white p {
  color: var(--white);
}

.rich-text-white a {
  color: var(--white);
  font-weight: 600;
}

.rich-text-white em {
  color: var(--white);
}

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

.collection-list-3.two-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.divider-mobile {
  display: none;
}

.team-section {
  margin: 80px 40px 20px;
}

.blue-line-top {
  border-top: 2px solid var(--bl-cyan);
}

.blog-header {
  margin-top: 20px;
  margin-left: 60px;
}

.blog-line {
  border-top: 2px solid var(--bl-green);
  border-left: 2px solid var(--bl-green);
  height: 24px;
}

.star {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-page-title {
  color: #fff;
  text-align: left;
  margin: 0;
  padding-right: 40px;
  font-size: 44px;
  font-weight: 400;
}

.feature-tag-inpost {
  background-color: var(--bl-green);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 0;
  display: none;
}

.blog-hero {
  margin-left: 40px;
  margin-right: 100px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.date {
  color: #87f9f9;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-body-flex {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 30px 40px 40px;
  display: flex;
}

.social-share {
  flex: none;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  position: sticky;
  top: 120px;
  bottom: 0;
}

.blog-rich-text {
  margin-left: 20px;
  margin-right: 120px;
}

.blog-rich-text h2 {
  margin: 20px 100px 15px 20px;
  font-weight: 400;
  line-height: 40px;
}

.blog-rich-text p {
  margin: 8px 100px 16px 20px;
}

.blog-rich-text h1 {
  margin: 20px 100px 15px 20px;
  font-size: 30px;
  line-height: 40px;
}

.blog-rich-text h3 {
  margin: 20px 100px 15px 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog-rich-text h4 {
  margin: 20px 100px 15px 20px;
  font-family: Chakrapetch, sans-serif;
  line-height: 30px;
}

.blog-rich-text h5 {
  margin: 20px 100px 15px 20px;
  font-family: Niramit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.blog-rich-text h6 {
  text-transform: uppercase;
  margin: 20px 100px 15px 20px;
  font-size: 16px;
  line-height: 22px;
}

.blog-rich-text blockquote {
  color: var(--bl-dark-blue);
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding: 0;
  font-family: Chakrapetch, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.blog-rich-text a {
  color: #009fd4;
  font-weight: 500;
  text-decoration: underline;
}

.blog-rich-text figcaption {
  text-align: left;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.blog-rich-text img {
  border-radius: 0;
  max-width: none;
  margin: 30px auto 30px 20px;
  padding-right: 280px;
  display: inline-block;
}

.section-3 {
  background-color: var(--bl-dark-blue);
  height: 60px;
}

.blog-hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 4px;
  height: 68vh;
  margin-top: -120px;
  margin-left: 40px;
  margin-right: 100px;
}

._w-inline-block {
  flex-direction: column;
  margin-bottom: 6px;
  display: flex;
}

.social-share-btn {
  background-color: #009fd4;
  background-image: url('/assets/images/Twitter---Negative.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
}

.social-share-btn:hover {
  background-color: #008ab8;
}

.social-share-btn.tw {
  background-size: 22px;
}

.social-share-btn.fb {
  background-image: url('/assets/images/Facebook---Negative.svg');
  background-size: 24px;
}

.social-share-btn.pin {
  background-image: url('/assets/images/Pinterest.svg');
  background-size: 22px;
}

.div-block-26 {
  border-top: 2px solid var(--bl-green);
}

.related-posts {
  border-top: 1px solid #b4b4b466;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.image-64 {
  object-fit: cover;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.tab-pane-tab-7 {
  background-image: url('/assets/images/Insurance.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.tab-pane-tab-8 {
  background-image: url('/assets/images/Legal.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
}

.gradient-line {
  background-image: linear-gradient(260deg, var(--bl-green), var(--bl-purple));
  width: 2px;
  height: auto;
  margin-left: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.heading-32 {
  text-align: center;
  margin: 10px 40px 40px;
  font-size: 22px;
}

.value-prop-flex {
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.div-block-27 {
  background-image: linear-gradient(to bottom, var(--bl-green), white);
  width: 2px;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.hiw-expand {
  color: var(--white);
  border: 2px solid #b57fc9;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}

.expand-title {
  color: var(--white);
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.verticals-wrapper {
  flex-direction: row;
  display: flex;
}

.tabs-flex {
  margin-left: 0;
}

.image-flex {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.image-any-category {
  background-image: url('/assets/images/AnyCategory.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: block;
}

.image-auto {
  background-image: url('/assets/images/Automotive.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-real-estate {
  background-image: url('/assets/images/RealEstate.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-home-service {
  background-image: url('/assets/images/HomeServices.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-solar {
  background-image: url('/assets/images/Images_Solar.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-home-warranty {
  background-image: url('/assets/images/HomeWarranty.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-insurance {
  background-image: url('/assets/images/Insurance.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.image-legal {
  background-image: url('/assets/images/Legal.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 100%;
  display: none;
}

.tab-link {
  color: var(--bl-green);
  font-family: Niramit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.counter-block {
  z-index: 4;
  background-color: var(--white);
  margin: 40px 20px 80px;
  padding: 60px 10px;
  position: relative;
  box-shadow: 0 1px 18px #00000026;
}

.counter {
  color: var(--bl-dark-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.line-large-screen-size {
  display: none;
}

.image-wrap {
  margin-top: 180px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.careers-img-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.career-img {
  background-image: url('/assets/images/Careers_Image1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 220px;
}

.career-img._2 {
  background-image: url('/assets/images/Careers_Image2.jpg');
}

.career-img._3 {
  background-image: url('/assets/images/Careers_Image3.jpg');
}

.career-img._4 {
  background-image: url('/assets/images/Careers_Image4.jpg');
}

.lines {
  z-index: 9;
  position: absolute;
  inset: -12px 0% 10% -12px;
}

.top {
  flex-direction: column;
  align-items: flex-end;
  width: 26%;
  margin-left: 0;
  display: flex;
}

.careers-bottom {
  width: 85%;
  height: 100%;
}

.div-block-28 {
  background-color: var(--bl-green);
  border-radius: 20px;
  flex: none;
  width: 12px;
  height: 12px;
  margin-right: -5px;
}

.div-block-29 {
  border-top: 2px solid var(--bl-green);
  border-right: 2px solid var(--bl-green);
  width: 100%;
  height: 26px;
  margin-left: auto;
  margin-right: 5px;
}

.div-block-30 {
  border-left: 2px solid var(--bl-green);
  height: 100%;
  margin-top: -38px;
  margin-bottom: auto;
}

.div-block-31 {
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.div-block-32 {
  background-color: var(--bl-purple);
  border-radius: 20px;
  flex: none;
  width: 12px;
  height: 12px;
}

.div-block-33 {
  background-image: linear-gradient(to right, var(--bl-green), var(--bl-purple));
  width: 100%;
  height: 2px;
}

.open-roles {
  color: var(--white);
  margin-left: 40px;
  margin-right: 40px;
  font-size: 22px;
  font-weight: 400;
}

.grid-awards {
  z-index: 5;
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: -130px;
  position: relative;
}

.awards-careers {
  margin-top: 0;
  margin-bottom: 0;
}

.type-title {
  color: var(--bl-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.social-buttons {
  flex-direction: row;
  flex: none;
  display: flex;
}

.text-span-4 {
  color: var(--bl-purple);
  font-style: normal;
  font-weight: 700;
}

.about-bl-grid {
  grid-column-gap: 20px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin: 80px 40px;
}

.text-w-outline {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-w-outline.padding-left {
  border-color: var(--bl-purple);
  padding-left: 40px;
  padding-right: 0;
}

.image-no-link {
  background-image: url('/assets/images/buyerlink-office.jpg');
  background-position: 50% 89%;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}

.image-no-link.manual {
  background-image: url('/assets/images/Manual-mockup-2.jpg');
}

.callout-border-top-bottom {
  border-top: 4px solid var(--bl-green);
  border-bottom: 4px solid var(--bl-green);
  padding-left: 2px;
}

.text-block-8 {
  background-color: var(--white);
  text-align: center;
  padding: 40px 20px;
  font-family: Chakrapetch, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.about-bl-heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
}

.about-bl-heading.white {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.about-bl-heading.smaller {
  font-size: 28px;
}

.our-principles {
  margin: 80px 40px;
  position: relative;
}

.grid-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  align-items: center;
  padding-top: 20px;
}

.green {
  color: var(--bl-green);
}

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

.section-heading.white {
  text-align: left;
}

.section-heading.white-center {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
}

.op-section {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin: 100px 40px 40px;
  display: flex;
}

.op-logo {
  z-index: 99;
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
}

.op-text {
  border-left: 4px solid var(--bl-cyan);
  margin-left: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 32px;
}

.hiring {
  background-color: var(--bl-dark-blue);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px;
  padding: 40px;
  display: flex;
}

.about-subheading {
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.about-subheading.bottom-copy {
  text-align: right;
  width: auto;
  height: 100%;
  margin-bottom: -12px;
  padding-top: 30px;
}

.bold-text {
  width: 139.109px;
}

.contact-grid {
  grid-template-columns: .75fr 1.25fr;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 140px;
}

.white-uppercase {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
}

.form-wrapper {
  border: 2px solid var(--bl-green);
  padding: 40px;
}

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

.input-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 12px 20px 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.input-field:focus {
  border: 2px solid var(--white);
  font-weight: 500;
}

.input-field::placeholder {
  color: var(--white);
  font-weight: 300;
}

.input-field.tall {
  height: 120px;
}

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

.select-field {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.select-wrapper {
  border: 1px solid var(--white);
  padding: 8px 20px 8px 16px;
}

.contact-social {
  margin-bottom: 40px;
}

.disclaimer {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
}

.office-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 60px 40px;
}

.loc-image {
  background-image: url('/assets/images/Office_SanFran.png');
  background-position: 50%;
  background-size: cover;
  height: 320px;
  padding: 0 8px 12px;
  position: relative;
}

.loc-image.am-fork {
  background-image: url('/assets/images/Office_AmericanFork.png');
}

.loc-image.yerevan {
  background-image: url('/assets/images/Office_Yerevan.png');
}

.loc-image.victoria {
  background-image: url('/assets/images/Office_Victoria.png');
}

.loc-image.dnipro {
  background-image: url('/assets/images/Office_Dnipro.png');
}

.loc-address {
  padding: 24px 16px;
}

.city {
  transform-origin: 0 100%;
  color: var(--white);
  text-shadow: 0 4px 13px #00000040;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  display: inline-block;
  position: absolute;
  inset: auto -100px 16px 58px;
  transform: rotate(-90deg);
}

.city.hero {
  left: 106px;
}

.blue-uppercase {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
}

.phone-number {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.phone-number:hover, .link:hover {
  text-decoration: none;
}

.error-message-2 {
  background-color: var(--bl-pink);
  margin-top: 20px;
  padding: 12px 20px 12px 16px;
  font-family: Chakrapetch, sans-serif;
  font-size: 18px;
}

.success-message-2 {
  background-color: #b1f6da;
}

.text-block-9 {
  font-family: Chakrapetch, sans-serif;
}

.lottie-animation-6 {
  margin-top: 30px;
}

.text-span-6 {
  font-weight: 400;
}

.heading-width {
  width: 80%;
}

.lift-principle {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 150px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 12px #0003;
}

.lift-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
}

.lift-body {
  text-align: center;
  margin-bottom: 0;
}

.lift-badge {
  width: 20%;
  max-width: 200px;
  position: absolute;
  inset: -9% -1% auto auto;
}

.white-left {
  color: var(--white);
}

.op-logo {
  flex: none;
  width: 20%;
  margin-right: 0;
}

.awards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.awards-grid._5column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 24px;
  padding-right: 24px;
}

.award {
  flex: 0 auto;
  max-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
}

.award.hide-mobile {
  display: none;
}

.award.extrawide {
  max-width: 240px;
}

.award.wide {
  max-width: 220px;
}

.award-wrap {
  max-width: 1300px;
  margin-bottom: 80px;
  padding: 0 40px;
}

.text-span-7 {
  font-weight: 400;
}

.link-bold {
  font-weight: 600;
}

.patent {
  color: var(--white);
  text-align: center;
  margin-top: 17px;
  font-family: Chakrapetch, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.body-dark {
  background-color: var(--bl-dark-blue);
}

.tcpawrap {
  color: var(--white);
  max-width: 980px;
  margin: 148px auto 100px;
  padding-left: 32px;
  padding-right: 32px;
}

.tcpaparagraph {
  margin-bottom: 16px;
}

.tcpaparagraph.marginbottom-2 {
  margin-bottom: 2px;
}

.tcpaparagraph.marginbottom-28 {
  margin-bottom: 24px;
}

.tcpasubheading {
  color: var(--bl-green);
  margin-top: 36px;
  margin-bottom: 16px;
}

.tcpabold {
  font-size: 17px;
  font-weight: 700;
}

.italic {
  font-family: Niramit, sans-serif;
  font-style: italic;
}

.tcpacopy h1 {
  color: var(--bl-dark-blue);
  margin-top: 0;
  margin-bottom: 20px;
}

.tcpacopy p {
  color: #0f1312;
  margin-bottom: 16px;
}

.tcpacopy h2 {
  color: var(--bl-dark-blue);
  margin-top: 36px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.tcpacopy h3 {
  color: var(--bl-dark-blue);
  margin-top: 28px;
  margin-bottom: 4px;
  font-family: Niramit, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tcpacopy em {
  color: #0f1312;
}

.tcpacopy ul {
  color: #0f1312;
  padding-left: 32px;
}

@media screen and (min-width: 1280px) {
  .button.light-bg {
    margin-bottom: 100px;
  }

  .button.light-bg.blog {
    margin-left: 150px;
  }

  .small {
    height: 100px;
    margin-right: 210px;
  }

  .blog-wrapper.two-column {
    margin-left: 80px;
    margin-right: 80px;
  }

  .newsletter-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image {
    background-image: linear-gradient(#0000 66%, #0009), linear-gradient(#0006, #0000 24%), url('/assets/images/HomeHero.jpg');
    background-position: 0 0, 0 0, 50% 94%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 80vh;
  }

  .hero-image.about-page {
    background-image: linear-gradient(#00000080, #00000080), url('/assets/images/Hero.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    align-items: center;
  }

  .team-member-title {
    padding-top: 8px;
  }

  .team-member-photo {
    border: 4px solid #fff;
    margin-bottom: 30px;
  }

  .team-member-photo:hover {
    border-width: 4px;
    border-color: var(--white);
  }

  .team-members {
    color: var(--bl-dark-blue);
    text-align: center;
    font-family: Chakrapetch, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .team-members:hover {
    color: var(--button-pressed);
  }

  .hero-subheading {
    margin-right: 95px;
  }

  .counter-container, .animation-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .animation-text {
    align-self: center;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .centered-h1 {
    font-size: 36px;
  }

  .bottom-lines {
    margin-top: -210px;
  }

  .straight {
    margin-right: 210px;
  }

  .circle {
    margin-right: 140px;
  }

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

  .grid-18 {
    margin-right: 40px;
  }

  .no-better-way {
    max-width: 19ch;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 20px;
    padding: 80px 0 60px;
    font-size: 38px;
    font-weight: 500;
  }

  .home-hero-heading.centered.about {
    max-width: none;
  }

  .rich-text-white a {
    color: var(--white);
    text-decoration: underline;
  }

  .rich-text-white h4 {
    color: var(--white);
  }

  .div-block-25 {
    background-color: var(--bl-dark-blue);
  }

  .blog-line {
    height: 24px;
  }

  .blog-hero {
    margin-right: 160px;
  }

  .blog-rich-text img {
    margin-left: 20px;
  }

  .blog-hero-image {
    margin-right: 150px;
  }

  .related-posts {
    margin-left: 60px;
  }

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

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1300px;
    padding-left: 0;
  }

  .container.flex {
    max-width: 1300px;
  }

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

  .button, .button.subscribe {
    border-radius: 0;
  }

  .button.light-bg {
    margin-bottom: 100px;
  }

  .paragraph-white.half-page.bahai-quote {
    color: var(--white);
  }

  .blog-wrapper.two-column {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-image {
    background-image: linear-gradient(#0000 66%, #0009), linear-gradient(#0006, #0000 32%), url('/assets/images/HomeHero.jpg');
    background-position: 0 0, 0 0, 50% 94%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    justify-content: center;
    height: 88vh;
  }

  .grid-10 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr .6fr .6fr 1fr;
  }

  .hero-line {
    margin-top: 16px;
  }

  .hero-line.bottom-copy {
    margin-bottom: 7px;
  }

  .home-hero-subheading {
    margin-top: 0;
    margin-left: 60px;
    padding-top: 20px;
    padding-left: 0;
  }

  .hero-subheading {
    margin-top: 0;
    margin-right: 144px;
  }

  .hero-vertical-content {
    max-width: 1300px;
  }

  .purple-line {
    margin-right: -500px;
  }

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

  .animation-text {
    align-self: center;
    padding-left: 20px;
  }

  .blog-tile-image {
    height: 240px;
  }

  .ready-to-join {
    margin-left: 0;
  }

  .white-h1.center {
    font-size: 34px;
  }

  .centered-h1 {
    font-size: 36px;
  }

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

  .grid-18 {
    margin-right: 40px;
  }

  .no-better-way {
    border-top-style: none;
    margin-left: 60px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 38px;
    font-weight: 500;
  }

  .home-hero-heading {
    margin-left: 60px;
  }

  .home-hero-line {
    border-top-style: none;
    margin-top: 10px;
  }

  .careers-hero {
    padding-left: 0;
  }

  .job-posting {
    grid-template-columns: .25fr 1.75fr;
  }

  .culture-grid {
    margin-left: 40px;
    margin-right: 40px;
  }

  .team-member-modal {
    max-width: 1100px;
  }

  .blue-line-top {
    display: none;
  }

  .blog-header {
    margin-right: 75px;
  }

  .blog-line {
    border-right: 2px solid var(--bl-green);
  }

  .blog-hero {
    margin-right: 180px;
    padding-top: 170px;
  }

  .blog-rich-text img {
    margin-left: 20px;
  }

  .blog-hero-image {
    height: 66vh;
    margin-right: 180px;
  }

  .line-large-screen-size {
    border-top: 2px solid var(--bl-green);
    margin-left: -600px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .op-section {
    grid-column-gap: 10px;
  }

  .op-text {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .contact-grid {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .input-field.light-bg {
    border-width: 1px;
    border-color: var(--bl-dark-blue);
    color: var(--bl-dark-blue);
  }

  .input-field.light-bg::placeholder {
    color: var(--bl-dark-blue);
    font-size: 18px;
  }

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

  .select-field {
    color: var(--white);
    background-color: #0000;
    border: 1px #000;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .select-wrapper {
    border: 1px solid var(--white);
    padding: 12px 20px;
  }

  .disclaimer {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .office-grid {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .loc-image {
    height: 330px;
  }

  .lift-badge {
    top: -10%;
    right: 0%;
  }

  .op-logo {
    width: 20%;
    margin-right: 0;
  }

  .tcpa {
    color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    letter-spacing: 1px;
    font-family: Chakrapetch, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    position: fixed;
  }

  .container {
    top: 140px;
  }

  .container.flex {
    max-width: 1260px;
  }

  .nav-link.dropdown.white {
    text-align: center;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
  }

  .nav-link.dropdown.white:hover {
    color: var(--bl-green);
  }

  .nav-link.dropdown.white:active {
    color: var(--button-pressed);
  }

  .nav-menu {
    font-size: 18px;
  }

  .button {
    border-width: 2px;
    font-size: 18px;
  }

  .button:hover {
    background-color: var(--bl-green);
    color: var(--bl-dark-blue);
  }

  .button:active {
    background-color: var(--button-pressed);
  }

  .button.light-bg {
    margin-bottom: 100px;
  }

  .leadership-team {
    margin-top: 0;
  }

  .body-content {
    margin-top: -98px;
  }

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

  .sub-hero-section {
    padding-top: 220px;
  }

  .newsletter-section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

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

  .hero-image {
    background-image: linear-gradient(#0000 66%, #0009), linear-gradient(#0006, #0000 32%), url('/assets/images/HomeHero.jpg');
    background-position: 0 0, 0 0, 50% 94%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    font-size: 57px;
  }

  .grid-10 {
    grid-template-columns: 1fr .5fr .6fr 1fr;
    margin-top: 140px;
  }

  .hero-line {
    border-top-width: 2px;
    border-left-width: 2px;
    margin-top: 20px;
    margin-left: -24px;
  }

  .hero-line.bottom-copy {
    border-bottom-width: 2px;
    border-right-width: 2px;
    margin-bottom: 9px;
    margin-right: 20px;
  }

  .home-hero-subheading {
    margin-top: 10px;
    margin-left: 60px;
    padding-top: 20px;
    font-size: 24px;
  }

  .hero-subheading {
    margin-right: 190px;
  }

  .animation-block {
    padding-top: 80px;
  }

  .animation-text {
    align-self: center;
  }

  .white-h1.center {
    text-align: center;
    font-size: 36px;
  }

  .verticals-tab.any-category, .verticals-tab.auto, .verticals-tab.real-estate, .verticals-tab.home-services, .verticals-tab.solar, .verticals-tab.home-warranty, .verticals-tab.insurance, .verticals-tab.legal {
    width: 34vw;
  }

  .tabs {
    margin-bottom: 0;
  }

  .tabs-div {
    padding-bottom: 60px;
  }

  .no-better-way {
    border-top-style: none;
    margin-left: 60px;
  }

  .value-prop {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-hero-heading {
    margin-left: 60px;
    font-size: 56px;
  }

  .home-hero-heading.centered {
    font-size: 60px;
  }

  .home-hero-line {
    margin-left: 0;
    margin-right: 50px;
  }

  .heading-line {
    max-width: 1300px;
  }

  .careers-hero {
    margin-top: 60px;
  }

  .title-location {
    width: auto;
  }

  .job-posting {
    grid-template-columns: 1fr 1.75fr;
    align-items: center;
  }

  .interested-cta {
    top: 150px;
  }

  .team-title {
    line-height: 1.2;
  }

  .team-member-modal {
    max-width: 1100px;
    position: relative;
  }

  .team-section {
    margin-bottom: 40px;
  }

  .blog-hero {
    margin-right: 200px;
    padding-top: 280px;
  }

  .social-share {
    top: 140px;
  }

  .blog-rich-text {
    margin-right: 160px;
  }

  .blog-rich-text img {
    margin-left: 20px;
  }

  .blog-hero-image {
    height: 50vh;
    margin-right: 200px;
  }

  .line-large-screen-size {
    margin-left: 50px;
  }

  .image-wrap {
    margin-top: 280px;
  }

  .contact-grid {
    padding-top: 240px;
  }

  .office-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .loc-image {
    height: 330px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    min-height: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation.no-color, .navigation.transparent, .navigation.transpraent {
    position: absolute;
  }

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

  .container.flex {
    flex: 1;
    max-width: none;
    padding-left: 20px;
    padding-right: 32px;
  }

  .nav-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .nav-link.dropdown.white {
    color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--bl-dark-blue);
    color: var(--white);
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
    position: absolute;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .menu-button {
    order: 1;
    height: 59px;
  }

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

  .button {
    flex: none;
  }

  .button.light-bg {
    font-size: 18px;
  }

  .button.light-bg.blog {
    margin-left: 80px;
  }

  .button.apply {
    flex: none;
    min-width: 240px;
  }

  .button-wrapper {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 40px;
    display: none;
  }

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

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

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scribble-1 {
    width: 80px;
  }

  .what-is-bl {
    font-size: 60px;
    line-height: 60px;
  }

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

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

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

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

  .leadership-team {
    margin-top: 80px;
  }

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

  .cookies-font {
    flex: 1;
  }

  .remove-icon {
    flex: none;
  }

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

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

  .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form.schelude {
    width: 50%;
  }

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

  .hero-title-center.flex-inner {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-white {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-white.half-page {
    width: auto;
    margin-top: 0;
  }

  .paragraph-white.culture {
    padding-top: 30px;
  }

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

  .contribute-wrapper {
    width: 100%;
  }

  .tag-text {
    flex: none;
  }

  .tag-text.for-blog {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
  }

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

  .membership {
    flex-direction: column;
  }

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

  .check-green {
    flex: none;
  }

  .illustration {
    width: 80%;
    margin: 30px auto;
  }

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

  .margin-70px {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 20px;
  }

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

  .small {
    height: 60px;
    margin-right: 145px;
  }

  .office-block {
    width: 100%;
  }

  .blog-wrapper {
    margin-left: -16px;
    margin-right: 0;
  }

  .blog-wrapper.two-column {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-content {
    width: 100%;
    margin-left: 0;
  }

  .blog-content.flex {
    flex-direction: column;
  }

  .blog-white-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .blog-tile-title {
    font-size: 20px;
  }

  .flex-tags {
    margin-top: 0;
  }

  .blog-item {
    width: 100%;
  }

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

  .footer-gird {
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .light-gray-3, .light-gray-2, .color-block-parent, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .licensing-block {
    width: 100%;
  }

  .presantation-grid {
    padding: 25px;
  }

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

  .sub-hero-section {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .bg-utility {
    height: 800px;
  }

  .newsletter-section {
    padding: 0 0 10px;
  }

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

  .scribble-3 {
    width: 80px;
  }

  .scribble-4 {
    width: 200px;
  }

  .scribble-7 {
    width: 100px;
  }

  .logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    overflow: auto;
  }

  .hero-image {
    background-position: 0 0, 0 0, 50% 97%;
    height: 74vh;
  }

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

  .hero-line {
    margin-left: 0;
  }

  .hero-line.bottom-copy {
    margin-right: 0;
  }

  .home-hero-subheading {
    margin-left: 40px;
    padding-left: 0;
    padding-right: 40px;
    font-size: 18px;
  }

  .team-member-title {
    font-size: 15px;
  }

  .team-members {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-subheading {
    margin-bottom: 10px;
    margin-right: 47px;
  }

  .hero-vertical-content {
    margin-right: 0;
  }

  .section-2 {
    padding-top: 0;
  }

  .purple-line {
    flex-direction: column;
    justify-content: center;
    margin-top: -208px;
    margin-left: 40px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .purple-line.careers {
    margin-top: -250px;
    margin-left: 40px;
  }

  .counter-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .animation-block {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .animation-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-center-white {
    text-align: left;
    margin-top: 0;
    font-size: 48px;
  }

  .blog-tile-image {
    height: 220px;
  }

  .ready-to-join {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .white-h1 {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 28px;
  }

  .white-h1.culture {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .white-h1.center {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .logos {
    margin-top: -33px;
  }

  .heading-30 {
    margin-top: -29px;
    font-size: 28px;
  }

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

  .verticals-tab {
    padding-left: 24px;
    font-size: 20px;
  }

  .verticals-tab.w--current {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .tab-pane-tab-5 {
    background-position: 100% 100%;
  }

  .centered-h1 {
    font-size: 28px;
  }

  .bottom-lines {
    margin-top: -170px;
  }

  .straight {
    margin-right: 145px;
  }

  .circle {
    flex: none;
    width: 130px;
    height: 130px;
    margin-right: 80px;
  }

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

  .no-better-way {
    max-width: 18ch;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 20px;
    padding: 20px 0 0;
    font-size: 28px;
    font-weight: 500;
  }

  .value-prop {
    font-size: 24px;
  }

  .home-hero-heading {
    text-shadow: 0 1px 15px #0e315066;
    margin-left: 40px;
    font-size: 40px;
  }

  .home-hero-heading.centered {
    font-size: 40px;
  }

  .home-hero-line {
    margin-right: 40px;
  }

  .careers-hero {
    flex-direction: row;
    grid-template-columns: 1.25fr;
    align-items: flex-start;
    margin-bottom: 60px;
    margin-left: 28px;
    margin-right: 28px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .title-location {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-top: 10px;
    display: flex;
  }

  .job-posting {
    grid-template-columns: .75fr 1fr;
    align-items: start;
    margin-left: 28px;
    margin-right: 28px;
    padding: 24px 10px 24px 24px;
  }

  .title {
    font-size: 20px;
  }

  .job-details {
    width: 100%;
  }

  .details-grid {
    grid-template-columns: 1fr;
    align-items: start;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .job-type-details {
    font-size: 14px;
  }

  .culture-grid {
    grid-column-gap: 20px;
    margin: 20px;
  }

  .collection-list {
    margin-bottom: 60px;
  }

  .image {
    height: 460px;
  }

  .copy {
    padding-top: 30px;
  }

  .link-7 {
    text-decoration: underline;
  }

  .text-block-6 {
    margin-left: 20px;
    padding-left: 0;
  }

  .posting-hero {
    padding-left: 40px;
  }

  .posting-content {
    flex-direction: column;
    align-items: stretch;
    padding-left: 40px;
  }

  .interested-cta {
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .text-block-7 {
    padding-bottom: 20px;
  }

  .department {
    font-size: 18px;
  }

  .team-cms {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-photo {
    flex: none;
  }

  .team-member-modal {
    max-width: 90vw;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-column {
    margin-right: 30px;
  }

  .full-name {
    margin-top: 10px;
  }

  .bio-photo {
    width: 160px;
    height: 160px;
  }

  .bio-links.mobile {
    display: none;
  }

  .close-x {
    padding: 0 10px;
  }

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

  .team-section {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-header {
    margin-left: 30px;
  }

  .star {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .blog-page-title {
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    font-size: 32px;
  }

  .blog-hero, .blog-body-flex {
    margin-left: 20px;
    margin-right: 20px;
  }

  .social-share {
    padding-left: 0;
    top: 100px;
  }

  .blog-rich-text {
    margin-left: 10px;
    margin-right: 0;
  }

  .blog-rich-text h2, .blog-rich-text p, .blog-rich-text h1, .blog-rich-text h3, .blog-rich-text h4, .blog-rich-text h5, .blog-rich-text h6, .blog-rich-text blockquote {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-rich-text figcaption {
    margin-left: 0;
  }

  .blog-rich-text img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 140px;
  }

  .blog-hero-image {
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .related-posts {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .grid-19 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrap {
    margin-top: 140px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .careers-img-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  .career-img._4 {
    display: none;
  }

  .div-block-28, .div-block-32 {
    flex: none;
  }

  .open-roles {
    margin-left: 28px;
    margin-right: 28px;
  }

  .grid-awards {
    margin-left: -89px;
  }

  .about-bl-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin: 60px 20px;
  }

  .text-w-outline {
    padding-right: 16px;
  }

  .text-w-outline.padding-left {
    padding-left: 16px;
  }

  .about-bl-heading {
    font-size: 28px;
  }

  .about-bl-heading.white {
    font-size: 20px;
  }

  .our-principles {
    margin: 60px 20px;
  }

  .grid-20 {
    padding-top: 20px;
  }

  .section-heading, .section-heading.white-center {
    font-size: 28px;
  }

  .op-section {
    margin-left: 44px;
    margin-right: 36px;
  }

  .op-text {
    padding-top: 10px;
  }

  .hiring {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-subheading.bottom-copy {
    width: 100%;
  }

  .contact-grid {
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 80px;
  }

  .contact-social {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .office-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-width {
    width: 78%;
    padding-left: 0;
  }

  .lift-principle {
    min-height: 160px;
    padding: 28px 20px;
  }

  .lift-badge {
    width: 22%;
    max-width: 170px;
    top: -6%;
    right: 0%;
  }

  .white-left {
    padding-right: 8px;
  }

  .op-logo {
    width: 24%;
    margin-right: 0;
  }

  .awards-grid {
    grid-column-gap: 7px;
    flex-wrap: wrap;
    display: flex;
  }

  .awards-grid._5column {
    display: none;
  }

  .award {
    max-width: 166px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .award.hide-mobile {
    display: block;
  }

  .award.extrawide.hide-mobile {
    max-width: 200px;
  }

  .award.wide.hide-mobile {
    display: none;
  }

  .award-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tcpawrap {
    margin-top: 124px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tcpacopy h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

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

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

  .container.light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-list.mega-menu.w--open {
    flex-direction: column;
  }

  .menu-button {
    margin-right: 10px;
  }

  .button {
    flex: none;
    margin: 10px;
    font-size: 18px;
  }

  .button.light-bg {
    margin-bottom: 80px;
    font-size: 18px;
  }

  .button.right {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .what-is-bl {
    font-size: 50px;
    line-height: 55px;
  }

  .what-is-bl._50px._50-percent {
    width: 100%;
  }

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

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

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

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

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

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

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

  .form.schelude {
    width: 100%;
  }

  .checkbox-field {
    padding-left: 0;
  }

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

  .paragraph-white.half-page {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-white.culture {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .margin-70px {
    justify-content: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 80px;
    display: flex;
  }

  .margin-30px {
    padding-bottom: 20px;
  }

  .small {
    margin-right: 120px;
  }

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

  .blog-wrapper {
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-wrapper.two-column {
    max-width: 400px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .blog-white-bg {
    min-height: auto;
  }

  .footer.white-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .copyright.gray {
    text-align: center;
  }

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

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

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

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

  .page-content {
    height: 299px;
  }

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

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

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

  .scribble-3 {
    bottom: 1304px;
    left: -23px;
  }

  .scribble-4 {
    width: 100px;
  }

  .scribble-footer {
    width: 50px;
  }

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

  .footer-link.black {
    font-size: 16px;
  }

  .logo {
    max-width: 80%;
    padding: 12px;
  }

  .body {
    overflow: hidden;
  }

  .hero-image {
    height: 60vh;
  }

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

  .hero-line {
    height: 50px;
    margin-top: 15px;
    margin-left: 40px;
  }

  .hero-line.bottom-copy {
    width: auto;
    height: 50px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 40px;
  }

  .home-hero-subheading {
    margin-left: 40px;
  }

  .links {
    display: none;
  }

  .links.mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .hero-subheading {
    margin-top: 0;
    margin-right: 24px;
    font-size: 22px;
  }

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

  .purple-line {
    margin-top: -230px;
    margin-bottom: 40px;
    margin-left: 30px;
    padding: 60px 20px 230px 30px;
  }

  .purple-line.careers {
    border-top: 2px none var(--bl-purple);
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }

  .counter-container {
    padding: 50px 20px;
  }

  .ticker-text {
    font-size: 16px;
  }

  .animation-block {
    padding-top: 80px;
  }

  .animation-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-center-white {
    text-align: left;
    margin-right: 30px;
    font-size: 48px;
  }

  .blog-tile-image {
    height: 300px;
  }

  .filter-row {
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
  }

  .filter-chip {
    margin-bottom: 10px;
  }

  .heading-center-blue {
    font-size: 36px;
    line-height: 1.2;
  }

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

  .ready-to-join {
    margin-top: 80px;
  }

  .ready-to-join.careers {
    border-top: 2px solid var(--bl-purple);
    border-bottom: 2px solid var(--bl-purple);
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .white-h1 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
  }

  .white-h1.culture {
    text-align: left;
  }

  .top-line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .logos {
    margin-top: -36px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .bottom-line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-30 {
    margin-top: -25px;
    margin-left: 50px;
    font-size: 28px;
  }

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

  .verticals-tab {
    width: auto;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs {
    flex-flow: column;
  }

  .tab-copy.auto, .tab-copy.real-estate, .tab-copy.home-services, .tab-copy.solar, .tab-copy.home-warranty, .tab-copy.any-category {
    width: auto;
  }

  .tab-pane-tab-1 {
    background-position: 50% 40%;
    background-size: cover;
    width: auto;
    height: 320px;
  }

  .tabs-content {
    flex: 1;
    order: -1;
    margin-bottom: 10px;
    margin-left: 30px;
  }

  .tab-pane-tab-2 {
    background-position: 50% 70%;
    height: 320px;
  }

  .tab-pane-tab-3 {
    background-position: 50%;
    height: 320px;
  }

  .tab-pane-tab-4 {
    background-position: 50% 91%;
    height: 320px;
  }

  .tab-pane-tab-5 {
    background-position: 50% 71%;
    height: 320px;
  }

  .centered-h1 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 28px;
  }

  .blue-line-left {
    margin-left: 30px;
  }

  .tabs-div {
    padding-bottom: 60px;
  }

  .straight {
    margin-left: 30px;
    margin-right: 120px;
  }

  .circle {
    margin-right: 55px;
  }

  .image-grid {
    margin-top: 0;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .no-better-way {
    border-left: 2px solid var(--bl-cyan);
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    padding: 40px 60px 30px 30px;
    font-size: 26px;
  }

  .value-prop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-hero-heading {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 36px;
  }

  .home-hero-line {
    height: auto;
    margin-right: 40px;
  }

  .tab-pane-tab-6 {
    height: 320px;
  }

  .careers-hero {
    flex-direction: column;
    margin-right: 28px;
    padding-bottom: 0;
  }

  .title-location {
    width: auto;
  }

  .job-posting {
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .title {
    padding-bottom: 9px;
  }

  .job-details {
    border-top: 2px solid var(--bl-green);
    border-left-style: none;
    align-self: stretch;
    width: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .details-grid {
    padding-left: 0;
  }

  .culture-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    margin-left: 28px;
    margin-right: 28px;
  }

  .collection-list {
    margin-bottom: 60px;
  }

  .image {
    height: 340px;
  }

  .copy {
    margin-bottom: 10px;
  }

  .link-7 {
    text-decoration: underline;
  }

  .empty-state {
    padding-left: 0;
    padding-right: 0;
  }

  .posting-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .posting-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .interested-cta {
    margin-left: 0;
    margin-right: 0;
  }

  .team-cms {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-top: 0;
  }

  .team-member-modal {
    flex-wrap: wrap;
    justify-content: center;
    max-height: 90vh;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    top: 40px;
  }

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

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

  .full-name {
    text-align: center;
    margin-bottom: 10px;
  }

  .bio-photo {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }

  .bio-links {
    display: block;
  }

  .bio-links.mobile {
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
  }

  .close-x {
    background-color: #0e3150cc;
    margin-top: 6%;
    margin-right: 6%;
    position: absolute;
  }

  .collection-list-3, .collection-list-3.two-column {
    grid-template-columns: 1fr;
  }

  .divider-mobile {
    border-top: 2px solid var(--bl-green);
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .blue-line-top {
    border-top-style: none;
  }

  .blog-header {
    margin-left: 20px;
  }

  .blog-page-title {
    margin-bottom: 0;
    padding-right: 0;
  }

  .flex {
    flex-direction: column;
  }

  .blog-rich-text img {
    padding-right: 80px;
  }

  .blog-hero-image {
    background-size: cover;
    height: 40vh;
  }

  ._w-inline-block {
    margin-bottom: 4px;
  }

  .social-share-btn {
    background-size: 20px;
    width: 40px;
    height: 40px;
  }

  .gradient-line {
    margin-left: 30px;
  }

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

  .value-prop-flex {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .verticals-wrapper {
    flex-direction: column;
  }

  .image-flex {
    order: -1;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .image-any-category {
    background-position: 50% 13%;
    height: 320px;
  }

  .image-auto, .image-real-estate, .image-home-service, .image-solar, .image-home-warranty, .image-insurance, .image-legal {
    height: 320px;
  }

  .careers-img-grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .career-img._3 {
    display: none;
  }

  .div-block-28, .div-block-32 {
    flex: none;
  }

  .grid-awards {
    margin-top: 0;
    margin-left: 0;
  }

  .social-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .text-w-outline {
    padding-right: 0;
  }

  .text-w-outline.padding-left {
    padding-left: 0;
  }

  .image-no-link {
    padding-top: 66.66%;
  }

  .image-no-link.manual {
    background-position: 50%;
  }

  .text-block-8, .about-bl-heading {
    font-size: 24px;
  }

  .our-principles {
    flex-direction: column;
    display: flex;
  }

  .grid-20 {
    grid-template-columns: 1fr;
    margin-top: -29px;
    padding-top: 0;
  }

  .section-heading.white-center {
    text-align: center;
    font-size: 24px;
  }

  .op-section {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .op-text {
    border-top: 4px solid var(--bl-cyan);
    border-left-style: none;
    margin-left: 0;
    padding-top: 28px;
    padding-left: 0;
  }

  .about-subheading {
    font-size: 18px;
  }

  .about-subheading.bottom-copy {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .form-wrapper {
    padding: 24px;
  }

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

  .heading-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lift-principle {
    min-height: 140px;
  }

  .lift-badge {
    z-index: 1;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0% 0% auto;
  }

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

  .op-logo {
    width: auto;
    margin-left: 0;
  }

  .awards-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .award {
    max-width: 140px;
    padding: 12px;
  }

  .award.extrawide.hide-mobile {
    max-width: 200px;
  }

  .tcpacopy h1 {
    font-size: 32px;
  }
}

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

  ul {
    padding-left: 28px;
  }

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

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

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

  .container.light {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.dropdown.white {
    padding: 16px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .menu-button {
    margin-right: 0;
  }

  .button {
    flex: none;
    margin-top: 10px;
  }

  .button.subscribe {
    flex: none;
    height: 48px;
  }

  .button.light-bg {
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.light-bg.blog {
    margin-left: 16px;
  }

  .button.apply {
    min-width: 0;
  }

  .button.right {
    margin-top: 10px;
  }

  .button.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .button-wrapper {
    flex: 1;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section {
    padding: 30px 10px 40px;
  }

  .scribble-1 {
    width: 80px;
  }

  .what-is-bl {
    font-size: 40px;
    line-height: 45px;
  }

  .what-is-bl._50px {
    font-size: 32px;
    line-height: 40px;
  }

  .what-is-bl._50px.color-white {
    margin-top: -6px;
  }

  .what-is-bl.color-white {
    margin-top: -35px;
  }

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

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

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

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

  .leadership-team {
    padding-bottom: 200px;
    position: relative;
    top: 500px;
  }

  .cookies-wrapper {
    justify-content: center;
    min-width: 90vw;
  }

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

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

  .form {
    grid-column-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-field {
    flex: none;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .checkbox {
    flex: none;
  }

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

  .social-icon.only-left {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .sub-heading.color-white {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

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

  .hero-title-center.flex-inner {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-white {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-white.half-page {
    margin-bottom: 20px;
  }

  .paragraph-white.culture {
    padding-top: 40px;
    padding-right: 0;
  }

  .paragraph-white.hiw {
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Chakrapetch, sans-serif;
    font-size: 18px;
    position: relative;
  }

  .paragraph-white.hiw._2 {
    margin-top: -16px;
  }

  .paragraph-white.hiw._3 {
    margin-top: -24px;
  }

  .paragraph-white.hiw._4 {
    margin-top: -32px;
  }

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

  .contribute-wrapper {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .section-overlay {
    width: 0%;
  }

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

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

  .illustration {
    width: 100%;
  }

  .margin-70px {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 10px;
  }

  .small {
    height: 40px;
    margin-right: 90px;
  }

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

  .blog-wrapper {
    max-width: none;
    margin-left: -8px;
    margin-right: -2px;
  }

  .blog-wrapper.two-column {
    margin-left: 4px;
    margin-right: 0;
  }

  .blog-content {
    margin-bottom: 0;
  }

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

  .blog-white-bg.center-flex {
    padding-bottom: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .blog-tile-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-tags {
    top: 16px;
    right: 16px;
  }

  .features-sign {
    margin-top: -16px;
    padding-top: 24px;
    top: 16px;
    left: 16px;
  }

  .footer.white-bg {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-gird {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .copyright {
    margin-bottom: 5px;
  }

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

  .copyright-dot {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .grayscale-parent {
    height: 55px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .light-gray, .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .typography-flex {
    width: 68%;
  }

  .type-row, .licensing-content {
    flex-direction: column;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .page-wrapper {
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-content {
    height: 171px;
    margin-top: 15px;
  }

  .sub-hero-section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .bg-utility {
    height: 650px;
  }

  .welcome-hero {
    padding-top: 91px;
    padding-bottom: 50px;
  }

  .scribble-2 {
    display: none;
  }

  .scribble-3 {
    bottom: 2135px;
    left: 19px;
  }

  .paragraph-2 {
    margin-bottom: 20px;
  }

  .logo {
    max-width: 72%;
    padding: 10px 10px 10px 0;
  }

  .body {
    overflow: scroll;
  }

  .hero-image {
    background-image: linear-gradient(#0000 46%, #000000a1), linear-gradient(#0006, #0000 24%), url('/assets/images/HeroImage-FlatIron.jpg');
    background-position: 0 0, 0 0, 60% 94%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    height: 540px;
  }

  .grid-10 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-line {
    height: 30px;
  }

  .hero-line.bottom-copy {
    height: 30px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .home-hero-subheading {
    text-shadow: 1px 1px 15px #000000b8;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 0;
    padding-bottom: 24px;
    padding-right: 16px;
    font-size: 18px;
  }

  .team-members {
    width: 270px;
  }

  .hero-subheading {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 20px;
  }

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

  .purple-line {
    margin-top: -270px;
    margin-left: 16px;
    padding-top: 60px;
    padding-bottom: 290px;
    padding-left: 0;
  }

  .purple-line.careers {
    border-top-style: none;
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .counter-container {
    grid-template-columns: 1fr;
    padding: 40px 10px 60px;
  }

  .ticker-text {
    flex-flow: column wrap;
  }

  .animation-block {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .animation-block.mobile {
    display: block;
  }

  .heading-center-white {
    text-align: left;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 24px;
    font-size: 40px;
  }

  .blog-tile-image {
    height: 240px;
  }

  .filter-chip {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    line-height: 1.2;
  }

  .heading-center-blue {
    font-size: 32px;
  }

  .logo-social {
    margin-bottom: 20px;
  }

  .ready-to-join {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ready-to-join.careers {
    border-top: 2px solid var(--bl-purple);
    border-bottom: 2px solid var(--bl-purple);
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 60px 20px;
  }

  .white-h1 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .top-line {
    border-bottom-style: none;
    margin-left: 16px;
    margin-right: 20px;
  }

  .logos {
    border-top: 2px solid var(--bl-green);
    margin-top: -36px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-line {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-30 {
    margin-top: -25px;
    margin-left: 40px;
    margin-right: 30px;
    display: block;
  }

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

  .verticals-tab {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .verticals-tab.w--current {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-copy.auto {
    margin-top: 4px;
  }

  .tab-copy.real-estate, .tab-copy.home-services, .tab-copy.solar, .tab-copy.home-warranty, .tab-copy.any-category {
    width: auto;
  }

  .tab-pane-tab-1 {
    height: 260px;
  }

  .tab-pane-tab-5 {
    background-position: 50% 75%;
  }

  .centered-h1 {
    margin-bottom: 10px;
    margin-left: 44px;
    margin-right: 29px;
    font-size: 28px;
  }

  .blue-line-left {
    margin-left: 20px;
  }

  .tabs-div {
    margin-left: -40px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .bottom-lines {
    margin-top: -124px;
  }

  .straight {
    margin-left: 20px;
    margin-right: 90px;
  }

  .circle {
    width: 110px;
    height: 110px;
    margin-right: 35px;
  }

  .no-better-way {
    margin-left: 20px;
    margin-right: 16px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 24px;
  }

  .value-prop {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .home-hero-heading {
    margin-bottom: 10px;
    margin-left: 16px;
    margin-right: 20px;
    font-size: 32px;
    font-weight: 700;
    display: flex;
  }

  .home-hero-heading.centered {
    margin-top: 20px;
    font-size: 32px;
  }

  .home-hero-heading.centered.about {
    display: block;
  }

  .home-hero-line {
    height: auto;
    margin-right: 16px;
  }

  .tab-pane-tab-6 {
    height: 260px;
  }

  .careers-hero {
    margin-left: 16px;
    margin-right: 16px;
  }

  .job-posting {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .icon.tag {
    width: 20px;
    height: 20px;
  }

  .job-type-details {
    font-size: 12px;
  }

  .culture-grid {
    margin-left: 16px;
    margin-right: 16px;
  }

  .collection-list {
    margin-bottom: 60px;
  }

  .copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-6 {
    margin-right: 20px;
    padding-right: 0;
  }

  .posting-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .interested-cta {
    min-width: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-tags {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .post-tag {
    margin-bottom: 10px;
  }

  .department {
    font-size: 18px;
  }

  .team-cms {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member {
    width: 280px;
  }

  .team-member-modal {
    position: static;
  }

  .bio-photo {
    width: 160px;
    height: 160px;
  }

  .close-x {
    padding: 4px 14px;
    position: absolute;
  }

  .rich-text-white {
    font-size: 18px;
  }

  .collection-list-3 {
    margin-right: 8px;
  }

  .team-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .blog-header {
    margin-left: 24px;
  }

  .blog-line {
    height: 20px;
  }

  .blog-page-title {
    font-size: 32px;
  }

  .blog-hero {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 110px;
  }

  .blog-body-flex {
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
  }

  .social-share {
    margin-top: 0;
    padding-bottom: 10px;
    position: static;
  }

  .blog-rich-text {
    margin-left: 0;
  }

  .blog-rich-text img {
    padding-right: 0;
  }

  .blog-hero-image {
    height: 34vh;
    margin-left: 16px;
    margin-right: 16px;
  }

  ._w-inline-block {
    flex-direction: row;
  }

  .social-share-btn {
    margin-bottom: 0;
    margin-right: 10px;
  }

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

  .related-posts {
    margin-left: 16px;
    margin-right: 16px;
  }

  .gradient-line {
    margin-left: 16px;
  }

  .heading-32 {
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 35px;
    font-size: 20px;
  }

  .value-prop-flex {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

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

  .grid-19 {
    margin-top: 0;
  }

  .hiw-expand {
    padding: 16px;
  }

  .expand-title {
    font-size: 20px;
    font-weight: 600;
  }

  .image-flex {
    margin-bottom: 10px;
  }

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

  .image-wrap {
    margin-top: 120px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .careers-img-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .career-img {
    height: 160px;
  }

  .career-img._3 {
    display: block;
  }

  .career-img._4 {
    display: none;
  }

  .lines {
    top: -8px;
    left: -8px;
  }

  .top {
    width: 46%;
  }

  .careers-bottom {
    width: 72%;
  }

  .div-block-28, .div-block-32 {
    flex: none;
  }

  .open-roles {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .about-bl-grid {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-w-outline {
    padding-left: 0;
  }

  .text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .our-principles {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading.white, .section-heading.white-center {
    font-size: 24px;
  }

  .op-section {
    margin-top: 60px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .op-logo {
    width: 380px;
    margin-bottom: 10px;
    margin-left: -68px;
    margin-right: 0;
  }

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

  .about-subheading.bottom-copy {
    padding-top: 0;
  }

  .contact-grid {
    grid-row-gap: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .form-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .office-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .city {
    font-size: 34px;
    left: 50px;
  }

  .city.hero {
    left: 92px;
  }

  .lottie-animation-2 {
    margin-top: -24px;
  }

  .lottie-animation-3 {
    margin-top: -20px;
  }

  .lottie-animation-4 {
    margin-top: -56px;
  }

  .lottie-animation-5 {
    margin-top: -68px;
  }

  .lift-heading {
    font-size: 21px;
  }

  .op-logo {
    width: 180px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .awards-grid {
    justify-content: space-around;
  }

  .award, .award.extrawide.hide-mobile {
    max-width: 140px;
  }

  .award-wrap {
    margin-bottom: 60px;
  }

  .tcpawrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tcpacopy h1 {
    font-size: 24px;
  }

  .tcpacopy h2 {
    font-size: 20px;
  }

  .tcpacopy h3 {
    font-size: 16px;
  }
}

#w-node-_7b218128-3be1-6039-16da-f40d226cfb3c-f3e44c09 {
  align-self: center;
}

#w-node-_2b74ce06-2d9e-e0fe-d452-b10566909457-f3e44c09, #w-node-aa7a5b20-a361-5a2e-0511-d3cabfbbadc0-f3e44c09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db90a2aa-6b16-45a0-7a60-871278cf4305-f3e44c09, #w-node-bac69193-c442-5db1-dd0c-7ac144ac5b04-f3e44c09, #w-node-_1543d2e2-0a07-5bd9-e9dd-b91b4630737a-f3e44c09, #w-node-c79563d8-f306-32b1-205c-6edcaa58fefe-f3e44c09, #w-node-_35ea24bb-6369-29dd-0935-372d639fbb16-f3e44c09, #w-node-a3a3d759-1050-d9d7-59e9-dd72d7f339b3-f3e44c09, #w-node-_1274e73f-2afc-4b04-a3dc-ee9e0a9d45df-f3e44c09, #w-node-_1e5d7c66-1cd7-1fac-f37b-68593806998f-f3e44c09, #w-node-_023228ad-e56f-11dd-3ceb-bfd9601c6c8e-f3e44c09, #w-node-_7c83720a-dfdb-8415-7d58-84bcc94ffbcc-f3e44c09, #w-node-f41b51eb-ffe2-a1b9-a910-f40adbe3a26e-f3e44c09 {
  place-self: center;
}

#w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eeab-a8f0ee9f, #w-node-c22e3747-2660-b4b8-4e8e-972152f0819f-a8f0ee9f, #w-node-a661ab1e-3125-26ae-b725-acc358ee91a6-a8f0ee9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d5-bfe44c6c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d6-bfe44c6c {
  grid-area: 4 / 2 / 5 / 3;
  align-self: start;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d7-bfe44c6c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d9-bfe44c6c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7dc-bfe44c6c {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end;
}

#w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7de-bfe44c6c {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-e415eb9b-bf85-ee90-8669-2c22d3aea294-bfe44c6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_372cb476-f472-ad5d-5f5c-706f93fda852-bfe44c6c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2031cd0-d93f-e6cf-f512-946aebc50534-bfe44c6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f474011-92ba-38af-9ca8-5919196494d9-bfe44c6c, #w-node-_4da77cb6-fa36-b28e-55ee-d98f30417da8-bfe44c6c, #w-node-_75779766-6cc4-a19f-dae6-b598870427b2-bfe44c6c, #w-node-_425fe262-53c3-f2c4-b6e3-dc7ce7a2b875-bfe44c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdfb0aa5-2862-c33d-fd07-d96a0d1f5bde-bfe44c6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5853c1c-34d3-cb61-9a7b-267b9be307c5-bfe44c6c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6135135b-461e-6657-ace0-75721cdc3aee-bfe44c6c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-b2ad950b-a8a9-a92b-a639-ce716fc9a2a9-bfe44c6c, #w-node-_13cf07cb-c631-403c-ac44-88308b328a1f-bfe44c6c, #w-node-e41a45dc-08b5-7e41-86db-e5e190548818-bfe44c6c, #w-node-_7ec9bd5a-3844-4ac2-7cc2-5ff8accbc5bf-bfe44c6c, #w-node-fb5860bb-8175-e760-6881-2123f7609a2d-bfe44c6c, #w-node-a397ae07-10d7-a037-cec7-25beefbd638c-bfe44c6c, #w-node-_2d459ce1-a5b6-c818-3e0d-d546e4025094-bfe44c6c, #w-node-_3fe81ad4-4d51-7600-416f-1c4b94ab0854-bfe44c6c, #w-node-e04f9320-714c-d0f7-9145-0ca938d0c511-bfe44c6c, #w-node-_23c6358d-b276-a80c-7b09-0be3409ae803-bfe44c6c, #w-node-a4ed6995-dbc2-5d9c-3e2a-d582af86bc0a-bfe44c6c, #w-node-_6fb44144-f6ae-3f68-0a2b-815739d0f638-bfe44c6c, #w-node-_61b302db-7ed8-2b0a-0a23-49e24ecb1623-bfe44c6c, #w-node-_91edf73f-76c4-6bc6-2a32-3b9da8fd686e-bfe44c6c, #w-node-_73e0de5d-75f8-18b5-8303-c51c73bffd9b-bfe44c6c, #w-node-_5b8c59d8-2543-4c9d-5850-c082efb7e623-bfe44c6c, #w-node-ec4980be-3212-3a7a-05a3-d2c699a1f036-bfe44c6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c8ae306-519a-ab45-6a5a-f3f57073b780-89e44c92 {
  align-self: stretch;
}

#Email-2.w-node-_97c2cad7-7de7-ae76-b1ce-71bc443465f5-443465eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97c2cad7-7de7-ae76-b1ce-71bc443465f7-443465eb, #w-node-_8ed9a3fc-de11-cd7d-4cf2-6cb7643eb705-00e44caf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5f20119-2ae4-f8f1-6065-3456085cc24a-00e44caf {
  align-self: center;
}

#w-node-_8049383e-565f-7dc3-c7cc-5df73d9a624c-00e44caf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-df85ea49-c7ac-2494-c9c8-120d0c98205e-00e44caf, #w-node-_24ad37ac-6f37-683e-2f1c-e185fdcd94e4-00e44caf, #w-node-ead2f66b-644e-0a5d-90be-ea7e7e542e7c-00e44caf, #w-node-_3813e0e5-6da9-453d-e671-7c49525ddf70-00e44caf, #w-node-_327bdc3c-e743-e785-bc71-581bde0f9c53-00e44caf {
  place-self: center;
}

#Name.w-node-_5ffe692b-0d41-2c4c-1cc6-f367225e925e-8ae44cb2, #Email.w-node-_5ffe692b-0d41-2c4c-1cc6-f367225e925f-8ae44cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ffe692b-0d41-2c4c-1cc6-f367225e9261-8ae44cb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Name.w-node-_6c55c5df-5442-870d-7cf7-3419f8fa8a0b-7ae44cb4, #Email.w-node-_6c55c5df-5442-870d-7cf7-3419f8fa8a0c-7ae44cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c55c5df-5442-870d-7cf7-3419f8fa8a0e-7ae44cb4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-faaf81ee-ab44-5ce3-303a-7de1c7381c04-21e44cb7 {
  align-self: stretch;
}

#Email.w-node-_6bc99137-51a2-55f9-ea62-62292b9d471d-c8e44cbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecadf38f-8edf-ff04-09c3-f6aa216b2e2f-20e44cc2 {
  justify-self: center;
}

#w-node-_106f6382-7d5d-416c-c25a-6cecd9d7d53e-20e44cc2, #w-node-f9a302a0-f3cf-9193-9773-493f466e36f6-20e44cc2, #w-node-fd54ad4f-b792-d3c7-ced1-8a1c53ddfde0-20e44cc2, #w-node-_39eeb1e3-a04d-5942-9ffc-4c5a6f696ba6-20e44cc2, #w-node-_8729b70d-9a64-8cf8-e13a-bda8cc2945bf-20e44cc2, #w-node-d177324d-e5b3-5b24-453e-cf3fbc18f8a5-20e44cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_939597f6-aa61-6940-7443-696e3b22454f-6ee44cc5 {
  align-self: end;
}

#w-node-_3ad6c0ee-6a69-d146-61c3-0851e4fc83ea-6ee44cc5, #w-node-_44cd8987-07f9-0d59-2104-390b045a7599-6ee44cc5, #w-node-bb2218f7-c3bd-ab73-d461-64d501c6f8d6-6ee44cc5, #w-node-_507d933f-a713-ee15-fe4e-49e6ceade11a-6ee44cc5, #w-node-ea1ae2c0-6bd2-2895-649e-c8ff6f668f7c-6ee44cc5, #w-node-_1b673c49-5f88-58d8-0446-f1f52964b56f-6ee44cc5, #w-node-afc77948-e786-2fab-5a41-74b483fd7a42-6ee44cc5, #w-node-_6580d3ce-d172-102d-6e92-f95864b79fd4-6ee44cc5, #w-node-ed69f10f-e0ff-16ab-06b3-e754cdc045bd-6ee44cc5, #w-node-_93468ea3-0633-9526-1992-e1f249427da1-6ee44cc5, #w-node-_728b2b6b-dd8b-f673-26cb-6593f0fbadbf-6ee44cc5, #w-node-_6ff48ce9-cd59-421d-d7fa-b55d8ab8b6bc-6ee44cc5, #w-node-_4c7f3e25-2cfb-1ab2-95c6-0c0e0c9e9aad-6ee44cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_78c66e67-3362-acc6-869e-33831b1cf302-6ee44cc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_83eea4b9-4d82-1023-979b-5cdeb044c440-b044c43e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_83eea4b9-4d82-1023-979b-5cdeb044c49e-b044c43e {
  justify-self: end;
}

#w-node-_2b8e1274-3b80-2693-6b43-ca92839b43cb-97e44cc7, #w-node-fddca1cf-7eb5-8838-79ad-0d0ff6b2f7e1-97e44cc7 {
  align-self: start;
}

#w-node-_4d5f7307-17c2-6bac-0068-f309ec08877d-e8e44cc8 {
  align-self: stretch;
}

#w-node-_2e3ef474-b75e-6656-9d6b-32e283d9392b-e8e44cc8 {
  place-self: center end;
}

#Name.w-node-f1691bbe-f534-67b9-e870-e45fd2118484-e8e44cc8, #Email.w-node-f1691bbe-f534-67b9-e870-e45fd2118485-e8e44cc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1691bbe-f534-67b9-e870-e45fd2118487-e8e44cc8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Email.w-node-_5e5718c4-43f4-0d39-a8e5-2db3981574d1-e6e44cc9, #Name.w-node-_4a240c13-9452-7d01-c733-688a73597e66-3be44cdd, #Email.w-node-_4a240c13-9452-7d01-c733-688a73597e67-3be44cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a240c13-9452-7d01-c733-688a73597e6b-3be44cdd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_56f8e3ec-cec1-4c22-8243-44523b682b43-ad3233d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e164570a-8477-7272-6e2f-4548f719e2fa-ad3233d6, #Topic.w-node-_0b009e36-5d64-ab25-72f9-90d67f89a91b-ad3233d6, #Message.w-node-_8a2548a6-50c0-0fbf-21f2-7b3c558a5378-ad3233d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_372f8b6b-062b-b797-b25f-fb7d8a6e8a98-ad3233d6 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-f2627ae9-a818-609d-21db-9fe4d47e5afa-ad3233d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-efb0950c-5f1b-7f7c-107b-071e0b3e6634-ad3233d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c26e2ac1-2dc1-9f4f-1855-33e824d17c26-ad3233d6, #w-node-_981f02e4-c54f-6f48-60b5-fe44c2da2819-ad3233d6, #w-node-e5ed2a5f-21c1-e952-bd98-58dad652f6f5-ad3233d6, #w-node-_97aedff2-4fb5-cd12-c64e-c5ef789ea20c-ad3233d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d6-bfe44c6c {
    grid-area: 4 / 2 / 5 / 3;
    align-self: start;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d7-bfe44c6c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7dc-bfe44c6c {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
  }

  #w-node-_1f474011-92ba-38af-9ca8-5919196494d9-bfe44c6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d5-bfe44c6c {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-e164570a-8477-7272-6e2f-4548f719e2fa-ad3233d6, #Message.w-node-_8a2548a6-50c0-0fbf-21f2-7b3c558a5378-ad3233d6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_372f8b6b-062b-b797-b25f-fb7d8a6e8a98-ad3233d6 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f2627ae9-a818-609d-21db-9fe4d47e5afa-ad3233d6 {
    align-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2b74ce06-2d9e-e0fe-d452-b10566909457-f3e44c09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2b74ce06-2d9e-e0fe-d452-b10566909457-f3e44c09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eea2-a8f0ee9f {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eeab-a8f0ee9f, #w-node-c22e3747-2660-b4b8-4e8e-972152f0819f-a8f0ee9f, #w-node-a661ab1e-3125-26ae-b725-acc358ee91a6-a8f0ee9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d5-bfe44c6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d7-bfe44c6c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d9-bfe44c6c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7de-bfe44c6c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e415eb9b-bf85-ee90-8669-2c22d3aea294-bfe44c6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_372cb476-f472-ad5d-5f5c-706f93fda852-bfe44c6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2031cd0-d93f-e6cf-f512-946aebc50534-bfe44c6c, #w-node-_8ed9a3fc-de11-cd7d-4cf2-6cb7643eb705-00e44caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd8edcbd-635d-a9e5-be34-bf9d6069c012-00e44caf {
    align-self: start;
  }

  #w-node-_56f8e3ec-cec1-4c22-8243-44523b682b43-ad3233d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b74ce06-2d9e-e0fe-d452-b10566909457-f3e44c09, #w-node-aa7a5b20-a361-5a2e-0511-d3cabfbbadc0-f3e44c09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d5-bfe44c6c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d7-bfe44c6c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d9-bfe44c6c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7de-bfe44c6c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_372cb476-f472-ad5d-5f5c-706f93fda852-bfe44c6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f004c2bf-f09e-8731-e3a1-fb96cbeaf4de-bfe44c6c, #w-node-f4d9ceba-728c-bff9-dbde-3795b996b5b2-bfe44c6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97c2cad7-7de7-ae76-b1ce-71bc443465f7-443465eb {
    justify-self: center;
  }

  #w-node-fa430627-5f89-a228-9aaf-6d10567822c8-00e44caf {
    order: -9999;
  }

  #w-node-_8049383e-565f-7dc3-c7cc-5df73d9a624c-00e44caf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3baa39f7-21da-a9cd-8063-fb9454d228b5-f3e44c09, #w-node-_1274e73f-2afc-4b04-a3dc-ee9e0a9d45df-f3e44c09 {
    place-self: center;
  }

  #w-node-_40e82ecf-65ca-d0b5-7f64-f03fa8f0eea2-a8f0ee9f {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c22e3747-2660-b4b8-4e8e-972152f0819f-a8f0ee9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a661ab1e-3125-26ae-b725-acc358ee91a6-a8f0ee9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d6-bfe44c6c {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d7-bfe44c6c {
    grid-area: 1 / 2 / 2 / 4;
    align-self: start;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7d9-bfe44c6c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7dc-bfe44c6c {
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-_0794a5b7-b8c0-def1-f04b-ecbe114cf7de-bfe44c6c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f004c2bf-f09e-8731-e3a1-fb96cbeaf4de-bfe44c6c, #w-node-f4d9ceba-728c-bff9-dbde-3795b996b5b2-bfe44c6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c8ae306-519a-ab45-6a5a-f3f57073b780-89e44c92 {
    justify-self: stretch;
  }

  #w-node-fee363bb-299c-df15-a4ea-01a5065d2c5b-00e44caf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa430627-5f89-a228-9aaf-6d10567822c8-00e44caf {
    order: -9999;
  }

  #w-node-ead2f66b-644e-0a5d-90be-ea7e7e542e7c-00e44caf {
    order: 0;
  }

  #w-node-faaf81ee-ab44-5ce3-303a-7de1c7381c04-21e44cb7 {
    justify-self: stretch;
  }

  #w-node-e164570a-8477-7272-6e2f-4548f719e2fa-ad3233d6, #Message.w-node-_8a2548a6-50c0-0fbf-21f2-7b3c558a5378-ad3233d6, #w-node-_372f8b6b-062b-b797-b25f-fb7d8a6e8a98-ad3233d6, #w-node-efb0950c-5f1b-7f7c-107b-071e0b3e6634-ad3233d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Niramit';
  src: url('/assets/fonts/Niramit-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-LightItalic.ttf') format('truetype'), url('/assets/fonts/ChakraPetch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-BoldItalic.ttf') format('truetype'), url('/assets/fonts/ChakraPetch-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-Italic.ttf') format('truetype'), url('/assets/fonts/ChakraPetch-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-MediumItalic.ttf') format('truetype'), url('/assets/fonts/ChakraPetch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype'), url('/assets/fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('/assets/fonts/ChakraPetch-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}