  /* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-header {
  background-color: #ffffff;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}
.odp-header__title {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.375rem;
  color: #343642;
  line-height: 1.7188rem;
}
.odp-header__gap {
  gap: 1rem;
}
.odp-header__icon__inside {
  position: relative;
  color: #343642;
}
.odp-header__icon__inside .notification-icon {
  color: #343642;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #e2e2e2;
  text-decoration: none;
  border-bottom: none;
}
.odp-header__icon__inside .notification-icon__count {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1rem;
  height: 1rem;
  background-color: #dc2d27;
  border-radius: 50%;
  display: none;
}
.odp-header__icon__inside .svg-inline--fa.fa-w-20 {
  width: 1.5625rem;
  height: 1.25rem;
}
.odp-header .logo__desktop {
  height: 3.75rem;
}
.odp-header .logo__mobile {
  height: 3.125rem;
}
@media (max-width: 639px) {
  .odp-header__hide-mobile {
    display: none;
  }
}
.odp-header:not(:has(.odp-header__logo)) .odp-header__title {
  flex-grow: 1;
  text-align: center;
  margin-left: 1.375rem;
}
.odp-header:not(:has(.odp-header__icon)) .odp-header__title {
  flex-grow: 1;
  text-align: center;
  margin-right: 3.125rem;
}
.odp-notification__title {
  font-family: "Simplon Norm", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 125%;
  color: #343642;
}
.odp-notification__wrap {
  position: absolute;
  top: 100%;
  right: 0;
  width: calc(93vw);
  max-width: 23.4375rem;
  background: #f6f6f6;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.odp-notification__wrap--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .odp-notification__wrap {
    width: calc(98vw);
  }
}
.odp-notification__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e2e2;
  background: #ffffff;
}
.odp-notification-list {
  max-height: calc(90.9375vh);
  overflow-y: auto;
}
.odp-notification-list__section {
  padding: 1.875rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.odp-notification-list__section:last-child {
  background-color: #ffffff;
}
.odp-notification-list__item {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: .25rem;
  transition: background-color 0.2s;
}
.odp-notification-list__item:hover {
  background-color: #edeef0;
}
.odp-notification-list__empty {
  padding: 1rem;
  background-color: #ffffff;
  text-align: center;
}
.odp-notification__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: #dc2d27;
  font-size: 1.625rem;
}
.odp-notification__item__content {
  flex: 1;
}
.odp-notification__item__text {
  font-size: 1rem;
  color: #000000;
  line-height: 1.5;
}
.odp-notification__item__highlight {
  font-weight: 600;
  white-space: nowrap;
  word-break: keep-all;
}
.odp-notification__item__time {
  font-size: .75rem;
  color: #dc2d27;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-footer {
  background-color: #f6f6f6;
  padding: 3.75rem 0rem 5.625rem 0rem;
}
@media (min-width: 640px) {
  .odp-footer {
    padding: 3.75rem 0rem;
  }
}
.odp-footer__btn {
  padding: 0rem 1rem;
  border-radius: 1rem;
  background-color: #d1d1d1;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  color: #343642;
  margin-bottom: 1.25rem;
  border: unset;
  width: fit-content;
  min-height: 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.odp-footer__line {
  height: 0.0625rem;
  width: 100%;
  background-color: #e2e2e2;
  margin: 0.75rem 0rem;
}
.odp-footer__title {
  display: flex;
  gap: 5px;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  color: #343642;
}
.odp-footer__title p {
  margin-bottom: 0.75rem;
}
.odp-footer__disclaimer {
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  font-size: 0.625rem;
  color: #737578;
  line-height: 0.875rem;
}
.odp-footer__links {
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.25rem;
  row-gap: 0.5rem;
}
.odp-footer__links a {
  border-bottom: unset;
}
@media (min-width: 640px) {
  .odp-footer__links {
    flex-direction: row;
    gap: 1.25rem;
    row-gap: 0rem;
  }
}
.odp-footer__link {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: #343642;
}
.odp-footer__location {
  row-gap: 0.25rem;
  flex-direction: column;
}
@media (min-width: 640px) {
  .odp-footer__location {
    flex-direction: row;
    gap: 1.875rem;
    row-gap: 0.5rem;
    flex-wrap: wrap;
  }
}
.odp-footer__location-text {
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #737578;
}
@media (min-width: 640px) {
  .odp-footer {
    padding: 3.75rem 0;
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-customheader {
  display: flex;
  min-height: 3.75rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 1rem;
}
.odp-customheader__back-btn {
  width: 1.2rem;
}
.odp-customheader__custom-title {
  font-family: "Simplon Norm", sans-serif;
  margin-bottom: 0rem;
  font-weight: 500;
  font-size: 1.125rem;
  white-space: nowrap;
}
.odp-customheader__btn {
  font-family: "Simplon Norm", sans-serif;
  border-bottom: none;
  font-weight: 500;
  font-size: 1.125rem;
}
.odp-customheader__custom-button {
  margin-left: auto;
  color: #dc2d27;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .odp-customheader {
    display: none;
  }
}
.odp-customheader:has(.odp-customheader__back-btn):not(:has(.btn-label)) .custom-heading {
  max-width: unset;
  text-overflow: clip;
  margin-left: 32px;
}
.odp-customheader:not(:has(.odp-customheader__back-btn)):not(:has(.btn-label)) .custom-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 37ch;
  margin-left: 0;
}
.odp-customheader:has(.odp-customheader__back-btn):has(.btn-label) .custom-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 16ch;
  margin-left: 32px;
}
.odp-customheader:has(.odp-customheader__back-btn):has(.btn-label) .btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12ch;
  white-space: nowrap;
}
.odp-customheader:not(:has(.odp-customheader__back-btn)):has(.btn-label) .custom-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 16ch;
  margin-left: 0;
}
.odp-customheader:not(:has(.btn-label)):has(.odp-customheader__back-btn) {
  justify-content: flex-start;
}
.odp-customheader:not(:has(.btn-label)):has(.odp-customheader__back-btn) .custom-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 32ch;
  margin-left: 32px;
}
.odp-customheader:not(:has(.odp-customheader__back-btn)):has(.btn-label) .custom-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18ch;
  margin-left: 0rem;
}
.odp-customheader:not(:has(.odp-customheader__back-btn)):has(.btn-label) .btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12ch;
  white-space: nowrap;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-bottombar {
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
}
@media (min-width: 640px) {
  .odp-bottombar {
    position: unset;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  }
}
.odp-bottombar__wrapper {
  justify-content: space-around;
}
@media (min-width: 640px) {
  .odp-bottombar__wrapper {
    width: 100%;
    max-width: 80.62rem;
    margin: 0 auto;
  }
}
.odp-bottombar__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
  padding: 0.8rem 0;
  position: relative;
}
.odp-bottombar__option .menu-text {
  font-weight: 500;
  font-size: 0.75rem;
  color: #737578;
  line-height: initial;
  padding-top: 0.3rem;
}
.odp-bottombar__option .icon {
  color: #a5a5a5;
}
@media (min-width: 640px) {
  .odp-bottombar__option {
    border-top: 3px solid transparent;
    padding: 0.8rem 1rem;
    width: 7.5rem;
    border-bottom: 3px solid transparent;
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .odp-bottombar__option {
    width: 10.5rem;
  }
}
.odp-bottombar__option:last-child {
  margin-right: 0.4rem;
}
@media (min-width: 640px) {
  .odp-bottombar__option:last-child {
    margin-right: unset;
  }
}
.odp-bottombar__option.active::before {
  content: "";
  position: absolute;
  top: 0rem;
  width: 3.75rem;
  height: .125rem;
  background-color: #dc2d27;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 640px) {
  .odp-bottombar__option.active {
    border-color: #dc2d27;
    pointer-events: none;
    cursor: default;
  }
  .odp-bottombar__option.active::before {
    display: none;
  }
}
.odp-bottombar__option.active span,
.odp-bottombar__option.active .icon {
  color: #dc2d27;
}

    .container.pad-r-l-0 {
        padding-left: 56px;
        padding-right: 56px;
        @media only screen and (max-width: 450px) {
            .container {
            padding-left: 16px; 
            padding-right: 16px;
            } 
        }
    }

    .container.pad-r-l-1 {
        padding-left: 0px;
        padding-right: 0px;
        @media only screen and (max-width: 450px) {
            .container {
            padding-left: 0px; 
            padding-right: 0px;
            } 
        }
    }

    .bootstrap-wrapper.col_top_padding{
        padding-top:25px;
        padding-bottom:25px;
        @media only screen and (max-width: 450px) {
            .container {
              padding-top: 15px; 
              padding-bottom: 15px;
            } 
        }
    }
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.bootstrap-wrapper {
  /**
 * Bootstrap overrides
 */
}

.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bootstrap-wrapper .visible {
  visibility: visible !important;
}

.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}

.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}

.bootstrap-wrapper .hidden-xl-down {
  display: none !important;
}

.bootstrap-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}

.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}

.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}

@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}

.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}

.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap-wrapper .col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.bootstrap-wrapper .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bootstrap-wrapper .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.bootstrap-wrapper .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.bootstrap-wrapper .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.bootstrap-wrapper .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.bootstrap-wrapper .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.bootstrap-wrapper .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.bootstrap-wrapper .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.bootstrap-wrapper .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.bootstrap-wrapper .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.bootstrap-wrapper .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.bootstrap-wrapper .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.bootstrap-wrapper .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.bootstrap-wrapper .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.bootstrap-wrapper .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.bootstrap-wrapper .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.bootstrap-wrapper .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bootstrap-wrapper .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.bootstrap-wrapper .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.bootstrap-wrapper .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.bootstrap-wrapper .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.bootstrap-wrapper .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.bootstrap-wrapper .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.bootstrap-wrapper .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.bootstrap-wrapper .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.bootstrap-wrapper .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.bootstrap-wrapper .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.bootstrap-wrapper .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}

.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}

.bootstrap-wrapper .offset-3 {
  margin-left: 25%;
}

.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}

.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}

.bootstrap-wrapper .offset-6 {
  margin-left: 50%;
}

.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}

.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}

.bootstrap-wrapper .offset-9 {
  margin-left: 75%;
}

.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}

.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}
/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-static-banner-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.odp-static-banner-card__content {
  margin: 0.25rem;
  border-radius: 0.25rem;
  padding: 1.5rem 1.875rem;
  gap: 1rem;
  flex: 1 1 calc(48%);
  position: relative;
  min-height: 9.375rem;
}
@media (min-width: 640px) {
  .odp-static-banner-card__content {
    padding: 2.5rem 2.5rem 1.8rem;
    min-height: 11.5625rem;
  }
}
@media (min-width: 640px) {
  .odp-static-banner-card__text {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.odp-static-banner-card__title {
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  margin-bottom: 0rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #343642;
}
@media (min-width: 640px) {
  .odp-static-banner-card__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.odp-static-banner-card__description {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.odp-static-banner-card__description h2 {
  font-family: "Simplon Norm", sans-serif;
}
.odp-static-banner-card__description p {
  line-height: 1.6875rem;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.75rem;
  margin-bottom: 0rem;
}
.odp-static-banner-card__description ul,
.odp-static-banner-card__description ol {
  color: #343642;
  margin-top: 1rem;
}
.odp-static-banner-card__description li {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 640px) {
  .odp-static-banner-card__description {
    width: 65%;
  }
}
.odp-static-banner-card__button {
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.odp-static-banner-card__button a {
  color: #343642;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}
.odp-static-banner-card__icon {
  position: absolute;
  bottom: 1.75rem;
  right: 2.5rem;
}
@media (min-width: 640px) {
  .odp-static-banner-card__icon {
    margin-right: 0.5rem;
    bottom: 1.5rem;
  }
}
.odp-static-banner-card__icon .icon:nth-child(1) {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  rotate: -30deg;
  transform: scale(3.5);
}
.odp-static-banner-card__icon .icon:nth-child(2) {
  position: absolute;
  bottom: 4rem;
  right: -0.8rem;
  rotate: 0deg;
  transform: scale(1.5);
}
.odp-static-banner-card__icon .icon:nth-child(3) {
  position: absolute;
  bottom: -0.5rem;
  right: 4rem;
  rotate: 20deg;
  transform: scale(1.2);
}
@media (min-width: 640px) {
  .odp-static-banner-card__icon .icon:nth-child(1) {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
    rotate: -30deg;
    transform: scale(6);
  }
  .odp-static-banner-card__icon .icon:nth-child(2) {
    position: absolute;
    bottom: 5.5rem;
    right: -0.75rem;
    rotate: 0deg;
    transform: scale(2.5);
  }
  .odp-static-banner-card__icon .icon:nth-child(3) {
    position: absolute;
    bottom: 0rem;
    right: 8.2rem;
    rotate: 30deg;
    transform: scale(2);
  }
}
.odp_staticcard__title {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  margin-bottom: 1rem;
  color: #343642;
}
@media (min-width: 640px) {
  .odp_staticcard__title {
    font-weight: 300;
    margin-bottom: 1.25rem;
    padding: 0rem;
  }
}
.odp-static-banner-card-wrapper {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 640px) {
  .odp-static-banner-card-wrapper {
    padding: 2.5rem 0rem;
  }
}
.odp-static-banner-card__content:has(.odp-static-banner-card__description):not(:has(.odp-static-banner-card__button)) .odp-static-banner-card__description {
  margin-bottom: 3.5rem;
}
.odp-static-banner-card__content:has(.odp-static-banner-card__description):not(:has(.odp-static-banner-card__button)) .odp-static-banner-card__description:has(ol, ul) {
  margin-bottom: 4.5rem;
}
.odp-static-banner-card__content:has(.odp-static-banner-card__description):not(:has(.odp-static-banner-card__button, .odp-static-banner-card__icon)) .odp-static-banner-card__description {
  margin-bottom: 1rem;
}
.odp-static-banner-card__content:has(.odp-static-banner-card__description):not(:has(.odp-static-banner-card__button, .odp-static-banner-card__icon)) .odp-static-banner-card__description:has(ol, ul) {
  margin-bottom: 1rem;
}
.odp-static-banner-card__content:not(:has(.odp-static-banner-card__description)) .odp-static-banner-card__title {
  margin-bottom: 1.5rem;
}
.odp-static-banner-card__content:not(:has(.odp-static-banner-card__icon)) .odp-static-banner-card__description {
  width: 100%;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-promo-box {
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .odp-promo-box {
    margin: 0 auto;
    max-width: 52.125rem;
    padding: 1.25rem 1.875rem 2.125rem 1.875rem;
    flex-direction: row;
  }
}
.odp-promo-box__header {
  width: 100%;
  color: #000000;
  font-weight: 300;
}
.odp-promo-box__header h2 {
  font-family: "Simplon Norm", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  .odp-promo-box__header h2 {
    font-weight: 300;
  }
}
.odp-promo-box__header p {
  line-height: 1.5rem;
}
.odp-promo-box__header ul {
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  color: #343642;
}
.odp-promo-box__header li {
  position: relative;
  padding-left: 1.5rem;
}
.odp-promo-box__header li::before {
  content: "•";
  color: #a5a5a5;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  font-weight: 900;
}
@media (min-width: 640px) {
  .odp-promo-box__action {
    margin-top: 2.0625rem;
    margin-left: auto;
    justify-content: center;
  }
}
.odp-promo-box__btn {
  width: 100%;
}
@media (min-width: 640px) {
  .odp-promo-box__btn {
    width: 15.625rem;
  }
}
.odp-promo-box__link {
  padding: 0;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .odp-promo-box__link {
    margin-bottom: 2.0625rem;
    margin-top: 1.25rem;
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
#odp-contentCardCarousal__Container {
  padding-bottom: 40px;
  padding-right: 0;
  margin-right: 0;
  max-width: 100%;
}
@media (max-width: 80.61rem) {
  #odp-contentCardCarousal__Container {
    padding-left: 1rem !important;
    margin-left: 0;
  }
}
#odp-contentCardCarousal__Space {
  padding: 0;
  padding-top: 30px;
}
.odp_carousel {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.odp_carousel__title {
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .odp_carousel__title {
    font-weight: 300;
  }
}
.odp_carousel__item {
  width: 15.6rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding-bottom: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0rem auto;
}
@media (min-width: 640px) {
  .odp_carousel__item {
    width: 24rem;
    margin: 0rem auto;
  }
}
.odp_carousel__img {
  display: block;
  height: 9.0625rem;
}
@media (min-width: 640px) {
  .odp_carousel__img {
    height: 12.875rem;
  }
}
.odp_carousel__img__image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.odp_carousel__content {
  padding: 1.5rem;
}
@media (min-width: 640px) {
  .odp_carousel__content {
    padding: 1.875rem 2.5rem 0;
  }
}
.odp_carousel__content p {
  line-height: 1.5rem;
  font-size: 16px;
  color: #343642;
}
.odp_carousel__heading {
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  margin-bottom: 0.875rem;
}
@media (min-width: 640px) {
  .odp_carousel__heading {
    color: #000000;
    font-weight: 300;
  }
}
.odp_carousel__subheading {
  color: #343642;
  font-weight: 700;
  margin-bottom: 0.875rem;
}
@media (max-width: 640px) {
  .odp_carousel .odp_carousel__description p {
    font-size: 14px;
  }
}
.odp_carousel__description {
  color: #343642;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .odp_carousel__description {
    margin-bottom: 3rem;
  }
}
.odp_carousel__description p {
  margin-bottom: 0rem;
}
.odp_carousel .odp_carousel__cta .fa-long-arrow-right {
  margin-left: 12px !important;
}
.odp_carousel__cta {
  margin-top: auto;
  padding: 0 1.5rem;
}
@media (min-width: 640px) {
  .odp_carousel__cta {
    padding: 0 2.5rem;
  }
}
.odp_carousel__cta .icon {
  margin-left: 1.25rem;
}
.odp_carousel__cta .btn--tertiary {
  padding: 0;
}
@media (min-width: 640px) {
  .odp_carousel__cta .btn--tertiary {
    font-weight: 500;
    padding: 0;
  }
}
.owl-carousel .owl-item {
  min-width: 15.9rem;
  max-width: 15.9rem;
}
@media (min-width: 640px) {
  .owl-carousel .owl-item {
    min-width: 24.1875rem;
    max-width: 24.1875rem;
  }
}
.owl-stage.pwa-owl__stage {
  display: flex;
  padding-bottom: 1.25rem;
}
.owl-carousel .pwa-owl__nav.owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 1px solid #343642;
  border-radius: 50%;
  outline: none;
}
.owl-nav.btn-group.pwa-owl__nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
}
@media (min-width: 640px) {
  .owl-nav.btn-group.pwa-owl__nav {
    margin-right: 3.75rem;
  }
}
@media (max-width: 640px) {
  .owl-nav.btn-group.pwa-owl__nav {
    margin-right: 1rem;
  }
}
.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.owl-dots {
  display: flex;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  gap: 0.625rem;
}
.owl-dots .owl-dot {
  border: unset;
}
.owl-dots .owl-dot span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #d1d1d1;
  border-radius: 50%;
}
.owl-dots button:focus {
  outline: none;
}
.owl-dots .owl-dot.active span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #dc2d27;
  border-radius: 50%;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-contentCard__Container {
  padding-bottom: 40px;
}
@media (max-width: 639px) {
  .odp-contentCard__Container {
    padding-right: 0 !important;
    padding-left: 0;
  }
}
.odp-contentCard__Space {
  padding: 0;
  padding-top: 30px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.odp-contentcard-wrapper {
  gap: 1.5rem;
  margin: 0px;
}
@media (min-width: 640px) {
  .odp-contentcard-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .odp-contentcard-wrapper .owl-next {
    margin-right: 1rem;
  }
}
.odp_contentcard__title {
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .odp_contentcard__title {
    margin-left: 1rem;
  }
}
@media (max-width: 639px) {
  .odp-contentcard {
    margin-left: 1rem;
  }
}
.odp-contentcard {
  width: 15.9375rem;
  height: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 0;
  flex: 1 1 calc(48.5%);
}
@media (min-width: 640px) {
  .odp-contentcard {
    height: auto;
  }
}
.odp-contentcard__img {
  display: block;
  height: 9.0625rem;
}
@media (min-width: 640px) {
  .odp-contentcard__img {
    height: 12.875rem;
  }
}
.odp-contentcard__img__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.odp-contentcard__content {
  padding: 1.5rem;
  gap: 0.875rem;
}
@media (min-width: 640px) {
  .odp-contentcard__content {
    padding: 1.875rem 2.5rem;
    gap: 0.875rem;
  }
}
.odp-contentcard__heading {
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
}
@media (min-width: 640px) {
  .odp-contentcard__heading {
    color: #000000;
  }
}
.odp-contentcard__subheading {
  font-weight: 700;
}
.odp-contentcard__description h3 {
  font-size: 1.375rem;
  line-height: 1.7188rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .odp-contentcard__description h3 {
    font-size: 1.9375rem;
    line-height: 2.4219rem;
    font-family: "Simplon Norm", sans-serif;
    font-weight: 300;
  }
}
.odp-contentcard__description p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}
@media (min-width: 640px) {
  .odp-contentcard__description p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Open Sans, sans-serif;
    font-weight: 300;
  }
}
.odp-contentcard__description ul {
  list-style: none;
  padding: 0;
  color: #343642;
}
.odp-contentcard__description li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.odp-contentcard__description li::before {
  content: "•";
  color: #a5a5a5;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.odp-contentcard__button {
  margin-top: auto;
}
.odp-contentcard__button .btn--tertiary {
  padding: 0.875rem 1.5rem 1.875rem 1.5rem;
}
@media (min-width: 640px) {
  .odp-contentcard__button .btn--tertiary {
    padding: 0.875rem 2.5rem 1.875rem 2.5rem;
  }
}
@media (min-width: 640px) {
  .odp-contentcard {
    flex: 1 1 calc(48.5%);
  }
}
.odp-contentCard__arrowIcon {
  margin-left: 12px;
}
.owl-carousel .pwa-owl__nav.owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 1px solid #343642;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343642;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-callout-card {
  padding: 1.25rem 1.875rem 2.125rem 1.25rem;
  border-radius: 0.1875rem;
  border: 0.0625rem;
  border-width: 0.25rem 0.0625rem 0.0625rem 0.0625rem;
}
@media (min-width: 640px) {
  .odp-callout-card {
    margin: 0 auto;
    max-width: 52.125rem;
    padding: 1.75rem 1.875rem 1.875rem 1.25rem;
  }
}
.odp-callout-card__content {
  gap: 0.9375rem;
}
@media (min-width: 640px) {
  .odp-callout-card__content {
    flex-direction: row;
  }
}
.odp-callout-card__header {
  font-family: "Simplon Norm", sans-serif;
  font-weight: 600;
}
@media (max-width: 639px) {
  .odp-callout-card__para {
    font-size: 0.875rem;
  }
}
.odp-callout-card__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2), 0 1px 1px 0px rgba(0, 0, 0, 0.12), 0 4px 5px 0px rgba(0, 0, 0, 0.14);
}
@media (min-width: 640px) {
  .odp-callout-card__btn-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.odp-callout-card__btn-icon .icon {
  color: #ffffff;
  width: 1rem;
  height: 0.8rem;
}
@media (min-width: 640px) {
  .odp-callout-card__btn-icon .icon {
    width: 0.96725rem;
    height: 0.9673rem;
  }
}
.odp-callout-card__link {
  padding: 0;
  margin-top: 1.375rem;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 640px) {
  .odp-callout-card__link {
    margin: 1.75rem 0 0 3.4rem;
    gap: 0;
  }
}
.odp-callout-card__link-text {
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-card-container {
  padding: 0.75rem 1.25rem 1rem 1.25rem;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  margin: 1.875rem auto;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .odp-card-container {
    max-width: 52.125rem;
    padding: 1rem  1.25rem;
  }
}
.odp-card-container__content {
  flex: 1;
}
.odp-card-container__title {
  font-family: "Simplon Norm", sans-serif;
  margin: 0;
}
@media (min-width: 640px) {
  .odp-card-container__title {
    line-height: 1.25rem;
  }
}
.odp-card-container__description {
  font-size: 0.875rem;
}
.odp-card-container__description p {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.odp-card-container__icon-box {
  margin: auto;
  width: 1.562rem;
  height: 1.25rem;
}
.odp-card-container__icon-box .icon {
  width: 0.936rem;
  height: 1.248rem;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-hero-banner {
  position: relative;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.odp-hero-banner__bgimage {
  max-height: 13.125rem;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 640px) {
  .odp-hero-banner__bgimage {
    max-height: 20.625rem;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .odp-hero-banner__bgimage {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
  }
}
.odp-hero-banner__card-wrapper {
  min-height: unset;
}
@media (min-width: 640px) {
  .odp-hero-banner__card-wrapper {
    padding: 3.125rem;
    min-height: unset;
  }
}
@media (min-width: 1024px) {
  .odp-hero-banner__card-wrapper {
    position: relative;
    z-index: 1;
    padding: 3.125rem 0rem;
    width: 100%;
    min-height: 28rem;
    display: flex;
    align-items: stretch;
  }
}
.odp-hero-banner__card {
  background-color: #ffffff;
}
@media (min-width: 640px) {
  .odp-hero-banner__card {
    background-color: unset;
    width: 100%;
    max-width: 42.5rem;
    align-items: center;
  }
}
.odp-hero-banner__card__inside {
  padding: 1.25rem 0rem 1.875rem 0rem;
  width: 100%;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__inside {
    padding: 0rem;
  }
}
@media (min-width: 1024px) {
  .odp-hero-banner__card__inside {
    padding: 3.25rem 3.75rem;
    background-color: #ffffff;
  }
}
.odp-hero-banner__card__headline {
  font-size: 1.625rem;
  line-height: 2.0313rem;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #343642;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__headline {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .odp-hero-banner__card__headline {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}
.odp-hero-banner__card__date {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4063rem;
  margin-bottom: 1.875rem;
  text-align: center;
  color: #737578;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__date {
    font-weight: 400;
    font-family: "Simplon Norm", sans-serif;
    font-size: 1.625rem;
    line-height: 2.0313rem;
    margin-bottom: 1.875rem;
    text-align: left;
    color: #343642;
  }
}
.odp-hero-banner__card__date p {
  margin-bottom: 0rem;
}
.odp-hero-banner__card__default-btn .btn-w-100 {
  width: 100%;
}
.odp-hero-banner__card__default-btn .btn--text-white {
  color: #ffffff;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__default-btn .btn--text-white {
    color: #ffffff;
  }
}
@media (min-width: 640px) {
  .odp-hero-banner__card__default-btn {
    font-weight: 400;
    font-family: "Simplon Norm", sans-serif;
    display: flex;
  }
  .odp-hero-banner__card__default-btn .btn--text-white {
    color: #ffffff;
  }
}
.odp-hero-banner__card__text {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__text {
    text-align: left;
  }
}
.odp-hero-banner__card__text .text-bold {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .odp-hero-banner__card__text .text-bold {
    font-size: 1.125rem;
  }
}
.odp-hero-banner__card .btn--width-fluid {
  width: 100%;
}
@media (min-width: 640px) {
  .odp-hero-banner__card .btn--width-fluid {
    width: unset;
  }
}
.odp-hero-banner__card .hr__line {
  border-top: 1px solid #e2e2e2;
  margin: 1.25rem -0.9375rem 1.25rem;
}
@media (min-width: 640px) {
  .odp-hero-banner__card .hr__line {
    border-top: 1px solid #e2e2e2;
    margin: 1.25rem 0px 1.25rem;
  }
}
.odp-hero-banner__card .btn--tertiary {
  padding: .875rem 1.875rem;
}
.odp-hero-banner__card .btn--tertiary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .odp-hero-banner__card .btn--tertiary-icon {
    font-size: 1rem;
    font-family: "Simplon Norm", sans-serif;
    font-weight: 500;
    line-height: 1.4rem;
    justify-content: left;
  }
}
.odp-hero-banner__card .btn--tertiary-icon svg {
  margin-left: 0.625rem;
}
.odp-hero-banner__card .btn--tertiary-icon:hover {
  color: #a63431;
}
.odp-hero-banner__card .btn--text-white {
  color: #ffffff;
}
.odp-hero-banner__card .user-name {
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .odp-hero-banner__card .user-name {
    font-size: 1.125rem;
  }
}
.odp-hero-banner .odp-hero-banner__card__plan__noreg,
.odp-hero-banner .odp-hero-banner__card__reg__noplan,
.odp-hero-banner .odp-hero-banner__card__reg__plan {
  display: none;
}
.odp-hero-banner .fav-btn {
  font-weight: 500;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
#odp_collectionCarousal__Container {
  overflow: hidden;
}
.odp_content_carousel {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.odp_content_carousel__containerTitle {
  padding: 1.25rem 0 1.875rem 0;
}
@media (min-width: 640px) {
  .odp_content_carousel__containerTitle {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}
.odp_content_carousel__title {
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
  .odp_content_carousel__title {
    font-weight: 300;
    margin-bottom: 0.25rem;
  }
}
.odp_content_carousel__item {
  width: 14.7rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  padding: 1.25rem 0 0 1.25rem;
  gap: 1.25rem;
  height: 100%;
  margin: 0.625rem auto 1.5rem;
}
@media (min-width: 640px) {
  .odp_content_carousel__item {
    width: 18.9rem;
    margin: 0.625rem auto 1.5rem;
  }
}
.odp_content_carousel__card {
  width: 100%;
}
.odp_content_carousel__item__arrow-icon {
  display: flex;
  flex-direction: column-reverse;
  width: 2rem;
  color: #343642;
  position: relative;
  bottom: 1.75rem;
  right: 1.25rem;
}
.odp_content_carousel__item__arrow-icon-fa {
  color: #000;
  width: 2rem !important;
  height: 1.6rem;
}
.odp_content_carousel__icon-primary {
  width: 2.5rem !important;
  height: 2rem;
  margin-bottom: 1.75rem;
}
.odp_content_carousel__content {
  font-family: "Simplon Norm", sans-serif;
}
.odp_content_carousel__heading {
  color: #343642;
  margin-bottom: 0.5rem;
  font-weight: 500;
  height: 2.875rem;
  display: flex;
  flex-direction: column-reverse;
}
.odp_content_carousel__subheading {
  color: #343642;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.odp_content_carousel__description {
  font-size: 0.875rem;
  color: #343642;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.owl-carousel-of-collections .owl-item,
.odp_content_carousel__wrapper .owl-item {
  min-width: 15rem;
  max-width: 15rem;
}
@media (min-width: 640px) {
  .owl-carousel-of-collections .owl-item,
  .odp_content_carousel__wrapper .owl-item {
    min-width: 19.125rem;
    max-width: 19.125rem;
  }
}
.owl-stage.odp-owl__stage-carousel-of-collection {
  display: flex;
  padding-bottom: 1.25rem;
}
.owl-carousel .odp-owl__nav.owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 1px solid #343642;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343642;
}
.owl-nav.btn-group.odp-owl__nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .owl-nav.btn-group.odp-owl__nav {
    margin-right: 3.75rem;
  }
}
.owl-next-carousel-of-collection,
.owl-prev-carousel-of-collection {
  background-color: #ffffff;
}
.owl-prev-carousel-of-collection.disabled,
.owl-next-carousel-of-collection.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 1366px) {
  .owl-stage-outer.odp-owl__stage-outer {
    width: calc(110%);
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-tags-paths {
  display: none;
}
.odp-planner * {
  scrollbar-width: thin;
}
.odp-planner__heading {
  display: none;
}
.odp-planner__heading-wrap {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
}
.odp-planner__lbl {
  color: #000000;
  font-size: 1rem;
  margin-bottom: .375rem;
}
.odp-planner__filter-container {
  gap: .625rem;
}
.odp-planner__filter-main {
  gap: 1.875rem;
}
.odp-planner__filter.odp-container--fixed {
  padding: 1.25rem 1rem 2.5rem;
}
.odp-planner__filter .odp-m-dropdown__container,
.odp-planner__filter .odp-search {
  max-width: 24.125rem;
}
.odp-planner__filter-field {
  flex: 1;
}
.odp-planner__filter-field .odp-m-dropdown__container {
  position: static;
}
.odp-planner__filter-section {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.odp-planner__filter-schedule {
  display: none;
}
.odp-planner__filter-schedule .odp-radio {
  display: none;
}
.odp-planner__filter-premade-dd {
  display: none;
}
.odp-planner__filter-explore-sub {
  display: none;
}
.odp-planner__filter-explore {
  display: none;
}
.odp-planner__filter-controller .odp-dropdown {
  max-width: 386px;
}
.odp-planner__fields-col-2 {
  gap: .75rem;
  max-width: 24.125rem;
  position: relative;
}
.odp-planner__sessions .odp-tabs__columns {
  padding-bottom: 1.25rem;
}
.odp-planner__calendar-date {
  text-align: center;
}
.odp-planner__calendar .odp-tabs__panel {
  position: relative;
  scrollbar-width: thin;
}
.odp-planner__calendar-wrapper {
  overflow-x: auto;
  width: 100%;
  padding-bottom: .625rem;
}
@media (min-width: 1024px) {
  .odp-planner__calendar-wrapper {
    overflow: auto;
    padding: 0 .625rem .625rem 0;
  }
}
.odp-planner__booth-list {
  gap: .75rem;
}
.odp-planner__booth-list .odp-planner__card-content {
  display: none;
}
.odp-planner__card {
  gap: 16px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.odp-planner__card-header {
  background-color: #f6f6f6;
  padding: .75rem 1.25rem;
}
.odp-planner__card-name {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  line-height: 100%;
}
.odp-planner__card-name .icon {
  margin-right: 8px;
}
.odp-planner__card-tag {
  border: 1px solid #a5a5a5;
  background-color: #e2e2e2;
  font-size: .75rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  line-height: 110%;
  padding: .25rem .5rem;
  border-radius: 2px;
}
.odp-planner__card-tag::first-letter {
  text-transform: capitalize;
}
.odp-planner__card-title {
  padding: 0 20px;
}
.odp-planner__card-title .odp-h5 {
  font-size: 1.125rem;
  line-height: 125%;
  margin-bottom: 8px;
}
.odp-planner__card-content {
  padding: 0 1.25rem;
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  line-height: 140%;
}
.odp-planner__card-content p {
  margin-bottom: 0;
}
.odp-planner__card-zone {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  color: #343642;
  line-height: 100%;
}
.odp-planner__card-zone-color {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  margin-right: .5rem;
}
.odp-planner__card-zone .icon {
  color: #737578;
  margin: 0 .25rem;
}
.odp-planner__card-zone a {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  color: #343642;
  text-decoration: underline;
  line-height: 100%;
  margin-left: .25rem;
}
.odp-planner__card-zone-txt {
  text-transform: capitalize;
}
.odp-planner__card--show .odp-planner__card-content {
  display: block;
}
.odp-planner__card--show .odp-planner__hide-btn {
  display: flex;
}
.odp-planner__card--show .odp-planner__show-btn {
  display: none;
}
.odp-planner__card-cta {
  padding: 0 1.25rem 1rem;
  gap: .5rem;
}
.odp-planner__card-cta-btn {
  cursor: pointer;
  border-radius: 3px;
  border: 0 solid transparent;
  user-select: none;
  border: none;
  font-size: .75rem;
  line-height: 100%;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.odp-planner__card-cta-btn:focus {
  outline: none;
}
.odp-planner__card-cta-download {
  font-size: .875rem;
  line-height: 140%;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
  color: #343642;
  text-decoration: underline;
}
.odp-planner__card-close {
  cursor: pointer;
  border: 0 solid transparent;
  user-select: none;
  border: none;
  background: transparent;
  color: #343642;
}
.odp-planner__card-close:focus {
  outline: none;
}
.odp-planner__zone--orange {
  border-left: 2px solid #f26522;
}
.odp-planner__zone--orange .odp-planner__card-zone-color {
  background-color: #f26522;
}
.odp-planner__zone--blue {
  border-left: 2px solid #0054a6;
}
.odp-planner__zone--blue .odp-planner__card-zone-color {
  background-color: #0054a6;
}
.odp-planner__zone--pink {
  border-left: 2px solid #ec008c;
}
.odp-planner__zone--pink .odp-planner__card-zone-color {
  background-color: #ec008c;
}
.odp-planner__zone--green {
  border-left: 2px solid #00a775;
}
.odp-planner__zone--green .odp-planner__card-zone-color {
  background-color: #00a775;
}
.odp-planner__fav-btn {
  padding: .7rem .8438rem ;
  color: #ffffff;
  background-color: #343642;
  line-height: .75rem;
  align-items: unset;
  min-width: 9.0625rem;
  border: 1px solid #343642;
}
.odp-planner__fav-btn--active {
  background-color: #ffffff;
  color: #343642;
  border: 1px solid #d1d1d1;
}
.odp-planner__show-btn,
.odp-planner__hide-btn {
  color: #343642;
  background-color: transparent;
}
.odp-planner__hide-btn {
  display: none;
}
.odp-planner__more-session {
  padding: 0 1.25rem;
  border-top: 1px solid #e2e2e2;
}
.odp-planner__more-session-btn {
  background: transparent;
  font-size: .875rem;
  font-weight: 500;
  line-height: 125%;
  border: none;
  color: #343642;
  padding: .75rem 0;
  width: 100%;
}
.odp-planner__more-session-btn:focus {
  outline: none;
}
.odp-planner__more-session-btn .icon-minus {
  display: none;
}
.odp-planner__more-session-btn.odp-open .icon-minus {
  display: unset;
}
.odp-planner__more-session-btn.odp-open .icon-plus {
  display: none;
}
.odp-planner__more-session-item {
  border-top: 1px solid #e2e2e2;
  padding: 1rem 0 1.25rem;
  gap: .25rem;
}
.odp-planner__more-session-item .odp-planner__fav-btn {
  padding: .5rem .4375rem;
  font-size: .875rem;
  min-width: auto;
}
.odp-planner__more-session-item .odp-planner__fav-btn .icon-trash {
  display: none;
}
.odp-planner__more-session-item .odp-planner__fav-btn.odp-planner__fav-btn--active .icon-trash {
  display: block;
}
.odp-planner__more-session-item .odp-planner__fav-btn.odp-planner__fav-btn--active .icon-start {
  display: none;
}
.odp-planner__more-session-item .odp-planner__card-zone {
  flex-wrap: wrap;
  gap: .625rem;
}
.odp-planner__more-session-list {
  display: none;
}
.odp-planner__more-session-card {
  gap: .25rem;
}
.odp-planner__more-session-time {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  line-height: .875rem;
  color: #343642;
}
.odp-planner__session-empty {
  padding: 5rem 20px 0;
}
.odp-planner__booth-empty {
  padding: 7.1875rem 20px 0;
}
.odp-planner__fav-switch {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .odp-planner__toast-cal {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .odp-planner__heading {
    display: block;
  }
  .odp-planner__filter.odp-container--fixed {
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .odp-planner__calendar {
    width: 68.85%;
  }
  .odp-planner__booth {
    flex: 1;
    padding: 0 0 0 1rem;
  }
  .odp-planner__booth .odp-tabs__panel {
    max-height: 100vh;
    overflow-y: auto ;
    padding: 0px 5px 5px 0px;
    overflow-y: scroll;
  }
}
.odp-planner .odp-container-wrapper .odp-container {
  padding: 0;
}
.odp-planner .odp-card-container {
  max-width: 100%;
  margin: 0;
}
.odp-planner--hide {
  display: none;
}
.odp-planner__notice {
  border: 1px solid #80d7f7;
  border-top-width: 4px;
  border-radius: 3px;
  background-color: #ffffff;
  gap: 1.25rem;
  padding: 1.75rem 1.25rem 1.875rem;
  max-width: 24.125rem;
}
.odp-planner__notice-icon {
  background-color: #00aeef;
  color: #ffffff;
  font-size: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: none;
}
.odp-planner__notice-text {
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 150%;
  color: #343642;
  margin-bottom: 0;
}
.odp-planner__field-error {
  font-size: .75rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 140%;
  color: #dc2d27;
  margin: .5rem 0 0;
}
.odp-tabs__mobile-header {
  display: flex;
}
@media (min-width: 1024px) {
  .odp-tabs__mobile-header {
    display: none;
  }
}
.odp-tabs__mobile-button {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  flex: 1;
  color: #343642;
  font-size: 1rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
}
.odp-tabs__mobile-button--active {
  background-color: #ffffff;
  font-weight: 500;
}
.odp-tabs__mobile-button:focus {
  outline: none;
}
.odp-tabs__mobile-button .icon {
  color: #dc2d27;
}
.odp-tabs__columns {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .odp-tabs__columns {
    flex-direction: row;
    padding-top: 0;
  }
}
.odp-tabs__column {
  display: none;
}
.odp-tabs__column--active {
  display: block;
}
@media (min-width: 1024px) {
  .odp-tabs__column {
    display: block;
  }
}
.odp-tabs__column-heading {
  display: none;
  color: #343642;
}
.odp-tabs__column-heading .icon {
  color: #dc2d27;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .odp-tabs__column-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
    margin-top: 0;
    padding: .9063rem 0;
  }
}
.odp-calendar__all-title {
  font-size: .75rem;
  line-height: 125%;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
}
.odp-calendar__evt {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: .75rem;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-weight: 400;
  line-height: 1rem;
  position: relative;
}
.odp-calendar__evt-content {
  padding: .5rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.odp-calendar__evt-zone {
  text-transform: capitalize;
}
.odp-calendar__evt-title {
  font-size: .75rem;
  line-height: 125%;
  font-weight: 700;
  text-wrap: wrap;
  margin: 0 0 ;
}
.odp-calendar__evt-fav-btn {
  cursor: pointer;
  border-radius: 3px;
  border: 0 solid transparent;
  background-color: transparent;
  user-select: none;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #343642;
}
.odp-calendar__evt-popup {
  max-width: 31.25rem;
}
.odp-calendar__evt-popup .odp-planner__card {
  max-width: 100%;
  max-height: 75vh;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .odp-calendar__evt-popup {
    max-width: 25rem;
  }
  .odp-calendar__evt-popup .odp-planner__card {
    min-width: 21.25rem;
  }
}
/** calendars **/
.odp-planner .toastui-calendar-left-content.toastui-calendar-template-alldayTitle {
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  font-size: .75rem;
  text-transform: lowercase;
}
.odp-planner .toastui-calendar-left-content.toastui-calendar-template-alldayTitle::first-letter {
  text-transform: uppercase;
}
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-first,
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last {
  visibility: visible;
}
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last {
  height: unset;
  top: unset !important;
  bottom: -0.5rem;
}
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last .toastui-calendar-template-timegridDisplayPrimaryTime {
  bottom: 0;
  transform: unset;
}
.odp-planner .toastui-calendar-panel-allday-events .toastui-calendar-weekday-event {
  margin-left: 0 !important;
}
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time {
  background: #dc2d27;
  height: 1.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  right: 0;
  padding: 0 4px;
}
.odp-planner .toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-current-time .toastui-calendar-template-timegridNowIndicatorLabel {
  font-size: .75rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: .75rem;
}
.odp-planner .toastui-calendar-timegrid .toastui-calendar-timegrid-now-indicator .toastui-calendar-timegrid-now-indicator-marker {
  display: none;
}
.odp-planner .toastui-calendar-weekday-event .toastui-calendar-template-allday,
.odp-planner .toastui-calendar-weekday-event .toastui-calendar-weekday-event-title {
  height: 100%;
  padding-left: 0;
}
.odp-planner .toastui-calendar-weekday-event .odp-calendar__all-title {
  height: 100%;
  width: 100%;
  align-content: center;
  padding-left: 3px;
}
.toastui-calendar-template-time {
  padding-bottom: .25rem;
  height: 100%;
}
.toastui-calendar-panel-resizer {
  display: none;
}
.toastui-calendar-milestone {
  display: none;
}
.toastui-calendar-task {
  display: none;
}
.toastui-calendar-day-view-day-names {
  display: none;
}
.toastui-calendar-event-time {
  font-weight: bold;
  font-size: 12px;
}
.toastui-calendar-time-schedule {
  padding: 5px;
  border-radius: 4px;
  color: white;
}
/* overriding inline style created by toast UI*/
.toastui-calendar-panel.toastui-calendar-time {
  height: 100% !important;
  overflow-y: unset !important;
}
.toastui-calendar-panel.toastui-calendar-time {
  scrollbar-width: thin;
}
.toastui-calendar-timegrid .toastui-calendar-timegrid-scroll-area {
  height: 1460px !important;
}
.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-first,
.toastui-calendar-timegrid-time-column .toastui-calendar-timegrid-time.toastui-calendar-timegrid-time-last {
  visibility: visible !important;
}
.toastui-calendar-allday-panel {
  border-bottom: 1px solid #d1d1d1;
}
.toastui-calendar-panel-title {
  border-right: none !important;
}
.toastui-calendar-events {
  margin-right: 0 !important;
}
.toastui-calendar-template-timegridDisplayPrimaryTime {
  font-weight: 700;
  color: #343642;
  font-family: "Simplon Norm", sans-serif;
  font-size: .75rem;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-mediacomponent-wrapper {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
  .odp-mediacomponent-wrapper {
    flex-direction: row;
    min-height: 29.3125rem;
  }
}
.odp-mediacomponent__onlinemedia {
  position: relative;
  overflow: hidden;
}
.odp-mediacomponent__onlinemedia::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
}
@media (min-width: 1024px) {
  .odp-mediacomponent {
    width: 55%;
  }
}
.odp-mediacomponent__onlinemedia,
.odp-mediacomponent .onlinemedia,
.odp-mediacomponent .odp-mediacomponent__info-container {
  height: 100%;
}
.odp-mediacomponent__info-container {
  position: relative;
}
.odp-mediacomponent__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.odp-mediacomponent__player-container {
  display: none;
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) {
  .odp-mediacomponent__player-container {
    max-height: 29.3125rem;
  }
}
.odp-mediacomponent__video {
  display: none;
  width: 100%;
  position: relative;
  height: 100%;
}
.odp-mediacomponent__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.odp-mediacomponent__video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.odp-mediacomponent__close-button {
  position: absolute;
  bottom: 3.75rem;
  right: 1.25rem;
  align-items: center;
  z-index: 1;
}
@media (min-width: 640px) {
  .odp-mediacomponent__close-button {
    bottom: 3rem;
  }
}
.odp-mediacomponent__close-button .btn {
  padding: .875rem;
}
@media (min-width: 640px) {
  .odp-mediacomponent__close-button .btn {
    padding: .875rem 1.875rem;
  }
}
.odp-mediacomponent__close-button .btn svg {
  margin-left: unset;
}
@media (min-width: 640px) {
  .odp-mediacomponent__close-button .btn svg {
    margin-left: .625rem;
  }
}
.odp-mediacomponent__close-button a {
  font-size: .75rem;
  margin-right: 0rem;
}
@media (min-width: 640px) {
  .odp-mediacomponent__close-button a {
    margin-right: .9375rem;
  }
}
.odp-mediacomponent__close-button a .close-video-label {
  display: none;
}
@media (min-width: 640px) {
  .odp-mediacomponent__close-button a .close-video-label {
    display: inline-block;
  }
}
.odp-mediacomponent__icon {
  padding: 1rem 1.25rem;
  background-color: #FBD2D0;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 640px) {
  .odp-mediacomponent__icon {
    top: 90%;
    left: 3.75rem;
  }
}
.odp-mediacomponent__title {
  display: none;
}
@media (min-width: 640px) {
  .odp-mediacomponent__title {
    display: block;
    position: relative;
    z-index: 2;
    bottom: 4rem;
    left: 7rem;
    color: #fff;
    font-size: 1.25rem;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .odp-mediacomponent__title {
    bottom: 3.5rem;
    font-size: 1.325rem;
  }
  .odp-mediacomponent__title .showb {
    display: block;
  }
}
.odp-mediacomponent__thumbnail.playing .odp_mediacomponent__image,
.odp-mediacomponent__thumbnail.playing .odp-mediacomponent__icon {
  display: none;
}
.odp-mediacomponent__thumbnail.playing video {
  display: block;
}
.odp-mediacomponent__cardbody {
  flex-direction: column;
  padding: 1.5rem;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .odp-mediacomponent__cardbody {
    width: 45% !important;
  }
}
.odp-mediacomponent__cardaction {
  margin-top: auto;
  padding-bottom: .25rem;
  padding-top: 1.875rem;
}
.odp-mediacomponent__cardaction .btn--tertiary {
  padding: 0.875rem 0rem;
}
@media (min-width: 1024px) {
  .odp-mediacomponent {
    flex: 1;
    max-height: 29.3125rem;
  }
}

.odp-areaof__interest {
    --font-simplon-norm: "Simplon Norm", sans-serif;
}

.odp2025register h1 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #343642;
}

.odp2025IsInternational .guideFieldLabel,
.odp2025IsInternational label {
    color: #343642;
}

.odp2025Textdraw1740123843986 p:first-of-type {
    font-size: 1.375rem;
    font-family: var(--font-simplon-norm);
    color: red;
}

.odp2025Textdraw1740123843986 p:nth-of-type(2) {
    color: #343642;
}

.odp2025Note{
    font-size: 0.625rem;
    color: #343642;
}

.odp2025Submit .iconButton-label {
    font-weight: 500;
}


.odp-areaof__interest, .odp-areaof__selected-items label span,
.odp-areaof__interest .odp-areaof__option-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color:#343642;
}
.odp-areaof__interest .odp-areaof__sticky-top label{
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #343642;
}


.odp-areaof__interest .odp-areaof__dropdown {
    position: relative;
    width: 100%;
}

.odp-areaof__interest .odp-areaof__dropdown-btn {
    width: 100%;
    padding: 13px 20px 13px 16px;
    text-align: left;
    border: 1px solid #E2E2E2;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    max-height: 50px;
}

.odp-areaof__interest .odp-areaof__dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #E2E2E2;
    border-top:none;
    z-index: 1;
}

.odp-areaof__interest .odp-areaof__dropdown.active .odp-areaof__dropdown-content {
    display: block;
}

.odp-areaof__interest .odp-areaof__sticky-top {
    background: white;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap:12px
    
}
#odp-areaof__selectAllText{
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color:#343642
}

#odp-areaof__selectAll{
    height: 22px;
    width: 22px;
    border-radius: 0px;
}

.odp-areaof__interest .odp-areaof__scroll-container {
    max-height: 200px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.odp-areaof__interest .odp-areaof__selected-container {
    display: none;
    padding: 12px 0px;
    margin: 0px 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #D1D1D1;
}
.odp-areaof__interest .odp-areaof__selected-container p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #343642;
    padding: 4px 0px;
    margin:0px
}

.odp-areaof__interest .odp-areaof__selected-items label{
    display: block;
    display: flex;
    padding: 16px 0px;
    align-items: center;
    gap: 12px;
}
.odp-areaof__interest .odp-areaof__options label {
    display: block;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    
}
.odp-areaof__interest .odp-areaof__option,
.odp-areaof__interest .odp-areaof__selected-option {
    width: 22px;
    height: 22px;
}




.odp-areaof__interest .odp-areaof__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    position: sticky;
    bottom: 0;
    background: white;
    padding:12px 20px;
}

.odp-areaof__interest .odp-areaof__buttons button {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
}

.odp-areaof__interest .odp-areaof__clear-btn {
    font-family: var(--font-simplon-norm);
    color: #D1D1D1;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding: 0px;
    &:hover {
        cursor: not-allowed;
    }
}

.odp-areaof__interest .odp-areaof__ok-btn {
    font-family: var(--font-simplon-norm);
    background: #DC2D27;
    color: white;
    outline:none;
    padding: 10px 20px;
    width: 100px;
    border-radius: 3px;
}

.odp-areaof__interest .odp-areaof__count{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 12px;
    color: white;
    background: #343642;
    border-radius: 12px;
}
.odp-areaof__interest .odp-areaof__arrow {
    margin-left: 12px;
    height: 16px;
    width: 20px;
}

.odp-areaof__interest .odp-areaof__dropdown-btn .left-section {
    flex-grow: 1;
}

.odp-areaof__interest .odp-areaof__dropdown-btn .right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.odp-areaof__interest .odp-areaof__option::after {
    content: none !important;
}
.odp-areaof__interest label::after {
    content: none !important;
}

.odp-areaof__interest input:checked{
    accent-color: #DC2D27 !important;
}


@media (min-width: 768px) {
    .odp2025register h1 {
        font-size: 3.8125rem;
        font-weight: 300;
    }  
}


/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-my-session__wrapper {
  padding: 1.25rem 0 1.75rem;
}
.odp-my-session__header {
  padding-bottom: 1.875rem;
}
.odp-my-session__header .odp-h2 {
  margin-bottom: 0;
}
.odp-my-session__empty {
  padding: .625rem 0 1.25rem;
  display: none;
}
.odp-my-session__empty .icon {
  font-size: 3rem;
  color: #dc2d27;
}
.odp-my-session__empty-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.odp-my-session__empty-content p {
  margin-bottom: 0;
}
.odp-my-session__empty-content--hide {
  display: none;
}
.odp-my-session__card {
  gap: 16px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding-bottom: 1.25rem;
}
.odp-my-session__card-header {
  background-color: #f6f6f6;
  padding: .75rem 1.25rem;
}
.odp-my-session__card-name {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 600;
  line-height: 100%;
}
.odp-my-session__card-name .icon {
  margin-right: 8px;
}
.odp-my-session__card-tag {
  border: 1px solid #a5a5a5;
  background-color: #e2e2e2;
  font-size: .75rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 600;
  line-height: 110%;
  padding: .25rem .5rem;
  border-radius: 2px;
}
.odp-my-session__card-tag::first-letter {
  text-transform: capitalize;
}
.odp-my-session__card-title {
  padding: 0 20px;
}
.odp-my-session__card-title .odp-h5 {
  font-size: 1.125rem;
  line-height: 125%;
  margin-bottom: 8px;
}
.odp-my-session__card-zone {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 600;
  color: #343642;
  line-height: 100%;
}
.odp-my-session__card-zone-color {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  margin-right: .5rem;
}
.odp-my-session__card-zone .icon {
  color: #737578;
  margin: 0 .25rem;
}
.odp-my-session__card-zone a {
  font-size: .875rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 600;
  color: #343642;
  text-decoration: underline;
  line-height: 100%;
  margin-left: .25rem;
}
.odp-my-session__card-zone-txt {
  text-transform: capitalize;
}
.odp-my-session__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 1.875rem 1rem;
  width: 100%;
}
.odp-my-session__sessions-count,
.odp-my-session__infobooth-count {
  font-size: .875rem;
  padding-top: 30px;
  gap: .75rem;
  display: none;
}
.odp-my-session__sessions-count p,
.odp-my-session__infobooth-count p {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .odp-my-session__wrapper {
    padding: 1.25rem 0 2.5rem;
  }
  .odp-my-session__header {
    padding-bottom: 1.25rem;
  }
  .odp-my-session__cards {
    grid-template-columns: repeat(auto-fill, minmax(21.875rem, 1fr));
  }
  .odp-my-session__card-zone a {
    font-weight: 400;
  }
  .odp-my-session__empty-content .btn {
    width: fit-content;
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-you {
  background-color: #f6f6f6;
  padding: 1.875rem 0rem 0rem;
}
@media (min-width: 640px) {
  .odp-you {
    padding-top: 1.875rem;
  }
}
.odp-you__headline {
  display: none;
}
@media (min-width: 640px) {
  .odp-you__headline {
    display: block;
    background-color: unset;
  }
}
.odp-you__headline__title {
  color: #343642;
}
@media (min-width: 640px) {
  .odp-you__headline__title {
    font-weight: 300;
    font-family: "Simplon Norm", sans-serif;
  }
}
@media (min-width: 640px) {
  .odp-you__headline__hr {
    border-bottom: 1px solid #e2e2e2;
    margin: 1.875rem 0rem;
  }
}
.odp-you__user {
  font-size: 1.625rem;
  margin-bottom: 1.875rem;
  color: #343642;
}
.odp-you__user__name {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  line-height: 2.0313rem;
}
.odp-you__user p {
  font-size: 1rem;
}
.odp-you__card {
  flex-wrap: wrap;
  padding: 1rem 1rem 1.5rem 1rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.odp-you__card__icon {
  max-width: 1.5rem;
  max-height: 1.5rem;
  color: #dc2d27;
}
.odp-you__card__icon .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.odp-you__card__body {
  flex: 1;
  padding-left: 1.25rem;
}
.odp-you__card__body__title {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Simplon Norm", sans-serif;
  line-height: 1.4063rem;
  margin-bottom: 0.5rem;
  color: #343642;
}
.odp-you__card__body__info {
  font-size: 1rem;
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  line-height: 1.5rem;
  color: #000000;
}
.odp-you__card__body__info .info-bold {
  font-weight: 700;
}
.odp-you__card__body__info p {
  margin-bottom: 0rem;
}
.odp-you__card__wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .odp-you__card__wrapper {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0rem 0.75rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 640px) {
  .odp-you__card__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem -0.75rem;
  }
}
.odp-you .odp-container--fixed .odp-you__headline {
  padding: 0.9375rem 0.9375rem 0rem;
  margin: 0rem -0.9375rem 1.875rem;
  background-color: #ffffff;
}
@media (min-width: 640px) {
  .odp-you .odp-container--fixed .odp-you__headline {
    background-color: unset;
    padding: unset;
    margin-left: unset;
    margin-right: unset;
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-planner__fav-back {
  color: #343642;
  margin-bottom: .625rem;
}
.odp-planner__fav-back:hover {
  color: #343642;
}
.odp-planner__fav-header {
  gap: 2.5rem;
}
.odp-planner .odp-my-favorite__calendar-wrap {
  overflow-x: auto;
  width: 100%;
  padding-bottom: .625rem;
}
@media (min-width: 1024px) {
  .odp-planner .odp-my-favorite__calendar-wrap {
    overflow: auto;
    padding: 0 .625rem .625rem 0;
  }
}
@media (max-width: 1023px) {
  .odp-planner .odp-my-favorite__calendar {
    height: 100% !important;
  }
}
.odp-planner__print-plan-container {
  width: 100%;
  padding: 0rem 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .odp-planner__print-plan-container {
    padding: 0;
  }
}
.odp-planner__print-plan-btn {
  outline: none;
  background: #ffffff;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid #343642;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  color: #343642;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-maps__search-input {
  outline: none;
  border: none;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  min-width: 17.9375rem;
}
@media (max-width: 639px) {
  .odp-maps__search-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #343642;
    border-radius: 3px;
    outline: none;
    font-size: 1rem;
    padding: 0.8125rem 1rem;
    line-height: 150%;
  }
}
.odp-maps__search-container {
  position: sticky;
  top: 0;
  left: 0;
  max-height: 3.75rem;
  padding: 1.25rem 1rem;
  background-color: #ffffff;
  gap: 1.25rem;
  margin: 0;
  margin-bottom: 1.875rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  font-family: "Simplon Norm", sans-serif;
  z-index: 1;
}
@media (min-width: 640px) {
  .odp-maps__search-container {
    display: none;
  }
}
.odp-maps__search-container .odp-maps__mob-heading {
  line-height: 125%;
  color: #343642;
  margin: 0;
}
.odp-maps__search-container .odp-maps__search-wrapper .odp-maps__search-default {
  gap: .5rem;
  cursor: pointer;
  color: #dc2d27;
  width: 100%;
}
.odp-maps__search-container .odp-maps__search-wrapper .odp-maps__search-default .odp-maps__search-text-mob {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 125%;
  margin: auto;
}
.odp-maps__search-container .odp-maps__search-wrapper .odp-maps__search-default .odp-maps__search-icon-mob {
  width: 1.5625rem;
  height: 1.25rem;
}
.odp-maps__search-container .odp-maps__search-wrapper .odp-maps__search-expanded {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 1rem;
  width: 100%;
}
.odp-maps__search-container .odp-maps__search-wrapper .odp-maps__search-expanded .odp-maps__back-icon-mob {
  cursor: pointer;
  width: 1.5625rem;
  height: 1.25rem;
  color: #343642;
}
.odp-maps__container {
  margin: auto;
  font-family: "Simplon Norm", sans-serif;
  gap: 1.875rem;
}
.odp-maps__container .odp-maps__heading {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .odp-maps__container .odp-maps__heading {
    display: none;
  }
}
.odp-maps__container .odp-maps__document-download-container {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  text-align: left;
}
.odp-maps__container .odp-maps__document-download-container .odp-container-wrapper {
  margin: 0;
}
.odp-maps__container .odp-maps__document-download-container .odp-container-wrapper .odp-container {
  padding: 0;
}
.odp-maps__container .odp-maps__document-download-container .odp-container-wrapper .odp-container .odp-card-container {
  margin: 0;
  max-width: 100% !important;
}
.odp-maps__filters {
  gap: 0.75rem;
  flex-wrap: wrap;
  position: relative;
}
.odp-maps__filters .odp-maps__filter-btn {
  gap: 0.75rem;
  background: #ffffff;
  cursor: pointer;
  border: none;
  padding: 0.90625rem 1.25rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.25rem;
  max-height: 3rem;
  min-width: 21.5625rem;
}
@media (max-width: 639px) {
  .odp-maps__filters .odp-maps__filter-btn {
    width: 100%;
    min-width: 100%;
  }
}
.odp-maps__filters .odp-maps__filter-btn .odp-maps__filter-text {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
  padding: 0rem;
}
.odp-maps__filters .odp-maps__filter-btn .odp-maps__selected-filter-text {
  display: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 100%;
  padding: 0rem;
}
.odp-maps__filters .odp-maps__filter-btn .odp-maps__filter-right {
  gap: 0.5rem;
}
.odp-maps__filters .odp-maps__filter-btn .odp-maps__filter-right .odp-maps__filter-count {
  display: none;
  width: 2.125rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #343642;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.odp-maps__filters .odp-maps__filter-btn .odp-maps__filter-right .odp-maps__add-icon {
  width: 1.125rem;
  height: 0.9rem;
  color: #343642;
}
.odp-maps__filters .odp-maps__active-select-filter {
  border: 1px solid #fbd2d0;
  background: #fbd2d0;
}
.odp-maps__filters .odp-maps__search-filter {
  gap: 0.5rem;
  padding: 0.90625rem 0.75rem 0.90625rem 1rem;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  max-height: 3rem;
}
@media (max-width: 639px) {
  .odp-maps__filters .odp-maps__search-filter {
    display: none;
  }
}
.odp-maps__filters .odp-maps__search-filter .odp-maps__search-icon {
  width: 1.25rem;
  height: 1rem;
  color: #343642;
}
.odp-maps__filters .odp-maps__select-filter {
  position: absolute;
  top: 2.5rem;
  left: 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 0.75rem;
  min-width: 21.5625rem;
}
@media (max-width: 639px) {
  .odp-maps__filters .odp-maps__select-filter {
    width: 100%;
    min-width: 100%;
  }
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-options {
  max-height: 16.125rem;
  overflow-y: scroll;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-options .odp-maps__filter-option {
  gap: 0.75rem;
  cursor: pointer;
  padding: 1rem 1.25rem;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-options .odp-maps__filter-option .odp-maps__filter-checkbox {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 0rem;
  background-color: #f6f6f6;
  border: 1px solid #e2e2e2;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-options .odp-maps__filter-option .odp-maps__filter-checkbox:checked {
  accent-color: #dc2d27 !important;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-options .odp-maps__filter-option .odp-maps__filter-label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-actions {
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #d1d1d1;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-actions .odp-maps__clear-filter {
  font-family: "Simplon Norm", sans-serif;
  border: none;
  cursor: pointer;
  color: #343642;
  outline: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-actions .odp-maps__clear-filter:disabled {
  color: #d1d1d1;
  cursor: not-allowed;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-actions .odp-maps__apply-filter {
  font-family: "Simplon Norm", sans-serif;
  border: none;
  padding: 0.625rem 2.5rem;
  border-radius: 3px;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
}
.odp-maps__filters .odp-maps__select-filter .odp-maps__filter-actions .odp-maps__apply-filter:disabled {
  background: #d1d1d1;
  color: #737578;
  pointer-events: none;
  cursor: not-allowed;
}
.odp-maps__list {
  gap: 1rem;
}
.odp-maps__list .odp-maps__item {
  gap: 1rem;
  background: white;
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}
.odp-maps__list .odp-maps__item .odp-maps__item-header {
  gap: 0.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e2e2;
}
.odp-maps__list .odp-maps__item .odp-maps__item-header .odp-maps__title {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 125%;
}
.odp-maps__list .odp-maps__item .odp-maps__item-header .odp-maps__description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__zone {
  gap: 0.5rem;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__zone .odp-maps__zone-icon {
  width: 1.875rem;
  height: 1.5rem;
  color: #dc2d27;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__zone .odp-maps__zone-indicator {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__zone .odp-maps__zone-text {
  font-size: 1rem;
  font-weight: 500;
  color: #343642;
  display: flex;
  align-items: baseline;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__card-link {
  gap: 0.5rem;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__card-link .odp-maps__google-text {
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  display: block;
  text-align: right;
  color: #343642;
  font-weight: 500;
}
.odp-maps__list .odp-maps__item .odp-maps__item-footer .odp-maps__card-link .odp-maps__icon-link {
  color: #000000;
  height: 1rem;
  width: 1.25rem;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-error {
  background-color: #f6f6f6;
  padding: 0rem 0rem 1.875rem;
}
@media (min-width: 640px) {
  .odp-error {
    padding: 1.875rem 0rem 0rem;
  }
}
.odp-error__headline {
  background-color: #ffffff;
  margin: 0rem -1rem;
  border-top: 1px solid #e2e2e2;
}
@media (min-width: 640px) {
  .odp-error__headline {
    background-color: unset;
    margin: unset;
    border-top: unset;
  }
}
.odp-error__headline__title {
  color: #343642;
  padding: 1.25rem 1rem;
  margin-bottom: 0rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .odp-error__headline__title {
    font-weight: 300;
    font-family: "Simplon Norm", sans-serif;
    padding: unset;
  }
}
.odp-error__headline__hr {
  border-bottom: 1px solid #e2e2e2;
  margin: unset;
}
@media (min-width: 640px) {
  .odp-error__headline__hr {
    border-bottom: 1px solid #e2e2e2;
    margin: 1.875rem 0rem;
  }
}
.odp-error__card {
  background-color: #ffffff;
  padding: 1.25rem 0px 1.75rem;
  margin-top: 1.875rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 640px) {
  .odp-error__card {
    margin-top: unset;
    padding: 1.875rem 0rem 3.75rem;
  }
}
.odp-error__card__icon .icon {
  width: 3.75rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.odp-error__card__desc {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.odp-error__card__desc p {
  margin-bottom: 0.8rem;
}
.odp-error__card__desc b {
  font-weight: 700;
}
@media (min-width: 640px) {
  .odp-error__card__desc p {
    margin-bottom: 1rem;
  }
}
.odp-error__card .odp-btn--error {
  width: 100%;
  margin-top: .2rem;
}
@media (min-width: 640px) {
  .odp-error__card .odp-btn--error {
    width: unset;
    margin-top: unset;
  }
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-courses__desktopView {
  display: none;
}
@media (min-width: 640px) {
  .odp-courses__desktopView {
    display: block;
  }
}
.odp-courses__header {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.odp-courses__header__title {
  font-size: 3.8125rem;
  font-weight: 300;
  font-family: "Simplon Norm", sans-serif;
  margin-bottom: 0rem;
}
@media (min-width: 640px) {
  .odp-courses__header__hr {
    border-bottom: 1px solid #e2e2e2;
    margin: 1.875rem 0rem;
  }
}
.odp-courses__number__wrapper {
  padding: 1.875rem 0rem 3.75rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.odp-courses__number__wrapper .btn--disabled {
  pointer-events: none;
}
.odp-courses__number__wrapper__icon .icon {
  width: 3.7444rem;
  height: 2.9956rem;
  color: #d1d1d1;
}
.odp-courses__number__wrapper__title {
  text-align: center;
}
.odp-courses__number__wrapper__title p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.odp-courses__number__wrapper__title .bold-text {
  font-weight: 700;
}
.odp-courses__saved {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  gap: 1.5rem;
  row-gap: .5rem;
}
@media (min-width: 640px) {
  .odp-courses__saved {
    row-gap: 1rem;
  }
}
.odp-courses__saved__card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0rem 0rem 1rem;
}
@media (min-width: 640px) {
  .odp-courses__saved__card {
    flex: 0 0 calc(31.8333%);
    max-width: calc(31.8333%);
    margin-bottom: unset;
  }
}
.odp-courses__saved__card__wrapper {
  width: 100%;
  cursor: pointer;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.odp-courses__saved__card__img {
  height: 6.875rem;
}
.odp-courses__saved__card__img .courses__img {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.odp-courses__saved__card__content {
  padding: 1.25rem;
}
.odp-courses__saved__card__content__hr {
  border-bottom: 1px solid #e2e2e2;
  margin: 1.25rem 0rem;
}
.odp-courses__saved__card__content__details {
  gap: 0.5rem;
  flex-wrap: unset;
  margin-top: auto;
}
@media (min-width: 640px) {
  .odp-courses__saved__card__content__details {
    flex-wrap: wrap;
  }
}
.odp-courses__saved__card__content__details .courses__details {
  min-width: 9.375rem;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #343642;
}
.odp-courses__saved__menu {
  position: relative;
  gap: 0.75rem;
}
.odp-courses__saved__menu__headline {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #343642;
}
.odp-courses__saved__menu__title {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-size: 1.375rem;
  margin-bottom: 0rem;
  line-height: 1.7188rem;
}
.odp-courses__saved__menu .odp-courses__options {
  width: 2rem;
  color: #343642;
  font-size: 1.8rem;
}
.odp-courses__saved__menu .odp-courses__dropdown {
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  display: none;
  position: fixed;
  right: 0;
  background: #ffffff;
  bottom: 0;
  padding: 1.25rem 1rem;
  z-index: 9999;
}
@media (min-width: 640px) {
  .odp-courses__saved__menu .odp-courses__dropdown {
    width: 12.5rem;
    position: absolute;
    left: 100%;
    margin-left: -4rem;
    top: 0;
    bottom: unset;
    z-index: 1;
  }
}
.odp-courses__saved__menu .odp-courses__dropdown ul {
  list-style: none;
  padding-left: 0px;
}
.odp-courses__saved__menu .odp-courses__dropdown ul li {
  font-size: .875rem;
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
}
.odp-courses__saved__menu .odp-courses__dropdown ul li a {
  color: #343642;
  display: flex;
  gap: 1rem;
  width: fit-content;
}
.odp-courses__saved__menu .odp-courses__dropdown__hr {
  border-bottom: 1px solid #e2e2e2;
  margin: 1.25rem 0rem;
}
@media (min-width: 640px) {
  .odp-courses__saved__menu .odp-courses__dropdown .show__inmobile {
    display: none;
  }
}
.odp-courses__saved__menu .odp-courses__dropdown .odp-courses__canceloptions {
  text-align: center;
  color: #343642;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.odp-courses__saved__menu .odp-courses__dropdown .odp-courses__gotopage {
  background-color: #f6f6f6;
  padding: .4375rem .375rem;
  border-radius: .75rem;
  width: 1.5rem;
  height: 1.5rem;
}
.odp-courses__saved__menu .odp-courses__dropdown .odp-courses__gotopage .icon {
  width: .75rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .odp-courses__saved__card:nth-child(3n) .odp-courses__dropdown {
    left: unset;
    margin-left: 0rem;
  }
}
.odp-courses__saved__filter__nav {
  column-gap: 0.25rem;
  margin-bottom: 1.875rem;
  align-items: start;
  flex-wrap: wrap;
  row-gap: .75rem;
}
.odp-courses__saved__filter__nav__navitem {
  padding: 0.5625rem 1rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  color: #343642;
  cursor: pointer;
}
.odp-courses__saved__filter__nav__navitem.active {
  background-color: #343642;
  color: #ffffff;
}
.odp-courses__saved__filter__nav__navitem .font-w-400 {
  font-weight: 400;
}
.odp-courses__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.odp-courses__modal.show {
  display: flex;
  opacity: 1;
  z-index: 1;
}
.odp-courses__modal__dialog {
  background: #ffffff;
  min-width: 38.6875rem;
  max-width: 38.6875rem;
  min-height: 14.6875rem;
  overflow: hidden;
  position: relative;
}
.odp-courses__modal__content {
  padding: 2rem 2rem 3.75rem 2rem;
}
.odp-courses__modal__close {
  background: none;
  border: none;
  font-size: 0.75rem;
  cursor: pointer;
  justify-content: end;
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  color: #dc2d27;
  margin-bottom: 1.5rem;
}
.odp-courses__modal__close .icon {
  margin-left: 0.3125rem;
  width: .9375rem;
  height: .75rem;
}
.odp-courses__modal__title {
  font-weight: 700;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-size: 1.125rem;
  line-height: 1.4063rem;
  margin-bottom: 1.5rem;
}
.odp-courses__modal__input {
  gap: 1.5rem;
}
.odp-courses__modal__input__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.odp-courses__modal__input__container input {
  width: 23.1875rem;
  height: 3.125rem;
  padding: 1.3rem 1rem 0.5rem 1rem;
  border: 1px solid #e2e2e2;
  border-radius: .3125rem;
  outline: none;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  color: #343642;
  font-weight: 400;
}
.odp-courses__modal__input__container label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 5px;
  font-size: 1rem;
  color: #737578;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  cursor: text;
}
.odp-courses__modal__input__container input:focus + label,
.odp-courses__modal__input__container input:not(:placeholder-shown) + label,
.odp-courses__modal__input__container input:valid + label {
  top: 0.625rem;
  left: 1rem;
  font-size: 0.75rem;
  color: #737578;
  background-color: unset;
  padding-left: 0rem;
}
.odp-courses__modal__input__container .required {
  color: #dc2d27;
}
.odp-courses__modal__input__btn .btn--primary,
.odp-courses__modal__input__btn .btn--disabled {
  width: 10rem;
  height: 3.125rem;
}
.odp-courses__modal__input__btn .btn--disabled {
  pointer-events: none;
}
.odp-courses__modal__input__btn .btn--modal-gray {
  background-color: #d1d1d1;
  color: #737578;
  width: 10rem;
  height: 3.125rem;
}
.odp-courses__modal__card {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 1.5rem;
}
.odp-courses__modal__card__img {
  height: 6.875rem;
}
.odp-courses__modal__card__img .courses__img {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.odp-courses__modal__card__content {
  padding: 1.25rem;
}
.odp-courses__modal__card__content__title {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-size: 1.375rem;
  margin-bottom: 0rem;
  line-height: 1.7188rem;
}
.odp-courses__modal__card__content .font--bold {
  font-weight: 700;
}
.odp-courses__modal__card__content__hr {
  border-bottom: 1px solid #e2e2e2;
  margin: 1.25rem 0rem;
}
.odp-courses__modal__card__content__details {
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.odp-courses__modal__card__content__details .courses__details {
  min-width: 9.375rem;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #343642;
}
.odp__toast__notification {
  width: 84%;
  position: fixed;
  left: 2rem;
  right: 2rem;
  bottom: 5rem;
  background-color: #343642;
  color: #ffffff;
  padding: 1.25rem;
  border-radius: .25rem;
  font-size: 1rem;
  display: none;
  z-index: 3;
  animation: fadeInOut 0.5s ease-in-out;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .odp__toast__notification {
    width: 25.3125rem;
    left: 3.75rem;
    margin: unset;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.odp__toast__notification .toast-close {
  color: #ffffff;
  cursor: pointer;
}
.odp__toast__notification .toast-close .icon {
  width: .6244rem;
}
.odp__toast__notification .toast-close--undoCheck {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.odp__toast__notification .toast-close--undoCheck .odp-courses__undo {
  font-weight: 500;
}
.odp__toast__notification__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses__noscroll {
  overflow: hidden;
  height: 100vh;
  margin-left: -0.9375rem;
}
.course-error-message {
  display: none;
  color: #dc2d27;
  font-size: 1rem;
}

/* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
.odp-courses__mobileView {
  display: block;
}
@media (min-width: 640px) {
  .odp-courses__mobileView {
    display: none;
  }
}
.odp-header__block {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  gap: 2rem;
  align-items: center;
  min-height: 3.75rem;
  z-index: 9999;
  border-bottom: 1px solid #e2e2e2;
}
.odp-header__block__card {
  padding: 1.25rem 1rem;
  width: 100%;
}
.odp-header__block__card__backarrow {
  align-items: center;
  gap: 2rem;
}
.odp-header__block__title {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 0rem;
  margin-bottom: 0rem;
}
.odp-qrcodescan__empty {
  margin-top: 5.625rem;
}
.odp-qrcodescan__empty__card {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 1.25rem 1rem 1.75rem;
  margin: 0rem 1rem;
  text-align: center;
  margin-bottom: 10rem;
}
.odp-qrcodescan__empty__card__icon .icon {
  width: 3.75rem;
  height: 3rem;
  color: #d1d1d1;
}
.odp-qrcodescan__empty__card__title {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.odp-qrcodescan__empty__card__text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.odp-qrcodescan__scan {
  margin-top: 5.625rem;
}
.odp-qrcodescan__scan__card {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  padding: 1.25rem 1rem 1.5rem;
  margin: 0rem 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.odp-qrcodescan__scan__card__icon .icon {
  width: 1.9375rem;
  height: 1.5625rem;
  color: #dc2d27;
  margin-bottom: .75rem;
}
.odp-qrcodescan__scan__card__title {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.odp-qrcodescan__scan__card__text {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}
.odp-qrcodescan__scan .odp-onscroll__showtitle {
  color: #dc2d27;
}
.odp-qrcodescan__mobile {
  display: none;
  position: relative;
  margin-top: 4rem;
}
.odp-qrcodescan__mobile #odp-courses__qrscan__reader {
  height: 25rem;
  width: 100%;
}
.odp-qrcodescan__mobile #odp-courses__qrscan__reader video {
  height: 25rem;
  object-fit: cover;
}
.odp-qrcodescan__mobile__scan {
  position: relative;
}
.odp-qrcodescan__mobile__noscan {
  padding: 1.25rem 1rem;
}
.odp-qrcodescan__mobile__noscan__title {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.odp-qrcodescan__enternumber {
  display: none;
  margin: 12.25rem 0rem;
}
.odp-qrcodescan__enternumber__card {
  margin: 0rem 1rem;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container input {
  height: 3.125rem;
  padding: 1.3rem 1rem 0.5rem 1rem;
  border: 1px solid #e2e2e2;
  border-radius: .3125rem;
  outline: none;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  color: #343642;
  font-weight: 400;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 5px;
  font-size: 1rem;
  color: #737578;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  cursor: text;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container input:focus + label,
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container input:not(:placeholder-shown) + label,
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container input:valid + label {
  top: 0.625rem;
  left: 1rem;
  font-size: 0.75rem;
  color: #737578;
  background-color: unset;
  padding-left: 0rem;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__container .required {
  color: #dc2d27;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__btn {
  margin-top: 2.5rem;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__btn .btn--primary,
.odp-qrcodescan__enternumber .odp-qrcodescan__input__btn .btn--disabled {
  width: 100%;
  height: 3.125rem;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__btn .btn--disabled {
  pointer-events: none;
}
.odp-qrcodescan__enternumber .odp-qrcodescan__input__btn .btn--modal-gray {
  background-color: #d1d1d1;
  color: #737578;
  width: 100%;
  height: 3.125rem;
}
.odp-qrcodescan__add {
  display: none;
  margin: 7.5rem 0rem;
}
.odp-qrcodescan__add__card {
  margin: 0rem 1rem;
}
.odp-qrcodescan__add__courses__title {
  text-align: center;
  font-weight: 700;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-size: 1.125rem;
  line-height: 1.4063rem;
  margin-bottom: 3.75rem;
}
.odp-qrcodescan__add__courses__img {
  height: 6.875rem;
}
.odp-qrcodescan__add__courses__img .courses__img {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.odp-qrcodescan__add__courses__content {
  padding: 1.25rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 3.75rem;
  background-color: #ffffff;
}
.odp-qrcodescan__add__courses__content__title {
  font-weight: 400;
  font-family: "Simplon Norm", sans-serif;
  color: #343642;
  font-size: 1.375rem;
  margin-bottom: 0rem;
  line-height: 1.7188rem;
}
.odp-qrcodescan__add__courses__content__hr {
  border-bottom: 1px solid #e2e2e2;
  margin: 1.25rem 0rem;
}
.odp-qrcodescan__add__courses__content__details {
  gap: 0.5rem;
  flex-wrap: unset;
  margin-top: auto;
}
@media (min-width: 640px) {
  .odp-qrcodescan__add__courses__content__details {
    flex-wrap: wrap;
  }
}
.odp-qrcodescan__add__courses__content__details .courses__details {
  min-width: 9.375rem;
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #343642;
}
.courses__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 640px) {
  .courses__overlay {
    display: none;
  }
}
body.courses__overlay--open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.btn-w-100 {
  width: 100%;
}
.odp-qrcodescan__backarrow {
  border: none;
  background: none;
  width: 1.5625rem;
}
.odp-qrcodescan__backarrow .fa-w-14 {
  width: 1.0625rem;
  height: 1.0625rem;
}

