footer {
  position: relative;
  z-index: 10;
}

.footer-container {
  background-color: #444444;
}
.footer-container .footer-heading-wrapper {
  border-bottom: 2px solid #888888;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer-container .footer-heading-wrapper .footer-nav {
  padding-top: 30px;
}
.footer-container .footer-heading-wrapper .footer-nav a {
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  padding-bottom: 30px;
}
.footer-container .footer-heading-wrapper .footer-nav a:last-child {
  padding-bottom: 0;
}
.footer-container .footer-heading-wrapper .footer-nav a.footer-nav__change-lang .footer-country-flag {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 2px solid white;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-container .footer-heading-wrapper .footer-nav a.footer-nav__change-lang .am-icon-chevron-small-white-dx {
  display: none;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-heading-wrapper .footer-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 0;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-logo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 0 0 0 15px;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-logo a img {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-heading-wrapper .footer-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-logo img {
    height: 24px;
    vertical-align: middle;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-nav a {
    padding-bottom: 0;
    padding-left: 40px;
  }
  .footer-container .footer-heading-wrapper .footer-heading .footer-nav a:first-child {
    padding-left: 0;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-heading-wrapper {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.footer-container .footer-content {
  border-bottom: 2px solid #888888;
}
.footer-container .footer-content .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-content .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.footer-container .footer-content .footer-item {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #888888;
}
@media (min-width: 980px) {
  .footer-container .footer-content .footer-item {
    border-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-container .footer-content .footer-item:last-child {
  border-bottom: 0;
}
.footer-container .footer-content .footer-item .content-title span {
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 980px) {
  .footer-container .footer-content .footer-item .content-title span {
    padding: 0;
    font-size: 14px;
  }
}
.footer-container .footer-content .footer-item .content-title span .am-icon-dropdown-down-white {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: -webkit-transform .3s, -webkit-filter .3s;
  transition: -webkit-transform .3s, -webkit-filter .3s;
  -o-transition: transform .3s, filter .3s;
  transition: transform .3s, filter .3s;
  transition: transform .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;
}
.footer-container .footer-content .footer-item .content-title span .am-icon-dropdown-down-white:after {
  height: 7px;
  width: 12px;
  display: block;
}
@media (min-width: 980px) {
  .footer-container .footer-content .footer-item .content-title span .am-icon-dropdown-down-white {
    display: none;
  }
}
.footer-container .footer-content .footer-item .content-title.am-accordion-open .am-icon-dropdown-down-white {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.footer-container .footer-content .footer-item .content-container {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px 30px 20px;
  background-color: #666666;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-content .footer-item .content-container {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 30px 30px;
  }
}
.footer-container .footer-content .footer-item .content-container a {
  font-family: "Value-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  padding: 30px 0 0 0;
}
@media (min-width: 980px) {
  .footer-container .footer-content .footer-item .content-container a {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-content .footer-item .content-container {
    display: block;
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
  }
}
.footer-container .footer-content .footer-item.accordion-opened {
  border-bottom: 0;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-content .footer-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-content {
    border-bottom: 0;
    padding-top: 40px;
  }
}
.footer-container .footer-social {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-social .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-container .footer-social .social-wrapper .footer-icons {
  padding-bottom: 25px;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-social .social-wrapper .footer-icons {
    padding-bottom: 0px;
  }
}
.footer-container .footer-social .social-wrapper .footer-icons a {
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-right: 30px;
  vertical-align: middle;
}
.footer-container .footer-social .social-wrapper .footer-icons a span {
  line-height: normal;
  vertical-align: top;
}
.footer-container .footer-social .social-wrapper .footer-icons a.contact-us {
  margin-right: 40px;
}
.footer-container .footer-social .social-wrapper .footer-icons a.contact-us img {
  width: 20px;
  height: 16px;
  margin-right: 5px;
}
@media (min-width: 980px) {
  .footer-container .footer-social .social-wrapper .footer-icons a.contact-us:hover {
    text-decoration: none;
  }
  .footer-container .footer-social .social-wrapper .footer-icons a.contact-us:hover span {
    text-decoration: underline;
  }
}
.footer-container .footer-social .social-wrapper .footer-icons a img {
  height: 18px;
  width: auto;
}
.footer-container .footer-social .social-wrapper .footer-icons a:last-child {
  margin-right: 0;
}
@media (min-width: 980px) {
  .footer-container .footer-social .social-wrapper .footer-icons {
    padding-bottom: 0;
  }
}
.footer-container .footer-social .social-wrapper .footer-partner span {
  font-family: "Value-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-right: 30px;
  vertical-align: middle;
}
@media (min-width: 980px) {
  .footer-container .footer-social .social-wrapper .footer-partner span {
    margin-right: 0px;
  }
}
.footer-container .footer-social .social-wrapper .footer-partner img {
  margin-left: 15px;
  width: auto;
  height: 24px;
  vertical-align: middle;
}
@media (min-width: 980px) {
  .footer-container .footer-social .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-social {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.footer-container .footer-bottom {
  background-color: #222222;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 708px) {
  .footer-container .footer-bottom .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-container .footer-bottom .bottom-wrapper .footer-links .one-trust-legal-button button {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff !important;
  display: inline-block;
  padding: 0 0 20px 0 !important;
  border: none !important;
}
.footer-container .footer-bottom .bottom-wrapper .footer-links .one-trust-legal-button button:hover {
  text-decoration: underline;
  cursor: pointer !important;
  background-color: transparent !important;
}
.footer-container .footer-bottom .bottom-wrapper .footer-links a {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  width: 48%;
  padding-bottom: 20px;
}
@media (min-width: 708px) and (max-width: 979px) {
  .footer-container .footer-bottom .bottom-wrapper .footer-links .one-trust-legal-button button {
    width: auto;
    padding-bottom: 0px !important
    padding-right: 40px !important
  }
  .footer-container .footer-bottom .bottom-wrapper .footer-links a {
    width: auto;
    padding-bottom: 0px;
    padding-right: 40px;
  }
  .footer-container .footer-bottom .bottom-wrapper .footer-links a:last-child {
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .footer-container .footer-bottom .bottom-wrapper .footer-links a {
    width: auto;
    padding-bottom: 0px;
    padding-right: 40px;
  }
  .footer-container .footer-bottom .bottom-wrapper .footer-links .one-trust-legal-button button {
    width: auto;
    padding-bottom: 0px !important
    padding-right: 40px !important
  }
  .footer-container .footer-bottom .bottom-wrapper .footer-links a:last-child {
    padding-right: 0;
  }
}
.footer-container .footer-bottom .footer-copyright span {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #8a8a8a;
}
@media (min-width: 980px) {
  .footer-container .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
