.ss-container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.ss-container #access.navbar .nav > .active > a,
.ss-container #access.navbar .nav > .active > a:hover,
.ss-container #access.navbar .nav > .active > a:focus {
  color: #8C1720;
}

.ss-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background: #8C1720;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px 10px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .ss-btn {
    font-size: 18px;
    font-weight: 500;
    min-height: 54px;
    min-width: 172px;
  }
}
.ss-btn:hover, .ss-btn:focus {
  color: #8C1720;
  border-color: #8C1720;
  background: transparent;
}
.ss-btn:hover svg path, .ss-btn:focus svg path {
  fill: #fff;
}
.ss-btn-outline {
  border-color: #030000;
  background: transparent;
  color: #030000;
}
.ss-btn-outline:hover, .ss-btn-outline:focus {
  border-color: #8C1720;
  background: #8C1720;
  color: #fff;
}
.ss-btn-round {
  border-radius: 543px;
}

#mobile-menu.visible-xs {
  background: #8C1720;
  height: auto;
}

.dl-menu.dl-menuopen {
  background: #8C1720;
}

.dl-submenu {
  background: #8C1720 !important;
}

.ss-page #page-content-wrap {
  width: 100%;
  margin: 0;
  background: transparent !important;
}
.ss-page .container {
  width: 100%;
  padding: 0;
}
.ss-page h1,
.ss-page .h1,
.ss-page h2,
.ss-page .h2,
.ss-page h3,
.ss-page .h3,
.ss-page h4,
.ss-page .h4,
.ss-page h5,
.ss-page .h5,
.ss-page h6,
.ss-page .h6 {
  font-weight: 600;
  font-family: "Yanone Kaffeesatz";
  padding: 0;
  margin: 0 0 16px;
}
.ss-page h1 span,
.ss-page .h1 span,
.ss-page h2 span,
.ss-page .h2 span,
.ss-page h3 span,
.ss-page .h3 span,
.ss-page h4 span,
.ss-page .h4 span,
.ss-page h5 span,
.ss-page .h5 span,
.ss-page h6 span,
.ss-page .h6 span {
  color: #8C1720;
}
.ss-page h1,
.ss-page .h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .ss-page h1,
  .ss-page .h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .ss-page h1,
  .ss-page .h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .ss-page h1,
  .ss-page .h1 {
    font-size: 76px;
  }
}
.ss-page h2,
.ss-page .h2 {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .ss-page h2,
  .ss-page .h2 {
    font-size: 48px;
  }
}
.ss-page img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.ss-page #crumbs {
  color: #8C1720;
}
.ss-page #crumbs a {
  color: #8C1720;
}
.ss-page a:not(.ss-btn, .stretch-link) {
  color: #8C1720;
}
.ss-page .meet_title_inner {
  color: #8C1720;
}
.ss-page .meet_title_inner a {
  color: #8C1720;
}
.ss-page .cancer_screen_inner a {
  color: #8C1720;
}
.ss-page .no-wrap {
  white-space: nowrap;
}

#header {
  padding: 10px 0;
}

.header__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.header__wrap .logo {
  width: 200px;
}
@media screen and (max-width: 540px) {
  .header__wrap .logo {
    width: 118px;
  }
}
.header__wrap .logo img {
  width: 100%;
}
.header__wrap #access a {
  font-size: 16px;
  color: #231F1E;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .header__wrap #access a:hover {
    color: #8C1720;
  }
}
.header__wrap #main-navigation {
  width: auto;
  flex: 1;
  background: transparent;
}
.header__wrap #main-navigation.sticky {
  background: #fff;
}
.header__wrap #access .dropdown-menu {
  background: #8C1720;
  padding: 10px;
  border-radius: 8px;
  min-width: 220px;
}
.header__wrap #access .dropdown-menu li a {
  color: #fff;
}
.header__wrap #access li.two-column-dropdown .dropdown-menu {
  min-width: 400px;
}

.category {
  font-size: 16px;
  font-weight: 300;
  color: #030000;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .category {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.btn-hold {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .btn-hold {
    gap: 26px;
  }
}

.hero-slider {
  padding: 34px 0 40px;
}
@media screen and (min-width: 1024px) {
  .hero-slider {
    padding-bottom: 95px;
    padding-top: 0;
  }
}
.hero-slider__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -21px;
  gap: 40px 0;
}
.hero-slider .info {
  padding: 0 21px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-slider .info {
    width: 45%;
  }
}
.hero-slider .card-slider-block {
  width: 100%;
  padding: 0 21px;
}
@media screen and (min-width: 1024px) {
  .hero-slider .card-slider-block {
    width: 55%;
  }
}
.hero-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 36px 21px 20px;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s linear;
  opacity: 1;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #8C1720;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  box-sizing: border-box;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 21px;
  height: 21px;
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  left: 6px;
  top: 6px;
}

.trusted-card {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  border-radius: 27px;
  overflow: hidden;
  padding: 97px 27px;
  color: #fff;
  min-height: 350px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .trusted-card {
    min-height: 439px;
  }
}
.trusted-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(140, 23, 32, 0.82) 0%, rgba(140, 23, 32, 0) 59%, rgba(140, 23, 32, 0) 70%);
}
.trusted-card h2 {
  font-size: 28px;
  color: #fff;
  line-height: 0.96;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .trusted-card h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .trusted-card h2 {
    font-size: 62px;
  }
}
.trusted-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 24px;
  font-family: "Yanone Kaffeesatz";
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .trusted-card ul {
    font-size: 30px;
  }
}
.trusted-card ul li {
  margin-bottom: 16px;
}
.trusted-card ul li:nth-child(2) {
  padding-left: 20px;
}
.trusted-card ul li:nth-child(3) {
  padding-left: 40px;
}
.trusted-card .card-content {
  max-width: 372px;
}

.accordion-wrapper {
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 768px;
  }
}
.accordion-wrapper .accordion-item {
  flex: 1;
  transition: flex 0.4s ease;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 24px;
  border-right: 4px solid #fff;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper .accordion-item {
    max-width: 116px;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
  }
}
.accordion-wrapper .accordion-item:first-of-type {
  margin-left: 0;
}
.accordion-wrapper .accordion-item.active {
  flex: 3;
  background: #fff;
  color: #000;
  max-width: 100%;
  flex-direction: row;
  border-right: 1px solid rgba(140, 23, 32, 0.24);
  cursor: auto;
}
.accordion-wrapper .accordion-item.active .accordion-label {
  background: #fff;
  color: #000;
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper .accordion-item.active .accordion-label {
    display: flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 38px 30px;
  }
}
.accordion-wrapper .accordion-item.active .accordion-label .number {
  display: block;
}
.accordion-wrapper .accordion-item.active .accordion-label .title {
  color: #030000;
}
.accordion-wrapper .accordion-item .accordion-label {
  text-align: center;
  background: linear-gradient(180deg, rgba(140, 23, 32, 0.82) 0%, rgba(140, 23, 32, 0) 100%, rgba(140, 23, 32, 0) 0%);
  transition: all 0.4s ease;
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  padding: 26px 30px;
  font-weight: 400;
  flex: 1;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper .accordion-item .accordion-label {
    display: flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 28px;
    padding: 38px 24px 4px 10px;
  }
}
.accordion-wrapper .accordion-item .accordion-label .title {
  display: block;
  font-family: "Yanone Kaffeesatz";
}
.accordion-wrapper .accordion-item .accordion-label .number {
  display: none;
}
@media screen and (min-width: 768px) {
  .accordion-wrapper .accordion-item .accordion-label .number {
    writing-mode: horizontal-tb;
    transform: rotate(180deg);
  }
}
.accordion-wrapper .accordion-item .accordion-content {
  display: none;
  padding: 38px 6% 38px 1rem;
  overflow-y: auto;
}
.accordion-wrapper .accordion-item .accordion-content h2 {
  margin-top: 0;
}
.accordion-wrapper .accordion-item .accordion-content img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
  width: 100%;
  object-fit: cover;
  height: auto;
}
.accordion-wrapper .accordion-item.active .accordion-content {
  display: block;
}

.facilities-section {
  padding: 60px 0;
  background: linear-gradient(rgba(255, 143, 143, 0.06), rgba(255, 143, 143, 0.06)), radial-gradient(circle at center, rgba(196, 196, 196, 0.2) 0%, rgba(196, 196, 196, 0) 69%);
}
.facilities-section .heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
  max-width: none;
}

.about-section {
  padding: 40px 0 40px;
}
@media screen and (min-width: 1024px) {
  .about-section {
    padding: 60px 0 80px;
  }
}
.about-section .about-media {
  background: #F2E6E6;
  padding: 40px 0 0 0;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  margin: 0 -21px;
  gap: 40px 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .about-section .about-media {
    padding: 25px 30px 0 33px;
  }
}
@media screen and (min-width: 1024px) {
  .about-section .about-media {
    flex-wrap: wrap;
  }
}
.about-section .about-media__image {
  padding: 0 21px;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 515px;
}
.about-section .about-media__image:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #8C1720;
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .about-section .about-media__image:before {
    width: 482px;
    height: 482px;
  }
}
@media screen and (min-width: 1024px) {
  .about-section .about-media__image {
    width: 45%;
  }
}
.about-section .about-media__info {
  width: 100%;
  padding: 0 21px;
}
@media screen and (min-width: 1024px) {
  .about-section .about-media__info {
    width: 55%;
  }
}
.about-section .btn-hold {
  padding-top: 30px;
}
.about-section .category {
  display: block;
  font-size: 16px;
  color: #8C1720;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-tag {
  padding: 14px 24px 18px;
  color: #8C1720;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.blog-list-section {
  padding: 60px 0 70px;
  background: linear-gradient(rgba(255, 143, 143, 0.06), rgba(255, 143, 143, 0.06)), radial-gradient(circle at center, rgba(196, 196, 196, 0.2) 0%, rgba(196, 196, 196, 0) 69%);
}
.blog-list-section .btn-hold {
  padding-top: 25px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .blog-list-section .btn-hold {
    padding-top: 44px;
  }
}

.heading-row {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .heading-row {
    max-width: 751px;
  }
}

.blog-list-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  gap: 47px 0;
  justify-content: center;
}
.blog-list-block .blog-list {
  width: 100%;
  padding: 0 24px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .blog-list-block .blog-list {
    max-width: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-list-block .blog-list {
    width: 50%;
    max-width: none;
  }
}

.blog-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  position: relative;
  align-items: center;
  gap: 20px 0;
}
.blog-card__heading {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.blog-card__info {
  width: 100%;
  padding: 0 13px;
  font-size: 16px;
  color: #030000;
}
@media screen and (min-width: 768px) {
  .blog-card__info {
    width: 50%;
  }
}
.blog-card__info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog-card__info h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-card__image {
  width: 100%;
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .blog-card__image {
    width: 50%;
  }
}
.blog-card__image img {
  transition: all 0.3s linear;
  width: 100%;
}
.blog-card__image picture {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}

.stretch-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.testimonial-section {
  padding: 60px 0 70px;
}
.testimonial-section .heading-row {
  margin-bottom: 0;
}
.testimonial-section .btn-hold {
  justify-content: center;
  padding-top: 20px;
}

.testimonial-card {
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
  font-style: normal;
  margin: 0 0 50px;
  position: relative;
}
.testimonial-card cite {
  font-style: normal;
}
.testimonial-card .name {
  display: block;
}
.testimonial-card .rating {
  color: #8C1720;
}
.testimonial-card .quote-icon {
  position: absolute;
  bottom: -24px;
  right: 5%;
  transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
  .testimonialSlider .swiper-wrapper {
    align-items: center;
    padding-top: 30px;
  }
}
.testimonialSlider .swiper-slide {
  transition: all 200ms linear;
}
@media screen and (min-width: 768px) {
  .testimonialSlider .swiper-slide {
    transform: scale(0.8) !important;
  }
}
@media screen and (min-width: 768px) {
  .testimonialSlider .swiper-slide-active {
    transform: scale(1.05) !important;
  }
}
@media screen and (min-width: 768px) {
  .testimonialSlider .swiper-slide-active .quote-icon svg {
    width: 86px;
    height: auto;
  }
}
.testimonialSlider .swiper-button-prev,
.testimonialSlider .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #8C1720;
  left: var(--swiper-navigation-sides-offset, 0);
}
@media screen and (max-width: 768px) {
  .testimonialSlider .swiper-button-prev,
  .testimonialSlider .swiper-button-next {
    position: static;
  }
}
.testimonialSlider .swiper-button-prev:after,
.testimonialSlider .swiper-button-next:after {
  font-size: 17px;
  color: #fff;
}
.testimonialSlider .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 0);
}
@media screen and (max-width: 768px) {
  .testimonialSlider .navigation-hold {
    display: flex;
    gap: 12px;
    justify-content: center;
  }
}

.find-us-section {
  padding: 60px 0 70px;
  background: linear-gradient(rgba(255, 143, 143, 0.06), rgba(255, 143, 143, 0.06)), radial-gradient(circle at center, rgba(196, 196, 196, 0.2) 0%, rgba(196, 196, 196, 0) 69%);
}
.find-us-section .map-block {
  border-radius: 24px;
  overflow: hidden;
}
.find-us-section .map-block iframe {
  width: 100%;
  height: 330px;
}

.ss-address-info {
  max-width: 431px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 40px;
}
.ss-address-info .col.w-full {
  width: 100%;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
.contact-row__info {
  width: 100%;
  padding: 0 35px;
}
@media screen and (min-width: 1024px) {
  .contact-row__info {
    width: 50%;
  }
}
.contact-row__form {
  width: 100%;
  padding: 0 35px;
}
@media screen and (min-width: 1024px) {
  .contact-row__form {
    width: 50%;
  }
}
.contact-row__form .footer-form {
  background: #fff;
  padding: 34px;
  border-radius: 24px;
  overflow: hidden;
}
.contact-row h3 {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contact-row h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-row h3 {
    font-size: 48px;
  }
}

.info-icon-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.info-icon-row__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #C4C4C4;
}
.info-icon-row__desc {
  flex: 1;
  padding-left: 12px;
  line-height: 1.33;
}
.info-icon-row__desc .detail {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #030000;
}
.info-icon-row__desc a {
  color: #030000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.info-icon-row__desc a:hover {
  color: #8C1720;
}

.gform_wrapper .gfield {
  margin-bottom: 24px;
}
.gform_wrapper .gfield input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(3, 0, 0, 0.14);
  background: #FFF;
  font-size: 14px;
  height: 48px;
  padding: 16px;
}
.gform_wrapper .gfield textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(3, 0, 0, 0.14);
  height: 121px;
  padding: 16px;
}
.gform_wrapper .gfield_label {
  color: #030000;
  border: none;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .gform_footer {
  position: relative;
}
.gform_wrapper .gform_button {
  width: 100%;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  min-height: 40px;
  background: #8C1720;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px 10px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_button {
    font-size: 18px;
    font-weight: 500;
    min-height: 54px;
  }
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
  color: #8C1720;
  border-color: #8C1720;
  background: transparent;
}
.gform_wrapper .gform_button:hover svg path, .gform_wrapper .gform_button:focus svg path {
  fill: #fff;
}
.gform_wrapper .gform_body .validation_message {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: block;
}
.gform_wrapper .gfield_error input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.gform_wrapper .gform_body .gfield_error select,
.gform_wrapper .gform_body .gfield_error textarea {
  border-color: #8C1720;
}
.gform_wrapper .gform_submission_error {
  font-size: 25px;
  color: #8C1720;
}

.footer {
  background: #030000;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .footer .ss-container {
    max-width: 768px;
  }
}
.footer .logo {
  margin-bottom: 28px;
  display: inline-flex;
}
.footer-top-block {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .footer-top-block {
    margin-bottom: 32px;
  }
}
.footer .logo-block {
  margin: 0 0 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .logo-block {
    width: 33.33%;
  }
}
@media screen and (min-width: 1240px) {
  .footer .logo-block {
    width: auto;
    max-width: 456px;
  }
}
.footer .logo-block p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 16px;
}
.footer-info {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .footer-info {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-info {
    width: 33.33%;
  }
}
@media screen and (min-width: 1240px) {
  .footer-info {
    max-width: 400px;
    width: auto;
  }
}
.footer .ss-address-info {
  gap: 24px;
}
.footer .ss-address-info .info-icon-row__desc .detail {
  color: #fff;
  font-size: 10px;
}
.footer .ss-address-info a {
  font-size: 14px;
  color: #fff !important;
}
.footer .ss-address-info a:hover {
  color: #8C1720 !important;
}
.footer .ss-address-info .info-icon-row__icon {
  width: 34px;
  height: 34px;
  background: #8C1720;
}
.footer-links {
  flex: 1;
  margin-bottom: 40px;
}
.footer-bottom {
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom .ss-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-bottom .ss-container {
    justify-content: space-between;
  }
}
.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-bottom ul li {
  margin-bottom: 12px;
}
.footer-bottom ul a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer-bottom ul a:hover {
  color: #8C1720 !important;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 12px;
}
.footer-links ul a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.footer-links ul a:hover {
  color: #8C1720 !important;
}

/*# sourceMappingURL=style.css.map */
