@font-face {
    font-family: 'Founders Grotesk Light';
    font-display: swap;
    src: url('https://www.theopen.com/dist/fonts/founders-grotesk-light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cardinal Photo Regular';
    font-display: swap;
    src: url('https://www.theopen.com/dist/fonts/cardinalphotoweb-regular.woff2') format('woff2'), url('https://www.theopen.com/dist/fonts/cardinalphotoweb-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
	max-width: 1226px;
	margin-left: auto;
	margin-right: auto;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
	
.icon {
  fill: currentColor; /* prevent extra space below icon */
  vertical-align: top;
}

.icon path {
  fill: inherit;
}

.image-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; /* override cover with contain */
}

.footer {
  position: relative;
  z-index: 0;
  flex: none;
  padding-top: 80px;
  background-color: #06051e;
}

.footer__patrons {
  position: relative;
  z-index: 0;
  padding: 20px 20px;
  background-color: #06051e;
}

.footer__patrons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.footer__patrons-title {
  margin: 0;
  font-family: Cardinal Photo Regular, Helvetica, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.footer__patrons-title + .footer__patrons-list {
  margin-top: 25px;
}

.footer__patrons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer__patrons-item {
  padding: 10px 5px;
}

.footer__patrons-link {
  display: block;
  text-align: center;
}

.footer__patrons-logo {
  width: 60px;
  max-width: 100%;
  height: 35px;
  object-fit: contain;
}

.footer__patrons-row {
  margin-top: 30px;
}

.footer__info {
  padding: 40px 20px;
  color: #ffffff;
  background-color: #06051e;
}

.footer__info-header {
  display: flex;
  flex-direction: column-reverse;
}

.footer__site-link {
  font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s linear;
}

.can-hover .footer__site-link:hover,
.can-hover .footer__site-link:focus {
  color: #ffba00;
}

.footer__socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ffffff;
}

.footer__socials-item {
  padding: 5px 15px;
}

.footer__socials-link {
  display: block;
  width: 25px;
  color: #ffffff;
  transition: color 0.3s linear;
}

.can-hover .footer__socials-link:hover,
.can-hover .footer__socials-link:focus {
  color: #ffba00;
}

.footer__socials-icon {
  width: 100%;
  height: 100%;
}

.footer__legals-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.footer__legals-item {
  position: relative;
}

.footer__legals-item:last-child::after {
  display: none;
}

.footer__legals-item::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
}

.footer__legals-link {
  margin-right: 20px;
  font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s linear;
}

.can-hover .footer__legals-link:hover,
.can-hover .footer__legals-link:focus {
  color: #ffba00;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.footer__copyright-text {
  font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

.footer__copyright-open {
  width: 90px;
  color: #ffffff;
}

.footer__copyright-open-icon {
  width: 100%;
  height: auto;
}

.footer__copyright-randa {
  position: relative;
  margin-top: 30px;
  width: 55px;
  height: 30px;
}

.footer__copyright-randa > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .footer__patrons {
    padding: 50px 30px;
  }

  .footer__patrons-title {
    font-size: 14px;
    letter-spacing: 1.6px;
  }

  .footer__patrons-title + .footer__patrons-list {
    margin-top: 30px;
  }

  .footer__patrons-row {
    margin-top: 50px;
  }

  .footer__info {
    padding: 30px 30px;
  }

  .footer__patrons-item {
    padding: 0 5px;
    width: 11%;
  }

  .footer__info-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer__site-link {
    font-size: 18px;
  }

  .footer__socials-list {
    margin-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .footer__socials-item {
    margin-left: 27px;
  }

  .footer__socials-link {
    width: 15px;
    height: 15px;
  }

  .footer__legals-list {
    margin-top: 0;
  }

  .footer__legals-item::after {
    top: 4px;
  }

  .footer__legals-link {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0;
  }

  .footer__copyright {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 60px;
  }

  .footer__copyright-text {
    max-width: 400px;
    margin-top: 0;
    text-align: left;
  }

  .footer__copyright-open {
    width: 50px;
    height: 25px;
    margin-right: 15px;
  }

  .footer__copyright-randa {
    margin-left: auto;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer__patrons-logo {
    width: 130px;
    height: 55px;
    margin: 5px;
  }

  .footer__info {
    padding: 35px 30px 40px;
  }

  .footer__patrons-item {
    flex: var(--patronItemsPerRow);
  }

  .footer__socials-link {
    width: 20px;
    height: 20px;
  }

  .footer__copyright {
    margin-top: 25px;
  }

  .footer__copyright-text {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0;
  }

  .footer__copyright-open {
    width: 65px;
    height: 30px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1366px) {
  .footer__info {
    padding: 35px 30px 50px;
  }

  .footer__socials-link {
    width: 25px;
    height: 25px;
  }

  .footer__copyright {
    margin-top: 50px;
  }

  .footer__copyright-text {
    max-width: 700px;
  }

  .footer__copyright-open {
    width: 85px;
    height: 40px;
    margin-right: 25px;
  }
}
