/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
/* @font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Thin.ttf);
  font-weight: 200;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-display: block;
  font-family: Poppins;
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
} */
@keyframes load {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.layout-item--location-information {
  background-color: #213B73;
}
.layout-item--location-information__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.layout-item--location-information__container > div {
  color: white;
}
.layout-item--location-information__container > div:not(:last-of-type) {
  border-bottom: 2px solid white;
}
.layout-item--location-information__container .address-row,
.layout-item--location-information__container .phone-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 20px 5px;
}
.layout-item--location-information__container .address-row svg:last-of-type,
.layout-item--location-information__container .phone-row svg:last-of-type {
  margin-left: auto;
}
.layout-item--location-information__container .address-row a,
.layout-item--location-information__container .phone-row a {
  color: white;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}
.layout-item--location-information__container .opening-row .opening-hours--header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 20px 5px;
}
.layout-item--location-information__container .opening-row .opening-hours--header.open .opening-hours--header__toggle {
  transform: rotate(-135deg);
}
.layout-item--location-information__container .opening-row .opening-hours--header__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.layout-item--location-information__container .opening-row .opening-hours--header__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--bullet_points_color);
  margin-left: auto;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: transform 300ms ease-in-out;
}
.layout-item--location-information__container .opening-row .opening-hours--header__toggle .toggle-btn {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
  border: solid var(--text_main_color);
  border-width: 0 2px 2px 0;
}
.layout-item--location-information__container .opening-row .opening-hours--text {
  overflow: hidden;
  transition: max-height 300ms ease-in-out, padding 300ms ease-in-out;
  /* &__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
  } */
}
.layout-item--location-information__container .opening-row .opening-hours--text__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 0 25px 25px 50px;
}
.layout-item--location-information__container .directions-row .directions--header {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 20px 5px;
}
.layout-item--location-information__container .directions-row .directions--header.open .directions--header__toggle {
  transform: rotate(-135deg);
}
.layout-item--location-information__container .directions-row .directions--header__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.layout-item--location-information__container .directions-row .directions--header__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: var(--bullet_points_color);
  margin-left: auto;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: transform 300ms ease-in-out;
}
.layout-item--location-information__container .directions-row .directions--header__toggle .toggle-btn {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
  border: solid var(--text_main_color);
  border-width: 0 2px 2px 0;
}
.layout-item--location-information__container .directions-row .directions--text {
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.layout-item--location-information__container .directions-row .directions--text__container {
  padding: 0 25px 25px 50px;
}
