/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.bumper-page-hero {
  background-color: #fbc600; }
  @media (min-width: 1280px) {
    .bumper-page-hero .a {
      padding-left: 60px !important; } }
  @media (max-width: 991px) {
    .bumper-page-hero .a {
      padding-left: 42px !important;
      padding-right: 42px !important; } }
  .bumper-page-hero .a .a__content-wrapper h1 {
    line-height: 1.15; }
    @media (max-width: 991px) {
      .bumper-page-hero .a .a__content-wrapper h1 {
        line-height: 1.25; } }
  @media (min-width: 1280px) {
    .bumper-page-hero .b {
      margin-right: 60px; } }
  @media (min-width: 992px) and (max-width: 1280px) {
    .bumper-page-hero .b {
      margin-right: 16px; } }
  @media (max-width: 991px) {
    .bumper-page-hero .b {
      padding-left: 42px !important;
      padding-right: 42px !important; } }
  @media (max-width: 767px) {
    .bumper-page-hero .b {
      padding-left: 16px !important;
      padding-right: 16px !important; } }
  .bumper-page-hero .b img {
    max-height: 550px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: 75% 0%;
    object-position: 75% 0%; }
    @media (min-width: 992px) {
      .bumper-page-hero .b img {
        height: 480px !important; } }

.featured-quote {
  box-sizing: border-box; }
  .featured-quote__inner {
    background-color: #3b3d49;
    color: white;
    border-radius: 8px;
    padding: 40px 80px; }
    @media (max-width: 991px) {
      .featured-quote__inner {
        padding: 40px 42px; } }
    @media (max-width: 767px) {
      .featured-quote__inner {
        padding: 32px; } }
    .featured-quote__inner .intro {
      font-size: 32px;
      line-height: 50px;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .featured-quote__inner .intro {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .featured-quote__inner .intro {
          font-size: 18px; } }
    .featured-quote__inner .other-container-1 {
      display: flex;
      gap: 24px; }
      @media (max-width: 991px) {
        .featured-quote__inner .other-container-1 {
          flex-direction: column; } }
      .featured-quote__inner .other-container-1 .author__avatar {
        width: 300px;
        height: 300px; }
        @media (max-width: 991px) {
          .featured-quote__inner .other-container-1 .author__avatar {
            width: 200px;
            height: 200px; } }
    .featured-quote__inner .other-container-2 .quote {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 16px; }
      @media (max-width: 991px) {
        .featured-quote__inner .other-container-2 .quote {
          font-size: 32px;
          line-height: 40px; } }
      @media (max-width: 767px) {
        .featured-quote__inner .other-container-2 .quote {
          font-size: 24px;
          line-height: 32px; } }
    .featured-quote__inner .other-container-2 .author__text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px; }
    .featured-quote__inner .other-container-2 .author__name {
      font-weight: 700; }
    .featured-quote__inner .other-container-2 .button-outlined-white {
      display: flex;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 40px;
      border-radius: 8px;
      outline-color: #fbc600;
      line-height: 24px;
      justify-content: center;
      text-align: center; }
      @media (min-width: 768px) {
        .featured-quote__inner .other-container-2 .button-outlined-white {
          font-size: 18px; } }
      @media (max-width: 479px) {
        .featured-quote__inner .other-container-2 .button-outlined-white {
          width: 100%;
          box-sizing: border-box; } }
      .featured-quote__inner .other-container-2 .button-outlined-white img {
        transition: all 200ms ease-in-out; }
      .featured-quote__inner .other-container-2 .button-outlined-white:hover img {
        filter: invert(100%) sepia(21%) saturate(0%) hue-rotate(231deg) brightness(216%) contrast(100%); }

.stay-in-touch {
  color: #3b3d49;
  text-align: center; }
  .stay-in-touch h3 {
    font-size: 42px;
    line-height: 32px;
    /* 76.19% */
    letter-spacing: -0.84px;
    margin-top: 0;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .stay-in-touch h3 {
        font-size: 32px; } }
  .stay-in-touch p {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px; }
    @media (max-width: 767px) {
      .stay-in-touch p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.36px; } }
  .stay-in-touch .social-icons {
    display: flex;
    gap: 24px;
    justify-content: center; }
    .stay-in-touch .social-icons a {
      text-decoration: none; }
      .stay-in-touch .social-icons a svg {
        display: block; }
        .stay-in-touch .social-icons a svg path {
          transition: fill 250ms ease-in-out; }
      .stay-in-touch .social-icons a:hover svg path {
        fill: #3b3d49; }

@media (min-width: 768px) and (max-width: 992px) {
  .blog_tiles {
    padding-left: 42px !important;
    padding-right: 42px !important; } }

.section-padding-44-42-16{
    padding-left: 44px;
    padding-right: 44px;
 }
 @media (max-width: 767px) {
    .section-padding-44-42-16 {
        padding-left: 16px;
        padding-right: 16px;
    }
}
  .button-outlined-white:hover {
    border: 2px solid white;
    background-color: white;
    color: #3b3d49;
    }
	