.container-width {
  max-width: 1320px !important;
  width: 87.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 428px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(80.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(82.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2560px) {
  .container-width {
    max-width: calc(85.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(86.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(87.5rem + 0.2vw) !important;
  }
}

.container-width-small {
  max-width: 1472px !important;
  width: 97.4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 428px) {
  .container-width-small {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width-small {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1921px) {
  .container-width-small {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width-small {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width-small {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width-small {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px - 0.5vw);
    line-height: calc(16px - 0.5vw);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1320px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px - 0.3vw);
    line-height: calc(16px - 0.3vw);
  }
}
@media screen and (min-width: 1680px) {
  html,
  body {
    font-size: calc(16px + 0.1vw);
    line-height: calc(18px + 0.1vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-size: calc(16px + 0.4vw);
    line-height: calc(18px + 0.4vw);
  }
}
@media screen and (min-width: 3840px) {
  html,
  body {
    font-size: calc(20px + 0.5vw);
    line-height: calc(22px + 0.5vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-size: calc(24px + 0.4vw);
    line-height: calc(26px + 0.4vw);
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #ffffff;
}

img {
  display: block;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 6.25rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

.footer {
  border-top: 0.0625rem solid #767676;
  color: #272727;
}
.footer .desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 0 5.25rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .footer .desktop {
    display: none;
  }
}
.footer .desktop .content {
  width: 100%;
}
.footer .desktop .content .content-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
}
.footer .desktop .content .content-items .content-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer .desktop .content .content-items .content-item .heading {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.035rem;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer .desktop .content .content-items .content-item .items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .desktop .content .content-items .content-item .items.padding {
  padding-bottom: 1.25rem;
}
.footer .desktop .content .content-items .content-item .items .item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  white-space: nowrap;
}
.footer .desktop .content .content-items .content-item .items .item img {
  height: 1.5625rem;
  width: auto;
}
.footer .desktop .content .content-items .content-item .items .sub-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 125%;
  padding-left: 1.5rem;
  white-space: nowrap;
}
.footer .desktop .logo {
  padding-top: 8.375rem;
}
.footer .desktop .logo img {
  height: 4.5rem;
  width: auto;
}
.footer .desktop .copyright {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Roboto", sans-serif !important;
}
.footer .mobile {
  display: flex;
  flex-direction: column;
  gap: 1.53125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  align-items: center;
}
@media (min-width: 993px) {
  .footer .mobile {
    display: none;
  }
}
.footer .mobile .content {
  width: 100%;
}
.footer .mobile .content .content-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .mobile .content .content-items .content-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1rem;
}
.footer .mobile .content .content-items .content-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #D6D6D6;
}
.footer .mobile .content .content-items .content-item .heading {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  line-height: 100%;
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.footer .mobile .content .content-items .content-item .heading img {
  width: 2.0625rem;
  height: 2.0625rem;
  transition: transform 0.3s ease;
}
.footer .mobile .content .content-items .content-item .items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-top 0.35s ease;
  padding-top: 0;
}
.footer .mobile .content .content-items .content-item .items.open {
  padding-top: 0.625rem;
}
.footer .mobile .content .content-items .content-item .items.download {
  max-height: none;
  overflow: visible;
  padding-top: 0.75rem;
  flex-direction: row;
  gap: 0.5rem;
}
.footer .mobile .content .content-items .content-item .items .item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Roboto", sans-serif !important;
}
.footer .mobile .content .content-items .content-item .items .item img {
  height: 2rem;
  width: auto;
}
.footer .mobile .content .content-items .content-item .items .sub-item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  padding-left: 1.5rem;
  font-family: "Roboto", sans-serif !important;
}
.footer .mobile .logo img {
  height: 3rem;
  width: auto;
}
.footer .mobile .copyright {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Roboto", sans-serif !important;
}

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