:root {
  /* Typography - Size */
  /* Typography - Weight */
  /* Colors */
  /* Colors - Neutral */
  /* CTA */
  /* Font Family */
  /* Spaces */
  /* Border Size */
  /* Border style */
}

/* DRIFT */
.open__footer-menu__overflow-hidden #drift-frame-controller {
  z-index: 0 !important;
}

/* ***** INDEX *****
External CSS */

/* START grid */
#main-footer__list {
  margin: 0 auto;
  width: 100%;
}



@media (min-width: 992px) {
  #main-footer__list {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #main-footer__list {
    max-width: 1140px;
  }
}

/* END grid */

/* START ALL VIEWPORTS */

.main-footer__menu-burger {
  background-color: transparent;
  border: 1px solid transparent;
  color: #4D4D49;
  font-family: 'NotoSans'
,
Helvetica
,
Arial
,
sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 60px;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.main-footer a,
.main-footer a:link {
  text-decoration: none;
}

.main-footer ul {
  list-style: none;
  padding-left: 0;
}

.main-footer .logo {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: auto;
  display: block;
  height: 24px;
  position: relative;
  width: 100%;
}

.main-footer .nav {
  display: block;
  overflow-x: hidden;
}

.footer--section__close-location {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.55;
}

.main-footer .more-locations {
  font-size: 1rem;
  margin: 1.5rem 0 2rem;
}

.main-footer .more-locations .icon-container {
  margin-left: 5px;
}

.main-footer .more-locations a {
  color: #37D5A5;
  /*text-decoration: underline;
    text-decoration-thickness: 0.15em;
    text-underline-offset: 0.1em;*/
}

.main-footer .more-locations a:hover {
  color: #37D5A5;
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.1em;
}

.main-footer .more-locations a:active {
  color: #008A61;
}

.main-footer .logo {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 33px;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}

.footer--menu-group__title,
.footer--section-title {
  font-family: 'NotoSans'
,
Helvetica
,
Arial
,
sans-serif;
  font-weight: 500;
}

.footer--section-title {
  line-height: 1.56;
  margin: 0;
}

.main-footer button {
  font-family: 'NotoSans'
,
Helvetica
,
Arial
,
sans-serif;
  line-height: 1.55;
}

.main-footer .language-switcher__btn i.osicon.osicon-chevron-down::before {
  content: '\e90d';
  font-weight: 900;
}

.osicon-chevron-down::before {
  content: "\e908";
}

.footer--section__close-location__rights-reserved {
  margin-bottom: 0;
}

.footer-section__social li a span {
  display: flex;
  font-size: 1.5rem;
}

.footer--menu-group.footer-section__social {
  display: inline-flex;
  flex-flow: row-reverse;
  padding-bottom: 0;
}

.footer-section__social li {
  display: inline-block;
  margin: 0 0 0 27px;
}

.footer-section__social li:last-of-type {
  margin-left: 0;
}



/* language switcher */
.main-footer .language-switcher__btn span {
  display: flex;
}

.main-footer .language-switcher__btn {
  background: #fff;
  color: #0F0E0B;
  border-radius: 4rem;
  font-weight: 700;
  font-size: .9rem;
}

.main-footer .language-switcher {
  margin-bottom: 2rem;
}

#wrapper {
  overflow: hidden;
}

/*
footer.main-footer {
  overflow: hidden;
}
*/

/*
.language-switcher .language-switcher__dropdown.upside-down.show.upside-down,
.language-switcher .language-switcher__dropdown.show {
  bottom: 48px !important;
}
*/



/* Simple footer */
.main-footer__simple {
  overflow: visible;
}

.main-footer .footer-section__social li a {
  color: #fff;
  transition: 300ms ease all;
}



.main-footer__left-panel span {
  font-size: 18px;
  font-weight: 500;
  padding-left: 8px;
  text-transform: none;
}


/* END ALL VIEWPORTS */

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .main-footer .footer--section {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .main-footer.open__footer-menu .footer--section {
    display: block;
  }

  .main-footer .footer--section__right {
    align-items: flex-end;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    /* so it's aligned with the text on the left */
  }

  .main-footer__menu-burger {
    padding: 0 2.5rem !important;
  }

  .main-footer .language-switcher {
    margin-top: 5rem;
  }

  .footer-section__social {
    padding-bottom: 0;
  }
}

@media all and (min-width: 768px) {

  .footer--section__close-location {
    font-size: 0.8em;
  }

  .main-footer .more-locations {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .main-footer__left-panel span {
    font-size: 19.8px;
  }
}

@media all and (min-width: 992px) {
  .main-footer__menu-burger {
    display: none;
  }

  .footer--section__close-location {
    font-size: 0.9em;
  }

  /* START footer--section-custom */

  .main-footer .footer--section-custom {
    columns: 4;
  }

  .footer--section-custom-menu {
    display: inline-block;
    width: 100%;
  }

  .footer--section-title {
    color: #C9CBC6;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.5;
  }

  .main-footer .footer--section-custom .footer--menu-group {
    margin: 1rem 0 2rem;
    overflow: hidden;
  }

  .footer--section__right {
    position: relative;
  }

  .footer--menu-group.footer-section__social {
    bottom: 0;
    display: flex;
    flex-flow: row-reverse;
    /* Fix IE11 position absolute, right 0, display flex problem */
    margin-top: 1em;
    margin-bottom: 0;
    position: absolute;
    overflow-x: visible;
    right: 0;
  }

  .main-footer .footer--section-custom li:not(:first-child) {
    padding: 0 0 9px 0;
  }

  .main-footer .footer--section-custom li:last-of-type {
    padding-bottom: 0;
  }

  .main-footer .nav li a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.66;
    transition: all 80ms ease-in-out;
    transition-timing-function: cubic-bezier(0.43, 0.11, 0.08, 1);
  }

  .main-footer .nav li a:focus {
    background-color: transparent;
  }

  .footer--menu-group__header {
    display: none;
    padding: 25px 15px;
  }

  .main-footer .footer--section-custom .footer--menu-group.nav a:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline;
    box-shadow: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.25em;
  }


  .footer--menu-group li img {
    margin-bottom: -1px;
    max-height: 14px;
  }

  /* END footer--section-custom */

  /* START footer--section */

  .main-footer .footer--section {
    border-top: 1px solid #62625F;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 5rem;
  }

  .footer--section__content-wrapper {
    display: flex;
    margin-right: auto;
  }

  .footer-section__social li:last-child {
    margin-left: 0;
  }

  .footer-section__social li a:hover {
    color: #37D5A5;
  }

  .footer--section__content-wrapper .logo-container .logo {
    display: block;
    height: 40px;
    width: 200px;
  }

  .footer--section__right .logo {
    display: none;
  }

  .footer--section__close-location {
    padding-left: 80px;
  }

  /* END footer--section */

  /* START Simple footer */
  .main-footer__simple {
    padding-top: 0;
  }

  .main-footer__simple .footer--section {
    border-top: none;
    margin-top: 0;
  }

  .main-footer .language-switcher__btn {
    font-size: .8rem;
  }

  .main-footer .more-locations {
    font-size: .9rem;
  }

  /* END Simple footer */
}

/* Medium Devices */
@media all and (max-width: 991.98px) {

  /* fix for drift */
  html.open__footer-menu__overflow-hidden div#drift-widget-container {
    opacity: 0;
    transition: none;
    z-index: 0 !important;
  }

  html.open__footer-menu__overflow-hidden {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  html.open__footer-menu__overflow-hidden body {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .main-footer nav {
    margin: 0;
    padding: 0;
  }

  /* GENERAL */

  .main-footer {
    padding-top: 0;
  }

  .main-footer.open__footer-menu .main-footer__container {
    height: 100vh;
  }

  .main-footer__container {
    position: relative;
  }

  /* START footer--section-custom */

  .footer--section-custom {
    background-color: #242320;
    height: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    z-index: 1;
  }

  .main-footer.open__footer-menu .footer--section-custom {
    height: calc(100vh - 116px);
    opacity: 1;
  }

  .footer--menu-group__header {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    /* align titles */
    padding: 10px 15px;
  }

  .footer--section-title {
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    opacity: 0;
    padding: 10px 30px 10px 15px;
    position: relative;
    transition: 0.5s ease-in opacity;
  }

  .footer--section-title::after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 15px;
    content: '';
    height: 11px;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    transform: rotate(135deg) translateY(50%);
    width: 11px;
  }

  .footer--section-title:hover {
    cursor: pointer;
  }

  .main-footer.open__footer-menu .footer--section-title {
    opacity: 1;
  }

  /* END footer--section-custom */

  /* START footer--section */

  .footer--section {
    padding: 1.5rem 15px 5rem;
    transition: 300ms ease height;
  }

  .main-footer.open__footer-menu .footer--section {
    bottom: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  .footer--section-custom-menu .footer--menu-group.js-swipe-layer--show {
    transform: translate3d(0, 0, 0);
  }

  .footer--section__close-location {
    color: #fff;
  }

  .main-footer .logo-container .logo {
    display: block;
    height: 50px;
    width: 220px;
  }

  .footer-section__social {
    display: flex;
    justify-content: flex-start;
  }

  .main-footer.open__footer-menu .footer-section__social {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .main-footer__menu-burger {
    align-items: center;
    background: #383835;
    border: 1px solid transparent;
    color: #fff;
    display: inline-flex;
    font-family: 'NotoSans'
,
Helvetica
,
Arial
,
sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 60px;
    line-height: 22px;
    justify-content: space-between;
    padding: 0 15px;
    position: static;
    right: 8px;
    text-transform: uppercase;
    top: 0;
    width: 100%;
  }

  .main-footer__menu-burger i {
    font-size: 1em;
  }

  .main-footer__left-panel {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-family: 'WorkSans'
,
'NotoSans'
,
Helvetica
,
Arial
,
sans-serif;
  }



  .main-footer__right-panel {
    align-items: center;
    display: flex;
  }

  .main-footer__right-panel span {
    display: none;
    font-size: .7em;
  }

  .main-footer.open__footer-menu .main-footer__right-panel span {
    display: inline-block;
  }

  .main-footer__right-panel::after {
    content: "\e916";
    font-family: osicons !important;
    font-weight: 400;
  }

  .main-footer.open__footer-menu .main-footer__right-panel::after {
    content: "\e92b";
    font-family: osicons !important;
    font-size: 0.5em;
    font-weight: 400;
    padding-left: 8px;
  }

  .footer--section-custom-menu .footer--menu-group li:not(:first-child) {
    transform: translateX(100%);
  }

  .footer--section-custom-menu .footer--menu-group.js-swipe-layer--show li:not(:first-child) {
    transform: translateX(0);
  }

  .footer--section-custom-menu .footer--menu-group a {
    align-items: center;
    color: #fff;
    display: block;
    font-size: 0.9em;
    outline: none;
    padding: 0 15px 16px;
  }

  .footer--section-custom-menu .footer--menu-group {
    background-color: #242320;
    height: calc(100vh - 115px);
    /* footer height */
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 60px;
    transform: translateX(100%);
    transition: 200ms ease all;
    width: 100%;
    z-index: 2;
  }

  .footer--menu-group__title {
    color: #B4B6B1;
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0;
  }

  .footer--menu-group__go-back {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #fff;
    display: flex;
    font-size: 1em;
    padding: 1px 0 1px 30px;
    position: relative;
  }

  .footer--menu-group__go-back::before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '';
    height: 11px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 11px;
  }

  .main-footer.open__footer-menu {
    background-color: #242320;
    border-top: 2px solid #242320;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    position: fixed;
    z-index: 9999;
  }

  .main-footer.open__footer-menu.safari-position-fix {
    position: fixed;
  }

  .main-footer.open__footer-menu .footer--section__content-wrapper {
    display: none;
  }

  .main-footer.open__footer-menu .footer-section__social {
    background: #383835;
    justify-content: flex-end;
  }

  .main-footer.open__footer-menu .footer-section__social li {
    margin: 0 0 0 16px;
  }

  .main-footer.open__footer-menu .footer--section__right {
    align-items: center;
    background: #383835;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 10px 15px;
    padding-bottom: calc(env(safe-area-inset-bottom, 20px) + 10px);
  }

  .footer--section__right .logo {
    display: none;
  }

  .main-footer.open__footer-menu .footer--section__right .logo {
    display: block;
    margin: 0;
    width: 140px;
  }

  /* START onetrust */

  .footer--section-custom .optanon-show-settings-button.optanon-toggle-display {
    align-items: center;
    display: flex;
    padding: 0 15px 16px;
  }

  .footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
    margin-top: 0 !important;
  }

  .footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    padding-top: 0;
  }

  /* END onetrust */

  /* START Simple footer */

  .main-footer__simple .footer--section {
    padding: 50px 15px 0;
  }

  /* END Simple footer */
}

@media all and (max-width: 400px) {
  footer.main-footer.open__footer-menu .footer--section__right .logo {
    width: 120px;
  }

  footer.main-footer.open__footer-menu .footer-section__social li {
    margin-left: 16px;
  }
}

/* START onetrust */
.footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
  background-color: transparent !important;
  background-position: 0 3px;
  background-size: 100%;
  border: 0 !important;
  display: inline-block;
  vertical-align: top;
  width: 25px !important;
}

.footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
  background-color: transparent !important;
  border: 0 !important;
  display: inline-block;
  margin-left: 10px;
}

.footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-right {
  display: none;
}

.footer--section-custom .optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings {
  color: #DEE0DB !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.4em !important;
  padding: 0 !important;
}

.footer--section-custom .optanon-show-settings-popup-wrapper {
  display: table-footer-group;
  font-size: 1em;
  height: 0;
  margin-bottom: 30px;
}

.footer--section-custom .optanon-alert-box-wrapper[style="bottom: 0px;"]~div#intercom-container {
  visibility: hidden;
}

/* END onetrust */

/* Hide footer in Experience Editor */
body.on-page-editor .main-footer {
  display: none;
}

/* SAME NAMES */
@media (max-width: 575.98px) {
  .footer--menu-group__title {
    line-height: 1.45;
  }
}