/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./components/footer/footer.scss ***!
  \********************************************************************************************************************************************************************************/
/* stylelint-disable */
.footer__logo-bar {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer__logo-container {
  padding-top: 100px;
  border-top: 1px solid #E6EDF6;
}
.footer__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__logo-wrapper {
    justify-content: center;
  }
}
.footer__logo {
  margin-top: 1px;
  display: block;
  width: 100%;
  max-width: 180px;
}
.footer__logo img,
.footer__logo svg {
  width: 100%;
  height: auto;
}
.footer__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding-top: 26px;
  padding-bottom: 0px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__body {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__body {
    grid-template-columns: 1fr;
  }
}
.footer__column {
  grid-column: span 3;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column {
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__column {
    grid-column: span 1;
  }
}
.footer__column--wide {
  grid-column: span 6;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column--wide {
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__column--wide {
    grid-column: span 1;
  }
}
.footer__column--full {
  grid-column: 1/-1;
}
.footer h6 {
  margin-bottom: 11px;
}
.footer h6 img {
  margin-top: -6px;
  margin-right: 10px;
  display: inline-flex;
  width: 26px;
}
.footer__link {
  margin: 0 0 23px;
  list-style: none;
}
.footer__link li {
  margin-bottom: 3px;
  font-size: 0.75rem;
}
.footer__link li a {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #5D6974;
}
.footer__link li a:after {
  content: "›";
  font-size: 0.95rem;
  color: inherit;
  line-height: 1;
  margin-left: 4px;
  transition: color 0.2s ease;
}
.footer__link li a:hover {
  color: #FE8028;
}
.footer__link li a:hover:after {
  color: inherit;
}
.footer__title {
  margin-bottom: 7px;
  padding-top: 2px;
  font-size: 0.875rem;
  color: #181F25;
}
.footer address {
  margin-bottom: 14px;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
}
.footer address:before {
  position: absolute;
  top: -4px;
  left: 0;
  font-family: "icomoon";
  font-size: 1rem;
  color: #034895;
  content: "\e904";
}
.footer__question {
  margin-top: 23px;
  padding-top: 28px;
  border-top: 1px solid #E6EDF6;
}
.footer__question h6 {
  font-size: 0.875rem;
}
.footer__tel {
  margin-bottom: 12px;
  font-size: 0.875rem;
}
.footer__tel a {
  display: inline-flex;
  align-items: center;
  color: #5D6974;
}
.footer__tel a:hover {
  color: #FE8028;
}
.footer__tel i {
  margin-right: 8px;
  color: #FE8028;
}
.footer__phone-icon {
  font-size: 1.125rem;
}
.footer__solutions {
  margin-bottom: 0;
}
.footer__solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 12px;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__solutions-grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .footer__solutions-grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }
}
.footer__solution-group {
  margin-bottom: 6px;
}
.footer__solution-title {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #181F25;
  font-weight: 600;
}
.footer__products {
  margin-top: 0px;
}
.footer__detail {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E6EDF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 40em) {
  .footer__detail {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .footer__links {
    flex-direction: row;
    gap: 4px;
    margin-bottom: 0;
    align-items: center;
  }
}
.footer__link-item {
  font-size: 0.75rem;
  color: #5D6974;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__link-item:hover {
  color: #FE8028;
}
.footer__link-separator {
  display: none;
  font-size: 0.75rem;
  color: #5D6974;
}
@media print, screen and (min-width: 40em) {
  .footer__link-separator {
    display: inline;
    margin: 0 4px;
  }
}
.footer__client {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media print, screen and (min-width: 40em) {
  .footer__client {
    justify-content: flex-end;
  }
}
.footer__client a {
  display: block;
}
.footer__client li {
  margin-left: 25px;
}
.footer__client li:first-child {
  margin-left: 0;
}
.footer__client li:nth-child(2) img {
  height: 32px;
}
.footer__client img {
  width: auto;
  height: 22px;
}
.footer__client picture {
  display: block;
}
.footer__copyright {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 0.875rem;
  background-color: #F9FBFC;
}
.footer__copyright a {
  color: #5D6974;
}
.footer__copyright a:hover {
  color: #FE8028;
}
