* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  left: 0;
  margin: 0;
  padding: 48px 0 0 0;
  min-height: 100%;
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  text-align: left;
  color: #333;
}
@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  body {
    padding-top: 56px;
  }
}
@media (min-width: 960px) {
  body {
    padding-top: 110px;
  }
}

section.general-content {
  padding: 32px 0;
}
@media (min-width: 384px) {
  section.general-content {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.general-content {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.general-content {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.general-content {
    padding: 64px 0;
  }
}

.content-inner, div[id^="form-"] > form, .formwidget-submit-text {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1168px;
}
@media (min-width: 384px) {
    .content-inner, div[id^="form--"] > form, .formwidget-submit-text {
        padding: 0 24px;
    }
}
@media (min-width: 576px) {
    .content-inner, div[id^="form-"] > form, .formwidget-submit-text {
        padding: 0 28px;
    }
}
@media (min-width: 768px) {
    .content-inner, div[id^="form-"] > form, .formwidget-submit-text {
        padding: 0 32px;
    }
}
@media (min-width: 960px) {
    .content-inner, div[id^="form-"] > form, .formwidget-submit-text {
        padding: 0 36px;
    }
}
.content-inner.narrow, div[id^="form-"] > form, .formwidget-submit-text {
    max-width: 824px;
}

h1 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shadows Into Light Two", cursive;
  word-spacing: -0.25em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 384px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 576px) {
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 68px;
  }
}
@media (min-width: 1152px) {
  h1 {
    font-size: 82px;
  }
}
main h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shadows Into Light Two", cursive;
  word-spacing: -0.25em;
  letter-spacing: 0.04em;
}

h2 {
  margin: 1em 0 0.5em 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shadows Into Light Two", cursive;
  word-spacing: -0.25em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 384px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 56px;
  }
}
@media (min-width: 960px) {
  h2 {
    font-size: 64px;
  }
}
h2 + p {
  margin-top: -0.75em;
}

h3 {
  margin: 1em 0 0 0;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  margin: 1em 0 0 0;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 0.75em 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  p {
    font-size: 18px;
  }
}
p.intro {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 384px) {
  p.intro {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  p.intro {
    font-size: 22px;
  }
}
p.section-intro {
  font-weight: 300;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin-left: 0;
  padding-left: 1.5em;
}

li {
  margin: 0 0 0.5em 0;
  font-size: 16px;
}
@media (min-width: 576px) {
  li {
    font-size: 18px;
  }
}

a {
  color: #1e7884;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #1e7884;
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
}

.breakpoint-detector {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  padding: 4px 6px 4px 6px;
  background: #f09;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.05em;
}
.breakpoint-detector .progress {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 1vw;
  height: 2px;
  background: #fff;
  transition: width 200ms ease-in-out;
}
@media (max-width: 383px) {
  .breakpoint-detector::after {
    content: "tiny";
  }
}
@media (min-width: 384px) and (max-width: 575px) {
  .breakpoint-detector::after {
    content: "small";
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .breakpoint-detector::after {
    content: "medium";
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .breakpoint-detector::after {
    content: "average";
  }
}
@media (min-width: 960px) and (max-width: 1151px) {
  .breakpoint-detector::after {
    content: "large";
  }
}
@media (min-width: 1152px) and (max-width: 1279px) {
  .breakpoint-detector::after {
    content: "xlarge";
  }
}
@media (min-width: 1280px) {
  .breakpoint-detector::after {
    content: "xxlarge";
  }
}
@media (max-width: 383px) {
  .breakpoint-detector.tiny {
    display: block;
  }
}
@media (min-width: 384px) and (max-width: 575px) {
  .breakpoint-detector.small {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .breakpoint-detector.medium {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .breakpoint-detector.average {
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1151px) {
  .breakpoint-detector.large {
    display: block;
  }
}
@media (min-width: 1152px) and (max-width: 1279px) {
  .breakpoint-detector.xlarge {
    display: block;
  }
}
@media (min-width: 1280px) {
  .breakpoint-detector.xxlarge {
    display: block;
  }
}

::selection {
  background: #1e7884;
  color: #fff;
}

section.intro {
  padding: 32px 0 16px 0;
}
@media (min-width: 384px) {
  section.intro {
    padding: 40px 0 20px 0;
  }
}
@media (min-width: 576px) {
  section.intro {
    padding: 48px 0 24px 0;
  }
}
@media (min-width: 768px) {
  section.intro {
    padding: 56px 0 28px 0;
  }
}
@media (min-width: 960px) {
  section.intro {
    padding: 64px 0 32px 0;
  }
}

.jump-nav .content-inner {
  padding: 16px 0 12px 0;
  border-bottom: 1px dashed #f7bb55;
}
@media (min-width: 384px) {
  .jump-nav .content-inner {
    padding: 20px 0 12px 0;
  }
}
@media (min-width: 576px) {
  .jump-nav .content-inner {
    padding: 24px 0 16px 0;
  }
}
@media (min-width: 768px) {
  .jump-nav .content-inner {
    padding: 28px 0 20px 0;
  }
}
@media (min-width: 960px) {
  .jump-nav .content-inner {
    padding: 32px 0 20px 0;
  }
}
.jump-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.jump-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.jump-nav li:nth-child(n+3) {
  padding-left: 9px;
  border-left: 1px solid #333;
}
.jump-nav a {
  font-weight: 300;
}

.no-wrap {
  white-space: nowrap;
}

.back-to-top {
  font-size: 14px;
  text-align: right;
}
@media (min-width: 576px) {
  .back-to-top {
    font-size: 16px;
  }
}

.masthead {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.masthead ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.masthead li {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.masthead a {
  color: #fff;
}

.masthead-logo-container {
  display: flex;
  height: 48px;
  background: #333;
}
.masthead-logo-container .content-inner {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.masthead-logo-container .logo {
  position: relative;
}
.masthead-logo-container .logo a {
  display: block;
  width: 120px;
  height: 34px;
  background: transparent url("/Content/_BW_com_Layout/images/brandwise-logo-horizontal.svg") left center no-repeat;
  background-size: contain;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 576px) {
  .masthead-logo-container {
    height: 56px;
  }
  .masthead-logo-container .logo a {
    width: 144px;
    height: 42px;
  }
}

button.mobile-nav-toggle {
  -webkit-appearance: none;
  appearance: none;
  margin-left: -8px;
  margin-right: -8px;
  padding: 8px;
  border: none;
  border-radius: 0;
  outline: none;
  width: 40px;
  height: 40px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-mobile-nav-open.svg") center no-repeat;
  background-size: 24px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
button.mobile-nav-toggle:hover, button.mobile-nav-toggle:focus {
  background-color: transparent;
}
body[data-is-mobile-nav-open=true] button.mobile-nav-toggle {
  background-image: url("/Content/_BW_com_Layout/images/icon-mobile-nav-close.svg");
}

.nav-container {
  display: flex;
  background: #d4801f;
  flex-direction: column;
}
body:not([data-is-mobile-nav-open=true]) .nav-container {
  display: none;
}

.header-nav {
  padding: 24px 0 16px 0;
  text-align: center;
}
.header-nav .content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-nav li {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 576px) {
  .header-nav li {
    font-size: 22px;
  }
}
.header-nav li[data-is-active=true] a:not(.cta-button) {
  color: #fae489;
}
.header-nav a.cta-button .icon {
  margin: 0 8px 0 -8px;
}
.header-nav a.cta-button img {
  width: 16px;
  height: 16px;
}

.utility-nav {
  color: #fff;
  text-align: center;
}
.utility-nav .nav-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border: 1px solid #f7bb55;
  border-width: 1px 0;
}
.utility-nav span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 384px) {
  .utility-nav span {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .utility-nav span {
    font-size: 16px;
  }
}
.utility-nav ul {
  gap: 2px;
}
.utility-nav li {
  font-size: 16px;
}
@media (min-width: 384px) {
  .utility-nav li {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .utility-nav li {
    font-size: 16px;
  }
}
.utility-nav li[data-is-active=true] a {
  color: #fae489;
}

.cta-mobile {
  padding: 16px 0 24px 0;
  text-align: center;
}
.cta-mobile a.cta-button .icon {
  margin: 0 8px 0 -8px;
}
.cta-mobile a.cta-button img {
  width: 16px;
  height: 16px;
}

@media (max-width: 959px) {
  .cta-desktop {
    display: none;
  }
}
@media (min-width: 960px) {
  /*.masthead {
    position: relative;
  }*/

  button.mobile-nav-toggle {
    display: none;
  }

  .nav-container {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }

  .masthead-logo-container {
    display: block;
    height: 0;
    background: transparent;
  }
  .masthead-logo-container .content-inner {
    height: 0;
    align-items: flex-start;
  }
  .masthead-logo-container .logo {
    left: -56px;
    top: -80px;
  }
  .masthead-logo-container .logo a {
    width: 240px;
    height: 240px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #333 url("/Content/_BW_com_Layout/images/brandwise-logo.svg") center no-repeat;
    background-position: 50% 70%;
    background-size: 144px;
  }

  .header-nav {
    display: flex;
    padding: 16px 0;
    border: 1px solid #fff;
    border-width: 1px 0;
  }
  .header-nav .content-inner {
    flex: 1 1 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    padding-left: 256px;
  }
  .header-nav nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
  .header-nav ul {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .header-nav li {
    display: flex;
  }
  .header-nav a:not(.cta-button) {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }
  .header-nav a:not(.cta-button)::after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: transparent url("/Content/_BW_com_Layout/images/nav-underline.svg") center 0 no-repeat;
    background-size: 100% 100%;
  }
  .header-nav a:not(.cta-button):hover, .header-nav a:not(.cta-button):focus {
    text-decoration: none;
  }
  .header-nav a:not(.cta-button):hover::after, .header-nav a:not(.cta-button):focus::after {
    display: block;
  }
  .header-nav li[data-is-active=true] a:not(.cta-button)::after {
    display: block;
    background-image: url("/Content/_BW_com_Layout/images/nav-underline-active.svg");
  }

  .utility-nav {
    order: -1;
    padding: 0;
    background: #7e7e7e;
  }
  .utility-nav .content-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .utility-nav .nav-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
    padding: 0;
    border: none;
  }
  .utility-nav nav {
    flex-direction: row;
  }
  .utility-nav ul {
    flex-direction: row;
    gap: 0;
  }
  .utility-nav li {
    padding: 0 10px;
    line-height: 1;
  }
  .utility-nav li + li {
    border-left: 1px solid #fff;
  }
  .utility-nav li:last-child {
    padding-right: 4px;
  }

  .cta-mobile {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1151px) {
  .header-nav a.cta-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1056px) {
  .header-nav .content-inner {
    gap: 40px;
  }
  .header-nav ul {
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .masthead-logo-container .logo {
    left: -144px;
    top: -144px;
  }
  .masthead-logo-container .logo a {
    width: 368px;
    height: 368px;
    background-position: 50% 70%;
    background-size: 184px;
  }

  .header-nav .content-inner {
    gap: 48px;
    padding-left: 320px;
  }
}
header.page-header {
  position: relative;
  padding: 64px 0;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 384px) {
  header.page-header {
    padding: 96px 0;
  }
}
@media (min-width: 576px) {
  header.page-header {
    padding: 128px 0;
  }
}
@media (min-width: 768px) {
  header.page-header {
    padding: 160px 0;
  }
}
@media (min-width: 960px) {
  header.page-header {
    padding: 192px 0;
  }
}
header.page-header .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
header.page-header h1 {
  margin-top: 0.125em;
}
header.page-header h2 {
  font-weight: 300;
  line-height: 1.4;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  word-spacing: normal;
  letter-spacing: normal;
  font-size: 22px;
  order: -1;
}
@media (min-width: 384px) {
  header.page-header h2 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  header.page-header h2 {
    font-size: 28px;
  }
}
header.page-header .cta-button {
  align-self: center;
}
header.page-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
}
header.page-header.small {
  height: 204px;
}

footer .testimonials {
  position: relative;
  padding: 32px 0;
  background: #fff url("/Content/_BW_com_Layout/images/bg-footer-testimonials.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 384px) {
  footer .testimonials {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  footer .testimonials {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  footer .testimonials {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  footer .testimonials {
    padding: 64px 0;
  }
}
footer .testimonials::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1e7884;
  opacity: 0.2;
}
footer .testimonials .content-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}
footer .testimonials blockquote {
  margin: 0 auto;
  max-width: 736px;
  text-align: center;
}
footer .testimonials blockquote p, footer .testimonials blockquote cite {
  font-size: 18px;
}
@media (min-width: 384px) {
  footer .testimonials blockquote p, footer .testimonials blockquote cite {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  footer .testimonials blockquote p, footer .testimonials blockquote cite {
    font-size: 22px;
  }
}
footer .testimonials blockquote cite {
  font-style: normal;
  font-weight: 500;
}
footer .hero-cta {
  position: relative;
  z-index: 1;
  padding: 64px 0;
  background: #fff url("/Content/_BW_com_Layout/images/bg-footer-contact.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media (min-width: 384px) {
  footer .hero-cta {
    padding: 96px 0;
  }
}
@media (min-width: 576px) {
  footer .hero-cta {
    padding: 128px 0;
  }
}
@media (min-width: 768px) {
  footer .hero-cta {
    padding: 160px 0;
  }
}
@media (min-width: 960px) {
  footer .hero-cta {
    padding: 192px 0;
  }
}
footer .hero-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
}
footer .hero-cta::after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  top: -48px;
  z-index: 3;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #d4801f url("/Content/_BW_com_Layout/images/icon-contact.svg") center no-repeat;
  background-size: contain;
}
footer .hero-cta .content-inner {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
footer .hero-cta p {
  font-weight: 500;
  font-size: 22px;
}
@media (min-width: 384px) {
  footer .hero-cta p {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  footer .hero-cta p {
    font-size: 28px;
  }
}
body.contact footer .hero-cta a.cta-button {
  display: none;
}

.footer-nav {
  padding: 36px 0;
  border-top: 2px solid #fff;
  background: #333;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
}
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #f7bb55;
}
.footer-nav nav li {
  font-size: 18px;
}
@media (min-width: 384px) {
  .footer-nav nav li {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .footer-nav nav li {
    font-size: 22px;
  }
}
.footer-nav nav li[data-is-active=true] a {
  color: #fae489;
}
.footer-nav .social ul {
  gap: 24px;
}
.footer-nav .social .active {
  display: none;
}
.footer-nav .social img {
  height: 48px;
}
.footer-nav .social a {
  display: flex;
}
.footer-nav .social a:hover, .footer-nav .social a:focus {
  color: #f7bb55;
  text-decoration: none;
}
.footer-nav .social a:hover .inactive, .footer-nav .social a:focus .inactive {
  display: none;
}
.footer-nav .social a:hover .active, .footer-nav .social a:focus .active {
  display: block;
}
.footer-nav .social .insider a {
  gap: 8px;
}
.footer-nav .social .insider span {
  display: block;
}
.footer-nav .social .insider span:last-child {
  font-weight: 400;
}
.footer-nav .legal {
  color: #d4801f;
}
.footer-nav .legal ul {
  gap: 8px;
}
.footer-nav .legal a {
  color: #d4801f;
}
.footer-nav .legal a:hover, .footer-nav .legal a:focus {
  color: #f7bb55;
}
@media (min-width: 768px) {
  .footer-nav ul {
    flex-direction: row;
    gap: 36px;
  }
  .footer-nav .social ul {
    gap: 32px;
  }
  .footer-nav .social .insider {
    border-left: 1px dashed #fff;
  }
  .footer-nav .social .insider {
    padding-left: 32px;
  }
  .footer-nav .legal ul {
    gap: 24px;
  }
}

button,
a.cta-button, div[id^="form-"] input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: #134f5c;
    border: none;
    outline: none;
    font-weight: 500;
    line-height: 1;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
div[id^="form-"] input[type="submit"] {
    font-size: 24px;
    height: 60px;
    width: auto;
    padding: 0 56px;
    margin: 0 auto;
}
div[id^="form-"] input[type="submit"]:hover, div[id^="form-"] input[type="submit"]:focus {
    background-color: #1e7884;
    cursor: pointer;
}
button:not(.small),
a.cta-button:not(.small) {
  padding: 11px 24px 13px 24px;
  font-size: 16px;
}
@media (min-width: 384px) {
  button:not(.small),
a.cta-button:not(.small) {
    padding: 13px 32px 15px 32px;
  }
}
@media (min-width: 576px) {
  button:not(.small),
a.cta-button:not(.small) {
    padding: 14px 40px 18px 40px;
  }
}
@media (min-width: 768px) {
  button:not(.small),
a.cta-button:not(.small) {
    padding: 16px 56px 20px 56px;
  }
}
@media (min-width: 384px) {
  button:not(.small),
a.cta-button:not(.small) {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  button:not(.small),
a.cta-button:not(.small) {
    font-size: 24px;
  }
}
button.small,
a.cta-button.small {
  padding: 10px 20px 11px 20px;
  font-size: 16px;
}
@media (min-width: 384px) {
  button.small,
a.cta-button.small {
    padding: 11px 24px 13px 24px;
  }
}
@media (min-width: 576px) {
  button.small,
a.cta-button.small {
    padding: 11px 28px 13px 28px;
  }
}
@media (min-width: 768px) {
  button.small,
a.cta-button.small {
    padding: 11px 32px 13px 32px;
  }
}
@media (min-width: 384px) {
  button.small,
a.cta-button.small {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  button.small,
a.cta-button.small {
    font-size: 20px;
  }
}
button:hover, button:focus,
a.cta-button:hover,
a.cta-button:focus {
  background-color: #1e7884;
}
button.summer,
a.cta-button.summer {
  background-color: #f7bb55;
  color: #333;
}
button.summer:hover, button.summer:focus,
a.cta-button.summer:hover,
a.cta-button.summer:focus {
  background-color: #fae489;
}
button.wrap,
a.cta-button.wrap {
  white-space: normal;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 32px;
  margin: 0 auto;
}
form legend {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 576px) {
  form legend {
    font-size: 16px;
  }
}
form .form-element, div[id^="form-"] > form > .ktc-default-section {
    flex: 0 0 100%;
}
form span.required {
  color: #d4801f;
}
form label {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
}
form label > span {
  position: absolute;
  left: 17px;
  top: 11px;
  z-index: 1;
  pointer-events: none;
}
form input, form textarea, form select {
  display: block;
  margin: 0;
  width: 100%;
  height: 44px;
  border: 1px solid #7e7e7e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #333;
}
@media (min-width: 576px) {
  form input, form textarea, form select {
    font-size: 16px;
  }
}
form input:focus, form textarea:focus, form select:focus {
  border-color: #1e7884;
  outline: none;
}
form input {
  padding: 0 16px;
}
form textarea {
  padding: 9px 16px;
  height: auto;
  min-height: 180px;
  resize: vertical;
}
form select {
  padding: 0 12px;
}
form .button-container {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}
form .form-status {
  flex: 0 0 100%;
  font-weight: 400;
  text-align: center;
}

.video-embed-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.universe-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 300px;
  text-align: center;
}
@media (min-width: 384px) {
  .universe-chart {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .universe-chart {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .universe-chart {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 960px) {
  .universe-chart {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.universe-chart .icon {
  margin: 0 auto;
  width: 144px;
  height: 144px;
  border: 1px solid #d4801f;
  border-radius: 50%;
  background: #f7bb55;
}
.universe-chart .arrow {
  margin: 16px 0;
  width: 72px;
  height: 72px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-arrow-line.svg") center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.universe-chart h3 {
  margin: 0.25em 0;
  font-size: 22px;
  color: #d4801f;
}
@media (min-width: 384px) {
  .universe-chart h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .universe-chart h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .universe-chart h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .universe-chart {
    display: grid;
    grid-template: auto/27% 1fr 27% 1fr 27%;
    align-items: flex-start;
    max-width: none;
  }
  .universe-chart .arrow {
    margin: 0;
    width: auto;
    height: 144px;
    transform: rotate(0);
  }
}
@media (min-width: 960px) {
  .universe-chart {
    grid-template: auto/25% 1fr 25% 1fr 25%;
  }
}

[data-carousel] {
  position: relative;
  transition: height 300ms ease-in-out;
}
[data-carousel] > * {
  display: none;
}

[data-is-active-carousel-item] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 300ms linear;
  opacity: 1;
}
[data-is-active-carousel-item].fade {
  opacity: 0;
}

[data-is-active-carousel-item=true] {
  display: block;
}

.home-stats {
  padding: 32px 0;
}
@media (min-width: 384px) {
  .home-stats {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  .home-stats {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  .home-stats {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  .home-stats {
    padding: 64px 0;
  }
}
.home-stats p.intro {
  font-size: 16px;
}
@media (min-width: 576px) {
  .home-stats p.intro {
    font-size: 18px;
  }
}
.home-stats .stats-grid {
  margin: 48px 0;
  text-align: center;
}
.home-stats .stats-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border: 1px dashed #f7bb55;
  border-width: 0 0 1px 0;
}
.home-stats h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shadows Into Light Two", cursive;
  word-spacing: -0.25em;
  letter-spacing: 0.04em;
  color: #d4801f;
}
@media (min-width: 384px) {
  .home-stats h3 {
    font-size: 48px;
  }
}
@media (min-width: 576px) {
  .home-stats h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .home-stats h3 {
    font-size: 56px;
  }
}
.home-stats h3 + p {
  flex: 0 0 100%;
}
.home-stats .icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: #d4801f;
  border-radius: 50%;
}
.home-stats .icon img {
  width: 100%;
}
.home-stats .button-container {
  text-align: center;
}
@media (min-width: 576px) {
  .home-stats .stats-grid {
    display: grid;
  }
}
@media (min-width: 576px) and (max-width: 959px) {
  .home-stats .stats-grid {
    grid-template: auto/repeat(2, 1fr);
  }
  .home-stats .stats-grid > div {
    border-width: 1px 0 0 1px;
  }
  .home-stats .stats-grid > div:nth-child(2n+1) {
    border-left-width: 0;
  }
  .home-stats .stats-grid > div:nth-child(-n+2) {
    border-top-width: 0;
  }
}
@media (min-width: 960px) and (max-width: 1151px) {
  .home-stats .stats-grid {
    grid-template: auto/repeat(3, 1fr);
  }
  .home-stats .stats-grid > div {
    border-width: 1px 0 0 1px;
  }
  .home-stats .stats-grid > div:nth-child(3n+1) {
    border-left-width: 0;
  }
  .home-stats .stats-grid > div:nth-child(-n+3) {
    border-top-width: 0;
  }
}
@media (min-width: 1152px) {
  .home-stats .stats-grid {
    grid-template: auto/repeat(3, 1fr);
  }
  .home-stats .stats-grid > div {
    flex-flow: row wrap;
    justify-content: center;
    gap: 14px;
    padding: 32px;
    border-width: 1px 0 0 1px;
  }
  .home-stats .stats-grid > div:nth-child(3n+1) {
    border-left-width: 0;
  }
  .home-stats .stats-grid > div:nth-child(-n+3) {
    border-top-width: 0;
  }
}

section.expertise {
  padding: 32px 0;
  background: #fef5e6;
}
@media (min-width: 384px) {
  section.expertise {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.expertise {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.expertise {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.expertise {
    padding: 64px 0;
  }
}
section.expertise p.intro {
  font-size: 16px;
}
@media (min-width: 576px) {
  section.expertise p.intro {
    font-size: 18px;
  }
}
section.expertise .expertise-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 384px) {
  section.expertise .expertise-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) {
  section.expertise .expertise-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  section.expertise .expertise-grid {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 960px) {
  section.expertise .expertise-grid {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
section.expertise .expertise-grid > div {
  flex: 1 1 0;
  text-align: center;
}
section.expertise .expertise-grid img {
  margin: 0 auto;
  width: 100%;
  max-width: 328px;
}
@media (min-width: 576px) {
  section.expertise .expertise-grid {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  section.expertise .expertise-grid {
    flex-flow: row wrap;
    justify-content: center;
    gap: 56px;
  }
}
@media (min-width: 960px) {
  section.expertise .expertise-grid {
    flex-wrap: nowrap;
    align-items: baseline;
  }
  section.expertise .expertise-grid img {
    max-width: 100%;
  }
}
section.expertise h3 {
  margin: 0.5em 0 0.25em 0;
  font-size: 22px;
  white-space: nowrap;
}
@media (min-width: 384px) {
  section.expertise h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  section.expertise h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  section.expertise h3 {
    font-size: 32px;
  }
}
section.expertise h3 a {
  color: #d4801f;
}
section.expertise h3 a::after {
  content: "";
  position: relative;
  top: -0.15em;
  display: inline-block;
  margin-left: 0.3em;
  width: 12px;
  height: 12px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-arrow-solid-pumpkin.svg") center no-repeat;
  background-size: contain;
}
section.expertise h3 a:hover, section.expertise h3 a:focus {
  color: #1e7884;
}
section.expertise h3 a:hover::after, section.expertise h3 a:focus::after {
  background-image: url("/Content/_BW_com_Layout/images/icon-arrow-solid-azure.svg");
}
section.expertise .button-container {
  text-align: center;
}

section.universe .universe-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 48px 0;
}
section.universe .universe-footer .image {
  flex: 0 0 180px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 180px;
  height: 180px;
}
section.universe .universe-footer .image:first-child {
  margin-bottom: -60px;
}
section.universe .universe-footer .image:last-child {
  margin-top: -60px;
}
section.universe .universe-footer img {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
section.universe .universe-footer .text {
  padding: 90px 20px;
  border-radius: 16px;
  background: #d4801f;
  color: #fff;
  text-align: center;
}
@media (min-width: 384px) {
  section.universe .universe-footer .text {
    padding: 90px 24px;
  }
}
@media (min-width: 576px) {
  section.universe .universe-footer .text {
    padding: 90px 28px;
  }
}
@media (min-width: 768px) {
  section.universe .universe-footer .text {
    padding: 28px 90px;
  }
}
@media (min-width: 960px) {
  section.universe .universe-footer .text {
    padding: 32px 90px;
  }
}
@media (min-width: 1152px) {
  section.universe .universe-footer .text {
    padding: 32px 108px;
  }
}
@media (min-width: 768px) {
  section.universe .universe-footer {
    flex-direction: row;
    margin-bottom: 96px;
  }
  section.universe .universe-footer .image {
    flex-basis: 180px;
    width: 180px;
    height: 180px;
  }
  section.universe .universe-footer .image:first-child {
    margin: 0;
    margin-right: -60px;
  }
  section.universe .universe-footer .image:last-child {
    margin: 0;
    margin-left: -60px;
  }
  section.universe .universe-footer .text {
    position: relative;
    padding-bottom: 76px;
  }
  section.universe .universe-footer .text::after {
    content: "";
    position: absolute;
    left: calc(50% - 64px);
    bottom: -80px;
    z-index: 3;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #134f5c url("/Content/_BW_com_Layout/images/icon-rocket.svg") center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 960px) {
  section.universe .universe-footer .image {
    flex-basis: 224px;
    width: 224px;
    height: 224px;
  }
  section.universe .universe-footer .image:first-child {
    margin: 0;
    margin-right: -56px;
  }
  section.universe .universe-footer .image:last-child {
    margin: 0;
    margin-left: -56px;
  }
  section.universe .universe-footer .text {
    padding-bottom: 80px;
  }
}
@media (min-width: 1152px) {
  section.universe .universe-footer .image {
    flex-basis: 272px;
    width: 272px;
    height: 272px;
  }
  section.universe .universe-footer .image:first-child {
    margin: 0;
    margin-right: -68px;
  }
  section.universe .universe-footer .image:last-child {
    margin: 0;
    margin-left: -68px;
  }
}

.solutions-nav {
  padding: 32px 0;
}
@media (min-width: 384px) {
  .solutions-nav {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  .solutions-nav {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  .solutions-nav {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  .solutions-nav {
    padding: 64px 0;
  }
}
.solutions-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.solutions-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #d4801f;
  border-width: 1px 0 0 0;
}
.solutions-nav li:first-child {
  border-top-width: 0;
}
.solutions-nav li {
  position: relative;
  display: block;
  padding: 12px 8px;
}
@media (min-width: 384px) {
  .solutions-nav li {
    padding: 16px 16px;
  }
}
@media (min-width: 576px) {
  .solutions-nav li {
    padding: 20px 24px;
  }
}
@media (min-width: 768px) {
  .solutions-nav li {
    padding: 24px 28px;
  }
}
@media (min-width: 960px) {
  .solutions-nav li {
    padding: 28px 32px;
  }
}
.solutions-nav .off {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #134f5c;
}
@media (min-width: 384px) {
  .solutions-nav .off {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .solutions-nav .off {
    font-size: 26px;
  }
}
.solutions-nav .on {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1e7884;
  font-weight: 500;
  color: #fff;
}
.solutions-nav span.product-name {
  font-weight: 400;
  color: #fae489;
}
.solutions-nav span.product-name::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-arrow-solid-sunshine.svg") center no-repeat;
  background-size: contain;
}
.solutions-nav li:hover .on, .solutions-nav li:focus .on {
  display: flex;
}
.solutions-nav .icon {
  flex: 0 0 72px;
  border-radius: 50%;
  background: #134f5c;
}
.solutions-nav img {
  width: 72px;
  height: 72px;
}
.solutions-nav li:hover, .solutions-nav li:focus {
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 959px) {
    .solutions-nav ul {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
  }
  .solutions-nav li {
    border-width: 1px 0 0 1px;
  }
  .solutions-nav li:nth-child(2n+1) {
    border-left: none;
  }
  .solutions-nav li:nth-child(-n+2) {
    border-top: none;
  }
}
@media (min-width: 960px) {
  .solutions-nav ul {
    display: grid;
    grid-template: auto/repeat(3, 1fr);
  }
  .solutions-nav li {
    border-width: 1px 0 0 1px;
  }
  .solutions-nav li:nth-child(3n+1) {
    border-left: none;
  }
  .solutions-nav li:nth-child(-n+3) {
    border-top: none;
  }
}

article.solution:nth-child(2n+1) {
  background: #fef5e6;
}
article.solution header {
  position: relative;
  padding: 56px 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 384px) {
  article.solution header {
    padding: 72px 0;
  }
}
@media (min-width: 576px) {
  article.solution header {
    padding: 96px 0;
  }
}
@media (min-width: 768px) {
  article.solution header {
    padding: 128px 0;
  }
}
@media (min-width: 960px) {
  article.solution header {
    padding: 144px 0;
  }
}
article.solution header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.6;
}
article.solution h1 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  word-spacing: normal;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
@media (min-width: 384px) {
  article.solution h1 {
    font-size: 48px;
  }
}
@media (min-width: 576px) {
  article.solution h1 {
    font-size: 56px;
  }
}
@media (min-width: 960px) {
  article.solution h1 {
    font-size: 64px;
  }
}
@media (min-width: 1152px) {
  article.solution h1 {
    font-size: 72px;
  }
}
article.solution h1 img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f7bb55;
}
article.solution .back-to-top {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  article.solution h1 {
    flex-direction: row;
  }
}

section.solution-product {
  padding-bottom: 32px;
}
@media (min-width: 384px) {
  section.solution-product {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) {
  section.solution-product {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  section.solution-product {
    padding-bottom: 56px;
  }
}
@media (min-width: 960px) {
  section.solution-product {
    padding-bottom: 64px;
  }
}
section.solution-product + section.solution-product .product-header {
  background: transparent url("/Content/_BW_com_Layout/images/hr.svg") center top no-repeat;
  background-size: contain;
}
section.solution-product h2 {
  font-size: 32px;
  text-align: left;
}
@media (min-width: 384px) {
  section.solution-product h2 {
    font-size: 40px;
  }
}
@media (min-width: 576px) {
  section.solution-product h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  section.solution-product h2 {
    font-size: 56px;
  }
}
@media (min-width: 960px) {
  section.solution-product h2 {
    font-size: 60px;
  }
}
section.solution-product h2 span:nth-child(2) {
  color: #7e7e7e;
}
section.solution-product h3 {
  font-size: 22px;
  color: #d4801f;
}
@media (min-width: 384px) {
  section.solution-product h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  section.solution-product h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  section.solution-product h3 {
    font-size: 32px;
  }
}
section.solution-product figure {
  margin: 0;
  padding: 0;
}
section.solution-product figure img {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}
section.solution-product figure figcaption {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 576px) {
  section.solution-product figure figcaption {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  section.solution-product figure {
    flex: 0 0 50%;
  }
}
@media (min-width: 960px) {
  section.solution-product figure {
    flex-basis: 560px;
  }
}
section.solution-product ol, section.solution-product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.solution-product li {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.solution-product ol {
  counter-reset: item;
}
section.solution-product ol li {
  display: flex;
}
section.solution-product ol li::before {
  flex: 0 0 1em;
  content: counter(item) ". ";
  counter-increment: item;
  width: 1em;
  font-weight: 500;
}
section.solution-product .product-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 24px 0;
  gap: 24px;
}
@media (min-width: 384px) {
  section.solution-product .product-header {
    padding: 40px 0 30px 0;
    gap: 30px;
  }
}
@media (min-width: 576px) {
  section.solution-product .product-header {
    padding: 48px 0 36px 0;
    gap: 36px;
  }
}
@media (min-width: 768px) {
  section.solution-product .product-header {
    padding: 56px 0 42px 0;
    gap: 42px;
  }
}
@media (min-width: 960px) {
  section.solution-product .product-header {
    padding: 64px 0 48px 0;
    gap: 48px;
  }
}
section.solution-product .product-header p {
  font-weight: 400;
}
section.solution-product .product-header .categories {
  position: relative;
  right: -40px;
  padding: 24px 48px;
  border-radius: 20px;
  background: #333;
  color: #fff;
}
@media (min-width: 384px) {
  section.solution-product .product-header .categories {
    right: -44px;
  }
}
@media (min-width: 576px) {
  section.solution-product .product-header .categories {
    right: -48px;
  }
}
@media (min-width: 768px) {
  section.solution-product .product-header .categories {
    right: -52px;
  }
}
@media (min-width: 960px) {
  section.solution-product .product-header .categories {
    right: -56px;
  }
}
section.solution-product .product-header .categories::after {
  content: "";
  position: absolute;
  left: -24px;
  top: calc(50% - 24px);
  display: block;
  width: 48px;
  height: 48px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-arrow-circle-summer.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  section.solution-product .product-header .categories {
    right: 0;
  }
}
@media (min-width: 768px) {
  section.solution-product .product-header {
    flex-direction: row;
    gap: 48px;
    padding: 64px 0 48px 0;
  }
  section.solution-product .product-header .categories {
    width: 256px;
  }
}
section.solution-product .product-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 384px) {
  section.solution-product .product-details {
    gap: 30px;
  }
}
@media (min-width: 576px) {
  section.solution-product .product-details {
    gap: 36px;
  }
}
@media (min-width: 768px) {
  section.solution-product .product-details {
    gap: 42px;
  }
}
@media (min-width: 960px) {
  section.solution-product .product-details {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  section.solution-product .product-details {
    flex-direction: row;
  }
}
section.solution-product .features {
  flex: 1 1 auto;
}
section.solution-product .features li {
  padding: 12px 0;
  border-top: 1px dashed #f7bb55;
}
section.solution-product .features li:first-child {
  border-top: none;
}
section.solution-product .button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
}
section.solution-product .button-container a.cta-button {
  align-self: center;
  margin-bottom: 6px;
}
section.solution-product .button-container p {
  align-self: center;
  font-weight: 400;
  font-size: 14px;
  color: #134f5c;
}
@media (min-width: 576px) {
  section.solution-product .button-container p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  section.solution-product .button-container {
    display: inline-flex;
  }
  section.solution-product .button-container a.cta-button {
    align-self: flex-start;
  }
}
section.solution-product .additional-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 384px) {
  section.solution-product .additional-images {
    gap: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  section.solution-product .additional-images {
    gap: 48px;
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  section.solution-product .additional-images {
    gap: 56px;
    margin-top: 56px;
  }
}
@media (min-width: 960px) {
  section.solution-product .additional-images {
    gap: 64px;
    margin-top: 64px;
  }
}
section.solution-product .additional-images > div {
  flex: 1 1 auto;
}
section.solution-product .additional-images h3 {
  margin-bottom: 0.5em;
  color: #333;
}
section.solution-product .additional-images p.note {
  font-size: 14px;
}
@media (min-width: 576px) {
  section.solution-product .additional-images p.note {
    font-size: 16px;
  }
}
section.solution-product .additional-images p.note::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-star-summer.svg") center no-repeat;
  background-size: contain;
}
section.solution-product .additional-images + .button-container {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
section.solution-product .additional-images + .button-container a.cta-button {
  align-self: auto;
}
@media (min-width: 576px) {
  section.solution-product .additional-images {
    flex-flow: row wrap;
  }
  section.solution-product .additional-images > div {
    flex-basis: calc(50% - 48px);
  }
}
@media (min-width: 768px) {
  section.solution-product .additional-images {
    flex-wrap: nowrap;
  }
  section.solution-product .additional-images > div {
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  section.solution-product:nth-child(2n+1) h2 {
    text-align: right;
  }
  section.solution-product:nth-child(2n+1) .product-header {
    flex-direction: row-reverse;
    text-align: right;
  }
  section.solution-product:nth-child(2n+1) .product-header .categories {
    left: -40px;
    right: auto !important;
  }
}
@media (min-width: 768px) and (min-width: 384px) {
  section.solution-product:nth-child(2n+1) .product-header .categories {
    left: -44px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  section.solution-product:nth-child(2n+1) .product-header .categories {
    left: -48px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  section.solution-product:nth-child(2n+1) .product-header .categories {
    left: -52px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  section.solution-product:nth-child(2n+1) .product-header .categories {
    left: -56px;
  }
}
@media (min-width: 768px) {
  section.solution-product:nth-child(2n+1) .product-header .categories::after {
    left: auto;
    right: -24px;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  section.solution-product:nth-child(2n+1) .product-details {
    flex-direction: row-reverse;
  }
}

section.universe {
  padding: 32px 0;
  text-align: center;
}
@media (min-width: 384px) {
  section.universe {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.universe {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.universe {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.universe {
    padding: 64px 0;
  }
}
section.universe h4 {
  margin-bottom: 1em;
}

section.leadership-team {
  padding: 32px 0;
  background: #fef5e6;
}
@media (min-width: 384px) {
  section.leadership-team {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.leadership-team {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.leadership-team {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.leadership-team {
    padding: 64px 0;
  }
}
section.leadership-team ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 384px) {
  section.leadership-team ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  section.leadership-team ul {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  section.leadership-team ul {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 960px) {
  section.leadership-team ul {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.leadership-team ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 16px 20px;
  border: 1px dashed #f7bb55;
  border-width: 1px 0 0 0;
}
@media (min-width: 384px) {
  section.leadership-team ul li {
    padding: 20px 24px;
  }
}
@media (min-width: 576px) {
  section.leadership-team ul li {
    padding: 24px 28px;
  }
}
@media (min-width: 768px) {
  section.leadership-team ul li {
    padding: 28px 32px;
  }
}
@media (min-width: 960px) {
  section.leadership-team ul li {
    padding: 32px 36px;
  }
}
@media (max-width: 575px) {
  section.leadership-team ul li {
    padding-left: 0;
    padding-right: 0;
  }
  section.leadership-team ul li:first-child {
    border-top-width: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.leadership-team ul {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
  }
  section.leadership-team ul li {
    border-width: 0 1px 1px 0;
  }
  section.leadership-team ul li:nth-child(2n+1) {
    padding-left: 0;
  }
  section.leadership-team ul li:nth-child(2n+2) {
    padding-right: 0;
    border-right: none;
  }
  section.leadership-team ul li:nth-child(-n+2) {
    padding-top: 0;
  }
  section.leadership-team ul li:nth-last-child(-n+2):nth-child(2n+1), section.leadership-team ul li:nth-last-child(-n+2):nth-child(2n+1) ~ li {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  section.leadership-team ul {
    display: grid;
    grid-template: auto/calc(33.33% - 6.6666666667px) 1fr calc(33.33% - 6.6666666667px);
  }
}
@media (min-width: 768px) and (min-width: 384px) {
  section.leadership-team ul {
    grid-template: auto/calc(33.33% - 8px) 1fr calc(33.33% - 8px);
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  section.leadership-team ul {
    grid-template: auto/calc(33.33% - 9.3333333333px) 1fr calc(33.33% - 9.3333333333px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  section.leadership-team ul {
    grid-template: auto/calc(33.33% - 10.6666666667px) 1fr calc(33.33% - 10.6666666667px);
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  section.leadership-team ul {
    grid-template: auto/calc(33.33% - 12px) 1fr calc(33.33% - 12px);
  }
}
@media (min-width: 768px) {
  section.leadership-team ul li {
    border-width: 0 1px 1px 0;
  }
  section.leadership-team ul li:nth-child(3n+1) {
    padding-left: 0;
  }
  section.leadership-team ul li:nth-child(3n+3) {
    padding-right: 0;
    border-right: none;
  }
  section.leadership-team ul li:nth-child(-n+3) {
    padding-top: 0;
  }
  section.leadership-team ul li:nth-last-child(-n+3):nth-child(3n+1), section.leadership-team ul li:nth-last-child(-n+3):nth-child(3n+1) ~ li {
    padding-bottom: 0;
    border-bottom: none;
  }
}
section.leadership-team h3 {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 384px) {
  section.leadership-team h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.leadership-team h3 {
    font-size: 22px;
  }
}
section.leadership-team p.job-title {
  margin-bottom: 1em;
  text-align: center;
}
section.leadership-team img {
  margin: 0 auto;
  width: 100%;
  max-width: 268px;
  max-height: 268px;
  border: 1px solid #134f5c;
  border-radius: 16px;
}

section.career-opportunities {
  padding: 32px 0;
}
@media (min-width: 384px) {
  section.career-opportunities {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.career-opportunities {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.career-opportunities {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.career-opportunities {
    padding: 64px 0;
  }
}
section.career-opportunities .text-container {
  position: relative;
  padding: 16px 20px;
  margin-bottom: 112px;
  padding-bottom: 64px;
  background: #d4801f;
  border-radius: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 384px) {
  section.career-opportunities .text-container {
    padding: 20px 24px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities .text-container {
    padding: 24px 28px;
  }
}
@media (min-width: 768px) {
  section.career-opportunities .text-container {
    padding: 28px 32px;
  }
}
@media (min-width: 960px) {
  section.career-opportunities .text-container {
    padding: 32px 36px;
  }
}
@media (min-width: 384px) {
  section.career-opportunities .text-container {
    margin-bottom: 120px;
    padding-bottom: 68px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities .text-container {
    margin-bottom: 128px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  section.career-opportunities .text-container {
    margin-bottom: 136px;
    padding-bottom: 76px;
  }
}
@media (min-width: 960px) {
  section.career-opportunities .text-container {
    margin-bottom: 144px;
    padding-bottom: 80px;
  }
}
section.career-opportunities .text-container::after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: -80px;
  z-index: 3;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #134f5c url("/Content/_BW_com_Layout/images/icon-career-opportunities.svg") center no-repeat;
  background-size: contain;
}
section.career-opportunities .text-container p {
  font-size: 18px;
}
@media (min-width: 384px) {
  section.career-opportunities .text-container p {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities .text-container p {
    font-size: 22px;
  }
}
section.career-opportunities .open-positions {
  margin: 0 auto;
  max-width: 824px;
}
section.career-opportunities h3 {
  font-size: 22px;
  color: #d4801f;
  text-align: center;
}
@media (min-width: 384px) {
  section.career-opportunities h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  section.career-opportunities h3 {
    font-size: 32px;
  }
}
section.career-opportunities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.career-opportunities li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #f7bb55;
  gap: 0 20px;
}
@media (min-width: 384px) {
  section.career-opportunities li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities li {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  section.career-opportunities li {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 960px) {
  section.career-opportunities li {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.career-opportunities li h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (min-width: 384px) {
  section.career-opportunities li h4 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities li h4 {
    font-size: 22px;
  }
}
section.career-opportunities li p {
  margin: 0;
}
section.career-opportunities li a.cta-button {
  margin-top: 16px;
}
@media (min-width: 768px) {
  section.career-opportunities li {
    display: grid;
    grid-template: auto/auto auto;
  }
  section.career-opportunities li a.cta-button {
    margin-top: 0;
  }
}
@media (min-width: 384px) {
  section.career-opportunities li {
    gap: 0 24px;
  }
}
@media (min-width: 576px) {
  section.career-opportunities li {
    gap: 0 28px;
  }
}
@media (min-width: 768px) {
  section.career-opportunities li {
    gap: 0 32px;
  }
}
@media (min-width: 960px) {
  section.career-opportunities li {
    gap: 0 36px;
  }
}
section.career-opportunities a.cta-button {
  grid-area: 1/2/span 2/span 1;
  align-self: center;
}
section.career-opportunities p.careers-contact {
  padding-top: 20px;
  color: #7e7e7e;
  text-align: center;
}

section.news-list {
  padding: 32px 0;
}
@media (min-width: 384px) {
  section.news-list {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.news-list {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.news-list {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.news-list {
    padding: 64px 0;
  }
}
section.news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.news-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 16px 20px;
  border: 1px dashed #f7bb55;
  border-width: 1px 0 0 0;
}
@media (min-width: 384px) {
  section.news-list li {
    padding: 20px 24px;
  }
}
@media (min-width: 576px) {
  section.news-list li {
    padding: 24px 28px;
  }
}
@media (min-width: 768px) {
  section.news-list li {
    padding: 28px 32px;
  }
}
@media (min-width: 960px) {
  section.news-list li {
    padding: 32px 36px;
  }
}
section.news-list li:first-child {
  border-top-width: 0;
}
section.news-list h3 {
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (min-width: 384px) {
  section.news-list h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.news-list h3 {
    font-size: 22px;
  }
}
section.news-list h3 a {
  color: #333;
}
@media (max-width: 767px) {
  section.news-list li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  section.news-list ul {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
  }
  section.news-list li {
    border-width: 0 1px 1px 0;
  }
  section.news-list li:nth-child(2n+1) {
    padding-left: 0;
  }
  section.news-list li:nth-child(2n+2) {
    padding-right: 0;
    border-right: none;
  }
  section.news-list li:nth-child(-n+2) {
    padding-top: 0;
  }
  section.news-list li:nth-last-child(-n+2):nth-child(odd), section.news-list li:nth-last-child(-n+2):nth-child(odd) ~ li {
    padding-bottom: 0;
    border-bottom: none;
  }
}

section.videos {
  background: #fef5e6;
}

section.contact-form, div[id^="form-"], .formwidget-submit-text {
    padding: 32px 0;
    background: #fef5e6;
}
@media (min-width: 384px) {
    section.contact-form, div[id^="form-"], .formwidget-submit-text {
        padding: 40px 0;
    }
}
@media (min-width: 576px) {
    section.contact-form, div[id^="form--"], .formwidget-submit-text {
        padding: 48px 0;
    }
}
@media (min-width: 768px) {
    section.contact-form, div[id^="form-"], .formwidget-submit-text {
        padding: 56px 0;
    }
}
@media (min-width: 960px) {
    section.contact-form, div[id^="form-"], .formwidget-submit-text {
        padding: 64px 0;
    }
}
@media (min-width: 576px) {
  section.contact-form [data-form-field=name-first],
section.contact-form [data-form-field=name-last],
section.contact-form [data-form-field=phone],
section.contact-form [data-form-field=email],
section.contact-form [data-form-field=business-name],
section.contact-form [data-form-field=business-type] {
    flex-basis: calc(50% - 16px);
  }
}

section.contact-info {
  padding: 32px 0;
}
@media (min-width: 384px) {
  section.contact-info {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.contact-info {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.contact-info {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.contact-info {
    padding: 64px 0;
  }
}
section.contact-info p.address {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px dashed #f7bb55;
  text-align: center;
}
@media (min-width: 384px) {
  section.contact-info p.address {
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  section.contact-info p.address {
    margin-top: 24px;
    padding-top: 36px;
  }
}
@media (min-width: 768px) {
  section.contact-info p.address {
    margin-top: 28px;
    padding-top: 42px;
  }
}
@media (min-width: 960px) {
  section.contact-info p.address {
    margin-top: 32px;
    padding-top: 48px;
  }
}
section.contact-info p.address span {
  display: block;
}
section.contact-info p.address span:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 384px) {
  section.contact-info p.address span:nth-child(1) {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.contact-info p.address span:nth-child(1) {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  section.contact-info p.address {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  section.contact-info p.address span {
    position: relative;
    white-space: nowrap;
  }
  section.contact-info p.address span:nth-child(1) {
    margin-right: 12px;
  }
  section.contact-info p.address span:nth-child(n+2) {
    padding: 0 8px;
  }
  section.contact-info p.address span:nth-child(n+3)::before {
    content: "";
    position: absolute;
    left: -2px;
    top: calc(55% - 2px);
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
  }
}

.contact-info-grid {
  display: flex;
  flex-direction: column;
}
.contact-info-grid > div {
  border: 1px dashed #f7bb55;
  border-width: 1px 0 0 0;
  text-align: center;
  padding: 16px 20px;
}
.contact-info-grid > div:first-child {
  border-top: none;
}
.contact-info-grid > div h3 {
  margin-bottom: 0.5em;
}
.contact-info-grid > div p {
  margin-bottom: 0;
}
@media (min-width: 384px) {
  .contact-info-grid > div {
    padding: 20px 24px;
  }
}
@media (min-width: 576px) {
  .contact-info-grid > div {
    padding: 24px 28px;
  }
}
@media (min-width: 768px) {
  .contact-info-grid > div {
    padding: 28px 32px;
  }
}
@media (min-width: 960px) {
  .contact-info-grid > div {
    padding: 32px 36px;
  }
}
@media (max-width: 911px) {
  .contact-info-grid > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 912px) {
  .contact-info-grid {
    flex-direction: row;
  }
  .contact-info-grid > div {
    flex: 0 0 25%;
    border-width: 0 0 0 1px;
    text-align: left;
  }
  .contact-info-grid > div:first-child {
    border-left: none;
  }
}

section.support-options,
section.support-ctas {
  padding: 32px 0;
}
@media (min-width: 384px) {
  section.support-options,
section.support-ctas {
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  section.support-options,
section.support-ctas {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  section.support-options,
section.support-ctas {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  section.support-options,
section.support-ctas {
    padding: 64px 0;
  }
}
section.support-options h3,
section.support-ctas h3 {
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media (min-width: 384px) {
  section.support-options h3,
section.support-ctas h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  section.support-options h3,
section.support-ctas h3 {
    font-size: 22px;
  }
}

section.support-options {
  background: #fef5e6;
}
section.support-options h3 a {
  color: #d4801f;
}
section.support-options h3 a::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background: transparent url("/Content/_BW_com_Layout/images/icon-arrow-solid-pumpkin.svg") center no-repeat;
  background-size: contain;
}
section.support-options .support-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
section.support-options .support-grid > div {
  flex: 1 1 100%;
  border: 1px dashed #f7bb55;
  border-width: 1px 0 0 0;
}
@media (max-width: 383px) {
  section.support-options .support-grid > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 384px) and (max-width: 575px) {
  section.support-options .support-grid > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.support-options .support-grid > div {
    padding: 24px 28px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.support-options .support-grid > div {
    flex-basis: 50%;
    border-width: 1px 0 0 1px;
  }
  section.support-options .support-grid > div:nth-child(2n+1) {
    padding-left: 0;
    border-left: none;
  }
  section.support-options .support-grid > div:nth-child(2n+2) {
    padding-right: 0;
  }
  section.support-options .support-grid > div:last-child {
    flex-grow: 1;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  section.support-options .support-grid > div {
    padding: 28px 32px;
  }
}
@media (min-width: 768px) and (max-width: 815px) {
  section.support-options .support-grid > div {
    flex-basis: 50%;
    border-width: 1px 0 0 1px;
  }
  section.support-options .support-grid > div:nth-child(1), section.support-options .support-grid > div:nth-child(4), section.support-options .support-grid > div:nth-child(6) {
    padding-left: 0;
    border-left: none;
  }
  section.support-options .support-grid > div:nth-child(3), section.support-options .support-grid > div:nth-child(5), section.support-options .support-grid > div:nth-child(7) {
    padding-right: 0;
  }
  section.support-options .support-grid > div:nth-child(-n+3) {
    flex-basis: 33.33%;
  }
  section.support-options .support-grid > div:nth-child(n+4) {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  section.support-options .support-grid > div {
    padding: 28px 32px;
  }
}
@media (min-width: 816px) {
  section.support-options .support-grid > div {
    flex: 0 0 25%;
    border-width: 1px 0 0 1px;
  }
  section.support-options .support-grid > div:nth-child(-n+4) {
    flex-basis: 25%;
  }
  section.support-options .support-grid > div:nth-child(n+5) {
    flex-basis: 33.33%;
    text-align: center;
  }
  section.support-options .support-grid > div:nth-child(1), section.support-options .support-grid > div:nth-child(5) {
    padding-left: 0;
    border-left: none;
  }
  section.support-options .support-grid > div:nth-child(4), section.support-options .support-grid > div:nth-child(7) {
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  section.support-options .support-grid > div {
    padding: 32px 36px;
  }
}

section.support-ctas .support-grid {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
section.support-ctas .support-grid .icon {
  margin: 0 auto;
  width: 76px;
  height: 76px;
  border: 2px solid #d4801f;
  border-radius: 50%;
  background: #f7bb55;
}
section.support-ctas .support-grid > div {
  flex: 1 1 100%;
  border: 1px dashed #f7bb55;
  border-width: 1px 0 0 0;
}
section.support-ctas .support-grid > div:nth-child(1) {
  border-top: none;
}
@media (max-width: 383px) {
  section.support-ctas .support-grid > div {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 384px) and (max-width: 575px) {
  section.support-ctas .support-grid > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  section.support-ctas .support-grid > div {
    padding: 24px 28px;
  }
}
@media (min-width: 672px) {
  section.support-ctas .support-grid > div {
    flex-basis: 33.33%;
    border-width: 0 0 0 1px;
  }
  section.support-ctas .support-grid > div:nth-child(1) {
    padding-left: 0;
    border-left: none;
  }
  section.support-ctas .support-grid > div:nth-child(3) {
    padding-right: 0;
  }
}

/* Additional */
.home-stats .content-inner p + h2 {
    margin-top: 0;
}

.formwidget-submit-text {
    background: #fff;
    text-align: center;
}

.bwk-all-center * {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bwk-pre-form-text {
    text-align: center;
    background: #fef5e6;
    padding-top: 50px;
    margin-top: 25px;
}

div[id^="form-"] .form-field .control-label {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
}

div[id^="form-"] .ktc-radio > input, div[id^="form-"] .ktc-checkbox > input {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}

div[id^="form-"] .ktc-radio > label, div[id^="form-"] .ktc-checkbox > label {
    display: inline-block;
}

.cta-button.pre-star:before, .facebook a:before, .instargram a:before, .linkedin a:before {
    position: relative;
}
    
.cta-button.pre-star:before {
    content: url(/Content/_BW_com_Layout/images/icon-star-summer.svg);
    width: 16px;
    left: -12px;
}

.facebook a:before, .instagram a:before, .linkedin a:before {
    height: 48px;
    width: 48px;
}

.facebook a:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-facebook.svg);
    width: 32px;
}

.instagram a:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-instagram.svg);
}

.linkedin a:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-linkedin.svg);
}

.insider a:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-insider.svg);
    width: 57px;
}

.facebook a:hover:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-facebook-active.svg);
    width: 32px;
}

.instagram a:hover:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-instagram-active.svg);
}

.linkedin a:hover:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-linkedin-active.svg);
}

.insider a:hover:before {
    content: url(/Content/_BW_com_Layout/images/icon-social-insider-active.svg);
}