/* Generated by tools/build-widget-css.php. Do not edit directly. */

/* Source: widgets/services-card-widget/services-card-widget.css */
.main-content-cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: -140px auto 0;
}

.main-content-card {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 270px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 25px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #303030;
  box-shadow: 0 6px 11.4px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-decoration: none;
}

.main-content-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.main-content-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background-color 300ms ease;
}

.main-content-card__title {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-family: "new-atten", sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.87px;
  text-align: center;
  text-transform: capitalize;
}

a.main-content-card:hover,
a.main-content-card:focus-visible {
  color: #fff;
  text-decoration: none;
}

a.main-content-card:hover .main-content-card__image,
a.main-content-card:focus-visible .main-content-card__image {
  transform: scale(1.04);
}

a.main-content-card:hover .main-content-card__overlay,
a.main-content-card:focus-visible .main-content-card__overlay {
  background: rgba(48, 48, 48, 0.35);
  backdrop-filter: blur(0.5px);
}

@media only screen and (max-width: 1100px) {
  .main-content-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -100px;
  }
}

@media only screen and (max-width: 991px) {
  .main-content-cards {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .main-content-cards {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .main-content-card {
    height: 270px;
  }

  .main-content-card__title {
    font-size: 29px;
  }
}

/* Source: widgets/text-image-widget/text-image-widget.css */
.standard-section {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 829px;
  margin-left: -50vw;
  overflow: hidden;
  padding: 200px 20px;
  box-sizing: border-box;
}

.standard-section__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: min(34.8vw, 696px);
  background-color: #0e5a99;
}

.standard-section__background::after {
  position: absolute;
  inset: 0;
  content: "";
  background-repeat: no-repeat;
  opacity: 0.25;
}

.standard-section.align-left .standard-section__background {
  left: 0;
}

.standard-section.align-left .standard-section__background::after {
  background-image: url("../../widgets/text-image-widget/standard-section-art-left.svg");
  background-position: left bottom;
  background-size: auto 84%;
}

.standard-section.align-right .standard-section__background {
  right: 0;
}

.standard-section.align-right .standard-section__background::after {
  background-image: url("../../widgets/text-image-widget/standard-section-art-right.svg");
  background-position: right center;
  background-size: auto 100%;
}

.standard-section__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  gap: 70px;
}

.standard-section.align-right .standard-section__inner {
  flex-direction: row-reverse;
}

.standard-section__image {
  flex: 0 0 603px;
  width: 603px;
  height: 429px;
  overflow: hidden;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 6px 11.4px 2px rgba(0, 0, 0, 0.25);
}

.standard-section__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.standard-section__content {
  flex: 1 1 0;
  max-width: 627px;
  min-width: 0;
  color: #212427;
  font-family: "open-sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.57px;
}

.standard-section__content p {
  margin: 0 0 22px;
}

.standard-section__content p:last-child {
  margin-bottom: 0;
}

.standard-section__badges {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.standard-section__badges img {
  display: block;
  width: auto;
  max-width: 232px;
  max-height: 88px;
}

.standard-section__embed {
  display: inline-flex;
  width: auto;
  align-items: center;
  flex: 0 0 auto;
}

.standard-section__embed iframe {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .standard-section {
    min-height: 0;
    padding: 120px 30px;
  }

  .standard-section__inner {
    gap: 45px;
  }

  .standard-section__image {
    flex-basis: 48%;
    width: 48%;
    height: auto;
    aspect-ratio: 603 / 429;
  }

}

@media only screen and (max-width: 991px) {
  .standard-section {
    padding: 100px 25px;
  }

  .standard-section__background {
    top: 0;
    bottom: auto;
    width: 100%;
    height: 443px;
  }

  .standard-section.align-right .standard-section__background {
    height: 399px;
  }

  .standard-section.align-left .standard-section__background::after {
    background-position: right top;
    background-size: 660px 521px;
  }

  .standard-section.align-right .standard-section__background::after {
    background-position: right center;
    background-size: 519px 543px;
  }

  .standard-section__inner,
  .standard-section.align-right .standard-section__inner {
    flex-direction: column;
    gap: 100px;
  }

  .standard-section.align-right .standard-section__inner {
    gap: 96px;
  }

  .standard-section__image {
    width: min(100%, 380px);
    height: auto;
    flex-basis: auto;
    aspect-ratio: 380 / 270;
    border-width: 5px;
    border-radius: 25px;
  }

  .standard-section__content {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.54px;
  }

  .standard-section__badges {
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
}

/* Source: widgets/video-content-widget/video-content-widget.css */
.video-content-widget {
  position: relative;
  padding: 0;
  background: transparent;
  color: #212427;
}

.video-content-widget-inner {
  display: grid;
  grid-template-columns: minmax(0, 627px) 603px;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  gap: 70px;
}

.video-content-widget-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
}

.video-content-widget-content h1,
.video-content-widget-content h2,
.video-content-widget-content h3 {
  margin: 0 0 10px;
  color: #0e5a99;
  font-family: "new-atten", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}

.video-content-widget-content {
  color: #212427;
  font-family: "open-sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.57px;
}

.video-content-widget-content p {
  margin: 0 0 22px;
}

.video-content-widget-content p:last-child {
  margin-bottom: 0;
}

.video-content-widget-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.video-content-widget-button__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.video-content-widget-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.video-content-widget-video {
  position: relative;
  display: flex;
  width: 603px;
  height: 429px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 6px 11.4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.video-content-widget-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content-widget-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-content-widget-play {
  position: relative;
  z-index: 1;
  width: 107px;
  height: 76px;
  border-radius: 20px;
  background: #f00;
  transition: transform 200ms ease;
  pointer-events: none;
}

.video-content-widget-play::before {
  position: absolute;
  top: 21px;
  left: 43px;
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 28px solid #fff;
}

.video-content-widget-video:hover .video-content-widget-play,
.video-content-widget-video:focus-visible .video-content-widget-play {
  transform: scale(1.06);
}

@media only screen and (max-width: 1100px) {
  .video-content-widget-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 45px;
  }

  .video-content-widget-video {
    width: 100%;
    height: auto;
    aspect-ratio: 603 / 429;
  }

  .video-content-widget-content h1,
  .video-content-widget-content h2,
  .video-content-widget-content h3 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 800px) {
  .video-content-widget-inner {
    grid-template-columns: 1fr;
  }

  .video-content-widget-text {
    order: 2;
  }

  .video-content-widget-video {
    order: 1;
  }
}

@media only screen and (max-width: 560px) {
  .video-content-widget-inner {
    width: calc(100% - 30px);
  }

  .video-content-widget-video {
    border-width: 7px;
    border-radius: 20px;
  }

  .video-content-widget-content h1,
  .video-content-widget-content h2,
  .video-content-widget-content h3 {
    font-size: 34px;
  }

  .video-content-widget-content {
    font-size: 17px;
    line-height: 26px;
  }

  .video-content-widget-play {
    width: 80px;
    height: 57px;
    border-radius: 15px;
  }

  .video-content-widget-play::before {
    top: 16px;
    left: 32px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 21px;
  }
}

/* Source: widgets/main-content-slider-form-widget/styles/default.css */
.main-content-slider-form {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.main-content-slider-form__slider {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 100vw;
  height: 640px;
  margin-left: -50vw;
  min-height: 640px;
  overflow: hidden;
}

.main-content-slider-form__rail {
  position: absolute;
  z-index: 3;
  top: 110px;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1400px;
  transform: translateX(-50%);
  pointer-events: none;
}

.main-content-slider-form__form {
  box-sizing: border-box;
  width: 360px;
  height: 430px;
  min-height: 430px;
  padding: 35px 25px;
  border-radius: 15px;
  background: #c92137;
  color: #fff;
  pointer-events: auto;
}

body.home .main-content-slider-form__form h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: "new-atten", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
  text-align: center;
  text-transform: capitalize;
}

.main-content-slider-form__form .wpforms-container,
.main-content-slider-form__form div.wpforms-container-full {
  margin: 0;
}

.main-content-slider-form__form .wpforms-field,
.main-content-slider-form__form div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 15px;
}

.main-content-slider-form__form .wpforms-field-row {
  max-width: none;
}

.main-content-slider-form__form input[type="text"],
.main-content-slider-form__form input[type="email"],
.main-content-slider-form__form input[type="tel"],
.main-content-slider-form__form textarea,
.main-content-slider-form__form select {
  width: 100%;
  max-width: none;
  min-height: 30px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid rgba(33, 36, 39, 0.25) !important;
  border-radius: 0 !important;
  background: #fff;
  color: #212427 !important;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px !important;
  line-height: normal !important;
  height: auto !important;
}

.main-content-slider-form__form textarea {
  display: flex;
  height: 80px !important;
  min-height: 75px;
  padding: 5px 5px 50px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  resize: vertical;
}

.main-content-slider-form__form .wpforms-submit-container {
  padding: 0;
  text-align: center;
}

.main-content-slider-form__form button[type="submit"] {
  min-height: 48px;
  padding: 10px 15px;
  border: 0;
  border-radius: 5px;
  background: #0e5a99;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  color: #fff;
  font-family: "new-atten", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.57px;
  text-transform: uppercase;
}

.main-content-slider-form__form button[type="submit"]:hover,
.main-content-slider-form__form button[type="submit"]:focus {
  background: #0a4b7d;
}

.main-content-slider-form--no-slider .main-content-slider-form__rail {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
  transform: none;
}

.main-content-slider-form--no-slider .main-content-slider-form__form {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .main-content-slider-form {
    padding-bottom: 0;
  }

  .main-content-slider-form__slider {
    width: calc(100vw + 2px);
    height: 320px;
    margin-left: calc(-50vw - 1px);
    min-height: 320px;
  }

  .main-content-slider-form__rail {
    position: relative;
    top: auto;
    left: 50%;
    width: calc(100vw + 2px);
    max-width: none;
    margin: 0;
    transform: translateX(-50%);
  }

  .main-content-slider-form__form {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 429px;
    padding: 35px 25px;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
  }

  .main-content-slider-form__form .wpforms-container,
  .main-content-slider-form__form div.wpforms-container-full {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .main-content-slider-form {
    padding-bottom: 0;
  }

  .main-content-slider-form__form {
    height: auto;
    min-height: 429px;
    padding: 35px 25px;
  }
}

/* Source: widgets/main-content-image-slider-form-widget/main-content-image-slider-form-widget.css */
.main-content-image-slider-form__slides,
.main-content-image-slider-form__slides .slick-list,
.main-content-image-slider-form__slides .slick-track,
.main-content-image-slider-form__slides .slick-slide,
.main-content-image-slider-form__slides .slick-slide > div,
.main-content-image-slider-form__slide {
  height: 100%;
}

.main-content-image-slider-form__slides:not(.slick-initialized) .main-content-image-slider-form__slide:not(:first-child) {
  display: none;
}

.main-content-image-slider-form__slide {
  overflow: hidden;
}

.main-content-image-slider-form__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.main-content-image-slider-form__slider .slick-prev {
  left: 35px;
}

.main-content-image-slider-form__slider .slick-next {
  right: 35px;
}

.main-content-image-slider-form__slider .slick-prev,
.main-content-image-slider-form__slider .slick-next {
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .main-content-image-slider-form__slider .slick-prev {
    left: 20px;
  }

  .main-content-image-slider-form__slider .slick-next {
    right: 20px;
  }
}

/* Source: widgets/showroom-section-widget/showroom-section-widget.css */
.fireplace-featured {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 827px;
  margin-left: -50vw;
  padding: 200px 20px;
  overflow: hidden;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fireplace-featured__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(44, 52, 78, 0.75);
}

.fireplace-featured__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}

.fireplace-featured__visual {
  height: 426.261px;
  min-width: 500px;
  max-width: 690px;
  min-height: 373.913px;
  max-height: 516px;
  flex: 1 0 0;
  aspect-ratio: 115/86;
  overflow: hidden;
}

.fireplace-featured__map {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fireplace-featured__visual iframe,
.fireplace-featured__visual embed,
.fireplace-featured__visual object {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  border: 0;
}

.fireplace-featured__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.fireplace-featured__header {
  display: flex;
  width: 100%;
  align-items: center;
}

.fireplace-featured__logo {
  width: 225px;
  height: 145px;
  flex: 0 0 auto;
}

.fireplace-featured__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fireplace-featured__header h2 {
  flex: 1 1 auto;
  margin: 0;
  color: #fff !important;
  text-transform: capitalize;
  white-space: nowrap;
}

.fireplace-featured__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.fireplace-featured__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: "open-sans", sans-serif;
  color: #fff;
}

.fireplace-featured__detail-icon {
  display: inline-flex;
  width: 56px;
  height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.fireplace-featured__detail-icon img,
.fireplace-featured__detail-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fireplace-featured__address strong {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.75px;
  white-space: nowrap;
}

.fireplace-featured__hours {
  gap: 45px;
}

.fireplace-featured__hours-text {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.65px;
}

.fireplace-featured__hours-text p {
  margin: 0 0 14px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.655px;
}

.fireplace-featured__hours-text p:last-child {
  margin-bottom: 0;
}

.fireplace-featured__buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.fireplace-featured__button {
  display: inline-flex;
  min-height: 48px;
  box-sizing: border-box;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  background: #c92137;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
  color: #fff;
  font-family: "new-atten", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.57px;
  text-decoration: none;
  text-transform: uppercase;
}

.fireplace-featured__button:hover,
.fireplace-featured__button:focus-visible {
  background: #a9192d;
  color: #fff;
  text-decoration: none;
}

.fireplace-featured__button span {
  display: inline-flex;
  width: 23px;
  height: 23px;
}

.fireplace-featured__button svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .fireplace-featured {
    min-height: 0;
    padding: 100px 30px;
  }

  .fireplace-featured__logo {
    width: 170px;
    height: 110px;
  }

  .fireplace-featured__header h2 {
    font-size: 40px;
  }

  .fireplace-featured__address strong {
    font-size: 20px;
    white-space: normal;
  }
}

@media only screen and (max-width: 991px) {
  .fireplace-featured {
    padding: 100px 25px;
  }

  .fireplace-featured__inner {
    flex-direction: column;
    gap: 30px;
  }

  .fireplace-featured__visual {
    width: 100%;
    height: auto;
    min-width: 0;
    max-width: 690px;
    min-height: 0;
    max-height: none;
    flex: 0 0 auto;
    aspect-ratio: 690 / 516;
  }

  .fireplace-featured__content {
    width: 100%;
    min-width: 0;
  }

  .fireplace-featured__header {
    flex-direction: column;
    justify-content: center;
  }

  .fireplace-featured__logo {
    width: 225px;
    height: 145px;
  }

  body .fireplace-featured__header h2 {
    flex: 0 0 auto;
    color: #fff;
    font-family: "open-sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
  }

  .fireplace-featured__details {
    width: 100%;
    gap: 40px;
  }

  .fireplace-featured__detail {
    width: 100%;
  }

  .fireplace-featured__address {
    justify-content: flex-start;
  }

  .fireplace-featured__address strong {
    flex: 1 1 0;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.75px;
    white-space: normal;
  }

  .fireplace-featured__hours {
    justify-content: flex-start;
    gap: 45px;
  }

  .fireplace-featured__hours-text,
  .fireplace-featured__hours-text p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.65px;
  }

  .fireplace-featured__hours-text p {
    margin-bottom: 25px;
  }
}

/* Source: widgets/ticker-slider-widget/ticker-slider-widget.css */
.ticker-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  background: #c92137;
}

.ticker-slider__track {
  display: flex;
  width: max-content;
  animation: brandtastic-ticker-scroll var(--ticker-duration, 30s) linear infinite;
  will-change: transform;
}

.ticker-slider__group {
  display: flex;
  padding-right: 80px;
  align-items: center;
  gap: 80px;
  flex: 0 0 auto;
}

.ticker-slider__item,
.ticker-slider__item a {
  color: #fff;
  font-family: "new-atten", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 1.08px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

.ticker-slider__item a:hover,
.ticker-slider__item a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.ticker-slider__flag {
  display: block;
  width: 63.525px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ticker-slider--pause:hover .ticker-slider__track,
.ticker-slider--pause:focus-within .ticker-slider__track {
  animation-play-state: paused;
}

@keyframes brandtastic-ticker-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media only screen and (max-width: 700px) {
  .ticker-slider {
    padding: 22px 0;
  }

  .ticker-slider__group {
    padding-right: 40px;
    gap: 40px;
  }

  .ticker-slider__item,
  .ticker-slider__item a {
    font-size: 26px;
    line-height: 38px;
  }

  .ticker-slider__flag {
    width: 50px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-slider__track {
    animation-play-state: paused;
  }
}

/* Source: widgets/service-area-section-widget/service-area-section-widget.css */
.service-area-section {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 946px;
  margin-left: -50vw;
  padding: 200px 20px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #0e5a99;
  background-image:
    linear-gradient(rgba(14, 90, 153, 0.9), rgba(14, 90, 153, 0.9)),
    var(--service-area-background);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.service-area-section__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 667px) 603px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
  gap: 30px;
}

.service-area-section__content {
  display: flex;
  min-width: 0;
  max-width: 690px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.service-area-section h2 {
  margin: 0;
  color: #fff !important;
  font-family: "new-atten", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}

.service-area-section__text {
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.57px;
}

.service-area-section__text p {
  margin: 0 0 22px;
  color: #fff;
}

.service-area-section__text p:last-child {
  margin-bottom: 0;
}

.service-area-section__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(159px, max-content));
  column-gap: 100px;
  row-gap: 15px;
}

.service-area-section__location {
  display: flex;
  min-width: 159px;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.57px;
  text-decoration: none;
  white-space: nowrap;
}

a.service-area-section__location:hover,
a.service-area-section__location:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.service-area-section__flag {
  display: block;
  width: 34px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.service-area-section__arrow {
  display: block;
  width: 10px;
  height: 10px;
  object-fit: contain;
  flex: 0 0 auto;
}

.service-area-section__image-frame {
  width: 603px;
  height: 405px;
  overflow: hidden;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 6px 11.4px 2px rgba(0, 0, 0, 0.25);
}

.service-area-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .service-area-section {
    min-height: 0;
    padding: 120px 30px;
  }

  .service-area-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 45px;
  }

  .service-area-section__image-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 603 / 405;
  }

  .service-area-section__locations {
    column-gap: 40px;
  }
}

@media only screen and (max-width: 850px) {
  .service-area-section {
    padding: 70px 20px;
  }

  .service-area-section__inner {
    grid-template-columns: 1fr;
  }

  .service-area-section__image-frame {
    order: -1;
  }
}

@media only screen and (max-width: 560px) {
  .service-area-section h2 {
    font-size: 34px;
  }

  .service-area-section__text {
    font-size: 17px;
    line-height: 26px;
  }

  .service-area-section__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 15px;
    width: 100%;
  }

  .service-area-section__location {
    min-width: 0;
    font-size: 19px;
    line-height: 28px;
  }

  .service-area-section__image-frame {
    border-width: 7px;
    border-radius: 20px;
  }
}
