:root {
  --dark-slate-grey: #33373a;
  --gold: #f9ca24;
  --black-3: #2b2b2b;
  --white: white;
  --dim-grey: #515b5c;
  --white-smoke-4: #f3f3f3;
  --powder-blue: #7ed6df;
  --black: black;
  --grey: #878e92;
  --grey-2: #757575;
  --goldenrod: #d4ae25;
  --powder-blue-2: #c7ecee;
  --yellow-green: #badc58;
  --black-2: #313131;
  --white-smoke: #f3f3f3;
  --white-smoke-2: #f0f5f5;
  --powder-blue-3: #c7ecee17;
  --white-smoke-3: #f0f5f5;
  --dim-grey-2: #616161;
  --dark-slate-grey-2: #444;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Gothic A1, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
}

a {
  color: var(--gold);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

blockquote {
  opacity: 1;
  color: var(--dark-slate-grey);
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.25em;
  line-height: 1.6;
}

.navbar {
  background-color: #fff;
}

.navbar.phone {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.site-title {
  color: var(--black-3);
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.body {
  font-size: 1em;
  line-height: 1.5;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gothic A1, sans-serif;
  font-size: .7em;
}

.nav-link:hover {
  opacity: .67;
}

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

.site-sub-title {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gothic A1, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.content-wrapper {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 5.75em 4em;
}

.section.grey-background {
  background-color: #ccc;
}

.section.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section.included {
  background-color: var(--white-smoke-4);
}

.section.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.benefits-page {
  background-color: var(--white);
}

.section.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.about-liberty-section {
  padding-top: 1.85em;
}

.content {
  background-color: #00000052;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.slide-3 {
  background-color: var(--white);
}

.slider {
  min-height: 60vh;
}

.header {
  z-index: 5000;
  position: relative;
  inset: 0% 0% auto;
}

.header.phone {
  display: flex;
}

.nav-menu {
  background-color: var(--black-3);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-content-1 {
  background-image: url('../images/diverse-staff-in-boardroom.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.778em;
  font-weight: 600;
  line-height: 1.6;
}

.heading-jumbo-small.reverse {
  text-transform: capitalize;
}

.heading-jumbo-small.reverse.hero {
  text-transform: none;
  line-height: 1.3;
}

.heading-jumbo-small.cc-heading-jumbo-smalll-constrain-width {
  max-width: 64%;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 5.5fr));
  grid-template-areas: ". .";
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  align-items: start;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.paragraph-light {
  opacity: .6;
}

.paragraph-light.testdrive {
  color: var(--white);
}

.container {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.tight {
  justify-content: space-around;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.3;
}

.heading-jumbo.center {
  text-align: center;
  line-height: 1;
}

.button {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: .75em;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: .875em;
  line-height: 1.8;
}

.button.reverse {
  background-color: var(--white);
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button.reverse.top-margin {
  background-color: var(--powder-blue);
  color: #fff;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.button.reverse.top-margin:hover {
  background-color: var(--gold);
}

.button.read-more {
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  padding: 9px 14px;
  font-size: .6em;
  position: relative;
}

.button.read-more.opt2 {
  background-color: #0000;
  flex: none;
  align-self: flex-end;
  margin-top: auto;
}

.button.read-more.teaser-button {
  margin-top: auto;
}

.button.demo {
  text-decoration: none;
}

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

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.button.yellow {
  background-color: var(--gold);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.paragraph-bigger.white {
  color: #ffffff7a;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-para-bigger-intro {
  text-indent: 0;
  padding-left: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.65;
}

.paragraph-bigger.white-copy {
  color: #ffffff7a;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.header-wrapper {
  max-width: 1920px;
  padding-left: 5em;
  padding-right: 5em;
}

.header-wrapper.phone {
  display: flex;
  position: relative;
}

.section-email {
  background-color: var(--black);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/test-drive-product-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 7em 4em;
}

.divider-a {
  background-color: #fff0;
  width: 60px;
  height: 1px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.divider-b {
  background-color: #fff0;
  width: 60px;
  height: 1px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  text-align: center;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.contact-overlay {
  z-index: 6000;
  opacity: 0;
  background-color: #000000d1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.field-label {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gothic A1, sans-serif;
  font-size: .9em;
  font-weight: 300;
}

.close-popup {
  opacity: .32;
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: 36px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-8 {
  flex: 1;
  display: inline-block;
}

.brand-image {
  width: 150px;
  padding-top: 29px;
  padding-right: 20px;
}

.brand-2 {
  display: block;
}

.popup-heading {
  color: var(--white);
}

.popup-heading.bold {
  font-weight: 700;
}

.div-block-9 {
  text-transform: lowercase;
  background-color: #000000c2;
  margin-bottom: 2em;
  padding: 17px 2em;
}

.slide-nav {
  padding-top: 88px;
}

.slide-content-2 {
  background-image: url('../images/inclusive-diverse-group-of-people-in-boardroom.jpg');
  background-position: 50% 72%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slide-content-3 {
  background-image: url('../images/Inclusive-image-of-people-in-class-or-meeting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.list-item {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Gothic A1, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  list-style-type: square;
}

.list-item.large {
  text-transform: capitalize;
  font-size: 1.2em;
}

.list {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  padding-left: 20px;
  font-family: Gothic A1, sans-serif;
  font-weight: 600;
}

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

.footer-link {
  color: var(--gold);
  display: block;
}

.field-label-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  margin: 0;
}

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

.small {
  text-transform: none;
}

.large {
  text-transform: uppercase;
}

.play-circle {
  background-color: #00000070;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: absolute;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
  position: relative;
}

.image-3 {
  padding-bottom: 10px;
}

.image-4 {
  border-radius: 20px;
  width: 100vw;
  transition: filter .2s;
  display: block;
}

.image-4:hover {
  opacity: 1;
  filter: grayscale(47%);
}

.source {
  color: var(--dark-slate-grey);
  text-align: left;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.features-and-benefits-hero {
  background-image: url('../images/Inclusion-in-Action-Benefits.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 54vh;
}

.benefits-hero-content-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.grid-div {
  background-color: var(--grey);
  width: 100%;
  min-width: 250px;
  min-height: 225px;
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  text-align: center;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.grid-div.one {
  background-image: url('../images/1tryon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.grid-div.two {
  background-image: url('../images/2betrustworthy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.three {
  background-image: url('../images/3selffocus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.four {
  background-image: url('../images/4okaydisagree.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.five {
  background-image: url('../images/5notokay.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.six {
  background-image: url('../images/beawareofintent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.seven {
  background-image: url('../images/stepup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 3px #8585856b;
}

.grid-div.eight {
  background-image: url('../images/noticebothinterpersonal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-div.nine {
  background-image: url('../images/9noticebothineterpsonaland.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.modules-heading {
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 7px 11px;
  font-family: Gothic A1, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.4;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-size: 16px;
}

.text-field.cc-contact-field.text-change {
  color: var(--dark-slate-grey);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  font-size: 16px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gothic A1, sans-serif;
  font-weight: 400;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-email-link {
  opacity: .6;
  color: var(--goldenrod);
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.testimonial-reverse {
  background-color: #5c63470f;
  width: 50%;
  padding: 20px 20px 60px;
  display: inline-block;
}

.testimonial {
  background-color: #ffffff45;
  width: 50%;
  padding: 20px 20px 60px;
  display: inline-block;
}

.thought-leadership-hero {
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/our-story-hero-image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  min-height: 30vh;
}

.thought-leadership-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.75em 2em;
  display: flex;
}

.button-container {
  justify-content: center;
  align-items: center;
  margin-top: 3.2em;
  display: flex;
}

.percent-wrapper {
  background-color: var(--white-smoke-4);
  justify-content: center;
  align-items: center;
  height: 53px;
  margin-top: 5px;
  display: block;
  position: relative;
}

.percent-inner-51 {
  background-color: var(--powder-blue-2);
  justify-content: center;
  align-items: center;
  width: 51%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

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

.percent-inner-52 {
  background-color: var(--powder-blue-2);
  justify-content: center;
  align-items: center;
  width: 52%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.percent-inner-57 {
  background-color: var(--powder-blue-2);
  justify-content: center;
  align-items: center;
  width: 57%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.percent-label {
  color: var(--grey);
  text-align: center;
  text-transform: capitalize;
  margin-top: 11px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.percent {
  color: var(--powder-blue);
  text-align: center;
  font-size: 1.6em;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-5 {
  width: 40%;
}

.div-block-18 {
  background-color: var(--dark-slate-grey);
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.caption-for-image {
  width: 100%;
  color: var(--white);
  flex: none;
  font-family: Gothic A1, sans-serif;
  font-size: .95em;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-13a {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  display: block;
  position: relative;
}

.div-block-19 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding-left: 20px;
  display: block;
  position: relative;
}

.includes-and-benefit-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-content: start;
  place-items: start;
}

.bold-text-4 {
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: 600;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 80px;
  display: block;
}

.styleguide-header-wrap {
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-tiny {
  font-size: .75em;
  line-height: 1.7;
}

.heading-jumbo-tiny {
  text-transform: none;
  margin-top: 34px;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.7;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: .875em;
  line-height: 1.75;
}

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.6;
}

.label-2.cc-styleguide-label {
  margin-top: 56px;
  margin-bottom: 25px;
}

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

.link.footer {
  color: var(--gold);
  text-decoration: none;
}

.link.footer.w--current {
  color: #f9ca24a3;
}

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

.block-quote-2, .left {
  text-align: left;
}

.modules {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.quote {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 2;
}

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

.quote-symbol {
  margin-left: -15px;
  font-size: 1.6em;
}

.quote-symbol.right {
  margin-left: 0;
}

.thought-leader-div {
  background-color: var(--white-smoke-4);
  background-image: url('../images/Dawn_Approved_FInal.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  min-height: 400px;
  padding: 48px;
  display: flex;
}

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

.div-block-20 {
  padding-left: 15px;
  padding-right: 15px;
}

.center {
  text-align: center;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
}

.content-large {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: .25fr;
}

.block-quote-small {
  font-size: 1em;
}

.block-quote-small.dawn {
  max-width: 540px;
}

.post-heading {
  color: var(--white);
  margin-bottom: 0;
}

.blog-heading-grid {
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.25em;
  line-height: 1.5;
}

.blog-heading-grid.opt2 {
  color: var(--white);
}

.blog-date {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 19px;
  padding: 7px 11px;
  font-family: Gothic A1, sans-serif;
  font-size: .7em;
  font-weight: 300;
  display: block;
}

.blog-date.opt-2 {
  color: var(--white);
  background-color: #0000;
}

.blog-subheading {
  text-transform: none;
  margin-top: 0;
  font-size: .8em;
  line-height: 1.5;
}

.post-subheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gothic A1, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.6;
}

.post-date {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 10px;
  padding: 7px 11px;
  font-family: Gothic A1, sans-serif;
  font-size: .85em;
  font-weight: 300;
  display: inline-block;
}

.author {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 4px;
  margin-top: 10px;
  padding: 7px 11px;
  font-family: Gothic A1, sans-serif;
  font-size: .85em;
  font-weight: 300;
  display: inline-block;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  padding: 2em;
  display: flex;
}

.collection-item.opt-2 {
  padding: 1.1em;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-image-container {
  width: 100%;
  height: 15vw;
  box-shadow: 1px 1px 3px 0 var(--grey-2);
  background-image: url('../images/fastcomp1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  align-items: flex-end;
  display: flex;
}

.blog-grid-image-container.teaser-image {
  height: 10vw;
}

.blog-page-heading {
  text-align: center;
}

.blog-grid-background-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: block;
  position: relative;
}

.color-overlay {
  background-color: #33373a94;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pagination-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
}

.post-hero {
  min-height: 400px;
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.post-hero-overlay {
  background-color: #33373ab5;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 1.9em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.post-hero-content {
  max-width: 720px;
  margin: 2em auto;
}

.teaser {
  max-width: 960px;
  margin-top: 107px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  text-align: center;
  font-size: .8em;
}

.social-icon {
  width: 36px;
  height: 36px;
  padding: 0;
}

.form-block {
  margin-top: 11px;
}

.image-6 {
  width: 100vw;
}

.image-6:hover {
  opacity: 1;
  filter: grayscale(56%);
}

.image-6.space {
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: auto;
  box-shadow: 1px 1px 5px #00000030;
}

.phone-link {
  color: var(--goldenrod);
}

.play-button {
  background-color: var(--dim-grey);
  text-align: left;
  border-radius: 100px;
  transition: filter .2s;
  display: block;
}

.play-button:hover {
  opacity: 1;
  filter: grayscale(47%);
}

.press-release-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.75em 2em;
  display: flex;
}

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

.utility-page-wrap._404-page-wrap {
  height: 70vh;
}

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

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

.form-field {
  border: 0 solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Gothic A1, sans-serif;
  font-size: 16px;
}

.form-field::placeholder {
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.form-field.signup-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  display: block;
}

.captcha {
  margin-top: 11px;
}

.div-block-demo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.image-demo {
  border-radius: 20px;
  transition: filter .2s;
  display: block;
}

.image-demo:hover {
  opacity: 1;
  filter: grayscale(47%);
}

.div-block-21 {
  margin-top: 30px;
}

.cookie-banner {
  z-index: 6000;
  background-color: var(--black);
  color: #ffffffde;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-top: 20px;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-22, .div-block-23, .div-group {
  width: 100%;
}

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

.div-block-24 {
  width: 40%;
  padding-right: 20px;
}

.flex-footer {
  display: flex;
}

.flex-3 {
  width: 33.33%;
  padding: 10px;
}

.div-block-25 {
  flex: 0 auto;
  width: 40%;
  padding-left: 20px;
}

.column-right, .column-left {
  width: 50%;
}

.image-7 {
  width: 100vw;
}

.story-wrapper {
  width: 55%;
}

.story-card {
  width: 40%;
  padding-left: 20px;
}

.flex-grid {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.grid-box {
  flex: 0 auto;
  width: 33.33%;
  padding: 10px;
}

.contact-page-copy {
  margin-top: 51px;
}

.formats-hero {
  background-image: url('../images/formats_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 30vh;
}

.form-text {
  font-size: 16px;
}

.thought-leadership-hero-2 {
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/our-story-hero-image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  max-width: 820px;
  min-height: 30vh;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.header-phone {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.call-title {
  text-transform: uppercase;
  font-family: Gothic A1, sans-serif;
  font-weight: 700;
}

.phone-number {
  font-family: Gothic A1, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
}

.heading {
  text-align: center;
}

.heading-2 {
  margin-top: 7px;
}

.paragraph {
  margin-bottom: -7px;
}

.paragraph-3 {
  margin-top: 24px;
  padding-top: 18px;
}

.paragraph-4 {
  margin-bottom: 5px;
}

.form-title-block {
  margin-bottom: 40px;
}

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

.heading-3 {
  margin-top: 62px;
}

.button-wrapper-2 {
  text-align: center;
  margin-top: 2.6em;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #33373a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: .75em;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.slider_ca {
  min-height: 60vh;
  overflow: visible;
}

.section_01_ca {
  padding: 3.75em 4em;
}

.section_01_ca.grey-background {
  background-color: #ccc;
}

.section_01_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_01_ca.included {
  background-color: var(--white-smoke-4);
}

.section_01_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_01_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_01_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_01_ca.benefits-page {
  background-color: var(--white);
}

.section_01_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_01_ca.about-liberty-section {
  padding-top: 1.85em;
}

.content-wrapper_01_ca {
  width: auto;
  max-width: 1920px;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.content_01_ca {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section_02_ca {
  padding: 3.75em 4em;
}

.section_02_ca.grey-background {
  background-color: #ccc;
}

.section_02_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_02_ca.included {
  background-color: var(--white-smoke-4);
}

.section_02_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_02_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_02_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_02_ca.benefits-page {
  background-color: var(--white);
}

.section_02_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_02_ca.about-liberty-section {
  padding-top: 1.85em;
}

.container_02_ca {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_02_ca.tight {
  justify-content: space-around;
}

.div-block-24_ca {
  width: 40%;
  padding-right: 20px;
}

.home-section-wrap_ca {
  margin-bottom: 30px;
}

.div-block-19_ca {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding-left: 20px;
  display: block;
  position: relative;
}

.section_03_ca {
  padding: 3.75em 4em;
}

.section_03_ca.grey-background {
  background-color: #ccc;
}

.section_03_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_03_ca.included {
  background-color: var(--white-smoke-4);
}

.section_03_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_03_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_03_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_03_ca.benefits-page {
  background-color: var(--white);
}

.section_03_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_03_ca.about-liberty-section {
  padding-top: 1.85em;
}

.container_03_ca {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_03_ca.tight {
  justify-content: space-around;
}

.div-block-13a_ca {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  display: block;
  position: relative;
}

.div-block-25_ca {
  flex: 0 auto;
  width: 40%;
  padding-left: 20px;
}

.home-section-wrap_03_ca {
  margin-bottom: 30px;
}

.button_03_ca {
  background-color: var(--dark-slate-grey);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: .75em;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_03_ca:hover {
  color: #fff;
  background-color: #32343a;
}

.button_03_ca:active {
  background-color: #43464d;
}

.button_03_ca.cc-jumbo-button {
  padding: 16px 35px;
  font-size: .875em;
  line-height: 1.8;
}

.button_03_ca.reverse {
  background-color: var(--white);
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button_03_ca.reverse.top-margin {
  background-color: var(--powder-blue);
  color: #fff;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.button_03_ca.reverse.top-margin:hover {
  background-color: var(--gold);
}

.button_03_ca.read-more {
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  padding: 9px 14px;
  font-size: .6em;
  position: relative;
}

.button_03_ca.read-more.opt2 {
  background-color: #0000;
  flex: none;
  align-self: flex-end;
  margin-top: auto;
}

.button_03_ca.read-more.teaser-button {
  margin-top: auto;
}

.button_03_ca.demo {
  text-decoration: none;
}

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

.button_03_ca.center {
  margin-left: auto;
  margin-right: auto;
}

.button_03_ca.yellow {
  background-color: var(--gold);
}

.section_04_ca {
  padding: 3.75em 4em;
}

.section_04_ca.grey-background {
  background-color: #ccc;
}

.section_04_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_04_ca.included {
  background-color: var(--white-smoke-4);
}

.section_04_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_04_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_04_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_04_ca.benefits-page {
  background-color: var(--white);
}

.section_04_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_04_ca.about-liberty-section {
  padding-top: 1.85em;
}

.container_04_ca {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_04_ca.tight {
  justify-content: space-around;
}

.div-block-27_ca {
  width: 50%;
}

.home-section-wrap_04_ca {
  margin-bottom: 30px;
}

.button_04_ca {
  background-color: var(--dark-slate-grey);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: .75em;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button_04_ca:hover {
  color: #fff;
  background-color: #32343a;
}

.button_04_ca:active {
  background-color: #43464d;
}

.button_04_ca.cc-jumbo-button {
  padding: 16px 35px;
  font-size: .875em;
  line-height: 1.8;
}

.button_04_ca.reverse {
  background-color: var(--white);
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button_04_ca.reverse.top-margin {
  background-color: var(--powder-blue);
  color: #fff;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.button_04_ca.reverse.top-margin:hover {
  background-color: var(--gold);
}

.button_04_ca.read-more {
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  padding: 9px 14px;
  font-size: .6em;
  position: relative;
}

.button_04_ca.read-more.opt2 {
  background-color: #0000;
  flex: none;
  align-self: flex-end;
  margin-top: auto;
}

.button_04_ca.read-more.teaser-button {
  margin-top: auto;
}

.button_04_ca.demo {
  text-decoration: none;
}

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

.button_04_ca.center {
  margin-left: auto;
  margin-right: auto;
}

.button_04_ca.yellow {
  background-color: var(--gold);
}

.div-block-26_ca {
  width: 50%;
}

.image-7_ca {
  width: 100vw;
}

.thought-leadership-hero_ca {
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/our-story-hero-image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  min-height: 30vh;
}

.thought-leadership-content-wrapper_ca {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3.75em 2em;
  display: flex;
}

.content-wrapper_05_ca {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-large_05_ca {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section_06_ca {
  padding: 3.75em 4em;
}

.section_06_ca.grey-background {
  background-color: #ccc;
}

.section_06_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_06_ca.included {
  background-color: var(--white-smoke-4);
}

.section_06_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_06_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_06_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_06_ca.benefits-page {
  background-color: var(--white);
}

.section_06_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_06_ca.about-liberty-section {
  padding-top: 1.85em;
}

.content-wrapper_06_ca {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content_06_ca, .content_06_02_ca {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper_06_ca {
  text-align: center;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.content_06_03_ca {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section_07_ca {
  padding: 3.75em 4em;
}

.section_07_ca.grey-background {
  background-color: #ccc;
}

.section_07_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_07_ca.included {
  background-color: var(--white-smoke-4);
}

.section_07_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_07_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_07_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_07_ca.benefits-page {
  background-color: var(--white);
}

.section_07_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_07_ca.about-liberty-section {
  padding-top: 1.85em;
}

.content-wrapper_07_ca {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.grid-5_07_ca {
  grid-template-rows: .25fr 1fr;
  grid-template-columns: 2fr;
}

.thought-leader-div_07_ca {
  background-color: var(--white-smoke-4);
  background-image: url('../images/Dawn_Approved_FInal.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  min-height: 400px;
  padding: 48px;
  display: flex;
}

.content_07_02_ca {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.button-container_07_ca {
  justify-content: center;
  align-items: center;
  margin-top: 3.2em;
  display: flex;
}

.section_08_ca {
  padding: 3.75em 4em;
}

.section_08_ca.grey-background {
  background-color: #ccc;
}

.section_08_ca.footer {
  background-color: var(--black-3);
  color: #ffffffbf;
  font-family: Gothic A1, sans-serif;
  font-weight: 300;
}

.section_08_ca.included {
  background-color: var(--white-smoke-4);
}

.section_08_ca.test-drive-page {
  color: var(--white);
  background-image: linear-gradient(#00000085, #00000085), url('../images/test-drive-product-person-clicking-on-ipad.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 8.2em;
}

.section_08_ca.testimonials {
  background-image: url('../images/testimonials-background-image-multicolored-clouds.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.section_08_ca.testimonials.two {
  background-image: url('../images/AdobeStock_249826261_Filp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_08_ca.benefits-page {
  background-color: var(--white);
}

.section_08_ca.testimonials-section-video {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_08_ca.about-liberty-section {
  padding-top: 1.85em;
}

.content-wrapper_08_ca {
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content_08_ca, .content_08_02_ca {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.content_01 {
  background-color: #f5f5f500;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.content-form_01 {
  background-color: #00000052;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.award-row {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.award-image__block {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    display: flex;
  }

  .navbar.phone {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .site-title {
    font-size: 1.2em;
  }

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

  .nav-link:hover {
    background-color: #0000000f;
  }

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

  .section.testimonials {
    flex-wrap: wrap;
  }

  .section.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .slider {
    min-height: 55vh;
  }

  .nav-menu {
    background-color: #616161;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon {
    color: #000;
  }

  .home-section-wrap {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .heading-jumbo-small.reverse.hero {
    font-size: 3vw;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    justify-items: center;
  }

  .heading-jumbo {
    font-size: 3.5em;
  }

  .button {
    justify-content: center;
  }

  .paragraph-bigger.cc-para-bigger-intro {
    text-align: left;
    font-size: 1.3em;
    font-weight: 400;
  }

  .header-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-wrapper.phone {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-8 {
    flex: 0 auto;
  }

  .brand-image {
    width: 100px;
  }

  .div-block-13 {
    width: 80%;
  }

  .source {
    font-size: .9em;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .grid-div {
    min-height: 300px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    justify-content: center;
  }

  .testimonial-reverse, .testimonial {
    width: 100%;
  }

  .div-block-13a {
    flex-direction: row;
    flex: 0 100%;
    width: 100%;
  }

  .div-block-19 {
    flex: 0 100%;
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .includes-and-benefit-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .quote {
    font-size: 1.2em;
    line-height: 1.9;
  }

  .grid-5 {
    grid-auto-rows: minmax(auto, 1fr);
  }

  .div-block-20 {
    align-items: flex-start;
    display: flex;
  }

  .center {
    margin-top: 7px;
  }

  .grid-6 {
    grid-auto-rows: minmax(auto, 1fr);
  }

  .block-quote-small.dawn {
    max-width: 400px;
  }

  .collection-list {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }

  .blog-grid-image-container, .blog-grid-image-container.teaser-image {
    height: 20vw;
  }

  .image-6 {
    width: 100vw;
  }

  .form-field.signup-form {
    max-width: 400px;
  }

  ._50-percent {
    width: 45%;
  }

  .div-block-24 {
    flex: 1;
    width: 100%;
  }

  .flex-footer {
    flex-direction: column;
  }

  .flex-3 {
    width: 100%;
  }

  .div-block-25 {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
  }

  .column-right {
    order: -1;
    width: 100%;
  }

  .column-left {
    width: 100%;
  }

  .div-block-28, .div-block-29 {
    flex: 0 auto;
    width: 50%;
  }

  .story-wrapper, .story-card {
    width: 100%;
  }

  .grid-box {
    width: 50%;
  }

  .formats-hero {
    height: 15vh;
  }

  .thought-leadership-hero-2 {
    margin-top: 24px;
  }

  .header-phone {
    margin-left: 20px;
  }

  .phone-number {
    font-size: 1.1em;
  }

  .paragraph-2 {
    margin-top: 8px;
    padding-top: 33px;
  }

  .button-3 {
    justify-content: center;
  }

  .slider_ca {
    min-height: 55vh;
  }

  .section_01_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_01_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_01_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .section_02_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_02_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_02_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .div-block-24_ca {
    flex: 1;
    width: 100%;
  }

  .home-section-wrap_ca {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-block-19_ca {
    flex: 0 100%;
    order: -1;
    width: 100%;
    padding-left: 0;
  }

  .section_03_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_03_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_03_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .div-block-13a_ca {
    flex-direction: row;
    flex: 0 100%;
    width: 100%;
  }

  .div-block-25_ca {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
  }

  .home-section-wrap_03_ca {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .button_03_ca {
    justify-content: center;
  }

  .section_04_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_04_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_04_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .div-block-27_ca {
    width: 100%;
  }

  .home-section-wrap_04_ca {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .button_04_ca {
    justify-content: center;
  }

  .div-block-26_ca {
    order: -1;
    width: 100%;
  }

  .section_06_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_06_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_06_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .section_07_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_07_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_07_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }

  .grid-5_07_ca {
    grid-auto-rows: minmax(auto, 1fr);
  }

  .section_08_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_08_ca.testimonials {
    flex-wrap: wrap;
  }

  .section_08_ca.benefits-page.about-elearning {
    padding-top: 2.85em;
    padding-bottom: 2.85em;
  }
}

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

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.1em;
  }

  h5 {
    font-size: .95em;
  }

  h6 {
    font-size: .8em;
  }

  .navbar {
    padding-top: 0;
  }

  .slider {
    min-height: 36vh;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo-small {
    font-size: 1.875em;
  }

  .heading-jumbo-small.cc-heading-jumbo-smalll-constrain-width {
    max-width: 100%;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 3.125em;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-overlay {
    padding: 20px;
  }

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

  .div-block-13 {
    width: 90%;
  }

  .source {
    font-size: .8em;
  }

  .features-and-benefits-hero {
    height: 40vh;
  }

  .grid-div {
    min-height: 250px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .caption-for-image {
    font-size: .8em;
  }

  .div-block-13a {
    width: 90%;
  }

  .bold-text-4 {
    font-size: 1.3em;
  }

  .quote {
    font-size: 1.1em;
    line-height: 1.8;
  }

  .thought-leader-div {
    padding-bottom: 153px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .block-quote-small.dawn {
    max-width: 350px;
  }

  .post-heading {
    font-size: 2em;
  }

  .collection-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .blog-grid-image-container, .blog-grid-image-container.teaser-image {
    height: 40vw;
  }

  ._50-percent {
    width: 100%;
  }

  .column-left {
    margin-bottom: 17px;
  }

  .div-block-28, .div-block-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-box {
    width: 100%;
  }

  .formats-hero {
    height: 15vh;
  }

  .slider_ca {
    min-height: 36vh;
  }

  .container_02_ca, .container_03_ca {
    text-align: center;
  }

  .div-block-13a_ca {
    width: 90%;
  }

  .container_04_ca {
    text-align: center;
  }

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

  .thought-leader-div_07_ca {
    padding-bottom: 153px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

  h2 {
    font-size: 1.3em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: .9em;
  }

  .navbar {
    padding-top: 0;
  }

  .site-title {
    margin-top: 4px;
    font-size: 1.1em;
  }

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

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

  .section.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .home-section-wrap.features {
    flex-direction: column;
  }

  .heading-jumbo-small.reverse.hero {
    font-size: 3.5vw;
  }

  .heading-jumbo-small.cc-heading-jumbo-smalll-constrain-width {
    max-width: 100%;
    font-size: 1.4em;
  }

  .heading-jumbo {
    font-size: 2.25em;
  }

  .header-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-9 {
    max-width: 72%;
  }

  .div-block-13 {
    width: 98%;
  }

  .source {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .7em;
  }

  .features-and-benefits-hero {
    height: 38vh;
  }

  .grid-div {
    min-height: 180px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .div-block-17 {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .image-5, .div-block-18 {
    width: 100%;
  }

  .div-block-13a {
    width: 98%;
  }

  .quote {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1em;
    line-height: 1.7;
  }

  .thought-leader-div {
    padding-bottom: 132px;
  }

  .collection-item {
    padding: 0;
  }

  .column-left {
    width: 100%;
    margin-bottom: 19px;
  }

  .div-block-28, .div-block-29 {
    width: 100%;
  }

  .formats-hero {
    height: 15vh;
  }

  .section_01_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_01_ca.testimonials {
    padding-top: 0;
  }

  .section_01_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_01_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .section_02_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_02_ca.testimonials {
    padding-top: 0;
  }

  .section_02_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_02_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .home-section-wrap_ca.features {
    flex-direction: column;
  }

  .section_03_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_03_ca.testimonials {
    padding-top: 0;
  }

  .section_03_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_03_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .div-block-13a_ca {
    width: 98%;
  }

  .home-section-wrap_03_ca.features {
    flex-direction: column;
  }

  .section_04_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_04_ca.testimonials {
    padding-top: 0;
  }

  .section_04_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_04_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .div-block-27_ca {
    width: 100%;
    margin-bottom: 19px;
  }

  .home-section-wrap_04_ca.features {
    flex-direction: column;
  }

  .section_06_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_06_ca.testimonials {
    padding-top: 0;
  }

  .section_06_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_06_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .section_07_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_07_ca.testimonials {
    padding-top: 0;
  }

  .section_07_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_07_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }

  .thought-leader-div_07_ca {
    padding-bottom: 132px;
  }

  .section_08_ca {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section_08_ca.testimonials {
    padding-top: 0;
  }

  .section_08_ca.testimonials-section-video {
    padding: 4.4em 2em 0;
  }

  .section_08_ca.about-liberty-section {
    padding-top: .125em;
    padding-bottom: 3.8em;
  }
}

#w-node-a5a503e5-5a9e-d92e-f152-315d67186415-ea48caa5 {
  place-self: baseline stretch;
}

#w-node-_2ad5e545-0a3f-d87a-4919-73ec25c19fc7-ea48caa5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ad5e545-0a3f-d87a-4919-73ec25c19fd0-ea48caa5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b70b7b18-9c99-0a44-1166-4818ae6aba85-a148caa8 {
  align-self: stretch;
}

#w-node-f65579da-0d60-b57e-7b6c-da4591be9405-5448ca9f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

#w-node-c3707b00-9a1f-2e27-02f2-0c83c4857a43-4c628f2a {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-c3707b00-9a1f-2e27-02f2-0c83c4857a42-4c628f2a {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_9ac9349e-0876-c88e-56d0-da724830c822-4c628f2a, #w-node-_4e903a51-3139-6877-2e5e-60c3cbc7f5cf-956d5c91 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

@media screen and (max-width: 991px) {
  #w-node-_2ad5e545-0a3f-d87a-4919-73ec25c19fc7-ea48caa5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f65579da-0d60-b57e-7b6c-da4591be9405-5448ca9f, #w-node-_9ac9349e-0876-c88e-56d0-da724830c822-4c628f2a, #w-node-_4e903a51-3139-6877-2e5e-60c3cbc7f5cf-956d5c91 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch center;
  }
}


