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

body {
  color: #1a1b20;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

blockquote {
  background-color: #ff86271a;
  border: 1px dashed #ff8627;
  margin-bottom: 10px;
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
}

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container.tb-p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.tb-p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  background-color: #2770d0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.heading-text {
  color: #fff;
  font-size: 14px;
}

.heading-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.section.footer {
  background-color: #1a1b20;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section.footer.no-p {
  padding-top: 0;
  padding-bottom: 0;
}

.article-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-wrapper {
  width: 100%;
}

.image-wrapper.video {
  aspect-ratio: 3 / 2;
}

.image-wrapper.h400 {
  height: 560px;
  overflow: hidden;
}

.img {
  width: 100%;
}

.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2671d11a;
  border: 1px dashed #2671d1;
  padding: 24px;
}

.author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.author-img {
  object-fit: cover;
  border-radius: 500px;
  width: 64px;
  height: 64px;
}

.author-name {
  font-size: 20px;
  font-weight: 700;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.button {
  background-color: #2671d1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.logo {
  width: 240px;
  height: 71px;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.article-text-wrapper {
  margin-top: 0;
}

.text-16px {
  color: #000;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
}

.text-16px.text-color-gray {
  color: #4b5563;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.floating-cta {
  flex-flow: column;
  width: 100%;
  padding: 24px 32px;
  display: none;
}

.update {
  color: #502a0c;
  text-align: center;
  background-color: #fe852833;
  border-bottom: 1px solid #fe852866;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  font-size: 14px;
}

.text-20 {
  font-size: 20px;
}

.update-link {
  color: #fe8528;
  font-weight: 600;
}

.divider {
  background-color: #1a1b2033;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.disclaimer {
  color: #fff9;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .text-16px {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: auto;
  }

  .bg-video {
    height: 100%;
  }

  .floating-cta {
    z-index: 9999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff1a;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .floating-cta {
    z-index: 9999;
    padding: 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }
}

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

  h1 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  blockquote {
    padding: 16px;
    font-size: 16px;
  }

  .image {
    object-fit: cover;
  }

  .heading-text {
    font-size: 14px;
  }

  .section {
    padding-left: 16px;
  }

  .review {
    padding: 16px;
    font-size: 16px;
  }

  .author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .author-img {
    width: 48px;
    height: 48px;
  }

  .author-name {
    font-size: 16px;
    line-height: 1.3;
  }

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

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .text-16px.text-color-gray {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-white {
    font-size: 14px;
  }

  .floating-cta {
    z-index: 9999;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }
}


