.body-content {
  margin-top: 168px; }
  @media (max-width: 678px) {
    .body-content {
      margin-top: 32%; } }

nav .item {
  cursor: pointer;
  margin: 0; }

nav input {
  display: none; }

nav .options {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #009FDF;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  cursor: pointer; }

.nav-content {
  display: none; }
  .nav-content.active {
    display: block; }

.waw-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px; }

.breadcrumbs {
  padding-top: 50px;
  padding-left: 70px;
  margin-bottom: 40px; }
  @media (max-width: 856px) {
    .breadcrumbs {
      display: none; } }

.breadcrumbs a {
  font-size: 12px;
  color: #2D2926;
  text-decoration: underline; }

.breadcrumbs span {
  font-size: 12px;
  color: #6a7272; }

.cat {
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 36px 38px;
  height: auto; }

.cat .title {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 24px;
  font-family: Signika, Helvetica, Arial, sans-serif;
  font-weight: 600; }

.cat .description {
  font-size: 14px;
  color: #878787;
  margin-bottom: 24px; }

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.waw-btn {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  border-radius: 100px;
  background: #009FDF;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Signika, Helvetica, Arial, sans-serif;
  font-weight: 600;
  transition: all .2s ease-in-out; }
  .waw-btn.icon {
    padding: 0 40px 0 36px; }
  .waw-btn.fill {
    width: 100%;
    justify-content: center; }
  .waw-btn.loading .text, .waw-btn.loading img {
    display: none; }
  .waw-btn.loading .loader {
    display: block; }
  .waw-btn .loader {
    display: none; }
  .waw-btn img {
    margin-right: 9px;
    transition: all .2s ease-in-out; }
  .waw-btn:hover {
    background: #2A5E94;
    text-decoration: none;
    color: #fff; }
  .waw-btn.ghost {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff; }
    .waw-btn.ghost:hover {
      background: #fff;
      color: #272727; }
    .waw-btn.ghost.primary {
      border: 2px solid #009FDF;
      color: #009FDF; }
      .waw-btn.ghost.primary:hover {
        color: #fff;
        background: #009FDF; }
        .waw-btn.ghost.primary:hover img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(75deg) brightness(106%) contrast(101%);
          transition: all .2s ease-in-out; }
    .waw-btn.ghost.black {
      border: 2px solid #272727;
      background: #fff;
      color: #272727; }
      .waw-btn.ghost.black:hover {
        color: #fff;
        background: #272727; }
        .waw-btn.ghost.black:hover img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(75deg) brightness(106%) contrast(101%);
          transition: all .2s ease-in-out; }
  .waw-btn.black {
    background: #272727;
    color: #fff; }
    .waw-btn.black:hover {
      background: #3b3b3b; }
  .waw-btn.orange {
    background: #EA7600; }
    .waw-btn.orange:hover {
      background: #c16100; }
  .waw-btn.green {
    background: #009639; }
    .waw-btn.green:hover {
      background: #006d29; }
  .waw-btn.big {
    height: 56px; }
  .waw-btn.disabled {
    background: #c4cccc;
    color: #fff !important; }
    .waw-btn.disabled:hover {
      background: #aeb9b9; }

.splide {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .splide .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
    padding: 0 15px; }
    @media (max-width: 576px) {
      .splide .splide__arrows {
        padding: 0; } }
    .splide .splide__arrows .splide__arrow {
      width: 50px;
      height: 50px;
      background: rgba(255, 255, 255, 0);
      border-radius: 50px;
      cursor: pointer;
      border: none;
      pointer-events: initial;
      background-color: rgba(255, 255, 255, 0); }
      @media (max-width: 856px) {
        .splide .splide__arrows .splide__arrow {
          display: none; } }
      .splide .splide__arrows .splide__arrow svg {
        display: none; }
      .splide .splide__arrows .splide__arrow.splide__arrow--prev {
        background: url(/csschevron-left.png) no-repeat center center; }
      .splide .splide__arrows .splide__arrow.splide__arrow--next {
        background: url(/csschevron-right.png) no-repeat center center; }
      .splide .splide__arrows .splide__arrow:hover {
        background-color: rgba(106, 114, 114, 0.5); }
  .splide .splide__pagination {
    width: 100%;
    position: absolute;
    bottom: 17px;
    justify-content: center;
    padding: 0;
    display: none; }
    @media (max-width: 856px) {
      .splide .splide__pagination {
        display: flex; } }
    .splide .splide__pagination li:last-child .splide__pagination__page {
      margin-right: 0; }
    .splide .splide__pagination li .splide__pagination__page {
      padding: 0;
      display: block;
      width: 11px;
      height: 11px;
      border: none;
      background: rgba(135, 135, 135, 0.4);
      border-radius: 11px;
      margin-right: 5px; }
      .splide .splide__pagination li .splide__pagination__page:hover {
        background: #565d5d; }
      .splide .splide__pagination li .splide__pagination__page:focus {
        outline: none;
        box-shadow: 0; }
      .splide .splide__pagination li .splide__pagination__page.is-active {
        background: #272727; }

.item-boolean {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 38px; }
  .item-boolean.active .item-action {
    margin-bottom: 31px; }
    .item-boolean.active .item-action::before {
      transform: rotate(45deg); }
  .item-boolean.active .item-content {
    display: block; }
  .item-boolean .item-action {
    padding-left: 35px;
    cursor: pointer;
    position: relative; }
    .item-boolean .item-action::before {
      content: "";
      background: url(/cssplus.png) no-repeat top left;
      width: 13px;
      height: 13px;
      position: absolute;
      background-size: contain;
      left: 0;
      top: 8px; }
    .item-boolean .item-action .name {
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      color: #272727; }
    .item-boolean .item-action .info {
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      color: #6a7272; }
  .item-boolean .item-content {
    display: none;
    padding-left: 35px; }
    .item-boolean .item-content .profile {
      display: flex;
      align-items: center;
      margin-bottom: 31px; }
      .item-boolean .item-content .profile img {
        display: block;
        max-width: 116px;
        margin-right: 27px; }
      .item-boolean .item-content .profile .data {
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        max-width: 230px; }
        .item-boolean .item-content .profile .data .name {
          font-weight: normal;
          font-size: 20px;
          line-height: 30px;
          color: #272727; }
        .item-boolean .item-content .profile .data .role {
          font-weight: normal;
          font-size: 16px;
          line-height: 25px;
          color: #6a7272; }
    .item-boolean .item-content .text {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #6a7272; }

.value .non-member {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #272727;
  display: flex; }

.value .member {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #272727;
  display: flex; }

.value .highlight {
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #009FDF;
  margin-left: 9px;
  padding-bottom: 4px; }

.loading-overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1; }
  .loading-overflow .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    -webkit-animation: sp-anime 0.8s infinite linear;
            animation: sp-anime 0.8s infinite linear; }

@-webkit-keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }

.waw-input {
  height: 46px;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 46px;
  padding: 0 26px;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #272727; }
  .waw-input:focus {
    border: 1px solid #272727; }
  .waw-input::-moz-placeholder {
    color: #6a7272; }
  .waw-input:-ms-input-placeholder {
    color: #6a7272; }
  .waw-input::placeholder {
    color: #6a7272; }

.waw-textarea {
  height: 104px;
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 36px;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
  padding-top: 16px;
  resize: none; }
  .waw-textarea:focus {
    border: 1px solid #272727; }
  .waw-textarea::-moz-placeholder {
    color: #6a7272; }
  .waw-textarea:-ms-input-placeholder {
    color: #6a7272; }
  .waw-textarea::placeholder {
    color: #6a7272; }

.waw-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #878787;
  font-weight: 400;
  padding-right: 37px;
  margin-bottom: 12px; }

.waw-checkbox .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px; }
  .waw-checkbox .text.fill {
    max-width: 100%;
    overflow: visible;
    overflow: initial;
    white-space: normal; }

.waw-checkbox .number {
  position: absolute;
  right: 0; }

.waw-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.waw-checkbox .checkmark {
  height: 22px;
  width: 22px;
  min-width: 22px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #878787;
  position: relative;
  margin-right: 16px; }

.waw-checkbox:hover input ~ .checkmark::before {
  content: "";
  background-color: #fff; }

.waw-checkbox input:checked ~ .checkmark::before {
  content: "";
  background-color: #272727;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 2px; }

.waw-checkbox input:checked ~ .text {
  color: #272727; }

.waw-checkbox input:checked ~ .number {
  color: #272727; }

.waw-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  padding-left: 38px;
  position: relative;
  color: #6a7272;
  cursor: pointer;
  margin-bottom: 0; }
  .waw-radio input {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 0; }
    .waw-radio input:checked ~ * {
      color: #272727; }
    .waw-radio input:checked ~ .checkmark {
      border: 1px solid #272727; }
      .waw-radio input:checked ~ .checkmark::before {
        display: block; }
  .waw-radio .checkmark {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #DEDEDE;
    border-radius: 22px; }
    .waw-radio .checkmark::before {
      content: "";
      display: none;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      background: #272727;
      position: absolute;
      top: 2px;
      left: 2px; }

.waw-radio-options {
  border: 1px solid #DEDEDE;
  border-radius: 5px; }
  .waw-radio-options input[type="radio"] {
    position: absolute;
    height: 0;
    opacity: 0; }
    .waw-radio-options input[type="radio"]:checked ~ .waw-radio-content {
      display: block; }
    .waw-radio-options input[type="radio"]:checked + .waw-radio {
      background: #F7F5F5; }
      .waw-radio-options input[type="radio"]:checked + .waw-radio * {
        color: #272727; }
      .waw-radio-options input[type="radio"]:checked + .waw-radio .checkmark {
        border: 1px solid #272727; }
        .waw-radio-options input[type="radio"]:checked + .waw-radio .checkmark::before {
          display: block; }
  .waw-radio-options .waw-radio-content {
    display: none;
    background: #F7F5F5;
    padding: 25px; }
  .waw-radio-options .waw-radio {
    height: 62px;
    width: 100%;
    padding-left: 60px;
    padding-right: 38px;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    flex-wrap: wrap; }
    .waw-radio-options .waw-radio.border-none {
      border: 0; }
    .waw-radio-options .waw-radio:first-child {
      border-top: none; }
    .waw-radio-options .waw-radio .checkmark {
      top: 18px;
      left: 22px; }

.waw-select {
  position: relative;
  min-width: 176px;
  pointer-events: none; }
  .waw-select::before {
    content: "";
    background: url(/csschevron-down.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 12px;
    height: 7px; }
  .waw-select.active .times {
    display: block; }
  .waw-select.active .form-control {
    padding-left: 37px;
    border: 1px solid #272727;
    color: #272727; }
  .waw-select.big.active .form-control {
    padding-left: 46px; }
  .waw-select.big .form-control {
    height: 46px;
    padding: 10px 26px;
    border: 1px solid #DEDEDE; }
  .waw-select.big .times {
    width: 46px;
    height: 46px; }
  .waw-select.big::before {
    top: 19px;
    right: 28px; }
  .waw-select .times {
    background: url(/csstimes.png) no-repeat center center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    pointer-events: initial; }
  .waw-select .form-control {
    pointer-events: initial;
    cursor: pointer;
    width: 100%;
    border-radius: 65px;
    border: 1px solid #878787;
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    padding: 8px 16px;
    height: 36px;
    text-transform: capitalize; }

.waw-quantity {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  border: 1px solid #DEDEDE;
  border-radius: 50px;
  overflow: hidden;
  position: relative; }
  .waw-quantity .number {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #272727; }
  .waw-quantity .button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%; }
    .waw-quantity .button:hover {
      background: rgba(222, 222, 222, 0.5); }
  .waw-quantity .plus {
    left: auto;
    right: 0; }

.radio-options.button {
  display: flex;
  flex-wrap: wrap; }
  .radio-options.button .item {
    margin-right: 10px;
    margin-bottom: 10px; }
    .radio-options.button .item:last-child {
      margin-right: 0; }
    .radio-options.button .item input {
      display: none; }
      .radio-options.button .item input:checked ~ label {
        border: 2px solid #272727;
        font-weight: bold;
        text-decoration: underline; }
    .radio-options.button .item label {
      cursor: pointer;
      height: 56px;
      padding: 0 27px;
      display: flex;
      align-items: center;
      border-radius: 50px;
      border: 1px solid #DEDEDE;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 18px;
      color: #272727; }
      .radio-options.button .item label:hover {
        border: 1px solid #878787; }

body.learning-methods-modal-opened {
  overflow: hidden; }
  body.learning-methods-modal-opened #learning-methods {
    display: flex; }

body.details-modal-opened {
  overflow: hidden; }
  body.details-modal-opened #details {
    display: flex; }

body.contact-sponsor-modal-opened {
  overflow: hidden; }
  body.contact-sponsor-modal-opened #contact-sponsor {
    display: flex; }

body.cart-modal-opened {
  overflow: hidden; }
  body.cart-modal-opened #add-to-cart {
    display: flex; }

body.remove-modal-opened {
  overflow: hidden; }
  body.remove-modal-opened .remove-modal {
    display: flex; }

#learning-methods {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10; }
  #learning-methods .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #2D2926;
    opacity: 0.4;
    z-index: 1; }
  #learning-methods .content {
    width: 100%;
    max-width: 851px;
    height: 100%;
    max-height: 666px;
    padding: 43px 13px 43px 70px;
    color: #272727;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    z-index: 2;
    position: relative; }
    @media (max-width: 800px) {
      #learning-methods .content {
        padding: 15px;
        padding-right: 0; } }
    #learning-methods .content .close {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 16px;
      right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1; }
      @media (max-width: 800px) {
        #learning-methods .content .close {
          top: 0px;
          right: 0px; } }
    #learning-methods .content .title {
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      color: #272727;
      margin-bottom: 29px; }
    #learning-methods .content .content-overflow {
      overflow-y: auto;
      width: 100%;
      height: 100%;
      max-height: 520px;
      padding-right: 92px; }
      @media (max-width: 800px) {
        #learning-methods .content .content-overflow {
          padding-right: 15px;
          max-height: calc(100% - 47px); } }
      #learning-methods .content .content-overflow::-webkit-scrollbar-track {
        background-color: #E4E4E4; }
      #learning-methods .content .content-overflow::-webkit-scrollbar {
        width: 7px;
        background-color: #E4E4E4; }
      #learning-methods .content .content-overflow::-webkit-scrollbar-thumb {
        background-color: #878787; }
      #learning-methods .content .content-overflow .item-boolean {
        margin-bottom: 50px; }
        #learning-methods .content .content-overflow .item-boolean.active .item-content {
          display: grid; }
        #learning-methods .content .content-overflow .item-boolean .item-action .name {
          font-weight: bold;
          font-size: 20px;
          line-height: 33px;
          color: #272727; }
        #learning-methods .content .content-overflow .item-boolean .item-action .info {
          font-weight: normal;
          font-size: 14px;
          line-height: 20px; }
        #learning-methods .content .content-overflow .item-boolean .item-content {
          display: none;
          grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
          grid-gap: 23px;
          gap: 23px; }
          #learning-methods .content .content-overflow .item-boolean .item-content .column .column-title {
            font-weight: normal;
            font-size: 16px;
            line-height: 25px;
            color: #272727;
            margin-bottom: 14px; }
          #learning-methods .content .content-overflow .item-boolean .item-content .column .column-subtitle {
            font-weight: normal;
            font-style: italic;
            font-size: 14px;
            line-height: 25px;
            color: #272727;
            margin-bottom: 16px; }
          #learning-methods .content .content-overflow .item-boolean .item-content .column .column-item {
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #6a7272;
            padding-left: 18px;
            margin-bottom: 8px;
            position: relative; }
            #learning-methods .content .content-overflow .item-boolean .item-content .column .column-item::before {
              content: "";
              position: absolute;
              top: 4px;
              left: 0;
              width: 8px;
              height: 8px;
              background: #6a7272;
              border-radius: 50%; }

.details-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10; }
  .details-modal.opened {
    display: flex; }
  .details-modal .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #2D2926;
    opacity: 0.4;
    z-index: 1; }
  .details-modal .details-content {
    width: 100%;
    max-width: 521px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px;
    color: #272727;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    z-index: 2;
    position: relative;
    max-height: 100%;
    overflow-y: auto; }
    @media (max-width: 800px) {
      .details-modal .details-content {
        padding: 40px; } }
    .details-modal .details-content .details-close {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 16px;
      right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      cursor: pointer; }
      @media (max-width: 800px) {
        .details-modal .details-content .details-close {
          top: 0px;
          right: 0px; } }
    .details-modal .details-content .details-title {
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      color: #272727;
      margin-bottom: 21px; }
    .details-modal .details-content .details-subtitle {
      font-weight: normal;
      font-size: 20px;
      line-height: 33px;
      color: #272727;
      margin-bottom: 32px; }
    .details-modal .details-content .details-section {
      display: grid;
      grid-template-columns: 14px 1fr;
      grid-gap: 15px;
      gap: 15px;
      color: #6a7272;
      margin-bottom: 16px; }
      .details-modal .details-content .details-section.highlight {
        color: #272727; }
      .details-modal .details-content .details-section picture {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 2px; }
        .details-modal .details-content .details-section picture img {
          width: 14px;
          height: auto;
          margin: 0; }
      .details-modal .details-content .details-section .section-content {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        max-width: 340px; }
        .details-modal .details-content .details-section .section-content .calendar {
          display: flex;
          margin-bottom: 5px; }
          .details-modal .details-content .details-section .section-content .calendar .weekday {
            min-width: 102px; }

#add-to-cart {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  z-index: 10;
  overflow-y: auto; }
  #add-to-cart .not-found {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #FFF;
    display: flex;
    flex-flow: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #add-to-cart .not-found .description {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #6a7272; }
  #add-to-cart .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #2D2926;
    opacity: 0.4;
    z-index: 1; }
  #add-to-cart .content {
    width: 375px;
    padding: 25px 22px;
    color: #272727;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    z-index: 2;
    position: relative;
    margin: auto 0; }
    #add-to-cart .content .close {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      z-index: 3; }
    #add-to-cart .content .title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      margin-bottom: 26px; }
    #add-to-cart .content .product {
      margin-bottom: 16px; }
      #add-to-cart .content .product .product-name {
        font-weight: bold;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 4px; }
      #add-to-cart .content .product .detail {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0;
        color: #6a7272; }
    #add-to-cart .content .price {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px; }
      #add-to-cart .content .price .list-price {
        text-decoration: line-through;
        color: #EA7600;
        margin-right: 8px; }
      #add-to-cart .content .price .total-price {
        margin-top: 25px; }
      #add-to-cart .content .price span {
        color: #6a7272; }
    #add-to-cart .content .login {
      text-align: right;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px; }
      #add-to-cart .content .login .red {
        color: #EA7600; }
      #add-to-cart .content .login a {
        text-decoration: underline;
        color: #272727; }
    #add-to-cart .content .waw-btn {
      margin-top: 35px;
      margin-bottom: 21px; }
    #add-to-cart .content .continue {
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-decoration: underline;
      color: #272727;
      text-transform: uppercase;
      cursor: pointer; }

.remove-modal, .remove-membership-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  z-index: 10;
  overflow-y: auto; }
  .remove-modal.opened, .remove-membership-modal.opened {
    display: flex; }
  .remove-modal .shadow, .remove-membership-modal .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #2D2926;
    opacity: 0.4;
    z-index: 1; }
  .remove-modal .modal-content, .remove-membership-modal .modal-content {
    width: 375px;
    padding: 25px 22px;
    color: #272727;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    z-index: 2;
    position: relative;
    margin: auto 0; }
    .remove-modal .modal-content .close, .remove-membership-modal .modal-content .close {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1; }
    .remove-modal .modal-content .modal-title, .remove-membership-modal .modal-content .modal-title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      margin-bottom: 26px; }
    .remove-modal .modal-content .actions, .remove-membership-modal .modal-content .actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
      gap: 15px; }

@media print {
  .breadcrumbs {
    display: none; }
  .nav-content, .item-boolean .item-content {
    display: block !important; }
  #product {
    margin-top: -150px; }
    #product .cat {
      padding: 10px; }
      #product .cat .description {
        margin-bottom: 0; }
    #product nav, #product .banner, #product .upcoming-events {
      display: none !important; }
    #product .head {
      grid-gap: 0; }
    #product .head .data .actions {
      margin-bottom: 0; }
    #product .head .data .content .text {
      max-height: 100% !important;
      overflow-y: auto !important; }
    #product .head .data .content .expand {
      display: none !important; }
    #product .head .data .label {
      padding: 2px 8px; }
    #product .body .sponsor .label {
      padding: 2px 8px; }
    #product .body .content .text {
      margin-bottom: 30px; }
    #product .body .content .expand {
      display: none; }
    #product .presenter .content .picture {
      display: none; }
    #product .events .list .item {
      border: none;
      padding: 0;
      border-bottom: 1px solid #878787;
      border-radius: 0;
      min-height: 75px;
      margin-bottom: 30px; }
    #product .events .list .item .info .label {
      padding: 2px 8px; }
    #product .events .note p {
      max-width: 100%; }
    #product .waw-btn {
      display: none; }
    #product .body .content.expand-desktop .compact {
      max-height: 100%; }
    #product .body .content.expand-desktop .expand {
      display: none; }
    #product .body .banner {
      display: none; }
    #product .learning .schedules .content {
      display: block; }
      #product .learning .schedules .content .tef-button {
        display: none; }
      #product .learning .schedules .content .left-col {
        display: none; }
      #product .learning .schedules .content .right-col {
        position: relative; }
        #product .learning .schedules .content .right-col .list .item {
          border: none;
          padding: 0; }
          #product .learning .schedules .content .right-col .list .item .info .details {
            display: none; } }

#category .head {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 109px;
  margin-bottom: 48px; }
  @media (max-width: 856px) {
    #category .head {
      grid-template-columns: 1fr;
      grid-gap: 29px; } }
  #category .head .left-col .title {
    color: #2d2926;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 44px;
    line-height: 46px; }
    @media (max-width: 856px) {
      #category .head .left-col .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 32px; } }
  #category .head .left-col .description {
    font-size: 14px;
    line-height: 20px;
    color: #878787;
    margin-bottom: 0; }
    #category .head .left-col .description a {
      color: #2d2926; }

#category .body .nav-top {
  display: flex;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: 33px; }
  #category .body .nav-top a {
    font-weight: 300;
    font-size: 30px;
    line-height: 33px;
    color: #878787;
    padding-bottom: 15px;
    margin-right: 66px;
    position: relative;
    font-family: Signika, Helvetica, Arial, sans-serif; }
    #category .body .nav-top a:last-child {
      margin-right: 0; }
    #category .body .nav-top a:hover {
      text-decoration: none;
      color: #2d2926; }
  #category .body .nav-top a.active {
    font-weight: bold;
    color: #2d2926; }
    #category .body .nav-top a.active::before {
      content: "";
      height: 4px;
      width: 80px;
      border-radius: 4px;
      background: #009fdf;
      position: absolute;
      bottom: 0;
      left: 0; }

#category .body .content {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-gap: 79px; }
  #category .body .content .tef-button {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #DEDEDE;
    text-transform: uppercase;
    border-radius: 50px;
    display: none; }
    #category .body .content .tef-button.filtered {
      border: 2px solid #272727; }
      #category .body .content .tef-button.filtered .disabled-image {
        display: none; }
      #category .body .content .tef-button.filtered .active-image {
        display: block; }
      #category .body .content .tef-button.filtered .label .reset {
        display: block; }
    #category .body .content .tef-button img {
      margin-right: 16px; }
      #category .body .content .tef-button img.disabled-image {
        display: block; }
      #category .body .content .tef-button img.active-image {
        display: none; }
  @media (max-width: 856px) {
    #category .body .content {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
      #category .body .content .tef-button {
        display: flex; } }
  @media (max-width: 856px) {
    #category .body .content .left-col {
      display: none; }
      #category .body .content .left-col.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 3;
        padding: 15px;
        overflow-y: auto;
        pointer-events: none; }
        #category .body .content .left-col.active .block {
          pointer-events: initial;
          display: block;
          margin-bottom: 32px; }
          #category .body .content .left-col.active .block:first-child {
            display: block;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            border: none; }
          #category .body .content .left-col.active .block .waw-checkbox,
          #category .body .content .left-col.active .block .waw-select {
            display: flex; }
          #category .body .content .left-col.active .block .label {
            margin-bottom: 31px; }
            #category .body .content .left-col.active .block .label .close {
              display: flex; } }
  #category .body .content .left-col .block {
    margin-bottom: 47px; }
    @media (max-width: 856px) {
      #category .body .content .left-col .block {
        margin-bottom: 32px; } }
    #category .body .content .left-col .block.filtered .label img.disabled-image {
      display: none; }
    #category .body .content .left-col .block.filtered .label img.active-image {
      display: block; }
    #category .body .content .left-col .block.filtered .label .reset {
      display: block; }
    #category .body .content .left-col .block .label {
      color: #2d2926;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 400;
      padding: 0; }
      @media (max-width: 856px) {
        #category .body .content .left-col .block .label {
          justify-content: flex-start; } }
      #category .body .content .left-col .block .label .title {
        display: flex;
        align-items: center; }
        #category .body .content .left-col .block .label .title .sh-mobile {
          display: none; }
          @media (max-width: 856px) {
            #category .body .content .left-col .block .label .title .sh-mobile {
              display: inline;
              margin-left: 5px; } }
      #category .body .content .left-col .block .label img {
        margin-right: 16px; }
        #category .body .content .left-col .block .label img.disabled-image {
          display: block; }
        #category .body .content .left-col .block .label img.active-image {
          display: none; }
      #category .body .content .left-col .block .label .reset {
        text-transform: uppercase;
        color: #878787;
        font-weight: 400;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
        padding: 7px 0;
        display: none; }
        @media (max-width: 856px) {
          #category .body .content .left-col .block .label .reset {
            margin-left: 27px; } }
        #category .body .content .left-col .block .label .reset.show {
          display: block; }
      #category .body .content .left-col .block .label .close {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        justify-content: center;
        align-items: center;
        opacity: 1;
        display: none; }
        #category .body .content .left-col .block .label .close img {
          margin-right: 0; }
    #category .body .content .left-col .block .waw-select {
      margin-bottom: 19px;
      display: block !important; }
      #category .body .content .left-col .block .waw-select.hide {
        display: none !important; }
    #category .body .content .left-col .block .waw-checkbox {
      margin-bottom: 20px; }
  #category .body .content .right-col .sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px; }
    #category .body .content .right-col .sort .pages {
      font-size: 14px;
      font-weight: 400;
      color: #6a7272; }
  #category .body .content .right-col .list {
    position: relative;
    min-height: 150px; }
    #category .body .content .right-col .list .item {
      display: block;
      border: 1px solid #dedede;
      border-radius: 5px;
      padding: 37px 67px 35px 51px;
      transition: 0.2s;
      margin-bottom: 23px;
      text-decoration: none;
      position: relative; }
      #category .body .content .right-col .list .item .value {
        margin-bottom: 22px; }
      #category .body .content .right-col .list .item.webinar .description {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px; }
        @media (max-width: 856px) {
          #category .body .content .right-col .list .item.webinar .description {
            flex-wrap: wrap; } }
        #category .body .content .right-col .list .item.webinar .description .text .sponsor {
          font-style: italic; }
        #category .body .content .right-col .list .item.webinar .description .picture {
          width: 132px;
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          position: absolute;
          bottom: 35px;
          right: 67px; }
          @media (max-width: 856px) {
            #category .body .content .right-col .list .item.webinar .description .picture {
              position: relative;
              right: auto;
              bottom: auto;
              margin: 0 auto;
              max-height: 42px;
              margin-top: 20px; } }
          #category .body .content .right-col .list .item.webinar .description .picture img {
            width: 100%;
            height: 39px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center center;
               object-position: center center; }
      #category .body .content .right-col .list .item.product {
        display: flex;
        padding: 15px; }
        @media (max-width: 576px) {
          #category .body .content .right-col .list .item.product {
            flex-flow: column;
            padding: 28px; } }
        #category .body .content .right-col .list .item.product .picture {
          min-width: 165px;
          width: 165px;
          height: 100%;
          margin: auto 0;
          margin-right: 39px; }
          @media (max-width: 576px) {
            #category .body .content .right-col .list .item.product .picture {
              margin-right: 0;
              width: 100%;
              height: -webkit-fit-content;
              height: -moz-fit-content;
              height: fit-content;
              margin-bottom: 31px; } }
          #category .body .content .right-col .list .item.product .picture img {
            width: 100%;
            height: 165px;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center center;
               object-position: center center; }
        #category .body .content .right-col .list .item.product .info {
          padding: 23px 0; }
          @media (max-width: 576px) {
            #category .body .content .right-col .list .item.product .info {
              padding: 0; } }
          #category .body .content .right-col .list .item.product .info .label {
            margin-bottom: 7px; }
          #category .body .content .right-col .list .item.product .info .title {
            margin-top: 0;
            margin-bottom: 15px;
            display: block; }
      #category .body .content .right-col .list .item:last-child {
        margin-bottom: 0; }
      @media (max-width: 856px) {
        #category .body .content .right-col .list .item {
          padding: 22px;
          margin-bottom: 28px; } }
      #category .body .content .right-col .list .item .label {
        font-family: Helvetica, Arial, sans-serif;
        text-align: left;
        display: block;
        text-transform: uppercase;
        color: #009FDF;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 0; }
      #category .body .content .right-col .list .item .title {
        font-family: Helvetica, Arial, sans-serif;
        color: #272727;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 12px;
        display: block; }
      #category .body .content .right-col .list .item .description {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        margin-bottom: 0;
        color: #6a7272; }

#category .body .bottom {
  margin-top: 47px;
  border-top: 1px solid #DEDEDE;
  padding-top: 34px;
  margin-bottom: 52px; }
  @media (max-width: 856px) {
    #category .body .bottom {
      border: none;
      padding: 0;
      margin: 20px 0; } }
  #category .body .bottom .content {
    justify-content: space-between;
    align-items: center;
    display: none; }
    @media (max-width: 856px) {
      #category .body .bottom .content {
        justify-content: center; } }
    #category .body .bottom .content.show {
      display: flex !important; }
  #category .body .bottom .pages {
    font-size: 14px;
    font-weight: 400;
    color: #6a7272; }
    @media (max-width: 856px) {
      #category .body .bottom .pages {
        display: none; } }
  #category .body .bottom .pagination {
    display: flex;
    justify-content: flex-end; }
    #category .body .bottom .pagination .back {
      padding-right: 13px;
      padding-left: 13px;
      cursor: pointer;
      width: 33px; }
    #category .body .bottom .pagination .pagination-numbers {
      display: flex; }
      #category .body .bottom .pagination .pagination-numbers .number {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        border: 1px solid #DEDEDE;
        background: #fff;
        color: #6a7272;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        margin-right: 6px; }
        #category .body .bottom .pagination .pagination-numbers .number:last-child {
          margin-right: 0; }
        #category .body .bottom .pagination .pagination-numbers .number:hover {
          background: #DEDEDE; }
        #category .body .bottom .pagination .pagination-numbers .number.active {
          background: #009FDF;
          color: #fff; }
    #category .body .bottom .pagination .next {
      padding-right: 13px;
      padding-left: 13px;
      cursor: pointer;
      width: 33px;
      margin-right: -13px; }

#category .body .ads .banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(530px, 1fr));
  grid-gap: 18px;
  margin-bottom: 20px; }
  @media (max-width: 856px) {
    #category .body .ads .banners {
      grid-template-columns: 1fr;
      grid-gap: 12px; } }
  #category .body .ads .banners .picture {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 530px;
    margin: 0 auto; }
    #category .body .ads .banners .picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center; }

#category .body .ads .cat-certification {
  width: 100%;
  height: 421px;
  background: #00205B center center no-repeat;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative; }
  #category .body .ads .cat-certification:hover {
    text-decoration: none; }
  @media (max-width: 856px) {
    #category .body .ads .cat-certification {
      width: calc(100% + 30px);
      margin-left: -15px;
      padding: 0 15px; } }
  #category .body .ads .cat-certification picture {
    position: absolute;
    width: 100%;
    height: 100%; }
    #category .body .ads .cat-certification picture img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  #category .body .ads .cat-certification div {
    z-index: 1; }
  #category .body .ads .cat-certification .title {
    font-size: 36px;
    font-weight: 600;
    font-family: Signika, Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 471px;
    margin-bottom: 19px; }
    @media (max-width: 856px) {
      #category .body .ads .cat-certification .title {
        font-size: 26px;
        margin-bottom: 16px; } }
  #category .body .ads .cat-certification .description {
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    max-width: 514px;
    margin-bottom: 36px; }
    @media (max-width: 856px) {
      #category .body .ads .cat-certification .description {
        padding: 0 21px;
        margin-bottom: 24px; } }

#product {
  padding-bottom: 50px; }
  #product.physical .head {
    grid-template-columns: 1fr 526px;
    grid-gap: 114px;
    margin-bottom: 42px; }
    @media (max-width: 960px) {
      #product.physical .head {
        grid-gap: 24px; } }
    @media (max-width: 856px) {
      #product.physical .head {
        grid-gap: 39px;
        display: flex;
        flex-flow: column-reverse; } }
    #product.physical .head .data {
      position: relative; }
  #product.event .head {
    margin-bottom: 74px; }
    @media (max-width: 856px) {
      #product.event .head {
        margin-bottom: 46px; } }
  #product.webinar .head .ads .cat {
    margin-bottom: 48px; }
  #product .head {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap: 90px;
    margin-bottom: 36px; }
    @media (max-width: 856px) {
      #product .head {
        grid-template-columns: 1fr;
        grid-gap: 36px;
        margin-bottom: 26px; } }
    #product .head .data .label {
      padding: 0;
      text-transform: uppercase;
      color: #009FDF;
      font-size: 12px;
      line-height: 30px; }
    #product .head .data .title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 44px;
      line-height: 46px;
      color: #272727;
      margin-bottom: 21px;
      margin-top: 8px; }
      @media (max-width: 856px) {
        #product .head .data .title {
          font-size: 32px;
          line-height: 34px; } }
    #product .head .data .datetime {
      display: flex;
      justify-content: space-between;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #272727;
      margin-bottom: 35px; }
      @media (max-width: 856px) {
        #product .head .data .datetime {
          margin-bottom: 27px; } }
      #product .head .data .datetime .event-date {
        max-width: 502px; }
    #product .head .data .event-actions {
      display: flex;
      flex-wrap: wrap; }
      #product .head .data .event-actions .waw-btn {
        margin-right: 20px;
        margin-bottom: 20px; }
        @media (max-width: 576px) {
          #product .head .data .event-actions .waw-btn {
            width: 100%;
            justify-content: center;
            margin-right: 0; } }
      @media (max-width: 576px) {
        #product .head .data .event-actions {
          display: block; } }
      @media (max-width: 576px) {
        #product .head .data .event-actions .actions {
          margin-left: 0;
          margin-top: 21px; } }
    #product .head .data .actions {
      display: flex;
      margin-bottom: 40px;
      position: relative; }
      @media (max-width: 576px) {
        #product .head .data .actions {
          justify-content: space-between; } }
      #product .head .data .actions .share-links {
        display: none;
        position: absolute;
        top: -46px;
        left: 0; }
        #product .head .data .actions .share-links.show-links {
          display: flex; }
        #product .head .data .actions .share-links a {
          border-radius: 3px;
          height: 34px;
          width: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          margin-right: 8px; }
          #product .head .data .actions .share-links a.facebook {
            background: #2d88ff; }
          #product .head .data .actions .share-links a.twitter {
            background: #1da1f2; }
          #product .head .data .actions .share-links a.linkedin {
            background: #0073b1; }
          #product .head .data .actions .share-links a.mail {
            background: #577bf9; }
          #product .head .data .actions .share-links a img {
            height: 16px;
            width: auto; }
      #product .head .data .actions .waw-btn {
        margin-right: 25px; }
        @media (max-width: 380px) {
          #product .head .data .actions .waw-btn {
            margin-right: 10px; } }
        #product .head .data .actions .waw-btn:last-child {
          margin-right: 0; }
    #product .head .data .info {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #272727;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media (max-width: 856px) {
        #product .head .data .info {
          font-size: 16px;
          margin-bottom: 12px; } }
      #product .head .data .info span {
        font-weight: 400;
        color: #6a7272; }
    #product .head .data .radio-options {
      margin-bottom: 28px; }
    #product .head .data .value {
      margin-bottom: 29px; }
    #product .head .data .physical-actions {
      margin-bottom: 40px;
      display: flex; }
      @media (max-width: 960px) {
        #product .head .data .physical-actions {
          flex-wrap: wrap; } }
      @media (max-width: 856px) {
        #product .head .data .physical-actions {
          flex-wrap: nowrap; }
          #product .head .data .physical-actions .waw-btn {
            width: 100%;
            padding: 0 20px;
            justify-content: center; } }
      #product .head .data .physical-actions .waw-quantity {
        margin-right: 16px;
        margin-bottom: 16px; }
        @media (max-width: 856px) {
          #product .head .data .physical-actions .waw-quantity {
            padding: 0 38px; } }
      #product .head .data .physical-actions .buy-button {
        width: 100%; }
        #product .head .data .physical-actions .buy-button .waiting {
          display: block;
          font-size: 14px;
          color: #009FDF;
          margin-top: 20px; }
    #product .head .data .description {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #6a7272; }
    #product .head .data .content.expand-desktop .text {
      max-height: 300px;
      overflow-y: hidden; }
    #product .head .data .content.expand-desktop .expand {
      display: none; }
      #product .head .data .content.expand-desktop .expand.show {
        display: flex; }
    #product .head .data .content p, #product .head .data .content ul, #product .head .data .content li, #product .head .data .content pre {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #6a7272; }
    #product .head .data .content p {
      margin: 0;
      padding: 0;
      margin-bottom: 18px; }
    #product .head .data .content .expand {
      display: none;
      padding-top: 10px;
      height: 60px;
      align-items: center;
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      color: #00205B;
      text-decoration: underline;
      text-transform: uppercase;
      cursor: pointer; }
    @media (max-width: 576px) {
      #product .head .data .content .text {
        max-height: 300px;
        overflow-y: hidden; }
      #product .head .data .content .expand {
        display: flex; } }
    #product .head .data .content .check:checked ~ .text {
      max-height: 100%; }
    #product .head .data .content .check:checked ~ .expand span {
      display: none; }
    #product .head .data .content .check:checked ~ .expand:after {
      content: "Show less"; }
    #product .head .ads .cat {
      margin-bottom: 27px; }
    #product .head .ads .sponsor .label {
      padding: 0;
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #272727;
      margin-bottom: 5px; }
    #product .head .ads .sponsor .text {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      color: #6a7272; }
    #product .head .ads .sponsor img {
      width: 298px;
      height: auto; }
    #product .head .ads .banner {
      display: flex;
      justify-content: center;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      #product .head .ads .banner img {
        max-width: 100%;
        height: auto; }
    #product .head .carousel {
      display: flex;
      justify-content: center; }
      #product .head .carousel .splide {
        width: 100%;
        max-width: 526px; }
        #product .head .carousel .splide picture {
          display: block;
          width: 100%;
          height: 526px; }
          @media (max-width: 680px) {
            #product .head .carousel .splide picture {
              height: 342px; } }
          #product .head .carousel .splide picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center center;
               object-position: center center; }
  #product .events {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap: 90px;
    margin-bottom: 68px; }
    @media (max-width: 856px) {
      #product .events {
        grid-template-columns: 1fr;
        grid-gap: 32px;
        margin-bottom: 51px; } }
    #product .events .list {
      position: relative; }
      #product .events .list .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 146px;
        padding: 20px 40px;
        margin-bottom: 26px;
        border: 1px solid #DEDEDE;
        border-radius: 5px; }
        @media (max-width: 856px) {
          #product .events .list .item {
            height: auto;
            padding: 24px 27px;
            margin-bottom: 22px;
            flex-wrap: wrap; } }
        #product .events .list .item:last-child {
          margin-bottom: 0; }
        #product .events .list .item.webinar-item {
          display: grid;
          grid-gap: 20px;
          gap: 20px;
          grid-template-columns: 1fr 202px; }
          @media (max-width: 856px) {
            #product .events .list .item.webinar-item {
              grid-template-columns: 1fr; } }
          #product .events .list .item.webinar-item .info {
            padding-right: 15px; }
          #product .events .list .item.webinar-item .waiting {
            font-size: 14px;
            color: #009FDF;
            grid-column-start: 2;
            grid-column-end: 3; }
            @media (max-width: 856px) {
              #product .events .list .item.webinar-item .waiting {
                grid-column-start: auto;
                grid-column-end: auto; } }
        @media (max-width: 856px) {
          #product .events .list .item .info {
            margin-bottom: 26px; } }
        #product .events .list .item .info .label {
          padding: 0;
          font-family: Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 12px;
          margin-bottom: 6px;
          color: #009FDF;
          text-transform: uppercase; }
        #product .events .list .item .info .name {
          margin: 0;
          font-family: Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 20px;
          line-height: 30px;
          color: #272727; }
        @media (max-width: 856px) {
          #product .events .list .item .waw-btn {
            width: 100%;
            justify-content: center; } }
    #product .events .note p {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 18px;
      color: #6a7272;
      margin: 0;
      margin-bottom: 16px;
      max-width: 332px; }
      #product .events .note p:last-child {
        margin-bottom: 0; }
      #product .events .note p span {
        color: #272727; }
  #product .presenter {
    max-width: 640px; }
    #product .presenter .title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      padding-bottom: 21px;
      margin: 0;
      margin-bottom: 30px;
      border-bottom: 1px solid #DEDEDE; }
      @media (max-width: 856px) {
        #product .presenter .title {
          padding-bottom: 8px;
          margin-bottom: 19px;
          font-size: 22px; } }
    #product .presenter .content {
      display: grid;
      grid-template-columns: 200px 1fr;
      grid-gap: 38px; }
      @media (max-width: 856px) {
        #product .presenter .content {
          grid-template-columns: 1fr;
          grid-gap: 25px; } }
      #product .presenter .content .picture {
        position: relative; }
        @media (max-width: 856px) {
          #product .presenter .content .picture {
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            max-height: 315px;
            overflow: hidden;
            width: 100%; } }
        #product .presenter .content .picture img {
          width: 100%;
          height: auto; }
          @media (max-width: 856px) {
            #product .presenter .content .picture img {
              position: relative;
              top: -70px; } }
      #product .presenter .content .info .name {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #272727;
        margin: 0;
        margin-bottom: 3px; }
      #product .presenter .content .info .job {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        color: #009FDF;
        text-transform: capitalize;
        margin-bottom: 17px; }
        @media (max-width: 856px) {
          #product .presenter .content .info .job {
            margin-bottom: 7px; } }
      #product .presenter .content .info .description {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #6a7272; }
  #product nav {
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 42px;
    overflow-y: hidden;
    overflow-x: auto; }
    @media (max-width: 856px) {
      #product nav {
        margin-bottom: 0px;
        border-bottom: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px; } }
    #product nav .item {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 33px;
      color: #6a7272;
      text-decoration: none;
      padding-right: 46px;
      height: 50px;
      position: relative;
      white-space: nowrap; }
      #product nav .item:hover {
        color: #272727; }
      #product nav .item.active {
        font-weight: bold;
        color: #272727; }
        #product nav .item.active::before {
          content: "";
          width: 80px;
          height: 4px;
          background: #009FDF;
          position: absolute;
          left: 0;
          bottom: -1px; }
      #product nav .item.hide {
        display: none; }
  #product .learning.hide-schedules .schedules {
    display: none; }
  #product .learning.hide-schedules .exam {
    border-bottom: none; }
  #product .learning.no-products .nav-pages .nav-content .exam {
    display: none; }
  #product .learning.no-products .schedules .content {
    grid-template-columns: 1fr; }
    #product .learning.no-products .schedules .content .tef-button {
      display: none; }
  #product .learning.no-products .schedules .left-col {
    display: none; }
  #product .learning .title {
    font-family: Signika, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #272727;
    margin-bottom: 36px; }
    @media (max-width: 856px) {
      #product .learning .title {
        font-size: 22px; } }
  @media (max-width: 856px) {
    #product .learning .nav-pages {
      border-top: 1px solid #DEDEDE;
      margin-bottom: 40px;
      padding-top: 29px; } }
  #product .learning .description {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #6a7272;
    max-width: 525px;
    margin-bottom: 42px; }
  #product .learning .subtitle {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    color: #272727; }
  #product .learning .exam {
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 42px; }
    @media (max-width: 856px) {
      #product .learning .exam {
        border-bottom: none;
        padding: 0;
        margin-bottom: 56px; } }
    #product .learning .exam .subtitle {
      margin-bottom: 48px; }
      @media (max-width: 856px) {
        #product .learning .exam .subtitle {
          margin-bottom: 34px; } }
    #product .learning .exam .value .full {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #272727;
      margin-bottom: 11px; }
    #product .learning .exam .value .member {
      font-family: Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 23px;
      color: #272727;
      display: flex;
      align-items: flex-start; }
      #product .learning .exam .value .member .tag {
        text-transform: uppercase;
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        color: #009FDF;
        margin-left: 15px;
        padding: 0;
        position: relative;
        top: -3px; }
    #product .learning .exam .waw-btn {
      margin-top: 26px; }
    #product .learning .exam .description {
      margin-top: 26px; }
  #product .learning .schedules {
    margin-bottom: 100px; }
    @media (max-width: 856px) {
      #product .learning .schedules {
        margin-bottom: 56px; } }
    #product .learning .schedules .subtitle {
      margin-bottom: 37px; }
      @media (max-width: 856px) {
        #product .learning .schedules .subtitle {
          margin-bottom: 15px; } }
    #product .learning .schedules .content {
      display: grid;
      grid-template-columns: 248px 1fr;
      grid-gap: 79px; }
      #product .learning .schedules .content.no-content {
        grid-template-columns: 1fr; }
        #product .learning .schedules .content.no-content .left-col {
          display: none; }
      #product .learning .schedules .content .tef-button {
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 400;
        border: 1px solid #DEDEDE;
        text-transform: uppercase;
        border-radius: 50px;
        display: none; }
        #product .learning .schedules .content .tef-button.filtered {
          border: 2px solid #272727; }
          #product .learning .schedules .content .tef-button.filtered .disabled-image {
            display: none; }
          #product .learning .schedules .content .tef-button.filtered .active-image {
            display: block; }
          #product .learning .schedules .content .tef-button.filtered .label .reset {
            display: block; }
        #product .learning .schedules .content .tef-button img {
          margin-right: 16px; }
          #product .learning .schedules .content .tef-button img.disabled-image {
            display: block; }
          #product .learning .schedules .content .tef-button img.active-image {
            display: none; }
      @media (max-width: 856px) {
        #product .learning .schedules .content {
          grid-template-columns: 1fr;
          grid-gap: 30px; }
          #product .learning .schedules .content .tef-button {
            display: flex; } }
      @media (max-width: 856px) {
        #product .learning .schedules .content .left-col {
          display: none; }
          #product .learning .schedules .content .left-col.active {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100vw;
            height: 100vh;
            background: #fff;
            z-index: 3;
            padding: 15px;
            overflow-y: auto;
            pointer-events: none; }
            #product .learning .schedules .content .left-col.active .block {
              pointer-events: initial;
              display: block;
              margin-bottom: 32px; }
              #product .learning .schedules .content .left-col.active .block:first-child {
                display: block;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                border: none; }
              #product .learning .schedules .content .left-col.active .block .waw-checkbox, #product .learning .schedules .content .left-col.active .block .waw-select {
                display: flex; }
              #product .learning .schedules .content .left-col.active .block .label {
                margin-bottom: 31px; }
                #product .learning .schedules .content .left-col.active .block .label .close {
                  display: flex; } }
      #product .learning .schedules .content .left-col .block {
        margin-bottom: 47px; }
        @media (max-width: 856px) {
          #product .learning .schedules .content .left-col .block {
            margin-bottom: 32px; } }
        #product .learning .schedules .content .left-col .block.filtered .label img.disabled-image {
          display: none; }
        #product .learning .schedules .content .left-col .block.filtered .label img.active-image {
          display: block; }
        #product .learning .schedules .content .left-col .block.filtered .label .reset {
          display: block; }
        #product .learning .schedules .content .left-col .block .label {
          color: #2D2926;
          font-size: 20px;
          text-transform: uppercase;
          margin-bottom: 31px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-weight: 400;
          padding: 0; }
          @media (max-width: 856px) {
            #product .learning .schedules .content .left-col .block .label {
              justify-content: flex-start; } }
          #product .learning .schedules .content .left-col .block .label .title {
            display: flex;
            align-items: center;
            font-weight: normal;
            font-size: 18px;
            line-height: 16px;
            margin-bottom: 0;
            font-family: Helvetica, Arial, sans-serif; }
            #product .learning .schedules .content .left-col .block .label .title .sh-mobile {
              display: none; }
              @media (max-width: 856px) {
                #product .learning .schedules .content .left-col .block .label .title .sh-mobile {
                  display: inline;
                  margin-left: 5px; } }
          #product .learning .schedules .content .left-col .block .label img {
            margin-right: 16px; }
            #product .learning .schedules .content .left-col .block .label img.disabled-image {
              display: block; }
            #product .learning .schedules .content .left-col .block .label img.active-image {
              display: none; }
          #product .learning .schedules .content .left-col .block .label .reset {
            text-transform: uppercase;
            color: #878787;
            font-weight: 400;
            text-decoration: underline;
            font-size: 12px;
            cursor: pointer;
            padding: 7px 0;
            display: none; }
            @media (max-width: 856px) {
              #product .learning .schedules .content .left-col .block .label .reset {
                margin-left: 27px; } }
            #product .learning .schedules .content .left-col .block .label .reset.show {
              display: block; }
          #product .learning .schedules .content .left-col .block .label .close {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 0;
            right: 0;
            justify-content: center;
            align-items: center;
            opacity: 1;
            display: none; }
            #product .learning .schedules .content .left-col .block .label .close img {
              margin-right: 0; }
        #product .learning .schedules .content .left-col .block .waw-select {
          margin-bottom: 19px;
          display: block !important; }
      #product .learning .schedules .content .right-col {
        position: relative; }
        #product .learning .schedules .content .right-col .sort {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 28px; }
          #product .learning .schedules .content .right-col .sort .pages {
            font-size: 14px;
            font-weight: 400;
            color: #6a7272; }
        #product .learning .schedules .content .right-col .list .item {
          display: block;
          border: 1px solid #DEDEDE;
          border-radius: 5px;
          padding: 32px 32px 32px 45px;
          transition: 0.2s;
          margin-bottom: 23px;
          text-decoration: none; }
          #product .learning .schedules .content .right-col .list .item:last-child {
            margin-bottom: 0; }
          @media (max-width: 856px) {
            #product .learning .schedules .content .right-col .list .item {
              padding: 26px 32px;
              margin-bottom: 21px; } }
          #product .learning .schedules .content .right-col .list .item:hover {
            transition: 0.2s;
            border: 1px solid #fff;
            box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.18); }
          #product .learning .schedules .content .right-col .list .item .title {
            font-family: Helvetica, Arial, sans-serif;
            color: #272727;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 17px; }
          #product .learning .schedules .content .right-col .list .item .info {
            display: flex;
            align-items: center;
            font-family: Helvetica, Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #6a7272;
            margin-bottom: 12px;
            max-width: 337px; }
            #product .learning .schedules .content .right-col .list .item .info.highlight {
              color: #272727; }
            #product .learning .schedules .content .right-col .list .item .info img {
              width: 14px;
              height: auto;
              display: block;
              margin-right: 15px; }
              #product .learning .schedules .content .right-col .list .item .info img.small-img {
                padding: 0 2px; }
            #product .learning .schedules .content .right-col .list .item .info .details {
              cursor: pointer;
              margin-left: 29px;
              text-decoration: underline;
              text-transform: uppercase;
              color: #272727;
              font-size: 12px;
              min-width: 85px; }
              @media (max-width: 856px) {
                #product .learning .schedules .content .right-col .list .item .info .details {
                  min-width: auto; } }
          #product .learning .schedules .content .right-col .list .item .action {
            display: grid;
            grid-template-columns: 1fr 212px;
            grid-gap: 27px; }
            @media (max-width: 856px) {
              #product .learning .schedules .content .right-col .list .item .action {
                grid-template-columns: 1fr; } }
            #product .learning .schedules .content .right-col .list .item .action .info {
              margin-bottom: 0;
              height: 100%; }
            #product .learning .schedules .content .right-col .list .item .action .waw-btn {
              width: 100%;
              justify-content: center;
              padding: 0 20px; }
            #product .learning .schedules .content .right-col .list .item .action .waiting {
              font-size: 14px;
              color: #009FDF;
              grid-column-start: 2;
              grid-column-end: 3; }
              @media (max-width: 856px) {
                #product .learning .schedules .content .right-col .list .item .action .waiting {
                  grid-column-start: auto;
                  grid-column-end: auto; } }
        #product .learning .schedules .content .right-col .no-products {
          display: none; }
          #product .learning .schedules .content .right-col .no-products h3 {
            font-family: Signika, Helvetica, Arial, sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: #009FDF;
            margin-bottom: 18px; }
          #product .learning .schedules .content .right-col .no-products p {
            font-size: 16px;
            color: #272727;
            margin-bottom: 18px;
            font-family: Helvetica, Arial, sans-serif; }
            #product .learning .schedules .content .right-col .no-products p b {
              font-weight: bold; }
  #product .credits {
    margin-bottom: 135px; }
    @media (max-width: 856px) {
      #product .credits {
        margin-bottom: 64px; } }
    #product .credits.hide-credits .content {
      grid-template-columns: 1fr; }
      #product .credits.hide-credits .content .left-col {
        display: none; }
      #product .credits.hide-credits .content .right-col {
        border-left: none;
        padding-left: 0; }
    #product .credits .title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 33px;
      color: #272727;
      margin-bottom: 24px; }
      @media (max-width: 856px) {
        #product .credits .title {
          margin-bottom: 16px;
          font-size: 22px; } }
    #product .credits .content {
      display: grid;
      grid-template-columns: 401px 1fr;
      border-top: 1px solid #DEDEDE; }
      @media (max-width: 856px) {
        #product .credits .content {
          grid-template-columns: 1fr; } }
      #product .credits .content .left-col .item {
        padding: 32px 0;
        border-top: 1px solid #DEDEDE; }
        @media (max-width: 856px) {
          #product .credits .content .left-col .item {
            padding: 24px 0; } }
        #product .credits .content .left-col .item:first-child {
          border-top: none; }
        #product .credits .content .left-col .item.hide {
          display: none; }
        #product .credits .content .left-col .item .name {
          font-family: Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 33px;
          text-transform: uppercase;
          color: #272727;
          margin-bottom: 11px; }
        #product .credits .content .left-col .item .info {
          font-family: Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 22px;
          color: #272727; }
          #product .credits .content .left-col .item .info .light {
            color: #6a7272; }
      #product .credits .content .right-col {
        border-left: 1px solid #DEDEDE;
        padding: 32px 0 0 36px;
        position: relative; }
        @media (max-width: 856px) {
          #product .credits .content .right-col {
            border-left: none;
            padding: 0;
            padding-top: 15px; } }
        #product .credits .content .right-col .requirements {
          font-family: Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 25px;
          color: #272727;
          margin-bottom: 35px; }
        #product .credits .content .right-col .list .item {
          padding: 24px 32px;
          border: 1px solid #DEDEDE;
          cursor: pointer;
          border-radius: 5px;
          margin-bottom: 24px;
          display: block;
          width: 100%; }
          @media (max-width: 856px) {
            #product .credits .content .right-col .list .item {
              padding: 24px; } }
          #product .credits .content .right-col .list .item:last-child {
            margin-bottom: 0; }
          #product .credits .content .right-col .list .item:hover {
            transition: 0.2s;
            border: 1px solid #fff;
            box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.18);
            text-decoration: none; }
          #product .credits .content .right-col .list .item .name {
            font-family: Helvetica, Arial, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            color: #009FDF; }
            @media (max-width: 856px) {
              #product .credits .content .right-col .list .item .name {
                margin-bottom: 8px; } }
          #product .credits .content .right-col .list .item .description {
            font-family: Helvetica, Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #6a7272; }
  #product .more .title {
    font-family: Signika, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #272727;
    margin-bottom: 24px; }
    @media (max-width: 856px) {
      #product .more .title {
        margin-bottom: 16px;
        font-size: 22px; } }
  #product .more .content {
    display: grid;
    grid-template-columns: 398px 1fr;
    grid-gap: 147px;
    padding-top: 60px;
    border-top: 1px solid #DEDEDE; }
    @media (max-width: 856px) {
      #product .more .content {
        grid-template-columns: 1fr;
        grid-gap: 13px;
        padding-top: 31px; } }
    #product .more .content .block {
      margin-bottom: 50px;
      max-width: 398px; }
      @media (max-width: 856px) {
        #product .more .content .block {
          max-width: 100%;
          margin-bottom: 37px; } }
      #product .more .content .block .name {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 33px;
        color: #272727;
        margin-bottom: 14px; }
      #product .more .content .block .description {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #6a7272;
        margin-bottom: 26px; }
        #product .more .content .block .description a {
          color: #272727;
          text-decoration: underline; }
      #product .more .content .block .item {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #6a7272;
        padding-left: 23px;
        position: relative;
        margin-bottom: 16px; }
        #product .more .content .block .item::before {
          content: "";
          width: 8px;
          height: 8px;
          position: absolute;
          background: #272727;
          border-radius: 8px;
          top: 6px;
          left: 0; }
      #product .more .content .block .waw-btn {
        padding: 0 51px; }
  #product .more-products .title {
    font-family: Signika, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #272727;
    padding-bottom: 21px;
    margin-bottom: 68px;
    border-bottom: 1px solid #DEDEDE; }
    @media (max-width: 856px) {
      #product .more-products .title {
        margin-bottom: 37px; } }
  #product .more-products .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 17px; }
    @media (max-width: 856px) {
      #product .more-products .list {
        width: calc(100% + 30px);
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        margin-left: -15px;
        padding-left: 15px; } }
    #product .more-products .list .item {
      text-decoration: none;
      width: 100%;
      max-width: 257px; }
      @media (max-width: 856px) {
        #product .more-products .list .item {
          min-width: 257px; }
          #product .more-products .list .item:last-child {
            min-width: 277px;
            padding-right: 20px; } }
      #product .more-products .list .item img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 33px; }
      #product .more-products .list .item .name {
        font-family: Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        color: #272727;
        margin-bottom: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        #product .more-products .list .item .name:hover {
          text-decoration: underline; }
      #product .more-products .list .item .value {
        font-family: Signika, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
        color: #009FDF; }
  #product .event-pages {
    font-family: Helvetica, Arial, sans-serif; }
    #product .event-pages nav {
      margin-bottom: 55px; }
      @media (max-width: 856px) {
        #product .event-pages nav {
          margin-bottom: 0; } }
      #product .event-pages nav .item {
        cursor: pointer;
        padding-right: 70px; }
        @media (max-width: 856px) {
          #product .event-pages nav .item {
            padding-right: 42px; } }
        #product .event-pages nav .item:last-child {
          padding-right: 0; }
          @media (max-width: 856px) {
            #product .event-pages nav .item:last-child {
              padding-right: 42px; } }
    #product .event-pages .nav-content {
      display: none; }
      #product .event-pages .nav-content.active {
        display: block; }
      @media (max-width: 856px) {
        #product .event-pages .nav-content {
          border-top: 1px solid #DEDEDE;
          padding-top: 31px; } }
      #product .event-pages .nav-content .register-grid {
        display: grid;
        grid-template-columns: minmax(500px, 60%) 1fr;
        grid-gap: 30px;
        margin-bottom: 92px; }
        @media (max-width: 856px) {
          #product .event-pages .nav-content .register-grid {
            grid-template-columns: 1fr;
            grid-gap: 46px;
            margin-bottom: 60px; } }
        #product .event-pages .nav-content .register-grid .list {
          position: relative; }
          #product .event-pages .nav-content .register-grid .list .item .block .name {
            margin-bottom: 20px; }
          #product .event-pages .nav-content .register-grid .list .item .block .info {
            display: flex;
            align-items: center;
            font-family: Helvetica, Arial, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #6a7272;
            margin-bottom: 12px;
            max-width: 337px; }
            #product .event-pages .nav-content .register-grid .list .item .block .info:last-child {
              margin-bottom: 0; }
            #product .event-pages .nav-content .register-grid .list .item .block .info img {
              width: 14px;
              height: auto;
              display: block;
              margin-right: 15px; }
              #product .event-pages .nav-content .register-grid .list .item .block .info img.small-img {
                padding: 0 2px; }
        #product .event-pages .nav-content .register-grid.ads {
          grid-gap: 90px; }
          @media (max-width: 856px) {
            #product .event-pages .nav-content .register-grid.ads {
              grid-gap: 46px;
              margin-bottom: 0; } }
      #product .event-pages .nav-content .title, #product .event-pages .nav-content h3 {
        margin: 0;
        padding: 0;
        font-family: Signika, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 33px;
        color: #272727;
        margin-bottom: 36px; }
        #product .event-pages .nav-content .title.small-w, #product .event-pages .nav-content h3.small-w {
          max-width: 635px; }
      #product .event-pages .nav-content h4 {
        margin: 0;
        padding: 0;
        font-family: Signika, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 49px;
        color: #009FDF; }
      #product .event-pages .nav-content .banners .banner {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: 36px; }
        #product .event-pages .nav-content .banners .banner img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center center;
             object-position: center center; }
      #product .event-pages .nav-content .faq-list .item-boolean {
        border: 1px solid #DEDEDE;
        padding: 20px 30px;
        border-radius: 5px;
        margin-bottom: 12px; }
        #product .event-pages .nav-content .faq-list .item-boolean .item-action {
          font-weight: normal;
          font-size: 20px;
          line-height: 30px; }
        #product .event-pages .nav-content .faq-list .item-boolean .item-content {
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          color: #6a7272;
          padding-bottom: 30px; }
      #product .event-pages .nav-content .list .item {
        display: grid;
        grid-template-columns: 1fr 202px;
        grid-gap: 58px;
        padding: 38px;
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        margin-bottom: 24px; }
        @media (max-width: 576px) {
          #product .event-pages .nav-content .list .item {
            grid-template-columns: 1fr;
            padding: 30px;
            padding-bottom: 64px; } }
        #product .event-pages .nav-content .list .item:hover {
          transition: 0.2s;
          border: 1px solid #fff;
          box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.18); }
        #product .event-pages .nav-content .list .item .block .waw-btn {
          padding: 0 20px; }
        #product .event-pages .nav-content .list .item .block .waiting {
          font-size: 14px;
          color: #009FDF;
          display: block;
          margin-top: 20px; }
        #product .event-pages .nav-content .list .item .block .tag {
          font-weight: bold;
          font-size: 12px;
          color: #009FDF;
          text-transform: uppercase;
          margin-bottom: 8px; }
        #product .event-pages .nav-content .list .item .block .name {
          font-weight: normal;
          font-size: 20px;
          color: #272727;
          margin-bottom: 8px; }
        #product .event-pages .nav-content .list .item .block .description {
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 25px;
          color: #6a7272;
          max-width: 280px; }
          @media (max-width: 576px) {
            #product .event-pages .nav-content .list .item .block .description {
              max-width: 100%; } }
        #product .event-pages .nav-content .list .item .block .value {
          margin-bottom: 25px; }
        #product .event-pages .nav-content .list .item .block .member-value {
          font-weight: bold;
          font-size: 20px;
          line-height: 23px;
          color: #272727;
          margin-bottom: 18px; }
          #product .event-pages .nav-content .list .item .block .member-value span {
            font-weight: bold;
            font-size: 12px;
            line-height: 38px;
            text-transform: uppercase;
            color: #009FDF;
            margin-left: 15px;
            position: relative;
            top: -5px; }
        #product .event-pages .nav-content .list .item .block button {
          width: 100%;
          justify-content: center; }
      #product .event-pages .nav-content .note .name {
        font-size: 20px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 20px; }
      #product .event-pages .nav-content .note p {
        font-size: 14px;
        color: #6a7272;
        margin-bottom: 12px;
        line-height: 1.5; }
        #product .event-pages .nav-content .note p span {
          color: #272727; }
  #product .upcoming-events .title {
    font-family: Signika, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #272727;
    padding-bottom: 45px;
    margin-bottom: 55px;
    border-bottom: 1px solid #DEDEDE; }
    @media (max-width: 856px) {
      #product .upcoming-events .title {
        padding-bottom: 29px;
        margin-bottom: 24px; } }
  #product .upcoming-events .list {
    font-family: Helvetica, Arial, sans-serif; }
    #product .upcoming-events .list .splide .splide__arrows {
      padding: 0; }
      #product .upcoming-events .list .splide .splide__arrows .splide__arrow--prev {
        position: relative;
        left: -45px; }
        @media (max-width: 1200px) {
          #product .upcoming-events .list .splide .splide__arrows .splide__arrow--prev {
            left: 0; } }
      #product .upcoming-events .list .splide .splide__arrows .splide__arrow--next {
        position: relative;
        right: -45px; }
        @media (max-width: 1200px) {
          #product .upcoming-events .list .splide .splide__arrows .splide__arrow--next {
            right: 0; } }
    #product .upcoming-events .list .splide .splide__pagination {
      bottom: -36px; }
    #product .upcoming-events .list .item {
      padding: 20px 23px;
      display: block;
      width: 100%;
      border: 1px solid #DEDEDE;
      border-radius: 5px;
      height: 100%; }
      #product .upcoming-events .list .item:hover {
        transition: 0.2s;
        border: 1px solid #878787;
        text-decoration: none; }
      #product .upcoming-events .list .item .label {
        padding: 0;
        font-weight: bold;
        font-size: 12px;
        line-height: 30px;
        color: #009FDF;
        text-transform: uppercase; }
      #product .upcoming-events .list .item .name {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        color: #272727;
        margin-bottom: 13px; }
      #product .upcoming-events .list .item .description {
        display: grid;
        grid-template-columns: 1fr 132px;
        grid-gap: 37px;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        color: #6a7272; }
        @media (max-width: 576px) {
          #product .upcoming-events .list .item .description {
            grid-template-columns: 1fr; } }
        #product .upcoming-events .list .item .description .sponsor {
          font-style: italic; }
        #product .upcoming-events .list .item .description .picture {
          display: flex;
          align-items: center;
          height: 100%; }
          #product .upcoming-events .list .item .description .picture img {
            max-width: 132px;
            width: 100%;
            height: auto; }

#cart .title {
  text-align: center;
  font-family: Signika, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 46px;
  color: #272727;
  margin-bottom: 56px; }

#cart .content {
  display: grid;
  grid-template-columns: 1fr 298px;
  grid-gap: 29px;
  font-family: Helvetica, Arial, sans-serif;
  position: relative; }
  @media (max-width: 820px) {
    #cart .content {
      grid-template-columns: 1fr; } }
  #cart .content .products .labels {
    display: grid;
    grid-template-columns: 1fr 110px 110px 110px;
    margin-bottom: 24px; }
    @media (max-width: 820px) {
      #cart .content .products .labels {
        display: none; } }
    #cart .content .products .labels .item {
      padding: 0 10px;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      color: #272727; }
  #cart .content .products .list .item {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 110px 110px 110px;
    padding: 26px 0;
    margin-bottom: 12px; }
    @media (max-width: 576px) {
      #cart .content .products .list .item {
        display: flex;
        flex-wrap: wrap; } }
    #cart .content .products .list .item:last-child {
      margin-bottom: 0; }
    #cart .content .products .list .item .column {
      padding: 0 10px; }
      @media (max-width: 576px) {
        #cart .content .products .list .item .column {
          width: 33%;
          padding: 0 20px; } }
      #cart .content .products .list .item .column .inside-label {
        font-weight: normal;
        font-size: 12px;
        line-height: 25px;
        color: #6a7272;
        margin-bottom: 13px;
        display: none; }
        @media (max-width: 576px) {
          #cart .content .products .list .item .column .inside-label {
            display: block; } }
    #cart .content .products .list .item .name {
      font-size: 16px;
      line-height: 25px;
      color: #272727;
      max-width: 391px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      font-weight: bold; }
      @media (max-width: 576px) {
        #cart .content .products .list .item .name {
          width: 100%;
          max-width: 100%;
          margin-bottom: 37px; }
          #cart .content .products .list .item .name::before {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            background: #DEDEDE;
            bottom: -16px;
            left: 0; } }
      #cart .content .products .list .item .name .product {
        margin-bottom: 18px; }
      #cart .content .products .list .item .name .detail {
        font-weight: normal; }
    #cart .content .products .list .item .price {
      font-size: 16px;
      line-height: 25px;
      color: #6a7272; }
      #cart .content .products .list .item .price .list-price {
        color: #EA7600;
        text-decoration: line-through; }
    #cart .content .products .list .item .quantity input {
      width: 52px;
      height: 36px;
      text-align: center;
      font-size: 16px;
      line-height: 25px;
      color: #272727;
      border: 1px solid #DEDEDE;
      background: #FFF;
      padding-top: 5px;
      margin-bottom: 6px;
      /* Firefox */ }
      #cart .content .products .list .item .quantity input::-webkit-outer-spin-button, #cart .content .products .list .item .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      #cart .content .products .list .item .quantity input[type=number] {
        -moz-appearance: textfield; }
      #cart .content .products .list .item .quantity input:focus {
        border-color: #272727; }
    #cart .content .products .list .item .quantity .remove {
      font-weight: normal;
      font-size: 12px;
      line-height: 25px;
      text-decoration: underline;
      color: #6a7272;
      text-transform: uppercase;
      cursor: pointer; }
      #cart .content .products .list .item .quantity .remove:hover {
        color: #272727; }
    #cart .content .products .list .item .subtotal {
      font-weight: bold;
      font-size: 16px;
      line-height: 25px;
      color: #272727; }
  #cart .content .products .waw-btn {
    margin-top: 18px;
    padding: 0 25px; }
  #cart .content .summary .label {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
    margin-bottom: 24px;
    padding: 0;
    display: block;
    text-align: left; }
  #cart .content .summary .column {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    padding: 0;
    width: 100%; }
    #cart .content .summary .column .top {
      padding: 10px 20px 0 20px;
      border-bottom: 1px solid #DEDEDE; }
      #cart .content .summary .column .top .checkbox:checked ~ form {
        display: block; }
      #cart .content .summary .column .top .checkbox:checked ~ .have-discount::before {
        background: url(/cssminus.png) no-repeat center center; }
      #cart .content .summary .column .top form {
        display: none; }
      #cart .content .summary .column .top .have-discount {
        display: block;
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #272727;
        position: relative;
        cursor: pointer;
        margin-bottom: 10px; }
        #cart .content .summary .column .top .have-discount::before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          right: 0;
          top: 17px;
          background: url(/cssplus.png) no-repeat center center; }
      #cart .content .summary .column .top .waw-input {
        margin-bottom: 13px; }
      #cart .content .summary .column .top .waw-btn {
        margin-bottom: 25px; }
    #cart .content .summary .column .bottom {
      padding: 25px 20px; }
      #cart .content .summary .column .bottom .subtotal {
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #272727;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DEDEDE; }
      #cart .content .summary .column .bottom .total {
        color: #272727;
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 11px; }
      #cart .content .summary .column .bottom .obs {
        text-align: right;
        max-width: 162px;
        margin-left: auto;
        margin-right: 0;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #272727;
        margin-bottom: 40px; }
      #cart .content .summary .column .bottom .waw-btn {
        padding: 0 20px; }
      #cart .content .summary .column .bottom .not-user {
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        color: #272727;
        text-align: center;
        margin: 20px 0; }

.checkout-header {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 48px; }
  @media (max-width: 768px) {
    .checkout-header {
      padding: 12px;
      min-height: 80px;
      align-items: center;
      margin-bottom: 32px; } }
  .checkout-header img {
    width: 100%;
    max-width: 262px;
    height: auto; }
    @media (max-width: 768px) {
      .checkout-header img {
        max-width: 168px; } }

#checkout {
  padding-bottom: 70px; }
  #checkout .checkout-grid {
    display: grid;
    grid-template-columns: 530px 1fr;
    grid-gap: 130px; }
    @media (max-width: 1000px) {
      #checkout .checkout-grid {
        grid-gap: 25px; } }
    @media (max-width: 880px) {
      #checkout .checkout-grid {
        display: block; } }
  #checkout section {
    font-family: Helvetica, Arial, sans-serif;
    color: #272727;
    padding-left: 52px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #checkout section:last-child {
      border-bottom: 0; }
    @media (max-width: 880px) {
      #checkout section {
        padding-left: 0; } }
    #checkout section.active {
      padding-bottom: 70px; }
      #checkout section.active .title {
        margin-bottom: 28px; }
      #checkout section.active .number {
        background: #009FDF; }
      #checkout section.active .content {
        display: block; }
    #checkout section.completed {
      padding-bottom: 30px; }
      #checkout section.completed .title {
        margin-bottom: 0;
        cursor: pointer; }
      #checkout section.completed .number {
        background: #009639; }
        #checkout section.completed .number .value {
          display: none; }
        #checkout section.completed .number img {
          display: block; }
      #checkout section.completed .content {
        display: none; }
    #checkout section .title {
      font-family: Signika, Helvetica, Arial, sans-serif;
      font-weight: 600;
      font-size: 30px;
      line-height: 33px; }
      @media (max-width: 880px) {
        #checkout section .title {
          padding-left: 52px; } }
    #checkout section .number {
      width: 34px;
      height: 34px;
      border-radius: 34px;
      background: #272727;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0; }
      #checkout section .number img {
        display: none;
        width: 13px;
        height: auto; }
    #checkout section .content {
      display: none; }
      #checkout section .content .section-name {
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        color: #6a7272;
        margin-bottom: 28px; }
      #checkout section .content .field {
        margin-bottom: 46px; }
        #checkout section .content .field .label {
          font-weight: bold;
          font-size: 14px;
          line-height: 25px;
          color: #272727;
          text-transform: uppercase;
          margin: 0;
          padding: 0;
          display: block;
          margin-bottom: 12px;
          text-align: left; }
          #checkout section .content .field .label span {
            color: #EA7600; }
      #checkout section .content .field-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px; }
        @media (max-width: 576px) {
          #checkout section .content .field-grid {
            grid-template-columns: 1fr;
            grid-gap: 0; } }
        #checkout section .content .field-grid.left {
          grid-template-columns: 130px 1fr; }
          @media (max-width: 576px) {
            #checkout section .content .field-grid.left {
              grid-template-columns: 1fr; } }
        #checkout section .content .field-grid.right {
          grid-template-columns: 1fr 150px; }
          @media (max-width: 576px) {
            #checkout section .content .field-grid.right {
              grid-template-columns: 1fr; } }
      #checkout section .content .waw-checkbox {
        margin-bottom: 62px; }
      #checkout section .content .waw-radio-options {
        margin-bottom: 35px; }
        #checkout section .content .waw-radio-options .field {
          margin-bottom: 36px; }
          #checkout section .content .waw-radio-options .field .waw-input {
            background: #F7F5F5; }
        #checkout section .content .waw-radio-options .waw-radio-content {
          padding-bottom: 0; }
      #checkout section .content .waw-btn {
        min-width: 203px;
        justify-content: center; }
      #checkout section .content .error {
        display: none;
        font-size: 16px;
        color: #EA7600;
        font-weight: 500;
        position: relative;
        top: -15px; }
  #checkout .summary {
    background: #F7F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif; }
    #checkout .summary .top {
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 27px;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      color: #272727;
      text-transform: uppercase;
      border-bottom: 1px solid #DEDEDE; }
      #checkout .summary .top .edit {
        font-weight: normal;
        font-size: 12px;
        line-height: 25px;
        color: #6a7272;
        height: 50px;
        display: flex;
        align-items: center;
        text-decoration: underline;
        text-transform: uppercase; }
        #checkout .summary .top .edit:hover {
          color: #272727; }
    #checkout .summary .content {
      padding: 23px 27px 35px 27px; }
      #checkout .summary .content .count {
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        color: #6a7272;
        margin-bottom: 24px; }
      #checkout .summary .content .item {
        background: #FFFFFF;
        box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.14);
        border-radius: 5px;
        padding: 25px;
        margin-bottom: 16px; }
        #checkout .summary .content .item:last-child {
          margin-bottom: 0; }
        #checkout .summary .content .item .name {
          font-weight: normal;
          font-size: 16px;
          line-height: 25px;
          color: #272727;
          margin-bottom: 22px; }
        #checkout .summary .content .item .amount {
          font-weight: normal;
          font-size: 14px;
          line-height: 25px;
          color: #6a7272;
          display: flex;
          justify-content: space-between; }
      #checkout .summary .content .data {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        color: #272727; }
        #checkout .summary .content .data.subtotal {
          margin-top: 48px; }
      #checkout .summary .content .total {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        padding-top: 25px;
        border-top: 1px solid #DEDEDE;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        color: #272727; }

#order-confirmation .content {
  max-width: 550px;
  margin: 0 auto; }
  #order-confirmation .content .title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 44px;
    line-height: 46px;
    font-family: Signika, Helvetica, Arial, sans-serif;
    color: #272727;
    margin-bottom: 73px; }
    @media (max-width: 700px) {
      #order-confirmation .content .title {
        font-size: 36px;
        line-height: 38px; } }
    #order-confirmation .content .title .icon {
      display: flex;
      align-items: center;
      min-width: 121px; }
      @media (max-width: 700px) {
        #order-confirmation .content .title .icon {
          min-width: 70px; } }
      #order-confirmation .content .title .icon .circle {
        width: 79px;
        height: 79px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #009639;
        border-radius: 50%; }
        @media (max-width: 700px) {
          #order-confirmation .content .title .icon .circle {
            width: 40px;
            height: 40px; } }
        #order-confirmation .content .title .icon .circle img {
          width: 28px;
          height: auto; }
          @media (max-width: 700px) {
            #order-confirmation .content .title .icon .circle img {
              width: 20px; } }
  #order-confirmation .content .description {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #272727;
    margin-bottom: 55px; }
  #order-confirmation .content .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    gap: 26px; }
    @media (max-width: 700px) {
      #order-confirmation .content .actions {
        grid-template-columns: 1fr; } }
    #order-confirmation .content .actions .waw-btn {
      padding: 0 20px;
      width: 100%;
      justify-content: center; }

