<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-section {
  max-width: 100%;
  margin: auto;
  font-family: "Roboto", sans-serif;
}
.header-section .header-container {
  width: min(90%, 1495px);
  margin-inline: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .header-section .header-container {
    width: 100%;
  }
}
.header-section .header-container .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}
.header-section .header-container .navbar .navbar-brandx {
  flex-grow: 1;
}
.header-section .header-container .navbar .navbar-brandx .logo {
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .header-section .header-container .navbar .navbar-brandx .logo {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 371px) {
  .header-section .header-container .navbar .navbar-brandx .logo {
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .header-section .header-container .navbar .navbar-collapse {
    padding-top: 0.313rem;
    padding-bottom: 0.313rem;
    background: white;
    position: absolute;
    top: 80px;
    z-index: -1;
    width: 100%;
    left: 0px;
    padding-bottom: 2rem;
  }
}
.header-section .header-container .navbar .navbar-collapse .navbar-nav .highlighted {
  color: #377CF6;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .header-section .header-container .navbar .navbar-collapse .navbar-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.header-section .header-container .navbar .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-section .header-container .navbar .navbar-collapse .navbar-nav .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6ebf3;
  }
}
.header-section .header-container .navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 38px;
}
.header-section .header-container .navbar .menu-btn-wrapper {
  display: flex;
  align-items: center;
  /* Adding tranform to the X */
  /* Styling the three lines to make it an X */
}
@media only screen and (max-width: 991px) {
  .header-section .header-container .navbar .menu-btn-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 371px) {
  .header-section .header-container .navbar .menu-btn-wrapper {
    margin: 0.5rem auto 0 auto;
  }
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn {
  cursor: pointer;
  transition: all 0.5s ease-out;
  height: fit-content;
  border: none;
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn .btn-line {
  width: 1.75rem;
  height: 0.188rem;
  margin: 0 0 0.313rem 0;
  background: #004C6C;
  transition: all 0.5s ease-out;
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn.close {
  transform: rotate(180deg);
  margin-top: -0.8rem;
}
@media only screen and (max-width: 371px) {
  .header-section .header-container .navbar .menu-btn-wrapper .menu-btn.close {
    margin-top: 0;
  }
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(0.313rem, 0.313rem);
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}
.header-section .header-container .navbar .menu-btn-wrapper .menu-btn.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.438rem, -0.375rem);
}
.header-section .header-container .highlighted-item {
  font-weight: 400;
  color: #121f44;
}

.vouchers-page {
  padding-top: 5rem;
}
.vouchers-page .content {
  margin-left: -1rem;
  margin-right: -1rem;
}
.vouchers-page .content .vouchers-section {
  background: #F4F5F5;
}
.vouchers-page .content .full-section {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  width: 100%;
}
.vouchers-page .content .full-section .title-section {
  width: 90rem;
  margin: auto;
  max-width: 100%;
  text-align: center;
  font-family: "Roboto";
  padding: 1rem 0;
}
.vouchers-page .content .full-section .title-section h1 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
  color: #000000;
  margin-bottom: 1.3rem;
}
.vouchers-page .content .full-section .title-section h4 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .vouchers-page .content .full-section .title-section h1 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .vouchers-page .content .full-section .title-section h4 {
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
}
.vouchers-page .content .full-section .vouchers-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 90rem;
  margin: auto;
  justify-content: center;
  margin: auto;
  max-width: 100%;
}
.vouchers-page .content .full-section .vouchers-list .voucher-wrapper {
  margin: 1.5rem;
  max-width: 100%;
}
.vouchers-page .content .full-section .vouchers-list a:hover {
  text-decoration: none !important;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card {
  font-family: "Roboto", sans-serif;
  width: 25rem;
  height: 20rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-text {
  min-height: 7.222rem;
  text-align: center;
  padding: 0.556rem;
  padding-left: 9rem;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-text .discount-code {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85rem;
  color: #C73E3E;
  margin-bottom: 0;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-text .discount-percent {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.85rem;
  color: #004C6C;
  margin-bottom: 0;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-text .discount-notice {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.85rem;
  color: #878787;
  margin-bottom: 0;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-logo {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.vouchers-page .content .full-section .vouchers-list .voucher-card .voucher-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .footer-section {
  background-color: #367BF5;
  margin-top: 8.5rem;
}
@media only screen and (max-width: 991px) {
  footer .footer-section {
    margin-top: 4.25rem;
  }
}
footer .footer-section .footer-container {
  width: min(90%, 1495px);
  margin-inline: auto;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .footer-section .footer-container {
    flex-direction: column;
  }
}
footer .footer-section .footer-container .links {
  display: flex;
  flex-direction: row;
  color: white;
  font-weight: 600;
  flex-grow: 1;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  footer .footer-section .footer-container .links {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-section .footer-container .links {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 408px) {
  footer .footer-section .footer-container .links {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-section .footer-container .links .f-col:not(:first-child) {
    margin-top: 10px;
  }
}
footer .footer-section .footer-container .links .f-col {
  display: flex;
}
@media only screen and (max-width: 408px) {
  footer .footer-section .footer-container .links .f-col {
    margin-top: 2rem;
  }
}
footer .footer-section .footer-container .links .f-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 500px) {
  footer .footer-section .footer-container .links .f-col ul {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
footer .footer-section .footer-container .links .f-col ul li a {
  color: inherit;
}
footer .footer-section .footer-container .links .f-col ul li:not(:first-child) {
  margin-top: 10px;
}
footer .footer-section .footer-container .logo {
  display: flex;
  flex-direction: row;
  color: white;
  max-height: 100px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-section .footer-container .logo {
    align-items: center;
    flex-direction: column;
  }
}
footer .footer-section .footer-container .logo img {
  max-width: 84px;
}
footer .footer-section .footer-container .logo .text {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
@media only screen and (max-width: 991px) {
  footer .footer-section .footer-container .logo .text {
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .vouchers-page {
    padding-top: 0;
  }
}

/*# sourceMappingURL=vouchers.css.map */
</pre></body></html>