body {
  background-color: rgb(247, 248, 250);
}

.sls-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.sls-header-site-info {
  height: 6.25vw;
  margin: 0;
}
.sls-header-site-info > * {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sls-header-site-info > *:hover {
  text-decoration: none;
}
.sls-header-site-info-logo {
  background: rgb(29, 33, 41);
}
.sls-header-site-info-logo-img {
  width: 7.9166666667vw;
}
.sls-header-site-info-call, .sls-header-site-info-email, .sls-header-site-info-map {
  background-color: #fff;
  gap: 0.5208333333vw;
}
.sls-header-site-info-call .bi, .sls-header-site-info-email .bi, .sls-header-site-info-map .bi {
  font-size: 1.25vw;
  color: rgb(22, 93, 255);
}
.sls-header-site-info-call-content > *, .sls-header-site-info-email-content > *, .sls-header-site-info-map-content > * {
  margin: 0;
}
.sls-header-site-info-call-content-desc, .sls-header-site-info-email-content-desc, .sls-header-site-info-map-content-desc {
  color: rgb(134, 144, 156);
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.0416666667vw;
}
.sls-header-site-info-call-content-text, .sls-header-site-info-email-content-text, .sls-header-site-info-map-content-text {
  color: rgb(29, 33, 41);
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
.sls-header-site-info-follows {
  background: rgb(29, 33, 41);
  gap: 0.5208333333vw;
}
.sls-header-site-info-follows-desc {
  color: rgb(134, 144, 156);
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 1.0416666667vw;
  margin: 0 0.5208333333vw 0 0;
}
.sls-header-site-info-follows .bi {
  font-size: 1.0416666667vw;
  color: #fff;
}
@media (max-width: 768px) {
  .sls-header-site-info {
    height: 20.5128205128vw;
  }
  .sls-header-site-info-logo {
    background-color: #fff;
  }
  .sls-header-site-info-logo-img {
    width: 30.7692307692vw;
  }
  .sls-header-site-info-call {
    background-color: #fff;
    gap: 2.5641025641vw;
  }
  .sls-header-site-info-call .bi {
    font-size: 6.1538461538vw;
  }
  .sls-header-site-info-call-content-desc {
    font-size: 3.0769230769vw;
    line-height: 5.1282051282vw;
  }
  .sls-header-site-info-call-content-text {
    font-weight: 500;
    color: rgb(22, 93, 255);
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    white-space: nowrap;
  }
  .sls-header-site-info-email, .sls-header-site-info-map, .sls-header-site-info-follows {
    display: none;
  }
}
.sls-header .sls-navbar {
  height: 2.9166666667vw;
  background-color: rgb(22, 93, 255);
  position: relative;
}
.sls-header .sls-navbar-container {
  width: 60%;
  margin: 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
.sls-header .sls-navbar-container-menus {
  display: none;
}
.sls-header .sls-navbar-container-nav {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sls-header .sls-navbar-container-nav-item {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  --nav-item-color: #fff;
  box-sizing: border-box;
  border-bottom: 0.1041666667vw solid transparent;
  border-top: 0.1041666667vw solid transparent;
  transition: border-bottom 0.15s ease-in;
}
.sls-header .sls-navbar-container-nav-item::after {
  border-top-color: var(--nav-item-color);
  transition: transform 0.15s ease-in;
}
.sls-header .sls-navbar-container-nav-item:hover {
  border-bottom: 0.1041666667vw solid var(--nav-item-color);
}
.sls-header .sls-navbar-container-nav-item-link {
  text-decoration: none;
  height: calc(inherit - 0.1041666667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nav-item-color);
  font-weight: 600;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  white-space: nowrap;
}
.sls-header .sls-navbar-container-nav-item-dropdown {
  position: absolute;
  top: 2.9166666667vw;
  left: 0;
  width: 100%;
  height: 0vw;
  background-color: rgb(255, 255, 255);
  transition: height 0.15s ease-in;
  overflow: hidden;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container {
  width: 60%;
  height: 20.8333333333vw;
  margin: 0 auto;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .nav-pills {
  height: 20.8333333333vw;
  overflow-y: auto;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .nav-pills .nav-link {
  height: 1.875vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .nav-pills .nav-link::after {
  transform: rotate(-90deg);
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .nav-pills .nav-link.active {
  background-color: rgb(247, 248, 250);
  color: rgb(64, 128, 255);
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content {
  height: 20.8333333333vw;
  overflow-y: auto;
  background-color: rgb(247, 248, 250);
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane {
  padding: 1.0416666667vw;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane.active {
  display: flex;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4166666667vw;
  background: rgb(229, 230, 235);
  position: relative;
  overflow: hidden;
  width: calc((100% - 3.125vw) / 4);
  height: 2.5vw;
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.6770833333vw;
  line-height: 1.1458333333vw;
  text-decoration: none;
  position: relative;
  transition: color 0.15s ease-in;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane-item span {
  position: relative;
  z-index: 1;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane-item::before {
  content: " ";
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  left: -130%;
  top: 0;
  background-color: rgb(22, 93, 255);
  z-index: 0;
  transform: skewX(-15deg);
  transition: left 0.15s ease-in;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane-item:hover {
  color: rgb(255, 255, 255);
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .tab-content .tab-pane-item:hover::before {
  left: -10%;
}
.sls-header .sls-navbar-container-nav-item-dropdown-container .col-3,
.sls-header .sls-navbar-container-nav-item-dropdown-container .col-9 {
  padding: 0;
  margin: 0;
}
.sls-header .sls-navbar-container-switch-lang {
  position: relative;
  margin-left: auto;
  display: inline-block;
}
.sls-header .sls-navbar-container-switch-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.sls-header .sls-navbar-container-switch-lang-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
.sls-header .sls-navbar-container-switch-lang-icon {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  fill: #ffffff;
}
.sls-header .sls-navbar-container-switch-lang-dropdown {
  position: absolute;
  left: 50%;
  top: 1.6666666667vw;
  min-width: 8.3333333333vw;
  padding: 0.5208333333vw 0;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 0.4166666667vw;
  box-shadow: 0 0.4166666667vw 1.0416666667vw rgba(15, 23, 42, 0.15);
  opacity: 0;
  transform: translate(-50%, 0);
  pointer-events: none;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  z-index: 99;
}
.sls-header .sls-navbar-container-switch-lang:hover .sls-navbar-container-switch-lang-dropdown {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.sls-header .sls-navbar-container-switch-lang-dropdown-item {
  width: 100%;
}
.sls-header .sls-navbar-container-switch-lang-dropdown-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4166666667vw 0.8333333333vw;
  color: rgb(29, 33, 41);
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  text-decoration: none;
  white-space: nowrap;
}
.sls-header .sls-navbar-container-switch-lang-dropdown-item-link:hover {
  background-color: rgb(247, 248, 250);
  color: rgb(64, 128, 255);
}
.sls-header .sls-navbar-container-nav-item-dropdown-ul {
  position: absolute;
  top: 2.6041666667vw;
  left: 0;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.1041666667vw solid rgba(22, 93, 255, 0);
  background: rgb(255, 255, 255);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, border-bottom 0.15s ease-in;
  overflow: hidden;
}
.sls-header .sls-navbar-container-nav-item-dropdown-ul-item {
  height: 1.875vw;
  width: 100%;
}
.sls-header .sls-navbar-container-nav-item-dropdown-ul-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(29, 33, 41);
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 1.0416666667vw;
  padding: 0px 0.5208333333vw;
  width: 100%;
  height: inherit;
}
.sls-header .sls-navbar-container-nav-item-dropdown-ul-item-link .bi {
  color: red;
}
.sls-header .sls-navbar-container-nav-item-dropdown-ul-item-link:hover {
  background-color: rgb(247, 248, 250);
  color: rgb(64, 128, 255);
}
.sls-header .sls-navbar-container-nav-item:hover::after {
  transform: rotate(-180deg);
}
.sls-header .sls-navbar-container-nav-item:hover .sls-navbar-container-nav-item-dropdown {
  height: 20.8333333333vw;
  box-shadow: 0px 0.2083333333vw 0.5208333333vw rgba(0, 0, 0, 0.1);
}
.sls-header .sls-navbar-container-nav-item:hover .sls-navbar-container-nav-item-dropdown-ul {
  top: 2.9166666667vw;
  opacity: 1;
  z-index: 9;
  height: auto;
  border-bottom: 0.1041666667vw solid rgb(22, 93, 255);
}
.sls-header .sls-navbar-container-search {
  padding: 0.625vw;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
.sls-header .sls-navbar-container-search-input {
  background: transparent;
  border: 0;
  outline: 0;
  text-align: right;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 1.0416666667vw;
  line-height: 100%;
  width: 6.7708333333vw;
}
.sls-header .sls-navbar-container-search-input::-moz-placeholder {
  color: rgb(106, 161, 255);
}
.sls-header .sls-navbar-container-search-input::placeholder {
  color: rgb(106, 161, 255);
}
.sls-header .sls-navbar-container-search .bi {
  color: rgb(255, 255, 255);
  font-size: 1.0416666667vw;
}
.sls-header .sls-navbar-container-login-register {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1.0416666667vw;
  background-color: rgb(29, 33, 41);
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  gap: 0.3125vw;
  white-space: nowrap;
}
.sls-header .sls-navbar-container-login-register .bi {
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .sls-header .sls-navbar {
    height: 14.358974359vw;
  }
  .sls-header .sls-navbar-container {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  .sls-header .sls-navbar-container-switch-lang {
    display: none;
  }
  .sls-header .sls-navbar-container-menus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.2564102564vw;
    width: 10.2564102564vw;
    color: #fff;
  }
  .sls-header .sls-navbar-container-menus .bi {
    font-size: 7.6923076923vw;
  }
  .sls-header .sls-navbar-container-search {
    gap: 5.1282051282vw;
  }
  .sls-header .sls-navbar-container-search-input {
    font-size: 5.1282051282vw;
    width: 51.2820512821vw;
  }
  .sls-header .sls-navbar-container-search .bi {
    font-size: 6.1538461538vw;
  }
  .sls-header .sls-navbar-container-nav, .sls-header .sls-navbar-container-login-register {
    display: none;
  }
}
.sls-header .sls-navbar-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sls-header .sls-navbar-mobile {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
  .sls-header .sls-navbar-mobile.show {
    opacity: 1;
    z-index: 998;
    transition: all 0.15s ease-in;
  }
  .sls-header .sls-navbar-mobile.show .sls-navbar-mobile-model {
    opacity: 1;
    transition: all 0.15s ease-in;
  }
  .sls-header .sls-navbar-mobile.show .sls-navbar-mobile-container {
    left: 0;
    transition: all 0.15s ease-in 0.15s;
  }
  .sls-header .sls-navbar-mobile-model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(29, 33, 41, 0.7);
    z-index: 0;
    opacity: 1;
    transition: all 0.15s ease-in-out;
  }
  .sls-header .sls-navbar-mobile-container {
    height: 100%;
    overflow-y: auto;
    width: 84.6153846154vw;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
    left: calc(0px - 169.2307692308vw);
    transition: all 0.15s ease-in-out;
  }
  .sls-header .sls-navbar-mobile-container-header {
    background-color: rgb(232, 243, 255);
    height: 41.5384615385vw;
    position: sticky;
    top: 0;
    z-index: 9;
  }
  .sls-header .sls-navbar-mobile-container-header-close {
    font-size: 6.1538461538vw;
    position: absolute;
    top: 3.0769230769vw;
    right: 3.0769230769vw;
    z-index: 9;
  }
  .sls-header .sls-navbar-mobile-container-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .sls-header .sls-navbar-mobile-container-header-logo-img {
    width: 56.9230769231vw;
  }
  .sls-header .sls-navbar-mobile-container-main {
    height: auto;
    padding: 5.1282051282vw 5.1282051282vw 0;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
  }
  .sls-header .sls-navbar-mobile-lang {
    padding: 5.1282051282vw;
    border-top: 0.2564102564vw solid rgb(242, 243, 245);
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    gap: 3.0769230769vw;
  }
  .sls-header .sls-navbar-mobile-lang-title {
    width: 100%;
    margin: 0 0 3.0769230769vw;
    font-size: 3.5897435897vw;
    line-height: 150%;
    color: rgb(134, 144, 156);
  }
  .sls-header .sls-navbar-mobile-lang-item {
    font-size: 4.1025641026vw;
    line-height: 150%;
    color: rgb(29, 33, 41);
    text-decoration: none;
  }
  .sls-header .sls-navbar-mobile-lang-item:hover {
    color: rgb(64, 128, 255);
    text-decoration: none;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content {
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
    padding: 4.1025641026vw 0;
    border-bottom: 0.2564102564vw solid rgb(242, 243, 245);
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content-chevron {
    font-size: 6.1538461538vw;
    color: rgb(78, 89, 105);
    transition: transform 0.15s ease-in;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content-text {
    color: rgb(29, 33, 41);
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 150%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content-dash-plus {
    width: 8.2051282051vw;
    min-width: 8.2051282051vw;
    height: 8.2051282051vw;
    border-radius: 8.2051282051vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background-color: rgb(242, 243, 245);
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content-dash-plus .bi {
    font-size: 4.1025641026vw;
    color: rgb(78, 89, 105);
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content-dash-plus .bi-dash {
    display: none;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content[aria-expanded=true] .sls-navbar-collapse-content-chevron {
    transform: rotate(90deg);
    transition: transform 0.15s ease-in-out;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content[aria-expanded=true] .sls-navbar-collapse-content-dash-plus .bi-dash {
    display: block;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-content[aria-expanded=true] .sls-navbar-collapse-content-dash-plus .bi-plus {
    display: none;
  }
  .sls-header .sls-navbar-mobile-container-main .sls-navbar-collapse-collapse .sls-navbar-collapse-content {
    padding: 4.1025641026vw 0 4.1025641026vw 5.1282051282vw;
  }
}

.sls-main-header {
  height: 15.625vw;
  background: url(/img/bg__.png) 100% 100%/cover no-repeat;
}
.sls-main-header-container {
  height: 100%;
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sls-main-header-container-title {
  color: rgb(255, 255, 255);
  font-weight: 900;
  font-size: 1.875vw;
  line-height: 100%;
  margin-bottom: 0;
}
.sls-main-header-container-breadcrumbs {
  display: flex;
  gap: 1.0416666667vw;
}
.sls-main-header-container-breadcrumbs-item, .sls-main-header-container-breadcrumbs-separator {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 100%;
}
.sls-main-header-container-breadcrumbs-item:hover, .sls-main-header-container-breadcrumbs-separator:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media (max-width: 768px) {
  .sls-main-header {
    height: 66.6666666667vw;
  }
  .sls-main-header-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0 5.1282051282vw;
    gap: 5.1282051282vw;
  }
  .sls-main-header-container-title {
    font-size: 9.2307692308vw;
  }
  .sls-main-header-container-breadcrumbs {
    gap: 5.1282051282vw;
  }
  .sls-main-header-container-breadcrumbs-item, .sls-main-header-container-breadcrumbs-separator {
    font-size: 5.1282051282vw;
  }
}

.sls-footer {
  background: rgb(29, 33, 41);
  padding: 2.6041666667vw 0;
}
.sls-footer-container {
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.sls-footer-container-site {
  display: flex;
}
.sls-footer-container-site-info {
  width: 29.53125vw;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
.sls-footer-container-site-info-logo {
  height: 3.8541666667vw;
}
.sls-footer-container-site-info-logo-img {
  height: inherit;
}
.sls-footer-container-site-info-map {
  display: none;
}
.sls-footer-container-site-info-desc {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
}
.sls-footer-container-site-info-follows {
  display: flex;
  gap: 1.0416666667vw;
}
.sls-footer-container-site-info-follows-item {
  height: 1.875vw;
  width: 1.875vw;
  background-color: rgb(134, 144, 156);
  border-radius: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sls-footer-container-site-info-follows-item .bi {
  font-size: 1.0416666667vw;
}
.sls-footer-container-site-map {
  margin-left: auto;
  width: 41.3020833333vw;
  gap: 2.0833333333vw;
  display: flex;
  flex-wrap: wrap;
}
.sls-footer-container-site-map-item {
  text-align: center;
}
.sls-footer-container-site-map-item-title {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  padding-bottom: 0.4166666667vw;
  display: block;
  position: relative;
}
.sls-footer-container-site-map-item-title:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.sls-footer-container-site-map-item-title::after {
  content: "";
  display: block;
  width: 1.0416666667vw;
  height: 0.0520833333vw;
  border: 0.0520833333vw solid rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sls-footer-container-site-map-item-links {
  margin-top: 0.4166666667vw;
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.sls-footer-container-site-map-item-links-item {
  color: rgb(134, 144, 156);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
}
.sls-footer-container-site-map-item-links-item:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.sls-footer-container-other {
  border-top: 0.0520833333vw solid rgb(78, 89, 105);
  display: flex;
  padding: 2.0833333333vw 0;
  justify-content: space-between;
}
.sls-footer-container-other-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.0416666667vw;
}
.sls-footer-container-other-links-item-a {
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
}
.sls-footer-container-other-links-item-a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.sls-footer-container-other-copyright {
  color: rgb(78, 89, 105);
  font-weight: 400;
  font-size: 0.7291666667vw;
  line-height: 1.1458333333vw;
  margin: 0;
}
@media (max-width: 768px) {
  .sls-footer {
    padding: 10.2564102564vw 0;
  }
  .sls-footer-container {
    width: 89.7435897436vw;
    gap: 10.2564102564vw;
  }
  .sls-footer-container-site-info {
    align-items: center;
    justify-content: center;
    width: 89.7435897436vw;
    gap: 10.2564102564vw;
  }
  .sls-footer-container-site-info-logo {
    height: 18.9743589744vw;
  }
  .sls-footer-container-site-info-map {
    display: flex;
    padding: 3.4615384615vw 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8.2051282051vw;
  }
  .sls-footer-container-site-info-map-item {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
  .sls-footer-container-site-info-desc {
    display: none;
  }
  .sls-footer-container-site-info-follows {
    gap: 5.1282051282vw;
  }
  .sls-footer-container-site-info-follows-item {
    height: 9.2307692308vw;
    width: 9.2307692308vw;
    border-radius: 9.2307692308vw;
  }
  .sls-footer-container-site-info-follows-item .bi {
    font-size: 5.1282051282vw;
  }
  .sls-footer-container-site-map {
    display: none;
  }
  .sls-footer-container-other {
    border-top: 0.2564102564vw solid rgb(78, 89, 105);
    display: flex;
    padding: 5.1282051282vw 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.1282051282vw;
  }
  .sls-footer-container-other-links {
    gap: 5.1282051282vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sls-footer-container-other-links-item-a {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
  .sls-footer-container-other-copyright {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
  }
}/*# sourceMappingURL=main.css.map */