.footer {
  padding: 40px 15px;
  background: #202020;
}
@media (min-width: 768px) {
  .footer {
    position: relative;
    padding: 40px 30px;
  }
}

.region-footer-bottom {
  margin: 0 -15px;
}
@media (min-width: 540px) {
  .region-footer-bottom {
    position: relative;
  }
}
@media (min-width: 992px) {
  .region-footer-bottom {
    display: flex;
    max-width: 1172px;
    margin: auto;
    position: relative;
  }
  .region-footer-bottom .block-language {
    flex: 1;
  }
}

#block-ksg-theme-social-links {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #block-ksg-theme-social-links {
    position: absolute;
    bottom: 0;
    width: 25%;
  }
  [dir=ltr] #block-ksg-theme-social-links {
    right: 0;
    text-align: left;
  }
  [dir=rtl] #block-ksg-theme-social-links {
    left: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #block-ksg-theme-social-links .config_pages {
    float: right;
  }
}
#block-ksg-theme-social-links .footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
#block-ksg-theme-social-links .footer-social-icons {
  width: 100%;
  display: flex;
}
#block-ksg-theme-social-links .footer-social-icons > a {
  display: block;
  width: 36px;
  height: 36px;
}
[dir=ltr] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
  margin-right: 10px;
}
[dir=rtl] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  [dir=ltr] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-right: 0;
  }
  [dir=rtl] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-right: 10px;
  }
  [dir=rtl] #block-ksg-theme-social-links .footer-social-icons > a:not(:last-of-type) {
    margin-left: 10px;
  }
}
#block-ksg-theme-social-links .footer-social-icons .icon {
  background-color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
}
#block-ksg-theme-social-links .footer-social-icons .icon:hover {
  background-color: #00A4D9;
}
#block-ksg-theme-social-links .footer-social-icons .icon--facebook {
  -webkit-mask: url("../../../images/icon/facebook.svg") no-repeat center;
  mask: url("../../../images/icon/facebook.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-social-icons .icon--twitter {
  -webkit-mask: url("../../../images/icon/twitter.svg") no-repeat center;
  mask: url("../../../images/icon/twitter.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-social-icons .icon--youtube {
  -webkit-mask: url("../../../images/icon/youtube.svg") no-repeat center;
  mask: url("../../../images/icon/youtube.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-social-icons .icon--instagram {
  -webkit-mask: url("../../../images/icon/instagram.svg") no-repeat center;
  mask: url("../../../images/icon/instagram.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-social-icons .icon--linkedin {
  -webkit-mask: url("../../../images/icon/linkedin.svg") no-repeat center;
  mask: url("../../../images/icon/linkedin.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-social-icons .icon--snapchat {
  -webkit-mask: url("../../../images/icon/snapchat.svg") no-repeat center;
  mask: url("../../../images/icon/snapchat.svg") no-repeat center;
}
#block-ksg-theme-social-links .footer-block-cta {
  padding: 25px 0 15px;
}
@media (min-width: 768px) {
  #block-ksg-theme-social-links .footer-block-cta {
    float: right;
  }
  [dir=rtl] #block-ksg-theme-social-links .footer-block-cta {
    float: left;
  }
}
#block-ksg-theme-social-links .footer-block-cta a {
  position: relative;
  display: block;
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid #00A4D9;
  background: #202020;
  color: #00A4D9;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
#block-ksg-theme-social-links .footer-block-cta a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  #block-ksg-theme-social-links .footer-block-cta a {
    display: inline-block;
  }
  #block-ksg-theme-social-links .footer-block-cta a:before {
    content: "";
    position: absolute;
    z-index: 0;
    right: 18px;
    bottom: -16px;
    left: auto;
    display: block;
    width: 0;
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-color: #00A4D9 transparent;
  }
  [dir=rtl] #block-ksg-theme-social-links .footer-block-cta a:before {
    left: 18px;
    right: auto;
    border-width: 15px 0 0 12px;
  }
  #block-ksg-theme-social-links .footer-block-cta a:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 17px;
    bottom: -13px;
    left: auto;
    display: block;
    width: 0;
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-color: #202020 transparent;
  }
  [dir=rtl] #block-ksg-theme-social-links .footer-block-cta a:after {
    left: 17px;
    right: auto;
    border-width: 15px 0 0 12px;
  }
}

#block-ksg-theme-secondary-footer {
  padding: 0 15px;
}
@media (min-width: 540px) {
  #block-ksg-theme-secondary-footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  #block-ksg-theme-secondary-footer {
    bottom: 35px;
  }
}
#block-ksg-theme-secondary-footer li {
  display: inline-block;
}
#block-ksg-theme-secondary-footer li a {
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
}
#block-ksg-theme-secondary-footer li:not(:last-of-type) a {
  border-right: 1px solid #fff;
}

.footer-middle {
  padding: 0 15px;
  border-bottom: 1px solid #404040;
  margin: 0 -15px 20px;
}
@media (min-width: 540px) {
  .footer-middle {
    position: relative;
  }
}
@media (min-width: 768px) {
  .footer-middle {
    position: relative;
    max-width: 1172px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-middle > div {
  position: relative;
}
.footer-middle > div a {
  text-decoration: none;
}
.footer-middle > div .navigation {
  width: 100%;
  margin-bottom: 15px;
}
.footer-middle > div .navigation > ul > li {
  display: block;
  width: 100%;
}
[dir=ltr] .footer-middle > div .navigation > ul > li:not(:last-of-type) {
  padding-right: 15px;
}
[dir=rtl] .footer-middle > div .navigation > ul > li:not(:last-of-type) {
  padding-left: 15px;
}
.footer-middle > div .navigation > ul > li > a, .footer-middle > div .navigation > ul > li span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.footer-middle > div .navigation > ul > li > a:hover, .footer-middle > div .navigation > ul > li span:hover {
  color: #00A4D9;
}
.footer-middle > div .navigation > ul > li ul li {
  margin-bottom: 10px;
}
.footer-middle > div .navigation > ul > li ul li a {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 540px) {
  .footer-middle > div .navigation > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-middle > div .navigation > ul > li {
    padding-bottom: 0;
    border-bottom: 0;
    flex-basis: 50%;
  }
  .footer-middle > div .navigation > ul > li ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-middle > div .navigation > ul {
    display: flex;
  }
  .footer-middle > div .navigation > ul > li {
    padding-bottom: 0;
    border-bottom: 0;
    flex-basis: 25%;
  }
  .footer-middle > div .navigation > ul > li ul {
    display: block;
  }
}

.config_pages--footer--accreditations-list {
  display: none;
}
@media (min-width: 768px) {
  .config_pages--footer--accreditations-list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-generic-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  color: #aaa;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations {
  display: flex;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item {
  width: 16.667%;
  opacity: 0.5;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item:hover {
  opacity: 1;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item a {
  pointer-events: none;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-image {
  max-width: 100px;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-image img {
  max-width: 100%;
  height: 100%;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  color: #aaa;
}
.config_pages--footer--accreditations-list .config-pages-footer-accreditations-list__field-accreditations-item .taxonomy-term-accreditation-accreditations-list__field-description {
  display: none;
}

@media (min-width: 1200px) {
  #block-ksg-theme-bottom-links {
    display: inline-block;
  }
}
#block-ksg-theme-bottom-links .config_pages--footer--bottom-links {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  #block-ksg-theme-bottom-links .config_pages--footer--bottom-links {
    display: flex;
    margin-bottom: 5px;
  }
}
#block-ksg-theme-bottom-links .config_pages--footer--bottom-links a {
  display: block;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #aaa;
  margin: 3px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
#block-ksg-theme-bottom-links .config_pages--footer--bottom-links a:hover {
  border: 1px solid #00A4D9;
  color: #fff;
  background-color: #240F6E;
}
@media (min-width: 992px) {
  #block-ksg-theme-bottom-links .config_pages--footer--bottom-links a {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] #block-ksg-theme-bottom-links .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-link {
    margin-right: 8px;
  }
  [dir=rtl] #block-ksg-theme-bottom-links .config_pages--footer--bottom-links .config-pages-footer-bottom-links__field-link {
    margin-left: 8px;
  }
}

.block-footer-office-block {
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  [dir=ltr] .block-footer-office-block {
    text-align: start;
    margin-left: 5px;
  }
  [dir=rtl] .block-footer-office-block {
    text-align: start;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .block-footer-office-block {
    display: inline-block;
  }
  [dir=ltr] .block-footer-office-block {
    margin-left: 10px;
  }
  [dir=rtl] .block-footer-office-block {
    margin-right: 10px;
  }
}
.block-footer-office-block .current-phone-holder {
  margin: 7px 0;
}
@media (min-width: 992px) {
  .block-footer-office-block .current-phone-holder {
    display: flex;
    align-items: center;
  }
}
.block-footer-office-block .current-phone-holder span {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
@media (min-width: 992px) {
  [dir=ltr] .block-footer-office-block .current-phone-holder span {
    margin-right: 5px;
  }
  [dir=rtl] .block-footer-office-block .current-phone-holder span {
    margin-left: 5px;
  }
}
.block-footer-office-block .current-phone-holder a {
  position: relative;
  padding: 7px 15px 7px 18px;
  font-size: 14px;
  color: #fff;
}
[dir=rtl] .block-footer-office-block .current-phone-holder a {
  padding: 7px 18px 7px 15px;
}
.block-footer-office-block .current-phone-holder a:before {
  content: url("../../../images/icon/solid-phone-ring.svg");
  position: absolute;
  top: 8px;
  width: 14px;
}
[dir=ltr] .block-footer-office-block .current-phone-holder a:before {
  left: 0;
}
[dir=rtl] .block-footer-office-block .current-phone-holder a:before {
  right: 0;
}

#block-ksg-theme-footer-bottom.contextual-region {
  position: static;
}
@media (max-width: 992px) {
  #block-ksg-theme-footer-bottom.contextual-region {
    display: flex;
    flex-direction: row-reverse;
  }
}
#block-ksg-theme-footer-bottom .btn--top {
  position: absolute;
  top: -38px;
  width: 80px;
  height: 38px;
  opacity: 0.4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: #202020 url("../../../images/icon/go-to-top.png") center no-repeat;
}
[dir=ltr] #block-ksg-theme-footer-bottom .btn--top {
  right: 0;
}
[dir=rtl] #block-ksg-theme-footer-bottom .btn--top {
  left: 0;
}

.config_pages--footer--footer-bottom {
  padding: 0 15px 20px;
  text-align: left;
  color: #fff;
}
.config_pages--footer--footer-bottom .config-pages-footer-footer-bottom__field-text {
  font-size: 14px;
  border-bottom: 1px solid #404040;
  padding: 0 0 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .config_pages--footer--footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}
.config_pages--footer--footer-bottom p {
  font-size: 14px;
}

.config-pages-footer-footer-columns__field-footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item {
    width: 30%;
    margin-bottom: 55px;
  }
}
.config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item .media-container.align-left {
  margin-top: 20px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item .media-container.align-left {
    margin-top: 0;
  }
}
.config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item .media-container .media-image__field-media-image {
  margin-bottom: 25px;
}
.config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item p {
  color: white;
}
.config-pages-footer-footer-columns__field-footer-columns .config-pages-footer-footer-columns__field-footer-columns-item p a {
  color: white;
  text-decoration: underline;
}

.advance-buttons {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  right: -25px;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 768px) {
  .advance-buttons {
    right: 0;
    transform: unset;
  }
}
.advance-buttons .whatsapp-footer {
  display: none;
}
.advance-buttons img {
  display: block;
  width: 50px;
}
@media (min-width: 768px) {
  .advance-buttons img {
    width: 60px;
  }
}

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