@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
* {
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  font-family: 'Manrope', sans-serif;
}
IMG {
  display: block;
}
i,
em {
  font-style: italic;
  color: inherit;
}
.primary-font {
  font-size: 20px;
  line-height: 34px;
  color: #1b1d1f;
  font-family: 'Manrope', sans-serif;
}
a {
  color: #00458c;
}
/*.glowy-blowy {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 120px 800px 400px 200px #0ff;
  z-index: 2;
}*/

body {
  font-family: 'Manrope', sans-serif;
  max-width: 100%;
  /* .warning-wrapper {
    padding: 30px 40px;
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 100px;

    .background-overlay {
      position: absolute;
      opacity: 0.2;
      background-color: #00AEEF;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    img {
      display: block;
      margin-top: auto;
      margin-right: 45px;
    }

    .warning-content {
      h2 {
        color: @blue;
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
      }

      p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: unset;
      }
    }
  }*/

  /*.opacity-wrap {

    &.visible {
      opacity: 1;
    }

    .prev-button {
      opacity: 1;
    }

    .next-button {
      opacity: 0.3;
    }
  }*/

}
body .mobile-pills {
  padding-bottom: 20px;
}
body .mobile-pills h3 {
  border: unset;
  background: unset;
  color: #00458c;
  font-weight: 700;
  display: flex !important;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  font-size: 17px!important;
}
body .mobile-pills h3 span {
  display: block;
}
body .mobile-pills h3 span.ui-accordion-header-icon {
  display: none;
}
body .mobile-pills h3.ui-state-active.purple {
  border: 2px solid #632de9;
}
body .mobile-pills h3.ui-state-active.orange {
  border: 2px solid #fd521d;
}
body .mobile-pills h3.ui-state-active.green {
  border: 2px solid #76db53;
}
body .mobile-pills h3.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body .mobile-pills h3.purple span {
  color: #632de9;
}
body .mobile-pills h3.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body .mobile-pills h3.orange span {
  color: #fd521d;
}
body .mobile-pills h3.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body .mobile-pills h3.green span {
  color: #76db53;
}
body .mobile-pills div {
  overflow: unset !important;
  padding: 1rem!important;
  height: fit-content !important;
}
body .forgotten-pass .message-errors {
  font-size: 18px;
  line-height: 40px;
  color: #fd0707;
  margin-bottom: 30px;
}
body .forgotten-pass p {
  font-size: 20px;
  line-height: 34px;
  color: #1b1d1f;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 35px;
  max-width: 1072px;
  margin-top: unset;
}
body .forgotten-pass .register {
  margin: 0 auto;
}
body .forgotten-pass .reset-form {
  padding-top: 50px;
  padding-bottom: 20px;
}
body .forgotten-pass .reset-form label {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #00458c;
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-left: 40px;
}
body .forgotten-pass .reset-form input {
  width: 100%;
  padding: 38px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  /*margin-bottom: 48px;*/

}
body .forgotten-pass .reset-form input:focus {
  border: unset;
  outline: 0;
  border: 2px solid #00aeef;
}
body .forgotten-pass .reset-form input.red-field {
  border: 2px solid #fd0707;
  background-color: rgba(253, 7, 7, 0.1);
}
body .mfp-bg {
  background: #00458c;
}
body .white-pill-popup {
  position: relative;
  background: white;
  width: auto;
  margin: 20px auto;
  padding: 100px 170px;
  border-radius: 818px;
  max-width: 1400px;
  min-height: 60vh;
  text-align: center;
}
body .white-pill-popup .mfp-close {
  background-image: url('/images/_theme/exit-icon.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
body .white-pill-popup .announcement-note,
body .white-pill-popup .request-message,
body .white-pill-popup .inner {
  background-color: white;
  padding: 100px 170px;
  border-radius: 818px;
  max-width: 1400px;
  min-height: 50vh;
}
body .white-pill-popup .announcement-note h2,
body .white-pill-popup .request-message h2,
body .white-pill-popup .inner h2 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
}
body .white-pill-popup .announcement-note h3,
body .white-pill-popup .request-message h3,
body .white-pill-popup .inner h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
}
body .white-pill-popup .announcement-note p,
body .white-pill-popup .request-message p,
body .white-pill-popup .inner p {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 45px;
  max-width: 1100px;
}
body .white-pill-popup .announcement-note .listen,
body .white-pill-popup .request-message .listen,
body .white-pill-popup .inner .listen {
  font-weight: 700;
  color: #00458c;
}
body header {
  padding: 46px 0 62px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*background-color: @blue;*/
  /*background: linear-gradient(180deg, #00458C 85.49%, rgba(0, 69, 140, 0) 100%);*/
  z-index: 4;
}
body header .mobile-menu {
  position: absolute;
  top: 130px;
  left: 60px;
  /*width: 100%;*/
  z-index: 1;
}
body header .mobile-menu ul {
  padding-left: unset;
}
body header .mobile-menu ul li {
  padding: 17px 0;
}
body header .mobile-menu ul li.parent a {
  background-image: url('/images/_theme/arrow-down-nav.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  background-size: 12px;
}
body header .mobile-menu ul li a {
  font-size: 20px;
  line-height: 20px;
  color: white;
  font-weight: 700;
}
body header .mobile-menu ul li .sub-menu {
  display: none;
  padding: 10px 0 0 0;
}
body header .mobile-menu ul li .sub-menu.opened {
  display: block;
}
body header .mobile-menu ul li .sub-menu ul {
  padding-left: 15px;
}
body header .mobile-menu ul li .sub-menu ul li {
  padding: 7px 0;
}
body header .mobile-menu ul li .sub-menu ul li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  padding: 5px 0;
  background-image: unset;
}
body header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00458c;
  opacity: 0.9;
  display: none;
  z-index: 0;
}
body header .mobile-menu {
  display: none;
}
body header .header-wrapper {
  position: relative;
  margin: 0 80px 0 240px;
}
body header .logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
body header .nav-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body header .nav-wrapper nav {
  width: 100%;
  margin-left: -50px;
}
body header .nav-wrapper nav ul {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: unset;
}
body header .nav-wrapper nav ul li {
  position: relative;
}
body header .nav-wrapper nav ul li.activated {
  background-image: url('/images/_theme/arrow-up-blue.svg') !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
body header .nav-wrapper nav ul li.still-active {
  background-image: url('/images/_theme/arrow-blue-down.svg') !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
body header .nav-wrapper nav ul li.parent {
  background-image: url('/images/_theme/arrow-down-nav.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
body header .nav-wrapper nav ul li.parent a.selected {
  color: #00aeef;
}
body header .nav-wrapper nav ul li.parent a.selected:before {
  opacity: 0;
}
body header .nav-wrapper nav ul li.parent .sub-menu ul li a.selected {
  color: white;
}
body header .nav-wrapper nav ul li.parent .sub-menu ul li a.selected:before {
  opacity: 1;
}
body header .nav-wrapper nav ul li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  padding: 0 30px;
  /*padding: 0 44px;*/
  opacity: 1;
  display: inline-block;
  /*&.selected {
                .wavy {
                  display: block;
                }

                &:hover {
                  .wavy {
                    display: none;
                  }
                }
              }*/

}
body header .nav-wrapper nav ul li a:hover {
  text-decoration: unset;
}
body header .nav-wrapper nav ul li a:hover:before {
  opacity: 1;
  transition: width ease-in-out 1.5s;
  width: 65%;
}
body header .nav-wrapper nav ul li a:before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 100%;
  background: url('/images/_theme/sonic-wave.png') repeat-x;
  background-size: 35px;
  background-position: 0;
  animation: waveline 1.5s linear;
  opacity: 0;
  display: inline-block;
  white-space: nowrap;
}
body header .nav-wrapper nav ul li a.selected:before {
  opacity: 1;
  transition: width ease-in-out 1.5s;
  width: 65%;
}
body header .nav-wrapper nav ul li .sub-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 100%;
  transform: translate(-44%, 0);
  top: 35px;
  display: none;
}
body header .nav-wrapper nav ul li .sub-menu.opened {
  display: block;
}
body header .nav-wrapper nav ul li .sub-menu .sub-menu-list li a {
  padding: 0 20px;
  white-space: nowrap;
  font-size: 13px;
}
body header .header-social-wrap {
  display: flex;
  /*justify-content: space-evenly;*/
  justify-content: space-between;
  align-items: center;
}
body header .header-social-wrap .icons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .header-social-wrap .icons-wrapper a {
  margin-right: 30px;
}
body header .header-social-wrap .icons-wrapper a:last-of-type {
  margin-right: unset;
}
body .button-holder {
  text-align: center;
}
body .profile-link {
  display: flex;
  align-items: center;
}
body .profile-link p {
  margin-right: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #00458c;
  font-weight: 700;
  font-family: Manrope;
  margin-bottom: unset;
}
body .header-overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 225px;
  width: 100%;
  background: linear-gradient(180deg, #00458c 51.49%, rgba(0, 69, 140, 0) 100%);
  opacity: 0.95;
  z-index: 3;
}
body .primary-button {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  color: white !important;
  padding: 14px 58px;
  text-align: center;
  background-color: #00aeef;
  border: none;
  border-radius: 60px;
  display: block;
  cursor: pointer;
}
body .primary-button.longer {
  padding: 22px 0px;
  min-width: 290px;
  max-width: 290px;
}
body .primary-button.longer:hover {
  opacity: 0.7;
}
body .primary-button.empty {
  background-color: unset;
  border: 1px solid white;
}
body .primary-button.empty:hover {
  background-color: rgba(249, 253, 255, 0.15);
  color: transparent;
}
body .primary-button.white-blue {
  padding: 0px;
  min-height: 64px;
  min-width: 290px;
  color: #00458c !important;
  background-color: white;
  border: 2px solid #00458c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
body .primary-button.free {
  background-color: white;
  color: #00458c !important;
}
body .primary-button.free-border {
  border: 2px solid #00458c;
  background-color: white;
  color: #00458c !important;
  min-width: 290px;
  padding: 20px 0px;
}
body .primary-button.free-border:hover {
  opacity: 0.7;
}
body footer {
  margin-top: 220px;
}
body footer .footer-wrapper {
  background-color: #00458c;
  margin: 0 120px;
  padding: 70px 120px 30px 120px;
  min-height: 360px;
}
body footer .footer-wrapper .footer-logo-wrap {
  max-width: 185px;
}
body footer .footer-wrapper .footer-logo-wrap .upper {
  margin-bottom: 100px;
}
body footer .footer-wrapper .footer-logo-wrap .lower {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .footer-wrapper .footer-logo-wrap p {
  font-size: 14px;
  line-height: 30px;
  color: white;
}
body footer .footer-wrapper .footer-menu-wrap .footer-menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-right: 30px;
}
body footer .footer-wrapper .footer-menu-wrap .footer-menu li .main-link-second {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  pointer-events: none;
}
body footer .footer-wrapper .footer-menu-wrap .footer-menu li .sub-menu-second {
  margin-top: 18px;
}
body footer .footer-wrapper .footer-menu-wrap .footer-menu li .sub-menu-second .sub-menu-list li a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  text-transform: unset;
  color: white;
  padding: unset;
  margin-bottom: 5px;
  cursor: pointer;
}
body footer .footer-wrapper .footer-menu-wrap .footer-menu li .sub-menu-second .sub-menu-list li a:hover {
  text-decoration: underline;
}
body footer .footer-wrapper .download-section {
  /*max-width: 310px;*/
  text-align: right;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
}
body footer .footer-wrapper .download-section h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  max-width: 290px;
}
body footer .footer-wrapper .download-section .download-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
body footer .footer-wrapper .download-section .download-icons a:hover {
  opacity: 0.75;
}
body footer .footer-wrapper .download-section .novena a {
  font-size: 14px;
  line-height: 30px;
  color: white;
}
body .naslovnica-full-slider {
  overflow: hidden;
  margin: 0 auto;
  width: 100vw;
  height: 104vh;
  max-width: 100%;
  position: relative;
  margin-bottom: 160px;
}
body .naslovnica-full-slider .nav-holder {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
body .naslovnica-full-slider .nav-holder .prev .prev-arrow-box {
  background: url('/images/_theme/arrow-right.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: -600px;
  left: 60px;
  opacity: 0.3;
  transform: rotate(180deg);
}
body .naslovnica-full-slider .nav-holder .next .next-arrow-box {
  background: url('/images/_theme/arrow-right.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: -600px;
  right: 60px;
  opacity: 0.3;
}
body .naslovnica-full-slider .awards-wrapper {
  position: absolute;
  left: 240px;
  bottom: 85px;
  z-index: 2;
}
body .naslovnica-full-slider .awards-wrapper img {
  display: inline-block;
  margin-right: 35px;
}
body .naslovnica-full-slider .blob-wrap {
  position: absolute;
  right: 150px;
  bottom: 85px;
  /*background-color: @white;*/

}
body .naslovnica-full-slider .blob-wrap .inner-blob {
  position: relative;
  /*max-width: 321px;*/
  display: flex;
  align-items: center;
}
body .naslovnica-full-slider .blob-wrap .inner-blob > img {
  max-width: 86px;
  max-height: 86px;
  margin-right: 15px;
}
body .naslovnica-full-slider .blob-wrap .loty {
  position: absolute;
  /*bottom: -390px;
        right: -315px;*/
  /*width: 900px;*/
  /*width: 1000px;
        height: 900px;*/
  opacity: 0.6;
  bottom: -242px;
  right: -80px;
  width: 580px;
  height: 610px;
}
body .naslovnica-full-slider .blob-wrap h3 {
  font-size: 46px;
  line-height: 63px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 5px;
}
body .naslovnica-full-slider .blob-wrap .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 321px;
}
body .naslovnica-full-slider .blob-wrap .lower p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #00458c;
}
body .naslovnica-full-slider .shape-wrap {
  position: absolute;
  right: 80px;
  bottom: 82px;
  background-color: white;
  opacity: 0.6;
  border-radius: 250px;
  padding: 16px 98px 18px 98px;
  display: none;
}
body .naslovnica-full-slider .shape-wrap h3 {
  font-size: 46px;
  line-height: 63px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 11px;
}
body .naslovnica-full-slider .shape-wrap .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 321px;
}
body .naslovnica-full-slider .shape-wrap .lower p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #00458c;
}
body .naslovnica-full-slider .slick-main .slide {
  height: 104vh;
  position: relative;
  border: none !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 110px;
}
body .naslovnica-full-slider .slick-main .slide .overflow-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(299.21deg, #00458c 5.49%, #00458c 39.86%, #00458c 90.68%);
  /*background: linear-gradient(299.21deg, #00458C 5.49%, #00458C 64.62%, #00AEEF 101.15%);*/
  /*background: linear-gradient(299.21deg, #00458C 5.49%, #00458C 64.62%, #988FFF 101.15%);*/
  opacity: 0.7;
  /*transform: matrix(1, 0, 0, -1, 0, 0);*/
  -webkit-animation-name: shine;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
}
body .naslovnica-full-slider .slick-main .slide .content {
  max-width: 700px;
  display: block;
  z-index: 4;
}
body .naslovnica-full-slider .slick-main .slide .content h1 {
  font-size: 80px;
  line-height: 95px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
body .naslovnica-full-slider .slick-main .slide .content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: white;
  margin-bottom: 70px;
  text-align: center;
}
body .naslovnica-full-slider .slick-main .slide .content .button-wrapper {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  gap: 50px;
}
body .main {
  /*   margin: 0 240px;*/
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  padding: unset;
  /*&.standard {
      margin-top: 156px;
    }*/

}
body .main .inner-container {
  margin: 0 120px;
  position: relative;
  max-width: 100%;
}
body .main .inner-container h1 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 25px;
}
body .main .inner-container h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 34px;
}
body .main .inner-container h2.second-title {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00458c;
}
body .main .inner-container a {
  font-size: 20px;
  line-height: 34px;
  color: #1b1d1f;
  font-family: 'Manrope', sans-serif;
  color: #00458c;
  font-weight: 700;
  text-decoration: underline;
}
body .main .inner-container p {
  font-size: 20px;
  line-height: 34px;
  color: #1b1d1f;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 35px;
  /*max-width: 1072px;*/
  margin-top: unset;
}
body .main .inner-container ul.small {
  padding-left: 19px!important;
}
body .main .inner-container ul.small li {
  font-size: 20px;
  padding-left: 0px;
}
body .main .inner-container ul li {
  padding-left: 35px;
  font-size: 24px;
  line-height: 40px;
  color: #1b1d1f;
  list-style: none;
  margin-bottom: 15px;
}
body .main .inner-container ul li::before {
  content: "\2022";
  font-size: 32px;
  line-height: 38px;
  display: inline-block;
  width: 25px;
  margin-left: -25px;
  color: #00458c;
  font-weight: bold;
  position: absolute;
}
body .main .inner-container ul li a {
  font-size: 24px;
  line-height: 36px;
  color: #1b1d1f;
}
body .main .blue-line {
  width: 100%;
  height: 2px;
  background-color: #00458c;
  margin-bottom: 55px;
}
body .arrow-button {
  background-color: #00aeef;
  /*box-shadow: inset 52px 0 0 0 @lightblue;*/
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  border-radius: 50%;
  max-width: 52px;
  max-height: 52px;
  /*background: linear-gradient(to right, @lightblue 50%, @blue 50%);*/
  background-image: linear-gradient(135deg, #00aeef 58%, #00458c 50%);
  background-size: 200% 100%;
  background-position: left bottom;
}
body .arrow-button img {
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  min-width: 25px;
  min-height: 15px;
}
body .arrow-button img.blue-arrow {
  display: none;
}
body .arrow-button:hover {
  background-position: right bottom;
  color: #00458c;
  background-size: 310%;
}
body .arrow-button.middle-absolute {
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, 0);
}
body .arrow-button.dblue-white {
  background-image: linear-gradient(135deg, #00aeef 58%, white 50%);
}
body .arrow-button.dblue-white:hover img.blue-arrow {
  display: block;
}
body .arrow-button.dblue-white:hover img.white-arrow {
  display: none;
}
body .arrow-button.white-dblue {
  background-image: linear-gradient(135deg, white 58%, #00458c 50%);
}
body .arrow-button.white-dblue img.blue-arrow {
  display: block;
}
body .arrow-button.white-dblue img.white-arrow {
  display: none;
}
body .arrow-button.white-dblue:hover img.blue-arrow {
  display: none;
}
body .arrow-button.white-dblue:hover img.white-arrow {
  display: block;
}
body .arrow-button.dblue-lightblue {
  background-image: linear-gradient(135deg, #00458c 58%, #00aeef 50%);
}
body .arrow-button.dblue-border {
  background-image: linear-gradient(135deg, white 58%, #00458c 50%);
  border: 2px solid #00458c;
  cursor: pointer;
}
body .arrow-button.dblue-border img.blue-arrow {
  display: block;
}
body .arrow-button.dblue-border img.white-arrow {
  display: none;
}
body .arrow-button.dblue-border:hover img.blue-arrow {
  display: none;
}
body .arrow-button.dblue-border:hover img.white-arrow {
  display: block;
}
body .article-wrap {
  margin-bottom: 300px;
}
body .article-wrap h2 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 85px;
  text-align: center;
}
body .article-wrap a:hover {
  text-decoration: none;
}
body .article-wrap a:hover .y-box .arrow-button {
  /*box-shadow: inset 52px 0 0 0 @darkblue;*/
  background-position: right bottom;
  color: #00458c;
  background-size: 308%;
}
body .article-wrap .y-box {
  border-bottom: 2px solid #00458c;
  min-height: 225px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .article-wrap .y-box:hover .letter {
  opacity: 0.12;
  color: #00aeef;
}
body .article-wrap .y-box:hover .inner {
  display: block;
}
body .article-wrap .y-box .letter {
  font-size: 260px;
  line-height: 355px;
  font-weight: 800;
  color: #00458c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -38%);
  -webkit-transition: ease-out 0.7s;
  -moz-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
  z-index: 1;
}
body .article-wrap .y-box .inner {
  display: none;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  position: relative;
  z-index: 2;
}
body .article-wrap .y-box .inner h4 {
  font-size: 56px;
  line-height: 76px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  color: #00458c;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
}
body .article-wrap .y-box .inner p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #1b1d1f;
  text-align: center;
  padding-bottom: 28px;
  text-decoration: none;
}
body .info-container-wrap {
  margin: 0 120px;
  max-width: 100%;
  margin-bottom: 200px;
}
body .info-container {
  background-image: url('/images/_theme/info-container-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 781px;
  border-radius: 818px;
  margin-bottom: 120px;
  position: relative;
}
body .info-container .blue-overlay {
  background: linear-gradient(89.84deg, #00458c 24.13%, rgba(0, 69, 140, 0.545539) 68.76%, rgba(0, 69, 140, 0) 103.85%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 818px;
  z-index: 1;
}
body .info-container.second {
  background-image: url('/images/_theme/info-container-about.png');
}
body .info-container.second .inner-content p {
  color: #1b1d1f;
}
body .info-container.third {
  background-image: url('/images/_theme/naslovna-3.png');
}
body .info-container .inner-content {
  padding-top: 215px;
  margin-left: 142px;
  max-width: 805px;
  position: relative;
  z-index: 2;
}
body .info-container .inner-content h4 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
}
body .info-container .inner-content p {
  font-size: 24px;
  line-height: 40px;
  color: white;
  margin-bottom: 50px;
}
body .small-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  border-radius: 50%;
  max-width: 52px;
  max-height: 52px;
  background-color: #00aeef;
}
body .small-arrow-btn .background-picture {
  background-image: url('/images/_theme/arrow-right.png');
  background-size: 21px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 20px;
  min-height: 10px;
}
body .small-arrow-btn.white-blue {
  background-color: white;
}
body .small-arrow-btn.white-blue .background-picture {
  background-color: white;
  background-image: url('/images/_theme/arrow-right-blue.png');
}
body .slick-list {
  overflow: visible;
}
body .membership-slider {
  padding: 140px 0;
  overflow: hidden;
}
body .membership-slider .slide.slick-current .membership-card.blue-border {
  border: 2px solid #00aeef;
}
body .membership-slider .slide .membership-card {
  padding: 115px 40px 60px 40px;
  background-color: #edf2f7;
  position: relative;
  max-width: 455px;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  min-height: 800px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
body .membership-slider .slide .membership-card:hover {
  border-radius: 500px;
}
body .membership-slider .slide .membership-card:hover h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
body .membership-slider .slide .membership-card:hover h3 {
  font-size: 46px;
  line-height: 28px;
  font-weight: 700;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
body .membership-slider .slide .membership-card .abs-picture {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  max-height: 195px;
}
body .membership-slider .slide .membership-card h4 {
  min-height: unset;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
  margin-top: unset;
  color: #00458c;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin-bottom: unset;
}
body .membership-slider .slide .membership-card h3 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #00458c;
  margin-bottom: 25px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin-top: unset;
}
body .membership-slider .slide .membership-card h3 span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
body .membership-slider .slide .membership-card ul {
  padding-left: unset;
}
body .membership-slider .slide .membership-card ul li {
  margin-bottom: 12px;
  text-align: left;
}
body .membership-slider .slide .membership-card ul li p {
  font-size: 18px;
  line-height: 26px;
  background-image: url('/images/_theme/nike.png');
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-size: 13px 10px;
  padding-left: 25px;
  color: #1b1d1f;
  margin-bottom: unset;
  display: block;
  width: fit-content;
  text-align: left;
  /*margin: 0 auto;*/

}
body .membership-slider .slide .membership-card p {
  font-size: 18px;
  line-height: 30px;
  color: #1b1d1f;
  margin-bottom: 20px;
}
body .membership-slider .slide .membership-card .subscribe-button {
  padding: 19px 21px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  background-color: #00aeef;
  border-radius: 60px;
  min-width: 215px;
}
body .membership-wrapper {
  position: relative;
}
body .membership-wrapper .disclamer {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin-top: -70px;
  max-width: 850px;
}
body .membership-wrapper .nav-holder-member {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
body .membership-wrapper .nav-holder-member .prev-member .prev-arrow-box {
  background: url('/images/_theme/prev-arrow-blue.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: -460px;
  left: -170px;
}
body .membership-wrapper .nav-holder-member .next-member .next-arrow-box {
  background: url('/images/_theme/next-arrow-blue.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: -460px;
  right: -170px;
}
body .breadcrumb {
  margin: 15px 0 120px 0;
}
body .breadcrumb.buy-margin {
  margin-bottom: 5px;
}
body .breadcrumb ul li {
  font-size: 12px;
  line-height: 20px;
  color: #00458c;
  display: inline-block;
}
body .breadcrumb ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #00458c;
}
body .products-wrapper {
  padding-top: 50px;
  margin-bottom: 200px;
}
body .products-wrapper .product-card {
  background-color: #edf2f7;
  padding: 36px 0px;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 4px;
  position: relative;
}
body .products-wrapper .product-card .inner-content {
  z-index: 1;
  background-color: unset;
  position: relative;
  height: 455px;
}
body .products-wrapper .product-card .inner-content .play-button {
  background: unset;
  background-image: unset;
  border: unset;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
body .products-wrapper .product-card .inner-content .play-button .play-pause-button {
  width: 50px;
  height: 50px;
  background-color: unset;
  border: unset;
}
body .products-wrapper .product-card .inner-content .play-button .play-pause-button .img1,
body .products-wrapper .product-card .inner-content .play-button .play-pause-button .img2 {
  display: none;
}
body .products-wrapper .product-card .inner-content .play-button .play-pause-button .img1.visible,
body .products-wrapper .product-card .inner-content .play-button .play-pause-button .img2.visible {
  display: block;
}
body .products-wrapper .product-card .inner-content .pill-lottie {
  margin: 0 auto;
  display: block;
  height: 0 !important;
  transition: all 0.5s ease;
  /*.pill-lottie {
            margin: 0 auto;
            display: none;
            transition: all 0.5s ease;

            &.visible {
              display: block;
              margin-bottom: 40px;
            }*/

}
body .products-wrapper .product-card .inner-content .pill-lottie.visible {
  /*display: block;*/
  height: 50px !important;
  margin-bottom: 30px;
}
body .products-wrapper .product-card .inner-content .audio-ply {
  display: none;
}
body .products-wrapper .product-card .product-card-overlay {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.15;
}
body .products-wrapper .product-card.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body .products-wrapper .product-card.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body .products-wrapper .product-card.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body .products-wrapper .product-card h5 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #00458c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body .products-wrapper .product-card h4 {
  display: block;
  margin: 0 auto;
  max-width: 264px;
  min-height: 72px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #00458c;
}
body .products-wrapper .product-card .product-picture {
  margin: 0 auto;
  min-height: 192px;
  max-width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
body .products-wrapper .product-card .product-picture.smaller {
  min-height: 144px;
  max-width: 120px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
body .products-wrapper .product-card p {
  text-align: center;
}
body .products-wrapper .product-card p a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #00458c;
}
body .product-details-wrap {
  display: flex;
}
body .product-details-wrap .left {
  max-width: 830px;
  margin-right: 65px;
}
body .product-details-wrap .left h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 33px;
  max-width: unset;
}
body .product-details-wrap .left p {
  max-width: unset;
  font-size: 24px;
  line-height: 40px;
  color: #1b1d1f;
  margin-bottom: 18px;
}
body .product-details-wrap .left p a {
  font-weight: bold;
  color: #00458c;
  text-decoration: underline;
}
body .product-details-wrap .left ul {
  margin-bottom: 35px;
  padding-left: unset;
}
body .product-details-wrap .left ul li {
  font-size: 24px;
  line-height: 36px;
  color: black;
  list-style-type: none;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
body .product-details-wrap .left ul li::before {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-image: url('/images/_theme/list-shape.svg');
  background-size: contain;
  content: '';
  margin-right: 22px;
}
body .product-details-wrap .right {
  width: 100%;
}
body .product-details-wrap .right .background-picture {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
  margin-bottom: 56px;
}
body .product-details-wrap .right .player-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 85px;
}
body .product-details-wrap .right .player-wrap .lottie {
  display: block;
  height: 0 !important;
  transition: all 0.5s ease;
}
body .product-details-wrap .right .player-wrap .lottie.visible {
  /*display: block;*/
  height: 50px !important;
  transition: all 0.5s ease;
}
body .product-details-wrap .right .player-wrap button {
  border: unset;
  background: unset;
  cursor: pointer;
  transition: all 0.5s ease;
}
body .product-details-wrap .right .player-wrap button .play-pause-button,
body .product-details-wrap .right .player-wrap button .play-pause-button-second {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
body .product-details-wrap .right .player-wrap button .play-pause-button.play,
body .product-details-wrap .right .player-wrap button .play-pause-button-second.play {
  background-image: url('/images/_theme/play-button.svg');
}
body .product-details-wrap .right .player-wrap button .play-pause-button.pause,
body .product-details-wrap .right .player-wrap button .play-pause-button-second.pause {
  background-image: url('/images/_theme/pause-button.svg');
}
body .product-details-wrap .right .player-wrap .guided-demo {
  display: none;
}
body .product-details-wrap .right .player-wrap img {
  margin-bottom: 15px;
}
body .product-details-wrap .right .player-wrap h5 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
  color: #00458c;
  margin-top: 10px;
}
body .product-details-wrap .right .player-wrap p {
  font-size: 14px;
  line-height: 19px;
  color: #00458c;
  margin-bottom: 15px;
  max-width: 100%;
}
body .research-wrapper {
  margin-top: 75px;
}
body .research-wrapper .research-card {
  width: 100%;
  position: relative;
  min-height: 440px;
  display: block;
  margin-bottom: 50px;
  /*.absolute-button {
        position: absolute;
        left: 60px;
        bottom: 40px;
        border-radius: 50%;
        padding: 19px 15px;
        background-color: @white;
        z-index: 1;
      }*/

}
body .research-wrapper .research-card:hover .info-content {
  animation: hideMe 0.8s forwards;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
body .research-wrapper .research-card .background-picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
body .research-wrapper .research-card .info-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  /*.inner {
          display: block;
          padding: 33px 60px;
          z-index: 2;
          position: relative;



          h3 {
            font-size: 28px;
            line-height: 38px;
            font-weight: 700;
            margin-bottom: 22px;
            color: @white;
          }

          h4 {
            font-size: 20px;
            line-height: 27px;
            color: @white;
          }
        }*/

}
body .research-wrapper .research-card .info-content .blue-overlay {
  background-color: #00458c;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body .research-wrapper .research-card .info-content p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  z-index: 2;
  text-align: center;
  padding: 0 10px;
}
body .wavy {
  position: absolute;
  width: 60%;
  height: 20px;
  overflow: hidden;
  margin: auto;
  top: 18px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  -webkit-animation: slide 1s ease-in;
}
body .wavy::before {
  content: 'bbbbbbbbbbbbbbbbb';
  position: absolute;
  top: -65px;
  left: 0;
  font-size: 9em;
  text-decoration-style: wavy;
  text-decoration-color: #00aeef;
  text-decoration-line: underline;
  color: transparent;
  animation: animate 3s linear infinite;
}
body .research-details-picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 780px;
  margin-bottom: 100px;
}
body .header-background {
  width: 100%;
  min-height: 156px;
  background-color: #00458c;
  position: relative;
}
body .footer-mobile-wrapper {
  background-color: #00458c;
  padding: 53px 42px;
  position: relative;
  /*padding-bottom: 200px;*/
  padding-bottom: 20px;
}
body .footer-mobile-wrapper .mobile-box-wrapper .mobile-box {
  margin-bottom: 45px;
}
body .footer-mobile-wrapper .mobile-box-wrapper .mobile-box h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .footer-mobile-wrapper .mobile-box-wrapper .mobile-box ul li a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: white;
}
body .footer-mobile-wrapper .socials {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 45px;
}
body .footer-mobile-wrapper h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: white;
  text-align: center;
  /*white-space: nowrap;*/
  margin-bottom: 12px;
}
body .footer-mobile-wrapper .tight-wrap {
  position: absolute;
  padding: 25px 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
body .footer-mobile-wrapper .tight-wrap .download-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
body .footer-mobile-wrapper .tight-wrap .download-wrap a {
  display: block;
}
body .footer-mobile-wrapper .tight-wrap .download-wrap a img {
  display: block;
  margin: 0 auto;
}
body .footer-mobile-wrapper .tight-wrap .lower-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer-mobile-wrapper .tight-wrap .lower-logo div {
  display: flex;
  align-items: center;
}
body .footer-mobile-wrapper .tight-wrap .lower-logo div p {
  font-size: 10px;
  line-height: 30px;
  color: white;
}
body .footer-mobile-wrapper .tight-wrap .lower-logo div img {
  margin-right: 12px;
  max-height: 28px;
}
body .footer-mobile-wrapper .tight-wrap .lower-logo a {
  font-size: 10px;
  line-height: 30px;
  color: white;
}
body .shop-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
body .shop-steps img {
  max-width: 200px;
}
body .glow-overflow {
  position: absolute;
  animation: diagonal-move-anim 6s linear infinite alternate;
  /*z-index: 1;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: linear-gradient(299.21deg, #00458C 5.49%, #00458C 64.62%, #988FFF 101.15%);*/
  background: linear-gradient(230deg, #00458c, #988fff, #00458c);
  background-size: auto;
  background-size: 100% 300%;
  -webkit-animation: glow 12s ease infinite;
  -moz-animation: glow 12s ease infinite;
  animation: glow 12s ease infinite;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: none;
}
body .hambi-wrap {
  display: flex;
  justify-content: end;
}
body .x {
  animation: x 13s linear infinite alternate;
  width: 200px;
  height: 200px;
  position: absolute;
}
body .x .y {
  width: 200px;
  height: 200px;
  /*background-color: transparent;*/
  border-radius: 50%;
  /*box-shadow: 1320px 400px 160px #00AEEF;*/
  animation: y 7s linear infinite alternate;
  opacity: 0.35;
}
body .white-space {
  margin-bottom: 200px;
}
body .slick-slide {
  padding-right: 20px;
}
body .btn-wrap {
  display: flex;
  justify-content: center;
}
body .btn-wrap .section-wrapper {
  margin: 0px;
  position: relative;
  width: 50%;
}
body .btn-wrap .button-holder {
  text-align: center;
}
body .signUp-form.signin .primary-button,
body .signUp-form.forgotten-pass .primary-button {
  width: 100%;
}
body .signUp-form.signin .warning,
body .signUp-form.forgotten-pass .warning {
  margin: 20px 0 50px 0;
  font-size: 16px;
  color: #fd0707;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 24px;
  position: relative;
  top: -45px;
}
body .signUp-form.signin .warning h4,
body .signUp-form.forgotten-pass .warning h4 {
  margin-bottom: 0;
}
body .signUp-form.signin .message,
body .signUp-form.forgotten-pass .message,
body .signUp-form.signin .intro,
body .signUp-form.forgotten-pass .intro {
  margin: 20px 0 50px 0;
  font-size: 16px;
  color: #333333;
}
body .signUp-form.unlocked input[name=email] {
  pointer-events: auto;
}
body .signUp-form.unlocked input[name=pass] {
  pointer-events: auto;
}
body .signUp-form.unlocked input[name=rptpass] {
  pointer-events: auto;
}
body .signUp-form input[name=email] {
  pointer-events: none;
}
body .signUp-form input[name=pass] {
  pointer-events: none;
}
body .signUp-form input[name=rptpass] {
  pointer-events: none;
}
body .signUp-form .email,
body .signUp-form .password {
  position: relative;
}
body .signUp-form .email .error,
body .signUp-form .password .error {
  display: none;
  margin-top: -35px;
  font-size: 24px;
  line-height: 40px;
  color: #fd0707;
}
body .signUp-form .email .error_show,
body .signUp-form .password .error_show {
  color: #fd0707;
  font-size: 18px;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: 24px;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
}
body .signUp-form .email input,
body .signUp-form .password input {
  width: 100%;
  padding: 38px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  margin-bottom: 48px;
}
body .signUp-form .email input:focus,
body .signUp-form .password input:focus {
  border: unset;
  outline: 0;
  border: 2px solid #00aeef;
}
body .signUp-form .email input.invalid,
body .signUp-form .password input.invalid,
body .signUp-form .email input[validation=error],
body .signUp-form .password input[validation=error],
body .signUp-form .email input.notValid,
body .signUp-form .password input.notValid {
  border: 2px solid #fd0707;
  background-color: rgba(253, 7, 7, 0.1);
}
body .form-content {
  max-width: 540px;
  margin: 0 auto;
  /*a {
      pointer-events: none;
    }*/

}
body .form-content.unlocked a {
  pointer-events: auto;
}
body .form-content p,
body .form-content a {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
body .form-content p.policy,
body .form-content a.policy {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 2px solid #00458c;
  margin-bottom: 42px;
}
body .form-content p.policy a,
body .form-content a.policy a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #00458c;
}
body .form-content .primary-button {
  max-width: 290px;
  min-height: 64px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  border: unset;
  cursor: pointer;
  padding: 19px;
}
body .form-content .primary-button:disabled {
  opacity: 0.5;
  cursor: auto;
}
body .form-content .acc-exist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
body .form-content .acc-exist p {
  margin-right: 10px;
  text-align: center;
}
body .form-content .acc-exist p a {
  font-weight: 700;
  color: #00458c;
}
body .form-content .acc-exist .arrow-button {
  margin-top: -10px;
}
body .form-content .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
body .form-content .socials a:first-of-type {
  margin-right: 72px;
}
body .chosen-items {
  margin-bottom: 50px;
}
body .chosen-items h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 32px;
}
body .chosen-items h3:first-of-type {
  padding-top: 25px;
}
body .chosen-items ul li {
  font-size: 24px;
  line-height: 40px;
  background-image: url('/images/_theme/nike.png');
  background-repeat: no-repeat;
  background-position: 0 12px;
  padding-left: 40px;
  text-align: left;
  margin-bottom: 15px;
}
body .purchase-table {
  margin: 28px 0 50px 0;
}
body .purchase-table.picked {
  display: flex;
}
body .purchase-table.picked .box {
  background-color: #edf2f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 168px;
  min-height: 163px;
  transition: transform .3s;
  width: 100%;
  margin-right: 20px;
}
body .purchase-table.picked .box.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body .purchase-table.picked .box.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body .purchase-table.picked .box.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body .purchase-table.picked .box h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #00458c;
  margin-bottom: 10px;
  margin-top: unset;
}
body .purchase-table.picked .box p {
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  text-align: center;
  color: #00458c;
  font-weight: 400;
  text-transform: uppercase;
}
body .purchase-table.picked .box .pill-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 69px;
  height: 82px;
}
body .purchase-table.custom-margin {
  margin-top: 40px;
  margin-bottom: 160px;
}
body .purchase-table .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
body .purchase-table .row.removable p {
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body .purchase-table .row.removable p .remove-btn {
  margin-right: 25px;
}
body .purchase-table .row.removable.border p {
  margin-bottom: unset;
  padding: 27px 0;
}
body .purchase-table .row.bigger p {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00458c;
}
body .purchase-table .row:last-of-type {
  margin-bottom: unset;
}
body .purchase-table .row p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
}
body .purchase-table .row h2 {
  font-size: 56px;
  /*  line-height: 76px;*/
  line-height: 60px;
  padding: 15px 0;
  font-weight: 700;
  color: #00458c;
}
body .purchase-table .row .enter-promo {
  display: flex;
  align-items: center;
  margin-right: -85px;
}
body .purchase-table .row .enter-promo input {
  min-width: 338px;
  padding: 38px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  margin-right: 36px;
}
body .purchase-table .row .enter-promo input:focus {
  border: 2px solid #00aeef;
  outline: 0;
}
body .purchase-table .row .enter-promo .checked-button {
  background-image: url('/images/_theme/unchecked.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}
body .purchase-table .row .enter-promo .checked-button.active {
  background-image: url('/images/_theme/checked.png');
}
body .proces-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
body .proces-buttons > a {
  margin-right: 60px;
}
body .proces-buttons a:last-of-type {
  margin-top: unset;
}
body .credit-card-button {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  text-align: center;
  padding: 0 330px;
  min-height: 117px;
  margin-bottom: 60px;
  border: 2px solid #00458c;
  border-radius: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .credit-card-button.small {
  font-size: 22px;
  max-width: 750px;
  height: 55px;
  padding: 0 100px;
  min-height: unset;
  /*  margin: 35px auto;*/

}
body .completed-wrap {
  max-width: 910px;
  margin: 0 auto;
  margin-top: 100px;
  border-bottom: 2px solid #00458c;
  margin-bottom: 42px;
  padding-bottom: 15px;
}
body .completed-wrap h1 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
  max-width: 790px;
  font-family: Manrope;
}
body .completed-wrap p {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
}
body .homepage-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .homepage-button p {
  margin-right: 16px;
  font-size: 15px;
  line-height: 22px;
  color: #00458c;
  font-weight: 700;
  margin-bottom: unset;
}
body .opacity-wrap {
  opacity: 0.3;
}
body .opacity-wrap.visible {
  opacity: 1;
}
body .darkened.visible {
  opacity: 1;
}
body .darkened.visible .next-button {
  opacity: 1;
}
body .darkened .next-button {
  opacity: 0.3;
}
body .locked-buttons.unlocked a {
  pointer-events: auto;
}
body .locked-buttons a {
  pointer-events: none;
}
body #announcement,
body #request-feedback,
body .popup-qr-notification {
  border-radius: 818px;
}
body #announcement .announcement-note,
body #request-feedback .announcement-note,
body .popup-qr-notification .announcement-note,
body #announcement .request-message,
body #request-feedback .request-message,
body .popup-qr-notification .request-message {
  background-color: white;
  padding: 100px 170px;
  border-radius: 818px;
  max-width: 1400px;
  min-height: 60vh;
}
body #announcement .announcement-note h2,
body #request-feedback .announcement-note h2,
body .popup-qr-notification .announcement-note h2,
body #announcement .request-message h2,
body #request-feedback .request-message h2,
body .popup-qr-notification .request-message h2 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
}
body #announcement .announcement-note h3,
body #request-feedback .announcement-note h3,
body .popup-qr-notification .announcement-note h3,
body #announcement .request-message h3,
body #request-feedback .request-message h3,
body .popup-qr-notification .request-message h3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
}
body #announcement .announcement-note p,
body #request-feedback .announcement-note p,
body .popup-qr-notification .announcement-note p,
body #announcement .request-message p,
body #request-feedback .request-message p,
body .popup-qr-notification .request-message p {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 45px;
  max-width: 1100px;
}
body #announcement .announcement-note .listen,
body #request-feedback .announcement-note .listen,
body .popup-qr-notification .announcement-note .listen,
body #announcement .request-message .listen,
body #request-feedback .request-message .listen,
body .popup-qr-notification .request-message .listen {
  font-weight: 700;
  color: #00458c;
}
body #reg-popup {
  border-radius: 818px;
}
body #reg-popup .registration-note {
  background-color: white;
  padding: 200px 170px;
  border-radius: 818px;
  max-width: 1440px;
}
body #reg-popup .registration-note h2 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  text-align: center;
  margin-bottom: 50px;
}
body #reg-popup .registration-note p {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 25px;
  max-width: 1100px;
}
body #reg-popup .registration-note p:last-of-type {
  margin-bottom: unset;
}
body #quiz-tabs {
  border: unset;
  border-radius: unset;
  background: white;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
body .quiz-list-wrapper {
  position: absolute;
  top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .quiz-list-wrapper ul {
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
  border: unset;
  border-radius: unset;
  background: unset;
  -webkit-appearance: none!important;
}
body .quiz-list-wrapper ul li {
  padding: 0 !important;
  margin: 0 !important;
  border: unset !important;
  border-radius: unset !important;
  background: unset !important;
  float: unset !important;
  max-width: 70px;
  -webkit-appearance: none!important;
}
body .quiz-list-wrapper ul li.vidljiv a {
  opacity: 1!important;
  -webkit-appearance: none!important;
}
body .quiz-list-wrapper ul li.vidljiv a div {
  opacity: 1;
  -webkit-appearance: none!important;
}
body .quiz-list-wrapper ul li:first-of-type a {
  opacity: 1;
}
body .quiz-list-wrapper ul li:first-of-type a div {
  opacity: 1;
}
body .quiz-list-wrapper ul li:nth-of-type(5) a::after {
  background: unset;
  display: none;
}
body .quiz-list-wrapper ul a {
  float: unset !important;
  padding: 0 80px !important;
  opacity: 0.1;
  -webkit-appearance: none!important;
}
body .quiz-list-wrapper ul a::after {
  position: absolute;
  content: "";
  bottom: -35px;
  right: -2px;
  height: 100%;
  background: url('/images/_theme/quiz-wave.png');
  background-size: 37px;
  background-repeat: no-repeat;
  display: inline-block;
  white-space: nowrap;
  width: 37px;
}
body .quiz-list-wrapper ul a div {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #00458c;
  border: 3px solid #00458c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  opacity: 0.3;
  -webkit-appearance: none!important;
}
body .my-subs p {
  font-size: 24px;
}
body .my-subs .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #00458c;
  margin-top: 50px;
}
body .my-subs .primary-button {
  max-width: 300px;
  margin: 50px auto;
}
body .my-subs .img-inline {
  display: inline-block;
  margin-right: 10px;
}
body .quiz-form {
  margin: 160px 234px 0px 234px;
  height: 100%;
  padding: unset !important;
  border: unset;
  border-radius: unset;
}
body .quiz-form .answer .subscribe-button {
  padding: 16px 27px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  background-color: #00aeef;
  border-radius: 60px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
body .quiz-form .answer .pill-card {
  margin-bottom: unset !important;
}
body .quiz-form .answer .pill-card.smaller h5 {
  margin-bottom: 18px;
}
body .quiz-form .answer .pill-card.smaller h4 {
  margin-bottom: 15px;
  margin-top: unset;
}
body .quiz-form .answer .pill-card.smaller .pill-picture {
  margin-bottom: 15px !important;
}
body .quiz-form .answer .pill-card.smaller .pill-lot-animation {
  margin-bottom: 20px;
}
body .quiz-form .answer .pill-card .pill-picture {
  margin-bottom: 46px !important;
}
body .quiz-form .answer .inner-wrap {
  margin: 0 50px;
}
body .quiz-form .answer .inner-wrap h1 {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 26px;
}
body .quiz-form .answer .inner-wrap h1.dark {
  color: #00458c;
  margin-bottom: 45px;
}
body .quiz-form .answer .inner-wrap p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
}
body .quiz-form .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .quiz-form .button-wrap .next-button {
  pointer-events: none;
}
body .quiz-form .button-wrap .next-button.unlocked {
  pointer-events: auto;
}
body .quiz-form .button-wrap .prev-button {
  margin-right: 32px;
  margin-bottom: unset;
  /*display: none;

        &.active-button {
          display: block;
        }*/

  /*&:first-child{
          display: none;
        }*/

}
body .quiz-form h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 50px;
  text-align: center;
}
body .quiz-form div {
  margin-bottom: 24px;
}
body .quiz-form div:last-of-type {
  margin-bottom: unset;
}
body .quiz-form div input[type=radio] {
  display: none;
}
body .quiz-form div input[type=radio]:checked + .answer-box {
  border: 2px solid #00aeef;
  background-color: #00aeef;
}
body .quiz-form div input[type=radio]:checked + .answer-box p {
  color: white;
}
body .quiz-form div .answer-box {
  width: 100%;
  border: 2px solid #00458c;
  box-sizing: border-box;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  cursor: pointer;
}
body .quiz-form div .answer-box p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #00458c;
  margin-bottom: unset;
}
body .fancybox-overlay {
  background: rgba(0, 69, 140, 0.4) !important;
}
body .fancybox-overlay .fancybox-wrap {
  max-width: 1440px;
}
body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-close {
  background-image: url('/images/_theme/exit-icon.svg') !important;
  right: -150px;
  background-size: contain;
  width: 36px;
  height: 36px;
}
body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
  left: -40px;
}
body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-prev span {
  left: -40px;
  background: url('/images/_theme/arrow-right.png');
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 25px 16px;
  visibility: visible;
}
body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-next {
  right: -40px;
}
body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-next span {
  right: -40px;
  background: url('/images/_theme/arrow-right.png');
  background-repeat: no-repeat;
  background-size: 25px 16px;
  visibility: visible;
}
body .fancybox-overlay .fancybox-wrap.kviz {
  width: 100% !important;
  min-height: 890px !important;
}
body .fancybox-overlay .fancybox-wrap.kviz .fancybox-skin .fancybox-outer .fancybox-inner {
  width: 100% !important;
  height: 890px !important;
}
body .fancybox-overlay .fancybox-wrap.kviz .fancybox-skin .fancybox-close {
  background-image: url('/images/_theme/quiz-close.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 75px;
}
body .fancybox-overlay .fancybox-wrap .fancybox-skin {
  padding: unset !important;
  border-radius: 818px;
  padding: 0;
  margin: 0;
  box-shadow: 1px 826px white !important;
}
body .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-close {
  background-image: url('/images/_theme/exit-icon.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 0;
  top: 43px;
}
body .therapy-wrapper {
  position: relative;
}
body .therapy-wrapper .therapy-slider {
  overflow: hidden;
  min-height: 300px;
}
body .therapy-wrapper .therapy-slider .slide {
  max-width: 250px;
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  transition: transform .3s;
}
body .therapy-wrapper .therapy-slider .slide:hover {
  max-width: 300px;
}
body .therapy-wrapper .therapy-slider .slide:hover .box {
  transform: scale(1.15);
  padding: 0 25px;
}
body .therapy-wrapper .therapy-slider .slide:first-of-type {
  padding-left: unset;
}
body .therapy-wrapper .therapy-slider .slide:last-of-type {
  padding-right: unset;
}
body .therapy-wrapper .therapy-slider .slide .box {
  background-color: #edf2f7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  min-height: 242px;
  cursor: pointer;
  transition: transform .3s;
  width: 100%;
}
body .therapy-wrapper .therapy-slider .slide .box.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body .therapy-wrapper .therapy-slider .slide .box.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body .therapy-wrapper .therapy-slider .slide .box.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body .therapy-wrapper .therapy-slider .slide .box h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #00458c;
  margin-bottom: 20px;
  margin-top: unset;
}
body .therapy-wrapper .therapy-slider .slide .box p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
  color: #00458c;
  font-weight: 400;
  text-transform: uppercase;
}
body .therapy-wrapper .therapy-slider .slide .box .pill-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 102px;
  height: 122px;
}
body .therapy-wrapper .therapy-slider .slide input[type=checkbox] {
  display: none;
}
body .therapy-wrapper .therapy-slider .slide input[type=checkbox]:checked + .box {
  /*background-color: @darkblue;*/
  border: 2px solid #00aeef;
}
body .therapy-wrapper .nav-holder {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .therapy-wrapper .nav-holder .therapy-prev,
body .therapy-wrapper .nav-holder .therapy-next {
  display: block;
  position: relative;
}
body .therapy-wrapper .nav-holder .therapy-prev .prev-arrow-box {
  background: url('/images/_theme/prev-arrow-blue.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: -160px;
  left: -170px;
}
body .therapy-wrapper .nav-holder .therapy-next .next-arrow-box {
  background: url('/images/_theme/next-arrow-blue.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: -160px;
  right: -170px;
}
body .selected-items {
  margin-top: 100px;
  margin-bottom: 100px;
}
body .selected-items.review {
  margin: 65px 0;
}
body .selected-items li {
  display: flex;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 60px;
}
body .selected-items li:last-of-type {
  margin-bottom: unset;
}
body .selected-items li a {
  margin-right: 25px;
}
body .invisible {
  display: none;
}
body .review-wrapper > p {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 75px;
}
body .trial-period-message {
  margin: 42px 0 160px 0;
}
body .trial-period-message p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #1b1d1f;
  display: block;
  position: relative;
}
body .trial-period-message p img {
  /*margin-right: 10px;*/
  display: block;
  position: absolute;
  left: -35px;
  top: 8px;
}
body .colored-headline {
  position: relative;
  display: flex;
  align-items: center;
}
body .colored-headline.purple h1,
body .colored-headline.purple h4,
body .colored-headline.purple p {
  color: #632de9;
}
body .colored-headline.orange h1,
body .colored-headline.orange h4,
body .colored-headline.orange p {
  color: #fd521d;
}
body .colored-headline.green h1,
body .colored-headline.green h4,
body .colored-headline.green p {
  color: #8de46e;
}
body .colored-headline.green h1,
body .colored-headline.green h4,
body .colored-headline.green p {
  color: #76db53;
}
body .colored-headline h1 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 25px;
}
body .colored-headline h4 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: 10px;
}
body .colored-headline p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -35px;
}
body .headline-drop-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 4;
}
body .headline-drop-wrapper h1 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  color: #00aeef;
  margin-bottom: 25px;
}
body .headline-drop-wrapper .profile-dropdown.uk-open .drop-btn {
  background-image: url('/images/_theme/up-arrow.png');
}
body .headline-drop-wrapper .profile-dropdown .drop-btn {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #00458c;
  background-image: url('/images/_theme/drop-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  min-width: 100px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown {
  left: unset !important;
  right: 0;
  min-width: 276px;
  padding: unset;
  background-color: white;
  box-shadow: 0px 6px 20px rgba(0, 69, 140, 0.25);
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul {
  margin: 0 12px;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul li {
  border-bottom: 1px solid #00458c;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul li:last-of-type {
  border-bottom: unset;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #00458c;
  padding: 28px 15px;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul li a:hover {
  background: unset;
}
body .headline-drop-wrapper .profile-dropdown .uk-dropdown ul li a:focus {
  background: unset;
}
body .message-pill {
  margin-bottom: 200px;
}
body .message-pill p {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #00458c;
  opacity: 0.5;
}
body .product-code-wrapper h4 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 15px;
}
body .product-code-validation-message .warning {
  margin-bottom: 75px;
  margin: 20px 0 50px 0;
  font-size: 16px;
  color: #fd0707;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: contain;
}
body .product-code-validation-message .warning h4 {
  color: red;
  font-weight: 500;
}
body .promo-wrap {
  display: flex;
  align-items: center;
  margin-right: -85px;
  margin-bottom: 40px;
}
body .promo-wrap.removable input[type=text] {
  min-width: unset;
  width: 310px;
}
body .promo-wrap.removable .checked-button {
  margin-right: -90px;
  background-color: unset;
  border: none;
}
body .promo-wrap.removable .checked-button:hover {
  cursor: pointer;
}
body .promo-wrap.removable .checked-button.checked {
  background-image: url('/images/_theme/checked.png');
}
body .promo-wrap input[type=text] {
  min-width: 93%;
  padding: 38px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  margin-right: 36px;
}
body .promo-wrap input[type=text]:focus {
  border: 2px solid #00aeef;
  outline: 0;
}
body .promo-wrap .checked-button {
  background-image: url('/images/_theme/unchecked.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: block;
}
body .promo-wrap .checked-button.active {
  background-image: url('/images/_theme/checked.png');
}
body .qr-wrapper {
  min-width: 100%;
  padding: 48px;
  background-color: rgba(0, 174, 239, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
body .qr-wrapper img {
  margin-right: 35px;
  max-width: 132px;
}
body .qr-wrapper .right-content h4 {
  font-size: 32px;
  line-height: 40px;
  color: #00458c;
  margin-bottom: 20px;
  font-weight: bold;
}
body .qr-wrapper .right-content p {
  font-size: 18px;
  line-height: 30px;
}
body .pill-card {
  padding: 34px 0;
  margin-bottom: 50px !important;
}
body .pill-card .play-btn {
  margin: 0 auto;
}
body .pill-card.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body .pill-card.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body .pill-card.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body .pill-card h5 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00458c;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body .pill-card h4 {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  font-weight: 700;
  color: #00458c;
  text-align: center;
  margin-bottom: 47px;
}
body .pill-card .pill-picture {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 46px;
  min-height: 109px;
  min-width: 109px;
}
body .pill-card .pill-lot-animation {
  display: none;
  margin: 0 auto;
  transition: .2s;
}
body .pill-card .pill-lot-animation.visible {
  display: block;
  margin-bottom: 40px;
}
body .pill-card .audio-ply {
  display: none;
}
body .pill-card .play-button {
  background: unset;
  background-image: unset;
  border: unset;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
body .pill-card .play-button .play-pause-button {
  width: 50px;
  height: 50px;
  background-color: unset;
  border: unset;
}
body .pill-card .play-button .play-pause-button .img1,
body .pill-card .play-button .play-pause-button .img2 {
  display: none;
}
body .pill-card .play-button .play-pause-button .img1.visible,
body .pill-card .play-button .play-pause-button .img2.visible {
  display: block;
}
body .pill-card p a {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #00458c;
  font-weight: 700;
  display: block;
  margin: 0 auto;
}
body h2.unavailable {
  width: 100%;
  text-align: center;
  color: rgba(0, 174, 239, 0.3);
}
body #tabs {
  margin-bottom: 200px;
  border-radius: unset;
  border: unset;
  background-color: unset;
  font-family: 'Manrope', sans-serif;
}
body #tabs .tab {
  padding: unset;
  margin: unset;
  border: unset;
  border-radius: unset;
}
body #tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: unset;
  background: unset;
  border-radius: unset;
  margin-bottom: 80px;
}
body #tabs ul li {
  width: 100%;
  float: unset;
  background-color: unset;
  margin: 0;
  border: unset;
  border-radius: unset;
}
body #tabs ul li.ui-state-active a .color-fill.purple {
  border: 2px solid #632de9;
}
body #tabs ul li.ui-state-active a .color-fill.orange {
  border: 2px solid #fd521d;
}
body #tabs ul li.ui-state-active a .color-fill.green {
  border: 2px solid #76db53;
}
body #tabs ul li a {
  float: unset;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.1em;
  color: #00458c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  padding: unset;
  font-family: 'Manrope', sans-serif;
}
body #tabs ul li a .color-fill {
  width: 100%;
  min-height: 36px;
  margin-bottom: 18px;
}
body #tabs ul li a .color-fill span {
  font-size: 18px;
}
body #tabs ul li a .color-fill.purple {
  background-color: rgba(99, 45, 233, 0.15);
}
body #tabs ul li a .color-fill.purple span {
  color: #632de9;
}
body #tabs ul li a .color-fill.orange {
  background-color: rgba(253, 82, 29, 0.15);
}
body #tabs ul li a .color-fill.orange span {
  color: #fd521d;
}
body #tabs ul li a .color-fill.green {
  background-color: rgba(118, 219, 83, 0.15);
}
body #tabs ul li a .color-fill.green span {
  color: #76db53;
}
body .listening-wrapper {
  position: relative;
}
body .listening-wrapper .radio-wrapper {
  position: absolute;
  right: 80px;
  top: 390px;
  z-index: 3;
}
body .listening-wrapper .radio-wrapper div {
  display: block;
}
body .listening-wrapper .radio-wrapper div:last-of-type {
  margin-bottom: unset;
}
body .listening-wrapper .radio-wrapper div.checked label {
  background: url('/images/_theme/checked-button.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
body .listening-wrapper .radio-wrapper input,
body .listening-wrapper .radio-wrapper label {
  font-size: 15px;
  line-height: 48px;
  font-weight: 700;
  font-family: Manrope;
}
body .listening-wrapper .radio-wrapper input {
  display: none;
}
body .listening-wrapper .radio-wrapper label {
  text-transform: unset;
  background: url('/images/_theme/unchecked-button.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 48px;
  font-weight: 700;
  font-family: Manrope;
  color: #00458c;
}
body .listening-wrapper .recent-therapies {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 3;
}
body .listening-wrapper .recent-therapies p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #00458c;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
body .listening-wrapper .recent-therapies ul {
  margin: 0;
  padding: 0;
}
body .listening-wrapper .recent-therapies ul li a {
  font-size: 32px;
  line-height: 72px;
  font-weight: 700;
  color: #00458c;
}
body .listening-wrapper .player {
  display: block;
  margin: 0 auto;
  max-width: 620px;
}
body .listening-wrapper .player .pill-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 294px;
  min-width: 294px;
  margin-bottom: 90px;
}
body .listening-wrapper .player .lotie-pill {
  margin-bottom: 20px;
  z-index: 1;
}
body .listening-wrapper .player .lotie-pill .loty {
  display: block;
  margin: 0 auto;
}
body .listening-wrapper .player p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #00458c;
  margin-bottom: 20px;
}
body .listening-wrapper .player .play-btn {
  display: block;
  margin: 0 auto;
  border: unset;
  background-color: unset;
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
body .listening-wrapper .player .play-btn .img1,
body .listening-wrapper .player .play-btn .img2 {
  display: none;
}
body .listening-wrapper .player .play-btn .img1.visible,
body .listening-wrapper .player .play-btn .img2.visible {
  display: block;
  min-width: 50px;
  min-height: 50px;
}
body .a {
  width: 1440px;
  height: 1440px;
  position: absolute;
  z-index: 2;
  background-image: url('/images/_theme/listening-shape.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .pattern-border {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  min-height: 100vh;
}
body .personal-data-wrapper div label {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #00458c;
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-left: 40px;
}
body .personal-data-wrapper div input[type=text],
body .personal-data-wrapper div input[type=password] {
  display: block;
  width: 100%;
  padding: 38px 40px;
  font-size: 24px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  margin-bottom: 48px;
  color: #00458c;
}
body .personal-data-wrapper div input[type=text]::placeholder,
body .personal-data-wrapper div input[type=password]::placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #1b1d1f;
}
body .personal-data-wrapper div input[type=text]:focus,
body .personal-data-wrapper div input[type=password]:focus {
  border: 2px solid #00aeef;
  outline: 0;
}
body .personal-data-wrapper div.acc-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
body .personal-data-wrapper div.acc-buttons a:first-of-type {
  margin-right: 60px;
}
body .contact-wrapper {
  margin-top: 80px;
}
body .contact-wrapper h1 {
  font-size: 56px;
  line-height: 76px;
  font-weight: 700;
  text-align: center;
  color: #00aeef;
  margin-bottom: 96px;
}
body .contact-wrapper .contact-form .terms {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #1b1d1f;
}
body .contact-wrapper .contact-form .terms a {
  font-size: 12px;
  line-height: 14px;
  color: #00458c;
  font-weight: 700;
}
body .contact-wrapper .contact-form .btnSubmit {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  background-color: #00aeef;
  min-height: 64px;
  min-width: 290px;
  border: unset;
  border-radius: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 50px;
  cursor: pointer;
  width: unset;
  max-width: 290px;
}
body .contact-wrapper .contact-form div {
  position: relative;
  /*select {
          font-size: 15px;
          line-height: 22px;
          color: black;

          label{
            color: @blue;
          }

          .values {
            font-size: 24px;
            line-height: 40px;
            color: @blue;
          }
        }*/

}
body .contact-wrapper .contact-form div:last-of-type {
  padding-top: 35px;
}
body .contact-wrapper .contact-form div.select-box .product-choice {
  -webkit-appearance: none;
  display: none;
}
body .contact-wrapper .contact-form div.select-box .product-choice option {
  border-bottom: 1px solid #00458c;
}
body .contact-wrapper .contact-form div.select-box .product-choice option:first-of-type {
  border-top: 1px solid #00458c;
  padding: 15px 0;
}
body .contact-wrapper .contact-form div.select-box .select-selected {
  display: block;
  width: 84%;
  /*width: 100%;*/
  padding: 24px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  color: #00458c;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 48px;
  cursor: pointer;
}
body .contact-wrapper .contact-form div.select-box .select-selected:focus {
  outline: none !important;
  border: 2px solid #00aeef;
}
body .contact-wrapper .contact-form div.select-box .select-selected.invalid,
body .contact-wrapper .contact-form div.select-box .select-selected.notValid {
  border: 2px solid #fd0707;
  background-color: rgba(253, 7, 7, 0.1);
}
body .contact-wrapper .contact-form div.select-box .select-selected:after {
  position: absolute;
  content: '';
  top: 48%;
  right: 75px;
  width: 12px;
  height: 8px;
  background: url('/images/_theme/up-arrow.png');
  transform: rotate(180deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*border: 6px solid transparent;
              border-color: @blue transparent transparent transparent;*/

}
body .contact-wrapper .contact-form div.select-box .select-selected.select-arrow-active {
  border: 2px solid #00aeef;
  border-bottom: unset;
}
body .contact-wrapper .contact-form div.select-box .select-selected.select-arrow-active:after {
  /*border-color: transparent transparent @blue transparent;*/
  /*top: 38%;*/
  transform: rotate(0deg);
}
body .contact-wrapper .contact-form div.select-box .select-hide {
  display: none;
}
body .contact-wrapper .contact-form div.select-box .select-items {
  position: absolute;
  background-color: #edf2f7;
  top: 100%;
  width: 84%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%);
  padding-top: unset;
  padding: 0 15px;
  border: 2px solid #00aeef;
  border-top: unset;
}
body .contact-wrapper .contact-form div.select-box .select-items div {
  padding: 24px 25px;
  font-size: 15px;
  line-height: 22px;
  color: #00458c;
  font-weight: 700;
  border-top: 2px solid #00458c;
  cursor: pointer;
}
body .contact-wrapper .contact-form div.select-box .select-items div:last-of-type {
  padding: 24px 25px;
}
body .contact-wrapper .contact-form div.select-box .select-items div:hover .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
body .contact-wrapper .contact-form div input,
body .contact-wrapper .contact-form div select {
  display: block;
  width: 84%;
  /*width: 100%;*/
  padding: 24px 40px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #edf2f7;
  border: 1px solid #edf2f7;
  color: #00458c;
  position: relative;
  margin: 0 auto;
  margin-bottom: 48px;
}
body .contact-wrapper .contact-form div input:focus,
body .contact-wrapper .contact-form div select:focus {
  outline: none !important;
  border: 2px solid #00aeef;
}
body .contact-wrapper .contact-form div input.invalid,
body .contact-wrapper .contact-form div select.invalid,
body .contact-wrapper .contact-form div input.notValid,
body .contact-wrapper .contact-form div select.notValid {
  border: 2px solid #fd0707;
  background-color: rgba(253, 7, 7, 0.1);
}
body .contact-wrapper .contact-form div input::placeholder,
body .contact-wrapper .contact-form div select::placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #1b1d1f;
}
body .contact-wrapper .contact-form div .recieve-announcements input {
  display: none;
}
body .contact-wrapper .contact-form div label {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #00458c;
  background: url('/images/_theme/unchecked-button.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 35px;
  cursor: pointer;
  width: 84%;
  margin: auto;
}
body .contact-wrapper .contact-form div label.checked {
  background: url('/images/_theme/checked-button.svg') no-repeat;
  background-size: contain;
}
body .contact-wrapper .contact-form div span.error {
  display: none;
  margin-top: -35px;
  font-size: 24px;
  line-height: 40px;
  color: #fd0707;
}
body .contact-wrapper .contact-form div span.error_show {
  display: block;
  color: #fd0707;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: absolute;
  bottom: -26px;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  left: 98px;
}
body .contact-wrapper .contact-form .warning {
  max-width: 84%;
  margin: 10px auto 0px auto;
  font-size: 16px;
  color: #fd0707;
  background-image: url('/images/_theme/warning-red.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-size: 24px;
  position: relative;
  top: -45px;
}
body .contact-wrapper .contact-form .warning h4 {
  margin-bottom: 0;
}
body .instructions-wrapper {
  margin-top: 50px;
}
body .instructions-wrapper .instruction {
  margin-bottom: 60px;
}
body .instructions-wrapper .instruction h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 35px;
  position: relative;
}
body .instructions-wrapper .instruction h2 img {
  position: absolute;
  top: 0;
  left: -70px;
  max-width: 50px;
  max-height: 50px;
}
body .instructions-wrapper .instruction .instruction-content {
  display: flex;
  align-items: center;
}
body .instructions-wrapper .instruction .instruction-content p {
  font-size: 24px;
  line-height: 36px;
  color: #1b1d1f;
  margin-right: 25px;
  margin-bottom: unset;
  max-width: 827px;
}
body .top-picture {
  margin: 0 240px;
  margin-bottom: 80px;
}
body .top-picture.no-margin {
  margin: 0;
}
body .v {
  width: 1400px;
  height: 1400px;
  position: absolute;
  z-index: 0;
  opacity: 0.25;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle, #fd521d 37%, rgba(255, 255, 255, 0) 72%);
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
body #question-1 .darkened .button-wrap .prev-button {
  display: none;
}
body .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background-color: white;
}
body .loading .loading-gif {
  display: block;
  position: relative;
  margin-top: 125px;
}
body .loading .loading-gif img {
  margin: 0 auto;
  max-width: 300px;
}
body .loading.delete {
  display: none;
}
body .table-headings {
  padding: 0 40px 0 40px;
}
body .table-headings * {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #00458c;
}
body .accordion-wrapper h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #00458c;
  margin-bottom: 54px;
  font-family: 'Manrope', sans-serif;
}
body .accordion-wrapper .accordion {
  margin-bottom: 100px;
}
body .accordion-wrapper .accordion .faq-wrap {
  position: relative;
}
body .accordion-wrapper .accordion .faq-wrap h3 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #00458c;
  margin: 0;
  padding: 0 40px;
  min-height: 100px;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  border-radius: 4px;
  background-color: #edf2f7;
  border: unset;
  margin-top: 30px !important;
}
body .accordion-wrapper .accordion .faq-wrap h3:first-of-type {
  margin-top: unset;
}
body .accordion-wrapper .accordion .faq-wrap h3.ui-state-active {
  border: unset;
}
body .accordion-wrapper .accordion .faq-wrap h3 span.ui-icon {
  margin-top: unset;
  text-indent: unset;
  overflow: unset;
  background-size: contain;
  background-position: center;
}
body .accordion-wrapper .accordion .faq-wrap h3 span.ui-icon-triangle-1-e {
  background-image: url("/images/_theme/acc-down.png") !important;
}
body .accordion-wrapper .accordion .faq-wrap h3 span.ui-icon-triangle-1-s {
  background-image: url("/images/_theme/acc-up.png") !important;
}
body .accordion-wrapper .accordion .faq-wrap h4 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #00458c;
}
body .accordion-wrapper .accordion .faq-wrap.purchases {
  position: relative;
  padding-right: 60px;
}
body .accordion-wrapper .accordion .faq-wrap.purchases .wrapper {
  padding-top: 35px;
}
body .accordion-wrapper .accordion .faq-wrap.purchases .product-name {
  padding-left: 55px;
}
body .accordion-wrapper .accordion .faq-wrap.purchases .wrapper-bottom .first-col {
  padding-left: 0;
}
body .accordion-wrapper .accordion .faq-wrap.purchases .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
body .accordion-wrapper .accordion .faq-wrap.purchases span {
  position: absolute;
  right: 60px;
  top: 45px;
}
body .accordion-wrapper .accordion .faq-wrap.purchases span.ui-icon {
  margin-top: unset;
  text-indent: unset;
  overflow: unset;
  background-size: contain;
  background-position: center;
}
body .accordion-wrapper .accordion .faq-wrap.purchases span.ui-icon-triangle-1-e {
  background-image: url("/images/_theme/acc-down.png") !important;
}
body .accordion-wrapper .accordion .faq-wrap.purchases span.ui-icon-triangle-1-s {
  background-image: url("/images/_theme/acc-up.png") !important;
}
body .accordion-wrapper .accordion .faq-wrap div {
  font-size: 24px;
  line-height: 40px;
  font-family: 'Manrope', sans-serif;
  border: unset;
  background-color: #edf2f7;
  padding: 0 40px 30px 40px;
}
body .accordion-wrapper .accordion .faq-wrap div ul li {
  list-style-type: numeric;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Manrope', sans-serif;
}
body .help-wrapper .nav-holder {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .help-wrapper .nav-holder ul {
  margin: 0;
  padding: 0;
}
body .help-wrapper .nav-holder ul li {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
body .help-wrapper .nav-holder ul li:last-child {
  margin-right: unset;
}
body .help-wrapper .nav-holder button {
  border: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  font-size: 0;
  background: #00aeef;
  opacity: 0.2;
  padding: 0;
}
body .help-wrapper .nav-holder .slick-active button {
  background: #00aeef;
  width: 6px;
  height: 6px;
  opacity: 1;
  padding: 0;
}
body .help-container {
  padding-top: 100px;
}
body .help-container > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*min-height: 482px;*/
  margin-bottom: 70px;
  position: relative;
}
body .help-container > div:nth-of-type(even) {
  justify-content: flex-end;
}
body .help-container > div:nth-of-type(even) .category-bubble:hover .bubble-more-info {
  right: 240px;
  left: unset;
}
body .help-container > div:nth-of-type(even) .category-bubble .bubble-more-info {
  right: 0;
  left: unset;
  background: rgba(253, 82, 29, 0.15);
  justify-content: flex-start;
  border-radius: 260px 15px 15px 260px;
}
body .help-container > div:nth-of-type(even) .category-bubble .bubble-more-info .inner-text {
  margin-right: unset;
  margin-left: 130px;
}
body .help-container > div:nth-of-type(3) {
  display: block;
  margin-bottom: 100px;
}
body .help-container > div:nth-of-type(3) .category-bubble {
  margin-left: 50%;
  transform: translate(-50%, 0);
  max-width: 260px;
}
body .help-container > div:nth-of-type(3) .category-bubble:hover {
  margin-left: unset;
  transform: unset;
}
body .help-container > div .category-bubble {
  min-width: 260px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
body .help-container > div .category-bubble .default-title {
  color: white;
  text-align: center;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: unset;
}
body .help-container > div .category-bubble.purple {
  background-color: #632de9;
}
body .help-container > div .category-bubble.orange {
  background-color: #fd521d;
}
body .help-container > div .category-bubble.green {
  background-color: #76db53;
}
body .help-container > div .category-bubble.green:hover .bubble-more-info {
  background: rgba(118, 219, 83, 0.15);
}
body .help-container > div .category-bubble:hover {
  min-width: 482px;
  min-height: 482px;
  transition: all 0.5s ease-out;
}
body .help-container > div .category-bubble:hover .hovered-content {
  display: block;
}
body .help-container > div .category-bubble:hover .default-title {
  display: none;
}
body .help-container > div .category-bubble:hover .bubble-more-info {
  min-width: 952px;
  min-height: 482px;
  display: flex;
  transition: all 1s ease-out;
  left: 240px;
}
body .help-container > div .category-bubble .hovered-content {
  display: none;
}
body .help-container > div .category-bubble .hovered-content p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .help-container > div .category-bubble .hovered-content ul {
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
body .help-container > div .category-bubble .hovered-content ul li {
  font-size: 30px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  color: white;
}
body .help-container > div .category-bubble .bubble-more-info {
  display: none;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: flex-end;
  border-radius: 15px 260px 260px 15px;
  background: rgba(99, 45, 233, 0.15);
  position: absolute;
  left: 0;
  transition: all 1s ease-out;
}
body .help-container > div .category-bubble .bubble-more-info .inner-text {
  max-width: 571px;
  margin-right: 120px;
}
body .help-container > div .category-bubble .bubble-more-info .inner-text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
body .help-container > div .category-bubble .bubble-more-info .inner-text p b {
  font-weight: 700;
}
body .help-container > div .category-bubble .bubble-more-info .inner-text p:last-of-type {
  margin-bottom: unset;
}
body .producs-pill-wrap {
  margin: 0 120px;
}
body .feedback-message {
  margin: 20px 0 50px 0;
  font-size: 16px;
  color: #333333;
}
body .signup-wrap {
  margin-top: 200px;
}
body .signup-wrap.disabled {
  pointer-events: none;
  opacity: 0.3;
}
body .take-quiz-text {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
body .take-quiz-text.hidden {
  display: none;
}
body .take-quiz-text p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 50px;
}
body .take-quiz-text a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
body .take-quiz-text a:hover {
  text-decoration: unset;
}
body .take-quiz-text .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .take-quiz-text .link-box label {
  margin-right: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #00458c;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes x {
  100% {
    transform: translateX(calc(-100vw));
  }
}
@keyframes y {
  100% {
    transform: translateY(calc(-100vh));
  }
}
@keyframes waveline {
  to {
    background-position: -150px;
  }
}
@-webkit-keyframes glow {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@-moz-keyframes glow {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes glow {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes diagonal-move-anim {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(150px, 150px);
  }
}
@keyframes hideMe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(-56px);
  }
}
@keyframes slide {
  0% {
    width: 0%;
    left: 0%;
  }
  100% {
    width: 60%;
    left: 50%;
  }
}
@keyframes shine {
  0% {
    background-position: bottom left;
  }
  100% {
    background-position: top right;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  .pL-override-s {
    padding-left: 0 !important;
  }
  body .white-pill-popup {
    padding: 0;
  }
  body .white-pill-popup .inner {
    padding: 85px 45px;
  }
  body .white-pill-popup .inner h2 {
    font-size: 36px;
    line-height: 46px;
  }
  body .footer-mobile-wrapper .tight-wrap {
    position: unset;
    padding: 25px 0px;
  }
  body .btn-wrap {
    display: flex;
    justify-content: center;
  }
  body .btn-wrap .section-wrapper {
    margin: 0px;
    position: relative;
    width: 100%;
  }
  body .btn-wrap .button-holder {
    text-align: center;
  }
  body .loading {
    top: -70px;
  }
  body .loading .loading-gif img {
    max-height: 400px;
  }
  body .form-content .primary-button {
    max-width: 250px;
    /*height: 52px;*/
    padding: 16px 0;
    height: 52px;
    -webkit-appearance: none;
  }
  body .small-arrow-btn {
    max-width: 42px;
    max-height: 42px;
  }
  body .profile-link {
    justify-content: end;
    margin-bottom: 5px;
  }
  body .take-quiz-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body .producs-pill-wrap {
    margin: 0 20px;
  }
  body .help-container {
    padding-top: 50px;
    overflow: hidden;
  }
  body .help-container > div {
    min-height: 1030px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  body .help-container > div:nth-of-type(even) {
    justify-content: unset;
  }
  body .help-container > div:nth-of-type(even) .category-bubble:hover .bubble-more-info {
    left: unset;
    right: unset;
  }
  body .help-container > div:nth-of-type(even) .category-bubble .bubble-more-info .inner-text {
    margin-left: unset;
  }
  body .help-container > div .category-bubble {
    min-width: 280px;
    max-width: 310px;
    min-height: 310px;
    z-index: 10;
    margin: 0 auto;
  }
  body .help-container > div .category-bubble:hover {
    min-width: 310px;
    min-height: 310px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info {
    min-width: unset;
    min-height: unset;
    display: unset;
    transition: unset;
    left: unset;
  }
  body .help-container > div .category-bubble.orange .bubble-more-info {
    background: rgba(253, 82, 29, 0.15);
  }
  body .help-container > div .category-bubble.green .bubble-more-info {
    background: rgba(118, 219, 83, 0.15);
  }
  body .help-container > div .category-bubble .default-title {
    display: none;
  }
  body .help-container > div .category-bubble .hovered-content {
    display: unset;
    z-index: 10;
  }
  body .help-container > div .category-bubble .hovered-content p {
    margin-bottom: unset;
    margin-top: -20px;
  }
  body .help-container > div .category-bubble .hovered-content ul li {
    font-size: 18px;
    line-height: 45px;
  }
  body .help-container > div .category-bubble .bubble-more-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 140px;
    padding-bottom: 130px;
    border-radius: 0px 0px 170px 170px;
    top: 190px;
    z-index: 0;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text {
    margin-right: unset;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  body .accordion-wrapper h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  body .accordion-wrapper .accordion .faq-wrap h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 20px;
  }
  body .accordion-wrapper .accordion .faq-wrap div {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px 20px 20px;
  }
  body .accordion-wrapper .accordion .faq-wrap div ul li {
    font-size: 16px;
    line-height: 26px;
  }
  body header {
    z-index: 5;
    padding: 23px 0;
    /*position: relative;*/
  
  }
  body header .mobile-header-wrapper {
    margin: 0 20px;
    z-index: 1;
    position: relative;
  }
  body header .mobile-header-wrapper .hambi-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header .mobile-header-wrapper .hambi-wrap .hambi-logo .hamburger {
    background-image: url('/images/_theme/hambi.svg');
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
  }
  body header .mobile-header-wrapper .hambi-wrap .hambi-logo .hamburger.active {
    background-image: url('/images/_theme/exit-icon.png');
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
  }
  body header .mobile-header-wrapper .try-btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  body header .mobile-header-wrapper .try-btn p {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: white;
    margin-right: 12px;
    margin-bottom: unset;
  }
  body header .mobile-menu {
    top: 120px;
    left: 40px;
  }
  body .header-overflow {
    min-height: 150px;
  }
  body .primary-button {
    margin: 0 auto;
    font-size: 16px !important;
    -webkit-appearance: none;
  }
  body .primary-button.longer {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 16px 0;
    min-width: 250px;
    max-width: 250px;
  }
  body .primary-button.free-border {
    margin-bottom: 20px;
    padding: 14px 0;
    min-width: 250px;
  }
  body .primary-button.white-blue {
    min-height: 52px;
    margin-top: 20px;
    white-space: nowrap;
    padding: 0 !important;
  }
  body .naslovnica-full-slider {
    height: 830px;
    margin-bottom: 45px;
  }
  body .naslovnica-full-slider .slick-main .slide {
    width: 100%;
    height: 900px;
    align-items: unset;
  }
  body .naslovnica-full-slider .slick-main .slide .content {
    max-width: 310px;
    margin-top: 130px;
  }
  body .naslovnica-full-slider .slick-main .slide .content h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  body .naslovnica-full-slider .slick-main .slide .content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 50px;
    text-align: center;
  }
  body .naslovnica-full-slider .slick-main .slide .content .button-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  body .naslovnica-full-slider .awards-wrapper {
    left: 50%;
    transform: translate(-50%, 0);
    width: 290px;
    bottom: 235px;
  }
  body .naslovnica-full-slider .awards-wrapper img {
    max-height: 80px;
    margin-right: 10px;
  }
  body .naslovnica-full-slider .nav-holder {
    display: none;
  }
  body .naslovnica-full-slider .nav-holder .prev .prev-arrow-box {
    left: 20px;
    /*top: -350px;*/
  
  }
  body .naslovnica-full-slider .nav-holder .next .next-arrow-box {
    right: 20px;
    /*top: -350px;*/
  
  }
  body .naslovnica-full-slider .shape-wrap {
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    right: unset;
    padding: 40px 60px;
    width: 90%;
  }
  body .naslovnica-full-slider .shape-wrap h3 {
    font-size: 26px;
    line-height: 36px;
  }
  body .naslovnica-full-slider .shape-wrap .lower p {
    font-size: 14px;
    line-height: 14px;
  }
  body .naslovnica-full-slider .blob-wrap {
    bottom: 70px;
    right: unset;
    width: 100%;
    z-index: 4;
  }
  body .naslovnica-full-slider .blob-wrap .loty {
    /*bottom: -285px;
              right: 45% !important;
              width: 700px !important;
              height: 700px !important;*/
    transform: translate(50%, 0);
    bottom: -72px !important;
    right: 49% !important;
    width: 410px !important;
    height: 240px !important;
  }
  body .naslovnica-full-slider .blob-wrap .inner-blob {
    /*max-width: 261px;
              display: block;
              margin: 0 auto;*/
    justify-content: center;
  }
  body .naslovnica-full-slider .blob-wrap .inner-blob > img {
    max-width: 54px;
    max-height: 54px;
    margin-right: 13px;
  }
  body .naslovnica-full-slider .blob-wrap h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    max-width: 196px;
  }
  body .naslovnica-full-slider .blob-wrap .lower {
    align-items: flex-start;
  }
  body .naslovnica-full-slider .blob-wrap .lower a {
    padding: 0px 10px;
  }
  body .naslovnica-full-slider .blob-wrap .lower p {
    font-size: 12px;
    line-height: 14px;
    max-width: 150px;
  }
  body .main {
    margin: 0 25px;
  }
  body .article-wrap {
    margin-bottom: 35px;
  }
  body .article-wrap h2 {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
  }
  body .article-wrap .y-box {
    justify-content: flex-start;
    align-items: end;
    min-height: 185px;
    margin-bottom: 50px;
  }
  body .article-wrap .y-box .arrow-button {
    left: unset;
    bottom: 30px;
    transform: unset;
    right: 8px;
  }
  body .article-wrap .y-box .letter {
    opacity: 0.2;
    color: #00aeef;
    left: 31%;
  }
  body .article-wrap .y-box .inner {
    max-width: 240px;
    display: block;
  }
  body .article-wrap .y-box .inner h4 {
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 20px;
  }
  body .article-wrap .y-box .inner p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 10px;
  }
  body .info-container-wrap {
    margin: 0;
    /*display: none;*/
  
  }
  body .info-container {
    min-height: 800px;
    min-width: 100%;
    max-width: 100%;
    background-position: -1025px center;
    margin-bottom: 20px;
  }
  body .info-container.third {
    margin-top: -400px;
    background-position: -1080px 200px;
    min-height: 890px;
  }
  body .info-container.third .inner-content {
    padding-top: 430px;
  }
  body .info-container.third .inner-content h4 {
    line-height: 40px;
  }
  body .info-container.second {
    z-index: 2;
    background-color: #00aeef;
    background-image: url('/images/_theme/wave-pill.png');
    background-position: center 480px;
    background-size: contain;
  }
  body .info-container .inner-content {
    padding-top: 156px;
    margin: 0 60px;
    max-width: 100%;
  }
  body .info-container .inner-content h4 {
    font-size: 36px;
    line-height: 50px;
  }
  body .info-container .inner-content p {
    font-size: 14px;
    line-height: 22px;
  }
  body .info-container .blue-overlay {
    background: linear-gradient(200deg, #00458c 24.13%, rgba(0, 69, 140, 0.545539) 95%, rgba(0, 69, 140, 0) 103.85%);
  }
  body .info-container.mobile-view {
    margin-top: unset;
  }
  body .info-container.mobile-view .inner-content {
    padding-top: 190px;
  }
  body .membership-slider {
    padding-bottom: unset;
  }
  body .membership-slider .slide .membership-card {
    padding: 75px 30px 40px 30px;
    min-height: 680px;
  }
  body .membership-slider .slide .membership-card .abs-picture {
    top: -120px;
  }
  body .membership-slider .slide .membership-card:hover h3 {
    font-size: 30px;
  }
  body .membership-slider .slide .membership-card:hover h4 {
    font-size: 28px;
  }
  body .membership-slider .slide .membership-card h4 {
    font-size: 24px;
    line-height: 40px;
  }
  body .membership-slider .slide .membership-card p {
    font-size: 16px;
    line-height: 26px;
  }
  body .membership-slider .slide .membership-card ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  body .membership-slider .slide .membership-card h3 {
    font-size: 26px;
  }
  body .membership-slider .slide .membership-card h3 span {
    font-size: 18px;
    line-height: 26px;
  }
  body footer {
    margin-top: 80px;
  }
  body .membership-wrapper .disclamer {
    font-size: 10px;
    margin-top: 40px;
  }
  body .membership-wrapper .nav-holder-member {
    position: relative;
    bottom: -15px;
    text-align: center;
    justify-content: center;
  }
  body .membership-wrapper .nav-holder-member .member-dots {
    position: relative;
    display: inline-block;
    margin: 0 15px;
  }
  body .membership-wrapper .nav-holder-member .member-dots ul {
    padding: unset;
    margin: unset;
  }
  body .membership-wrapper .nav-holder-member .member-dots ul li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
  }
  body .membership-wrapper .nav-holder-member .member-dots ul li.slick-active button {
    opacity: 1;
  }
  body .membership-wrapper .nav-holder-member .member-dots ul li button {
    background: #00aeef;
    width: 6px !important;
    height: 6px !important;
    opacity: 0.2;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    padding: unset;
  }
  body .membership-wrapper .nav-holder-member .prev-member {
    display: none !important;
  }
  body .membership-wrapper .nav-holder-member .prev-member .prev-arrow-box {
    left: 0;
  }
  body .membership-wrapper .nav-holder-member .next-member {
    display: none !important;
  }
  body .membership-wrapper .nav-holder-member .next-member .next-arrow-box {
    right: 0;
  }
  body .header-background {
    min-height: 105px;
  }
  body .breadcrumb {
    margin: 15px 0 40px 0;
  }
  body .breadcrumb .page-path {
    padding-left: unset;
  }
  body .breadcrumb.buy-margin {
    margin-bottom: 20px;
  }
  body .main .inner-container {
    margin: 0px;
  }
  body .main .inner-container h1 {
    font-size: 36px;
    line-height: 40px;
  }
  body .main .inner-container h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  body .main .inner-container h2.second-title {
    font-size: 28px;
    line-height: 32px;
  }
  body .main .inner-container p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  body .main .inner-container a {
    font-size: 16px;
    line-height: 24px;
  }
  body .main .inner-container ul {
    padding-left: unset;
  }
  body .main .inner-container ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: unset;
    padding-left: 15px;
    padding-bottom: 12px;
  }
  body .main .inner-container ul li:before {
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    margin-left: -20px;
  }
  body .main .blue-line {
    margin-bottom: 20px;
  }
  body .research-wrapper .research-card {
    min-height: 400px;
    margin-bottom: 30px;
  }
  body .research-wrapper .research-card .absolute-button {
    left: 40px;
  }
  body .research-wrapper .research-card .info-content {
    min-height: 400px;
  }
  body .research-wrapper .research-card .info-content .inner {
    padding: 30px 35px;
  }
  body .research-wrapper .research-card .info-content .inner h3 {
    font-size: 24px;
    line-height: 34px;
  }
  body .research-wrapper .research-card .info-content .inner h4 {
    font-size: 16px;
    line-height: 24px;
  }
  body .research-details-picture {
    min-height: 350px;
    margin-bottom: 30px;
  }
  body .product-details-wrap {
    flex-direction: column-reverse;
  }
  body .product-details-wrap .right {
    margin-bottom: 20px;
  }
  body .product-details-wrap .right .background-picture {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  body .product-details-wrap .right .player-wrap {
    margin-bottom: 40px;
  }
  body .product-details-wrap .right .player-wrap button .play-pause-button {
    -webkit-appearance: none;
  }
  body .product-details-wrap .right .player-wrap button .play-pause-button.play {
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    background-position: unset;
  }
  body .product-details-wrap .left {
    max-width: 100%;
    margin-right: unset;
  }
  body .product-details-wrap .left h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  body .product-details-wrap .left p {
    font-size: 16px;
    line-height: 24px;
  }
  body .product-details-wrap .left ul li {
    font-size: 16px;
    line-height: 24px;
  }
  body .product-details-wrap .left ul li:before {
    width: 10px;
    height: 10px;
  }
  body .warning-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  body .warning-wrapper img {
    margin-right: unset;
  }
  body .slick-slide {
    padding-right: unset;
  }
  body .shop-steps {
    margin-bottom: 35px;
  }
  body .section-wrapper {
    margin: 0;
  }
  body .chosen-items h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  body .chosen-items ul li {
    font-size: 16px;
    line-height: 32px;
    min-height: 48px;
  }
  body .purchase-table.custom-margin {
    margin-bottom: 80px;
  }
  body .purchase-table .row {
    overflow: hidden;
  }
  body .purchase-table .row.bigger p {
    font-size: 22px;
    line-height: 30px;
  }
  body .purchase-table .row p {
    font-size: 18px;
    line-height: 26px;
  }
  body .purchase-table .row p input {
    min-width: 80px;
    padding: 18px;
  }
  body .proces-buttons {
    flex-direction: column;
    margin-bottom: 50px;
    -webkit-appearance: none;
  }
  body .proces-buttons > a {
    margin-right: unset;
  }
  body .proces-buttons a:last-of-type {
    margin: 0 auto;
  }
  body .credit-card-button {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
    min-height: 60px;
    margin-bottom: 20px;
  }
  body .white-space {
    margin-bottom: 70px;
  }
  body .completed-wrap {
    max-width: 100%;
    margin-top: 50px;
  }
  body .completed-wrap h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  body .completed-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  body .signUp-form .email input,
  body .signUp-form .password input {
    padding: 18px 40px;
    margin-bottom: 35px;
  }
  body .signUp-form .email .error_show,
  body .signUp-form .password .error_show {
    font-size: 16px;
    line-height: 18px;
    bottom: 13px;
  }
  body .products-wrapper {
    margin-bottom: 50px;
  }
  body .products-wrapper .product-card {
    padding: 25px 0;
  }
  body .products-wrapper .product-card .inner-content {
    height: 360px;
  }
  body .products-wrapper .product-card .inner-content .play-button .play-pause-button .img1.visible {
    -webkit-appearance: none;
    min-width: 48px;
    height: 48px;
  }
  body .products-wrapper .product-card .inner-content .pill-lottie.visible {
    margin-bottom: 20px;
  }
  body .products-wrapper .product-card .product-picture {
    min-height: 135px;
    margin-bottom: 25px;
    background-size: contain;
  }
  body .products-wrapper .product-card .product-picture.smaller {
    min-height: 104px;
    margin-bottom: 10px;
  }
  body .products-wrapper .product-card h4 {
    min-height: 42px;
    margin-bottom: 30px;
  }
  body .products-wrapper .product-card .play-btn {
    margin-bottom: -2px;
  }
  body .instructions-wrapper .instruction h2 {
    margin-bottom: 20px;
  }
  body .instructions-wrapper .instruction h2 img {
    top: 5px;
    right: 120px;
    left: unset;
    max-width: 35px;
    max-height: 35px;
  }
  body .instructions-wrapper .instruction .instruction-content p {
    font-size: 16px;
    line-height: 24px;
    max-width: 75%;
  }
  body .therapy-wrapper .therapy-slider {
    min-height: 250px;
  }
  body .therapy-wrapper .therapy-slider .slide {
    max-width: 320px;
    padding: 0;
  }
  body .therapy-wrapper .therapy-slider .slide:hover {
    max-width: 310px;
  }
  body .therapy-wrapper .therapy-slider .slide:hover .box {
    transform: unset;
    padding: unset;
  }
  body .therapy-wrapper .therapy-slider .slide .box {
    max-width: 220px;
    min-height: 220px;
    padding: 5px 0;
  }
  body .therapy-wrapper .therapy-slider .slide .box .pill-image {
    height: 92px;
    width: 82px;
  }
  body .selected-items {
    margin-bottom: 60px;
    margin-top: 35px;
  }
  body .selected-items li {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    align-items: center;
  }
  body .selected-items li a {
    margin-right: 15px;
  }
  body .fancybox-overlay .fancybox-wrap.kviz {
    left: 0 !important;
    top: 0 !important;
  }
  body .fancybox-overlay .fancybox-wrap.kviz .fancybox-skin .fancybox-close {
    right: 4px;
    top: 18px;
  }
  body .fancybox-overlay .fancybox-wrap .fancybox-skin {
    padding: 0 !important;
  }
  body .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-close {
    width: 40px;
    height: 40px;
    right: -10px;
    top: -5px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-next {
    right: 0;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-next span {
    right: 5px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-prev {
    left: 0;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-prev span {
    left: 5px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-close {
    right: -10px;
    top: -50px;
  }
  body .quiz-form {
    /*margin: 110px 25px 0 25px;*/
    margin: 0 15px;
    padding-top: 40px !important;
  }
  body .quiz-form div .answer-box {
    min-height: 80px;
  }
  body .quiz-form div .answer-box p {
    font-size: 15px;
    line-height: 24px;
    padding: 5px 20px;
    text-align: center;
  }
  body .quiz-form h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  body .quiz-form .button-wrap {
    padding-bottom: 30px;
  }
  body .quiz-form .answer .pill-card .pill-picture {
    margin-bottom: 26px!important;
  }
  body .quiz-form .answer .inner-wrap {
    margin: 0;
  }
  body .quiz-form .answer .inner-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  body .quiz-form .answer .inner-wrap h1 {
    font-size: 24px;
    line-height: 30px;
  }
  body .quiz-form .answer .subscribe-button {
    padding: 16px 27px;
    font-size: 16px;
    max-width: 226px;
    margin-bottom: 30px;
    -webkit-appearance: none;
    min-width: 250px;
  }
  body #quiz-tabs {
    padding: 0;
    max-width: unset;
    margin-top: 120px;
  }
  body .therapy-wrapper .nav-holder .therapy-next .next-arrow-box {
    top: -140px;
    right: -10px;
  }
  body .therapy-wrapper .nav-holder .therapy-prev .prev-arrow-box {
    top: -140px;
    left: -10px;
  }
  body .review-wrapper p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  body .review-wrapper p:last-of-type {
    margin-top: unset !important;
    margin-left: 35px;
  }
  body .purchase-table {
    margin: 0;
  }
  body .purchase-table.picked {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .purchase-table.picked .box {
    margin-bottom: 20px;
  }
  body .purchase-table .row {
    margin-bottom: unset;
  }
  body .purchase-table .row.promo {
    flex-direction: column;
    align-items: baseline;
    padding-bottom: 15px;
  }
  body .purchase-table .row.promo p {
    text-align: left;
  }
  body .purchase-table .row.promo .enter-promo {
    margin-right: unset;
  }
  body .purchase-table .row.promo .enter-promo input {
    min-width: 200px;
    padding: 18px 20px;
    margin-right: 18px;
  }
  body .purchase-table .row.removable p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  body .purchase-table .row.removable p .remove-btn {
    margin-right: 10px;
    max-height: 40px;
  }
  body .purchase-table .row h2 {
    font-size: 32px;
    margin-top: unset;
  }
  body .trial-period-message {
    margin: 40px 0 10px 0;
  }
  body .headline-drop-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  body .headline-drop-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
  }
  body .headline-drop-wrapper .profile-dropdown .drop-btn {
    line-height: 50px;
    text-align: right;
  }
  body .headline-drop-wrapper .colored-headline {
    margin-bottom: 15px;
    display: block;
  }
  body .headline-drop-wrapper .colored-headline h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  body .headline-drop-wrapper .colored-headline h4 {
    margin-top: unset;
    margin-bottom: unset;
    margin-left: unset;
  }
  body #tabs {
    margin-bottom: 60px;
  }
  body #tabs ul {
    flex-direction: column;
  }
  body #tabs ul li {
    margin-bottom: 25px;
  }
  body #tabs ul li a {
    font-size: 18px;
  }
  body #tabs ul li a .color-fill {
    margin-bottom: 5px;
  }
  body .product-code-wrapper {
    margin-bottom: 35px;
  }
  body .product-code-wrapper .promo-wrap {
    margin-right: unset;
    align-items: center;
  }
  body .product-code-wrapper .promo-wrap input {
    min-width: unset;
    padding: 26px 30px;
    margin-right: 15px;
  }
  body .product-code-wrapper h4 {
    font-size: 32px;
    line-height: 34px;
  }
  body .qr-wrapper {
    padding: 20px;
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  body .qr-wrapper img {
    margin-right: unset;
    margin-top: 15px;
  }
  body .qr-wrapper .right-content h4 {
    line-height: 34px;
  }
  body .qr-wrapper .right-content p {
    font-size: 16px;
    line-height: 26px;
  }
  body .a {
    display: none;
  }
  body .listening-wrapper .player {
    max-width: 100%;
    margin-bottom: 35px;
    margin-top: 50px;
  }
  body .listening-wrapper .player .pill-image {
    min-height: 140px;
    min-width: 295px;
    margin-bottom: 30px;
  }
  body .listening-wrapper .player .lotie-pill .loty {
    width: 290px !important;
  }
  body .listening-wrapper .player .play-btn .img1.visible {
    -webkit-appearance: none;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
  body .listening-wrapper .radio-wrapper {
    position: relative;
    right: unset;
    top: unset;
  }
  body .listening-wrapper .recent-therapies {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 30px;
  }
  body .listening-wrapper .recent-therapies p {
    margin-bottom: 20px;
  }
  body .listening-wrapper .recent-therapies ul li a {
    font-size: 18px;
    line-height: 36px;
  }
  body .personal-data-wrapper div.acc-buttons {
    flex-direction: column;
  }
  body .personal-data-wrapper div.acc-buttons a:first-of-type {
    margin-right: unset;
  }
  body .personal-data-wrapper div label {
    margin-left: 15px;
  }
  body .footer-menu {
    margin-bottom: 60px;
  }
  body .footer-menu li {
    display: inline-block;
  }
  body .footer-menu li:last-of-type {
    display: block;
  }
  body .footer-menu li a {
    color: white;
    font-size: 14px;
    line-height: 28px;
    width: fit-content;
  }
  body .footer-menu li a.main-link-second {
    text-transform: uppercase;
    pointer-events: none;
  }
  body .footer-menu li .sub-menu-second {
    margin-top: 10px;
  }
  body .footer-menu li .sub-menu-second .sub-menu-list {
    max-width: 100%;
  }
  body .footer-menu li .sub-menu-second .sub-menu-list li {
    display: block;
  }
  body .footer-menu li .sub-menu-second .sub-menu-list li:first-of-type {
    margin-right: 45px;
  }
  body .footer-menu li .sub-menu-second .sub-menu-list li a {
    padding: unset;
  }
  body .contact-wrapper {
    margin-top: 90px;
  }
  body .contact-wrapper h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  body .contact-wrapper .contact-form .btnSubmit {
    -webkit-appearance: none;
    font-size: 16px;
    min-height: 52px;
    min-width: 250px;
  }
  body .contact-wrapper .contact-form div input,
  body .contact-wrapper .contact-form div select {
    width: 100%;
    font-size: 16px;
  }
  body .contact-wrapper .contact-form div:last-of-type {
    padding-top: unset;
  }
  body .contact-wrapper .contact-form div.select-box .select-selected {
    width: 100%;
  }
  body .contact-wrapper .contact-form div.select-box .select-selected:after {
    right: 45px;
  }
  body .contact-wrapper .contact-form div.select-box .select-items {
    width: 100%;
  }
  body .contact-wrapper .contact-form div span.error_show {
    left: 0;
  }
  body .contact-wrapper .contact-form div label {
    width: 100%;
  }
  body .top-picture {
    margin: 0;
    margin-bottom: 50px;
  }
  body .personal-data-wrapper {
    padding-top: 25px;
  }
  body .personal-data-wrapper div input[type=text],
  body .personal-data-wrapper div input[type=password] {
    padding: 18px 40px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  body .personal-data-wrapper div label {
    margin-bottom: 5px;
  }
  body .personal-data-wrapper div input {
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  body .quiz-list-wrapper {
    top: -46px;
    width: unset;
    left: 49%;
    transform: translate(-50%, 0);
    margin-left: 12px;
  }
  body .quiz-list-wrapper ul {
    margin: 0 auto !important;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    -webkit-appearance: none;
  }
  body .quiz-list-wrapper ul li {
    max-width: 60px;
    -webkit-appearance: none;
  }
  body .quiz-list-wrapper ul a:after {
    width: 29px;
    -webkit-appearance: none;
  }
  body .quiz-list-wrapper ul a div {
    -webkit-appearance: none;
  }
  body .kviz .fancybox-skin {
    padding: unset !important;
  }
  body .kviz .fancybox-skin .fancybox-close {
    background-image: url('/images/_theme/dark-blue-exitBtn.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 50%;
  }
  body .pill-card {
    margin-bottom: 30px !important;
    padding: 20px 0;
  }
  body .pill-card h4 {
    margin-bottom: 30px;
    margin-top: unset;
  }
  body .pill-card .pill-picture {
    margin-bottom: 25px;
  }
  body .pill-card .play-btn {
    margin-bottom: 15px;
    -webkit-appearance: none;
  }
  body .homepage-button p {
    margin-bottom: unset;
  }
  body #announcement .announcement-note {
    padding: 110px 25px;
    border-radius: 750px;
    max-width: 100%;
    padding-bottom: 80px;
  }
  body #announcement .announcement-note h2 {
    font-size: 26px;
    line-height: 32px;
  }
  body #announcement .announcement-note p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
  body .profile-link a {
    max-width: 42px;
    max-height: 42px;
  }
  body .profile-link a img {
    min-width: 20px;
  }
  body .pattern-border {
    padding-bottom: 30px;
  }
  body .fancybox-wrap.kviz {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    -webkit-appearance: none;
  }
  body .fancybox-wrap.kviz .fancybox-skin .fancybox-close {
    top: 18px;
    right: 4px;
  }
  body .fancybox-wrap.kviz .fancybox-skin .fancybox-outer .fancybox-inner {
    width: 100% !important;
    height: 3000px !important;
  }
  body #request-feedback .request-message {
    padding: 195px 25px;
    max-width: 100%;
    min-height: 700px;
  }
  body #request-feedback .request-message h2 {
    font-size: 26px;
    line-height: 34px;
  }
  body #request-feedback .request-message p {
    font-size: 16px;
    line-height: 28px;
  }
  body .table-headings {
    padding: 0 30px 0 30px;
  }
  body .table-headings h4.date,
  body .table-headings h4.product-name {
    font-size: 12px !important;
  }
  body .faq-wrap.purchases {
    padding-right: 0 !important;
  }
  body .faq-wrap.purchases .date {
    padding-left: 12px;
  }
  body .faq-wrap.purchases .product-name {
    padding-left: 21px !important;
  }
  body .faq-wrap.purchases h4 {
    font-size: 16px !important;
  }
  body .faq-wrap.purchases .uk-grid.no-vertical-padding {
    margin-left: 0 !important;
    padding: 0 !important;
    align-items: center !important;
  }
  body .faq-wrap.purchases span.ui-icon-triangle-1-s,
  body .faq-wrap.purchases span.ui-icon-triangle-1-e {
    position: absolute !important;
    right: 15px !important;
  }
  body .faq-wrap.purchases .wrapper-bottom .uk-grid {
    align-items: center !important;
  }
  body .faq-wrap.purchases .wrapper-bottom .uk-grid h4 {
    line-height: 140%;
  }
  body .faq-wrap.purchases .wrapper-bottom .uk-grid .uk-width-2-3 {
    padding-left: 25px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 361px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 361px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 361px), only screen and (min-device-pixel-ratio: 2) and (max-width: 361px), only screen and (min-resolution: 192dpi) and (max-width: 361px), only screen and (min-resolution: 2dppx) and (max-width: 361px), only screen and (max-width: 361px) {
  body .naslovnica-full-slider .blob-wrap .loty {
    bottom: -62px !important;
    right: 49% !important;
    width: 410px !important;
    height: 220px!important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  body .white-pill-popup {
    padding: 25px 25px;
  }
  body .white-pill-popup .inner h2 {
    font-size: 46px;
    line-height: 56px;
  }
  body .mobile-pills div .pill-card {
    margin: 0 auto;
    max-width: 310px;
  }
  body .quiz-form {
    margin: 160px 50px 0 50px;
  }
  body .quiz-form div .answer-box p {
    padding: 0 20px;
  }
  body .help-container {
    padding-top: 50px;
    overflow: hidden;
  }
  body .help-container > div {
    min-height: 1170px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  body .help-container > div:nth-of-type(even) {
    justify-content: unset;
  }
  body .help-container > div:nth-of-type(even) .category-bubble:hover .bubble-more-info {
    left: unset;
    right: unset;
  }
  body .help-container > div:nth-of-type(even) .category-bubble .bubble-more-info .inner-text {
    margin-left: unset;
  }
  body .help-container > div .category-bubble {
    min-width: 350px;
    min-height: 410px;
    z-index: 10;
    max-width: 410px;
    margin: 0 auto;
  }
  body .help-container > div .category-bubble:hover {
    min-width: 350px;
    min-height: 410px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info {
    min-width: unset;
    min-height: unset;
    display: unset;
    transition: unset;
    left: unset;
  }
  body .help-container > div .category-bubble.orange .bubble-more-info {
    background: rgba(253, 82, 29, 0.15);
  }
  body .help-container > div .category-bubble.green .bubble-more-info {
    background: rgba(118, 219, 83, 0.15);
  }
  body .help-container > div .category-bubble .default-title {
    display: none;
  }
  body .help-container > div .category-bubble .hovered-content {
    display: unset;
    z-index: 10;
  }
  body .help-container > div .category-bubble .hovered-content p {
    margin-bottom: unset;
    margin-top: 20px;
  }
  body .help-container > div .category-bubble .hovered-content ul li {
    font-size: 28px;
    line-height: 70px;
  }
  body .help-container > div .category-bubble .bubble-more-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-top: 250px;
    padding-bottom: 160px;
    border-radius: 0px 0px 220px 220px;
    top: 190px;
    z-index: 0;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text {
    margin-right: unset;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text p {
    font-size: 16px;
    line-height: 26px;
  }
  body .fancybox-image {
    max-height: 90vh;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-close {
    right: 0;
    top: -20px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-next span {
    right: 10px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-outer .fancybox-prev span {
    left: 10px;
  }
  body .hambi-wrap {
    justify-content: space-evenly;
  }
  body .header-background {
    min-height: 115px;
  }
  body header {
    padding: 23px 0;
    z-index: 5;
  }
  body header .mobile-menu ul li {
    padding: 20px 0;
  }
  body header .mobile-header-wrapper {
    margin: 0 20px;
    z-index: 1;
    position: relative;
  }
  body header .mobile-header-wrapper .hambi-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body header .mobile-header-wrapper .hambi-wrap .hambi-logo {
    margin-right: 50px;
  }
  body header .mobile-header-wrapper .hambi-wrap .hambi-logo .hamburger {
    background-image: url('/images/_theme/hambi.svg');
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
  }
  body header .mobile-header-wrapper .hambi-wrap .hambi-logo .hamburger.active {
    background-image: url('/images/_theme/exit-icon.png');
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
  }
  body header .mobile-header-wrapper .try-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body header .mobile-header-wrapper .try-btn p {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: white;
    margin-right: 12px;
    margin-bottom: unset;
  }
  body .naslovnica-full-slider {
    height: 100vh;
    margin-bottom: 70px;
  }
  body .naslovnica-full-slider .awards-wrapper {
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    bottom: 235px;
    display: flex;
    justify-content: space-between;
  }
  body .naslovnica-full-slider .awards-wrapper img {
    margin-right: unset;
  }
  body .naslovnica-full-slider .blob-wrap {
    right: unset;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  body .naslovnica-full-slider .blob-wrap .loty {
    right: -120px;
  }
  body .naslovnica-full-slider .blob-wrap .inner-blob {
    justify-content: center;
  }
  body .naslovnica-full-slider .blob-wrap h3 {
    font-size: 36px;
  }
  body .naslovnica-full-slider .blob-wrap .lower {
    max-width: unset;
  }
  body .naslovnica-full-slider .blob-wrap .lower p {
    max-width: 190px;
  }
  body .naslovnica-full-slider .shape-wrap {
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    right: unset;
    padding: 20px 40px;
    width: 50%;
  }
  body .naslovnica-full-slider .shape-wrap h3 {
    font-size: 42px;
    line-height: 56px;
  }
  body .naslovnica-full-slider .slick-main .slide {
    height: 100vh;
  }
  body .naslovnica-full-slider .slick-main .slide .content {
    margin-bottom: 100px;
  }
  body .naslovnica-full-slider .slick-main .slide .content h1 {
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 40px;
  }
  body .naslovnica-full-slider .slick-main .slide .content p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  body .naslovnica-full-slider .nav-holder {
    display: none;
  }
  body .naslovnica-full-slider .nav-holder .next .next-arrow-box {
    right: 20px;
  }
  body .naslovnica-full-slider .nav-holder .prev .prev-arrow-box {
    left: 20px;
  }
  body .main {
    margin: 0 40px;
  }
  body .main .inner-container {
    margin: 0;
  }
  body .main .inner-container h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 15px;
  }
  body .main .inner-container h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  body .main .inner-container h2.second-title {
    font-size: 32px;
    line-height: 40px;
  }
  body .main .inner-container p {
    font-size: 18px;
    line-height: 32px;
  }
  body .main .inner-container ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: unset;
  }
  body .main .inner-container a {
    font-size: 18px;
    line-height: 32px;
  }
  body .main .blue-line {
    margin-bottom: 40px;
  }
  body .slick-slide {
    padding-right: 10px;
  }
  body .white-space {
    margin-bottom: 60px;
  }
  body .membership-wrapper .nav-holder-member {
    display: none;
  }
  body .membership-wrapper .nav-holder-member .next-member .next-arrow-box {
    right: -40px;
  }
  body .membership-wrapper .nav-holder-member .prev-member .prev-arrow-box {
    left: -40px;
  }
  body .membership-wrapper .disclamer {
    margin-top: -90px;
  }
  body .article-wrap {
    margin-bottom: 50px;
  }
  body .article-wrap .y-box {
    justify-content: flex-start;
    align-items: end;
    margin-bottom: 50px;
  }
  body .article-wrap .y-box .arrow-button {
    left: unset;
    bottom: 30px;
    transform: unset;
    right: 8px;
  }
  body .article-wrap .y-box .letter {
    opacity: 0.2;
    color: #00aeef;
    left: 20%;
    top: 20px;
  }
  body .article-wrap .y-box .inner {
    max-width: 240px;
    display: block;
  }
  body .article-wrap .y-box .inner h4 {
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 20px;
  }
  body .article-wrap .y-box .inner p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 10px;
  }
  body .article-wrap h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 60px;
  }
  body .footer-mobile-wrapper .tight-wrap .download-wrap {
    justify-content: space-evenly;
  }
  body .footer-mobile-wrapper .download-wrap {
    display: flex;
    justify-content: center;
  }
  body .footer-mobile-wrapper .download-wrap a:last-of-type {
    margin: unset;
  }
  body .breadcrumb {
    margin: 15px 0 40px 0;
  }
  body .breadcrumb ul {
    padding-left: unset;
  }
  body .research-wrapper {
    margin-top: 30px;
  }
  body .research-wrapper .research-card {
    margin-bottom: 30px;
    min-height: 400px;
  }
  body .research-wrapper .research-card .info-content {
    min-height: 400px;
  }
  body .research-wrapper .research-card .info-content p {
    font-size: 24px;
    line-height: 36px;
    padding: 0 15px;
  }
  body .research-wrapper .research-card .info-content .inner {
    padding: 30px 35px;
  }
  body .research-wrapper .research-card .info-content .inner h3 {
    font-size: 24px;
    line-height: 32px;
  }
  body .research-wrapper .research-card .info-content .inner h4 {
    font-size: 18px;
    line-height: 26px;
  }
  body .research-details-picture {
    min-height: 600px;
    margin-bottom: 30px;
  }
  body footer {
    margin-top: 30px;
  }
  body .product-details-wrap {
    flex-direction: column;
  }
  body .product-details-wrap .right .background-picture {
    background-size: contain;
  }
  body .product-details-wrap .left ul li {
    font-size: 20px;
    line-height: 32px;
  }
  body .product-details-wrap .left p {
    font-size: 20px;
    line-height: 32px;
  }
  body .product-details-wrap .footer-menu {
    margin-right: unset;
    margin-bottom: 40px;
  }
  body .product-details-wrap .download-section .background-picture {
    background-size: 370px;
  }
  body .info-container-wrap {
    margin: 0;
  }
  body .info-container-wrap .info-container {
    min-height: 1000px;
    min-width: 100%;
    max-width: 100%;
    background-position: -1025px center;
    margin-bottom: 20px;
    /*&.third {
              margin-top: -360px;
              background-position: -1080px 200px;
            }*/
  
  }
  body .info-container-wrap .info-container .inner-content {
    margin-left: 90px;
    max-width: 630px;
  }
  body .info-container-wrap .info-container .inner-content p {
    font-size: 20px;
    line-height: 32px;
  }
  body .info-container-wrap .info-container.second {
    z-index: 2;
    background-color: #00aeef;
    background-image: url('/images/_theme/wave-pill.png');
    background-position: center 480px;
    background-size: contain;
  }
  body .info-container-wrap .info-container.third .inner-content {
    padding-top: 255px;
  }
  body .section-wrapper {
    margin: 0 30px;
  }
  body .chosen-items h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  body .chosen-items ul li {
    font-size: 18px;
    line-height: 36px;
  }
  body .purchase-table .row.bigger p {
    font-size: 30px;
    line-height: 42px;
  }
  body .purchase-table .row p {
    font-size: 22px;
    line-height: 30px;
  }
  body .purchase-table .row p.enter-promo {
    margin-right: -35px;
  }
  body .purchase-table .row p input {
    margin-right: 15px;
  }
  body .purchase-table .row .enter-promo {
    margin-right: -25px;
  }
  body .purchase-table .row .enter-promo input {
    margin-right: 15px;
  }
  body .credit-card-button {
    padding: 0 15px;
  }
  body .proces-buttons {
    justify-content: space-evenly;
    margin-bottom: 80px;
  }
  body .proces-buttons a {
    margin-right: unset;
  }
  body .credit-card-button {
    font-size: 26px;
    line-height: 32px;
    min-height: 90px;
    margin-bottom: 30px;
  }
  body .singUp-form .email input,
  body .singUp-form .password input {
    padding: 25px 40px;
  }
  body .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
  }
  body .footer-menu li .main-link-second {
    color: white;
    text-transform: uppercase;
  }
  body .footer-menu li .sub-menu-second {
    margin-top: 10px;
  }
  body .footer-menu li .sub-menu-second .sub-menu-list li a {
    color: white;
    padding: unset;
  }
  body .top-picture {
    margin: 0;
  }
  body .instructions-wrapper .instruction h2 img {
    left: -60px;
  }
  body .instructions-wrapper .instruction .instruction-content p {
    font-size: 20px;
    line-height: 32px;
  }
  body #tabs ul li a {
    font-size: 20px;
    line-height: 32px;
  }
  body #tabs ul li a .color-fill {
    margin-bottom: 10px;
  }
  body .qr-wrapper {
    align-items: flex-start;
  }
  body .qr-wrapper .right-content h4 {
    font-size: 26px;
    line-height: 34px;
  }
  body .qr-wrapper .right-content p {
    font-size: 16px;
    line-height: 26px;
  }
  body .listening-wrapper .recent-therapies {
    position: relative;
    right: unset;
    top: unset;
  }
  body .listening-wrapper .recent-therapies p {
    margin-bottom: 15px;
  }
  body .listening-wrapper .recent-therapies ul li a {
    font-size: 18px;
    line-height: 36px;
  }
  body .listening-wrapper .player {
    margin-bottom: 100px;
    margin-top: 80px;
  }
  body .listening-wrapper .player .pill-image {
    min-height: 165px;
    margin-bottom: 40px;
  }
  body .listening-wrapper .player .lotie-pill {
    max-width: 260px;
    margin: 0 auto;
  }
  body .personal-data-wrapper {
    margin-bottom: 50px;
  }
  body .personal-data-wrapper div input {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 36px;
  }
  body .product-code-wrapper .promo-wrap {
    margin-right: unset;
  }
  body .product-code-wrapper .promo-wrap input {
    min-width: 90%;
    margin-right: 20px;
  }
  body .pill-card h4 {
    margin-bottom: 25px;
    margin-top: unset;
  }
  body .pill-card .pill-picture {
    margin-bottom: 25px;
  }
  body .pill-card .play-btn {
    margin-bottom: 20px;
  }
  body .membership-slider .slide .membership-card {
    padding: 75px 40px 30px 40px;
    /* min-height: 660px;*/
  
  }
  body .membership-slider .slide .membership-card p {
    font-size: 16px;
    line-height: 28px;
  }
  body .membership-slider .slide .membership-card ul li p {
    font-size: 16px;
    line-height: 24px;
  }
  body .membership-slider .slide .membership-card h3 {
    font-size: 32px;
  }
  body .products-wrapper .product-card h4 {
    margin-bottom: 5px;
  }
  body .products-wrapper .product-card .product-picture {
    margin-bottom: 20px;
  }
  body .products-wrapper .product-card .play-btn {
    margin-bottom: 15px;
  }
  body .product-details-wrap .right {
    margin-top: 50px;
  }
  body .product-details-wrap .right .background-picture {
    margin-bottom: 50px;
  }
  body .product-details-wrap .right .player-wrap {
    margin-bottom: 45px;
  }
  body .form-content .socials {
    margin-top: 20px;
  }
  body .headline-drop-wrapper h1 {
    font-size: 46px;
    line-height: 56px;
  }
  body .therapy-wrapper .therapy-slider {
    max-width: 100%;
    max-height: 370px;
  }
  body .therapy-wrapper .therapy-slider .slide {
    max-width: 300px;
    padding: 0 8px;
  }
  body .therapy-wrapper .therapy-slider .slide .box p {
    font-size: 26px;
    line-height: 30px;
  }
  body .therapy-wrapper .nav-holder {
    display: none;
  }
  body .selected-items {
    margin: 80px 0;
  }
  body .selected-items li {
    font-size: 24px;
    margin-bottom: 28px;
  }
  body .review-wrapper p {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  body .purchase-table {
    margin: 20px 0;
  }
  body .purchase-table .row.removable p {
    margin-bottom: unset;
    font-size: 24px;
  }
  body .purchase-table .row h2 {
    font-size: 44px;
    line-height: 50px;
    margin: unset;
  }
  body .trial-period-message {
    margin: 30px 0 40px 0;
  }
  body .trial-period-message p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1700px), only screen and (min-width: 960px) and (max-width: 1700px) {
  body .white-pill-popup {
    padding: 50px 50px;
  }
  body .producs-pill-wrap {
    margin: 0 50px;
  }
  body header {
    padding: 36px 0 52px 0;
  }
  body header .header-social-wrap {
    justify-content: space-evenly;
  }
  body header .header-wrapper {
    margin: 0 50px 0 80px;
  }
  body header .header-wrapper nav ul li a {
    padding: 0 20px;
  }
  body header .nav-wrapper {
    justify-content: center;
  }
  body .header-overflow {
    min-height: 240px;
  }
  body .primary-button {
    padding: 14px 28px;
  }
  body .naslovnica-full-slider .slick-main .slide .content h1 {
    font-size: 86px;
    line-height: 104px;
  }
  body .naslovnica-full-slider .slick-main .slide .content p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  body .naslovnica-full-slider .awards-wrapper {
    left: 85px;
    bottom: 55px;
  }
  body .naslovnica-full-slider .shape-wrap {
    bottom: 55px;
  }
  body .naslovnica-full-slider .blob-wrap {
    right: 120px;
    bottom: 80px;
  }
  body .main {
    margin: 0 60px;
  }
  body .main .inner-container {
    margin: 0 80px;
  }
  body .main .inner-container p {
    font-size: 20px;
    line-height: 36px;
  }
  body .main .inner-container p a {
    font-size: 20px;
    line-height: 36px;
  }
  body .main .inner-container h2 {
    font-size: 30px;
    line-height: 42px;
  }
  body .article-wrap .y-box .inner p {
    font-size: 22px;
  }
  body .info-container-wrap {
    margin: 0 40px;
  }
  body .membership-slider .slide .membership-card {
    padding: 85px 40px 60px 40px;
    min-height: 750px;
  }
  body .membership-slider .slide .membership-card:hover h4 {
    font-size: 33px;
  }
  body .membership-slider .slide .membership-card:hover h3 {
    font-size: 42px;
  }
  body .membership-slider .slide .membership-card p {
    font-size: 16px;
    line-height: 26px;
    /*margin-top: unset;*/
    margin-bottom: unset;
  }
  body .membership-slider .slide .membership-card ul li {
    margin-bottom: 8px;
  }
  body .membership-slider .slide .membership-card ul li p {
    font-size: 16px;
  }
  body .membership-slider .slide .membership-card h3 {
    font-size: 32px;
  }
  body .membership-wrapper .nav-holder-member .prev-member .prev-arrow-box {
    left: -45px;
  }
  body .membership-wrapper .nav-holder-member .next-member .next-arrow-box {
    right: -45px;
  }
  body footer {
    margin-top: 100px;
  }
  body footer .footer-wrapper {
    margin: 0 60px;
    padding: 70px 60px 30px 60px;
  }
  body footer .footer-wrapper .footer-menu {
    margin-left: 00px;
  }
  body footer .footer-wrapper .footer-menu .footer-card {
    margin-right: 0;
  }
  body .therapy-wrapper .nav-holder .therapy-next .next-arrow-box {
    right: -40px;
  }
  body .therapy-wrapper .nav-holder .therapy-prev .prev-arrow-box {
    left: -40px;
  }
  body .fancybox-overlay .fancybox-wrap.rewards-wrap .fancybox-skin .fancybox-close {
    right: -70px;
  }
  body .top-picture {
    margin: 0 60px;
    margin-bottom: 80px;
  }
  body .quiz-form .answer .subscribe-button {
    margin-bottom: 50px;
  }
  body .section-wrapper {
    margin: 0 80px;
  }
  body .help-container > div:nth-of-type(even) .category-bubble .bubble-more-info .inner-text {
    margin-left: 90px;
    margin-right: unset;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text {
    max-width: 510px;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info {
    min-width: 845px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info .inner-text {
    margin-right: 80px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1300px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1300px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1300px), only screen and (min-width: 960px) and (max-width: 1300px) {
  body .help-container > div .category-bubble .bubble-more-info .inner-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  body .help-container > div .category-bubble:hover {
    min-width: 410px;
    min-height: 430px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info {
    min-height: 430px;
    min-width: 765px;
  }
  body header .header-wrapper {
    margin: 0 30px 0 50px;
  }
  body header .header-social-wrap .icons-wrapper a {
    margin-right: 15px;
  }
  body footer .footer-wrapper {
    margin: 0;
    padding: 70px 40px 30px 40px;
  }
  body .research-wrapper .research-card .info-content .inner h3 {
    font-size: 24px;
    line-height: 32px;
  }
  body .research-wrapper .research-card .info-content .inner h4 {
    font-size: 18px;
    line-height: 25px;
  }
  body .naslovnica-full-slider .blob-wrap {
    right: 100px;
    bottom: 80px;
  }
  body .article-wrap {
    margin-bottom: 200px;
  }
  body .article-wrap .y-box .inner p {
    font-size: 20px;
  }
  body .product-details-wrap .left p {
    font-size: 20px;
    line-height: 32px;
  }
  body .product-details-wrap .left ul li {
    font-size: 20px;
    line-height: 32px;
  }
  body .instructions-wrapper .instruction .instruction-content p {
    font-size: 20px;
    line-height: 32px;
  }
  body .credit-card-button {
    padding: 0 200px;
  }
  body .contact-wrapper .contact-form div input,
  body .contact-wrapper .contact-form div select {
    font-size: 20px;
    line-height: 32px;
  }
  body .main .inner-container ul li {
    font-size: 20px;
    line-height: 32px;
  }
  body .breadcrumb {
    margin: 15px 0 90px 0;
  }
  body .section-wrapper {
    margin: 0 70px;
  }
  body .quiz-form {
    margin: 160px 110px 0 110px;
  }
  body .quiz-form .answer .inner-wrap p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1200px), only screen and (min-width: 960px) and (max-width: 1200px) {
  body .help-container > div:nth-of-type(2) .category-bubble:hover .bubble-more-info {
    right: 190px;
  }
  body .help-container > div:nth-of-type(2) .category-bubble:hover .bubble-more-info .inner-text {
    margin-right: unset;
    margin-left: 69px;
  }
  body .help-container > div .category-bubble:hover {
    min-width: 380px;
    min-height: 380px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info {
    min-height: 380px;
    min-width: 715px;
    left: 220px;
  }
  body .help-container > div .category-bubble:hover .bubble-more-info .inner-text {
    margin-right: 78px;
    font-size: 13px;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text {
    max-width: 470px;
  }
  body .help-container > div .category-bubble .bubble-more-info .inner-text p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  body .help-container > div .category-bubble .hovered-content ul li {
    font-size: 22px;
    line-height: 54px;
  }
  body .naslovnica-full-slider .awards-wrapper {
    left: 35px;
  }
  body .naslovnica-full-slider .shape-wrap {
    right: 35px;
  }
  body .naslovnica-full-slider .blob-wrap {
    right: 80px;
    bottom: 80px;
  }
  body .primary-button {
    white-space: nowrap;
  }
  body header .header-social-wrap .icons-wrapper a {
    margin-right: 20px;
  }
  body header .header-wrapper {
    margin: 0 25px 0 30px;
  }
  body footer .footer-wrapper {
    margin: 0;
  }
  body .credit-card-button {
    padding: 0 250px;
  }
  body .listening-wrapper .radio-wrapper {
    right: 45px;
  }
  body .listening-wrapper .recent-therapies ul li a {
    font-size: 26px;
    line-height: 62px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960pxpx) and (max-width: 1100px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1100px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1100px), only screen and (min-width: 960px) and (max-width: 1100px) {
  body footer .footer-wrapper .footer-menu-wrap .footer-menu {
    margin-right: unset;
  }
  body header .header-social-wrap .icons-wrapper a {
    margin-right: 10px;
  }
  body .naslovnica-full-slider .awards-wrapper img {
    max-width: 130px;
  }
  body .article-wrap .y-box .inner p {
    font-size: 18px;
    line-height: 26px;
  }
  body .research-wrapper {
    font-size: 26px;
    line-height: 36px;
  }
  body #tabs ul li a {
    font-size: 22px;
    line-height: 30px;
  }
  body #tabs ul li a.color-fill {
    margin-bottom: 10px;
  }
}
