.object-fit--cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.repeatable-content {
  background: #F5F5F5;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .repeatable-content {
      padding: 40px 0; } }
  .repeatable-content__block {
    display: flex;
    align-items: center;
    margin: 0 0 150px 0; }
    @media (max-width: 768px) {
      .repeatable-content__block {
        margin: 0 0 50px 0;
        flex-direction: column; } }
    .repeatable-content__block:last-of-type {
      margin: 0; }
    .repeatable-content__block-content {
      width: 50%; }
      @media (max-width: 768px) {
        .repeatable-content__block-content {
          width: 100%; } }
      .repeatable-content__block-content div a {
        color: #F0521F;
        font-weight: bold; }
    .repeatable-content__block-image {
      width: 50%;
      position: relative;
      padding-bottom: 30%; }
      @media (max-width: 768px) {
        .repeatable-content__block-image {
          margin-top: 35px;
          width: 100%;
          padding-bottom: 70%; } }
    @media (min-width: 789px) {
      .repeatable-content__block:nth-of-type(2n) {
        flex-direction: row-reverse; }
        .repeatable-content__block:nth-of-type(2n) .repeatable-content__block-content {
          padding-right: 0;
          padding-left: 10%; } }

.content-band {
  background: #fff; }
  .content-band__content {
    padding: 100px 0; }
    @media (max-width: 768px) {
      .content-band__content {
        padding: 45px 0; } }

.tick-list-section {
  padding: 140px 0; }
  @media (max-width: 768px) {
    .tick-list-section {
      padding: 40px 0; } }
  .tick-list-section__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0 0; }
    .tick-list-section__items-item {
      width: 45%;
      margin: 0 0 18px 0;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .tick-list-section__items-item {
          width: 100%; } }
      .tick-list-section__items-item svg {
        margin-right: 20px;
        display: block;
        width: 25px; }
  .tick-list-section__reviews {
    margin: 80px 0 0 0; }
    @media (max-width: 768px) {
      .tick-list-section__reviews {
        margin: 60px 0 0 0; } }

.sector-quote-bar {
  background: #F0521F;
  text-align: center;
  padding: 45px 0; }
  @media (max-width: 768px) {
    .sector-quote-bar {
      padding: 35px 0; } }
  .sector-quote-bar h4 {
    color: #fff; }

.related-sectors {
  display: flex; }
  @media (max-width: 768px) {
    .related-sectors {
      display: block; } }
  .related-sectors__item {
    width: 50%;
    padding-bottom: 28%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .related-sectors__item {
        width: 100%;
        padding-bottom: 85%; } }
    .related-sectors__item-overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .related-sectors__item-overlay h3 {
        color: #fff;
        margin: 0 0 30px 0; }
      .related-sectors__item-overlay button.outline:hover {
        border-color: #F0521F;
        color: #F0521F; }

.delivery-modal {
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .delivery-modal__blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.8; }
  .delivery-modal__title {
    color: #fff; }
  .delivery-modal__wrap {
    position: relative;
    z-index: 5;
    position: relative; }
  .delivery-modal__links {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    position: relative; }
    @media (max-width: 768px) {
      .delivery-modal__links {
        display: block;
        position: initial; } }
  .delivery-modal .js-close-delivery-modal {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .delivery-modal .js-close-delivery-modal {
        right: 0; } }
  .delivery-modal__link {
    margin: 0 12px;
    border-radius: 12px;
    background: #F0521F;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease; }
    .delivery-modal__link:hover {
      background: #666666; }
    @media (max-width: 768px) {
      .delivery-modal__link {
        height: 100px;
        max-width: 420px;
        width: 100%;
        margin: 0 0 20px 0; } }
    .delivery-modal__link p {
      color: #fff;
      font-size: 25px;
      font-weight: 700;
      margin: 0 0 15px 0;
      text-transform: uppercase;
      line-height: 1; }
      @media (max-width: 768px) {
        .delivery-modal__link p {
          font-size: 15px;
          margin: 0 0 8px 0; } }
    .delivery-modal__link span {
      color: #666666;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      font-size: 15px;
      line-height: 1; }
      @media (max-width: 768px) {
        .delivery-modal__link span {
          font-size: 9px;
          margin: 0 0 4px 0; } }
    .delivery-modal__link svg {
      display: block; }
      @media (max-width: 768px) {
        .delivery-modal__link svg {
          width: 20px;
          height: 20px; } }
    .delivery-modal__link.is-coming-soon {
      pointer-events: none;
      background: #FFEAE3; }
      .delivery-modal__link.is-coming-soon p {
        color: #666666; }
      .delivery-modal__link.is-coming-soon svg path {
        stroke: #666666; }

/*# sourceMappingURL=new.css.map */
