body {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  color: #181818;
  margin: 0;
  background: #F8F8F8;
  height: 100%; }

html, .page-common-outer, .page-webapp-outer, .vue-port-body {
  height: 100%; }

.home-page {
  min-height: 100%;
  background: #F8F8F8;
  height: max-content;
  position: relative; }

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

.progress-container {
  padding-left: 5rem; }

.card {
  position: absolute;
  margin-top: 9rem;
  z-index: 5; }

.card-inner {
  padding: 2.2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  justify-content: center;
  height: 100%;
  align-items: center; }

.button {
  display: inline-block;
  background-color: #FCBD00;
  color: #011627;
  font-size: 1.7rem;
  font-weight: 600;
  border: 0;
  border-radius: 10px;
  padding: 1.3rem 5.5rem;
  margin-top: 1rem; }
  .button:focus {
    outline: 0; }

.bg {
  padding: 0; }

.regluvardar-logo svg {
  width: 109px;
  height: 105px; }

.in-right {
  text-align: right; }

.sub-text {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #011627;
  font-weight: normal; }

h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: #011627;
  text-align: center; }

img {
  max-width: 100%;
  max-height: 100%; }

.yellow-line {
  border: 1px solid #FCBD00;
  width: 19px;
  height: 2px;
  margin-bottom: 2rem; }

.container.radio-label {
  font-size: 16px;
  padding-top: 2px;
  color: #011627;
  display: block;
  padding-left: 5rem; }

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  left: 0;
  top: 16px;
  height: 16px;
  width: 16px;
  background: #F8F8F8;
  opacity: 0.1;
  border: 1px solid #011627;
  border-radius: 50%; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container input:checked ~ .checkmark:after {
  display: block; }

.container .checkmark:after {
  width: 33px;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  left: 3px; }

a:hover {
  color: #011627;
  text-decoration: none; }

.nothanx-btn {
  background: #FFFFFF;
  color: #011627;
  border: 2px solid #FCBD00; }

.facebook .share-btn {
  font-size: 18px;
  background: #415A93;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #F8F8F8;
  padding: 1.3rem 11rem;
  margin-right: 1rem; }

h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 42px; }

p {
  font-weight: normal;
  font-size: 20px;
  line-height: 140%; }

.form-group {
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column-reverse; }
  .form-group input {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.5rem 9rem;
    padding-left: 2rem; }
  .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #808A93;
    margin-left: 6px; }
  .form-group input:focus {
    outline: 0;
    border: 1px solid #FCBD00; }
    .form-group input:focus + label {
      color: #011627; }

.questions-block-wrap.prime-level-wrap .greeting-block-wrap {
  padding-top: 14rem; }

@keyframes fadingEffect {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadingEffectGolfProtection {
  0% {
    opacity: 0;
    transform: translateY(70px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes fadingEffectGolf {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px); }
  100% {
    opacity: 1;
    transform: translate(-50%, 0); } }

@keyframes fadingEffectGolfMobile {
  0% {
    opacity: 0;
    transform: translate(0%, 20px); }
  100% {
    opacity: 1;
    transform: translate(0%, 0); } }

@keyframes fadingOffEffect {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadingEffectDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.animate-slidein, .animate-slidedown {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animate-slidein:is(.animate-slidein), .animate-slidedown:is(.animate-slidein) {
    -webkit-animation-name: fadingEffect;
    animation-name: fadingEffect; }
  .animate-slidein:is(.animate-slidedown), .animate-slidedown:is(.animate-slidedown) {
    -webkit-animation-name: fadingEffectDown;
    animation-name: fadingEffectDown; }

.front-page-top {
  height: calc(100% - 69px); }

:root {
  --mobile-header-height: 69px; }

#all_svg {
  display: none; }

.mobile-view {
  display: none; }

button, a.button {
  transition: all 0.2s linear; }
  button:hover, a.button:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); }
  button:disabled, a.button:disabled {
    opacity: 0.4;
    pointer-events: none; }

.landing-page-header {
  background: #011627;
  padding: 2rem 0;
  position: relative;
  z-index: 1; }
  .landing-page-header .header-inner {
    display: block;
    font-size: 0;
    overflow: hidden; }
    .landing-page-header .header-inner.sidenav-active .header.right-align .logo-img svg {
      height: 0; }
    .landing-page-header .header-inner.sidenav-active .close-menu {
      position: absolute;
      right: 4rem;
      top: -34px; }
      .landing-page-header .header-inner.sidenav-active .close-menu a {
        font-size: 90px;
        color: #fff; }
    .landing-page-header .header-inner .header.left-align, .landing-page-header .header-inner .header.right-align {
      vertical-align: middle;
      display: inline-block; }
    .landing-page-header .header-inner .header.left-align {
      width: 25%;
      padding-left: 2rem; }
      .landing-page-header .header-inner .header.left-align .user-profile {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 22px;
        line-height: 132%;
        transform: translateX(-50%); }
        .landing-page-header .header-inner .header.left-align .user-profile .name {
          color: #FCBD00;
          max-width: 275px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .landing-page-header .header-inner .header.left-align .user-profile .clubname {
          color: #FFFFFF; }
    .landing-page-header .header-inner .header.right-align {
      text-align: right;
      width: 75%; }
      .landing-page-header .header-inner .header.right-align .sidenav {
        height: 100%;
        width: 0;
        top: 56px;
        position: fixed;
        z-index: 999;
        right: 0 !important;
        background: #011627;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        transition: .5s; }
        .landing-page-header .header-inner .header.right-align .sidenav .closebtn {
          font-size: 36px;
          color: #fff;
          text-decoration: none; }
        .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer {
          text-align: left; }
          .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer .header-link {
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            display: block;
            padding: 2rem 0;
            position: relative; }
            .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer .header-link a {
              color: #FFFFFF;
              max-width: 28rem;
              display: inline-block; }
          .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer .forward-arrow {
            left: 30rem;
            position: absolute; }
            .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer .forward-arrow svg {
              width: 16px;
              height: 16px; }
      .landing-page-header .header-inner .header.right-align .menu-text {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #F2F2F2;
        margin: 0; }
      .landing-page-header .header-inner .header.right-align .menu-text, .landing-page-header .header-inner .header.right-align .logo-img {
        vertical-align: middle;
        display: inline-block; }
    .landing-page-header .header-inner .header .logo-img svg {
      width: 118px;
      height: 29px; }
    .landing-page-header .header-inner .user-info, .landing-page-header .header-inner .club-join-img, .landing-page-header .header-inner .user-points-added, .landing-page-header .header-inner .user-details {
      display: inline-block;
      vertical-align: middle;
      margin: 0 8px; }
    .landing-page-header .header-inner .user-details-wrap {
      display: flex !important; }
    .landing-page-header .header-inner .full-name {
      bottom: -4px;
      font-size: 20px;
      position: relative;
      display: inline-block;
      padding-right: 25px;
      color: #fff;
      flex: 0 0 80%; }
    .landing-page-header .header-inner .user-club-name {
      right: 0px; }
    .landing-page-header .header-inner .user-info.name {
      font-size: 22px;
      padding: 0;
      border: 1px solid transparent;
      background: #fcbe00;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      text-align: center;
      line-height: 57px; }
    .landing-page-header .header-inner .user-info.fb-img {
      width: 75px;
      height: 75px;
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid transparent; }
      .landing-page-header .header-inner .user-info.fb-img img {
        position: absolute;
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: initial; }
    .landing-page-header .header-inner .user-details {
      margin: 0;
      display: flex; }
    .landing-page-header .header-inner .club-join-img {
      width: 65px;
      height: 65px; }
    .landing-page-header .header-inner .club-logo-points {
      font-size: 18px;
      color: #FFFFFF;
      width: max-content;
      text-align: center;
      border-radius: 50px;
      border: 1px solid #FCBD00;
      background: #FCBD00;
      padding: 0px 8px;
      position: absolute;
      top: 45px;
      left: 75%;
      line-height: 29px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .landing-page-header .header-inner .user-details {
      position: relative;
      color: #fff; }
    .landing-page-header .header-inner .club-info:after {
      right: 475px; }

.background-image-outer {
  width: 100%;
  height: 100%; }
  .background-image-outer .inner {
    background-size: cover; }
  .background-image-outer .button {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadingEffectGolf;
    animation-name: fadingEffectGolf; }
  .background-image-outer .regluvardar-logo-mobile {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 767px) {
      .background-image-outer .regluvardar-logo-mobile {
        top: 33%; } }
  .background-image-outer .footer-text {
    bottom: 95px;
    left: 50%;
    width: 100%;
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadingEffectGolf;
    animation-name: fadingEffectGolf; }
    .background-image-outer .footer-text .content-wrap {
      padding: 0;
      margin: 0; }
  .background-image-outer .card-inner {
    max-width: 300px;
    min-height: 265px; }
    .background-image-outer .card-inner h2 {
      font-size: 27px;
      line-height: 34px; }
    .background-image-outer .card-inner p {
      font-size: 16px !important; }
  .background-image-outer .button {
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
    left: 50%;
    max-width: 300px;
    transform: translate(-50%, 10px); }

.question-block-inner .el-loading-mask {
  background-color: transparent !important; }

.footer-image {
  bottom: 0;
  position: fixed; }
  .footer-image figure {
    height: 210px; }

.card {
  display: flex;
  margin-left: 5rem; }
  .card.in-left-card {
    margin-left: 0;
    left: 11.5rem;
    margin-top: 0; }

span.show-blue {
  color: #409EFF !important; }

@keyframes slide {
  100% {
    left: 0;
    opacity: 1; } }

@keyframes slideUp {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    bottom: 0;
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.front-page {
  animation-delay: 5s;
  animation: fadeIn 1s forwards;
  opacity: 0;
  margin-bottom: 145px;
  position: relative; }
  .front-page .scroll-wrap {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: fadeIn 2s infinite linear; }
    .front-page .scroll-wrap .txt {
      text-transform: capitalize; }
    .front-page .scroll-wrap .arrow {
      border: 2px solid #FFFFFF;
      border-top: none;
      border-left: none;
      height: 14px;
      width: 14px;
      transform: rotateZ(45deg); }
  .front-page .regluvardar-logo {
    animation: slide .5s forwards;
    animation-delay: 1s;
    position: relative;
    left: 185px;
    opacity: 0; }
  .front-page .card-inner {
    z-index: 9;
    position: relative;
    bottom: -695px;
    animation: slideUp .5s forwards;
    animation-delay: .5s; }
    .front-page .card-inner .sub-text p {
      font-size: 16px;
      line-height: 19px;
      color: #011627;
      text-align: left; }
      .front-page .card-inner .sub-text p b {
        font-weight: 400;
        color: #FCBD00; }
    .front-page .card-inner h2.default-text {
      font-size: 48px; }
      .front-page .card-inner h2.default-text b {
        font-weight: 600; }
  .front-page.part-two {
    max-width: 1440px;
    margin: 0 auto; }
    .front-page.part-two .inner {
      margin: 0 46px 145px;
      background: #FFFFFF;
      border-radius: 10px;
      padding: 88px 69px 85px 78px;
      position: relative;
      display: flex; }
      .front-page.part-two .inner .content-wrap {
        display: flex;
        flex-direction: column;
        max-width: 638px;
        width: 100%;
        flex: 1; }
        .front-page.part-two .inner .content-wrap h3, .front-page.part-two .inner .content-wrap h4 {
          font-size: 52px;
          line-height: 58px;
          color: #011627; }
        .front-page.part-two .inner .content-wrap h3 {
          font-weight: 400;
          margin: 12px 0 0; }
        .front-page.part-two .inner .content-wrap h4 {
          font-weight: 700;
          margin: 0; }
        .front-page.part-two .inner .content-wrap .yellow-line {
          background: #FCBD00;
          width: 54px;
          height: 3px;
          margin: 37px 0 45px; }
        .front-page.part-two .inner .content-wrap .desc {
          max-width: 460px;
          margin-bottom: 34px; }
          .front-page.part-two .inner .content-wrap .desc p {
            font-weight: 400;
            font-size: 26px;
            line-height: 42px;
            margin-bottom: 0; }
            .front-page.part-two .inner .content-wrap .desc p:nth-child(3) {
              padding-bottom: 40px; }
        .front-page.part-two .inner .content-wrap .more-details {
          margin-bottom: 98px; }
          .front-page.part-two .inner .content-wrap .more-details a {
            font-weight: 600;
            color: #011627;
            text-decoration: underline; }
        .front-page.part-two .inner .content-wrap a {
          width: fit-content; }
      .front-page.part-two .inner .image-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        margin-top: -95px;
        flex: 1; }
        .front-page.part-two .inner .image-wrap img {
          border-radius: 10px;
          position: relative;
          height: 501px;
          width: 489px;
          border-radius: 10px; }
          .front-page.part-two .inner .image-wrap img.pri-img {
            top: 95px; }
          .front-page.part-two .inner .image-wrap img.sec-img {
            right: 58px; }
  .front-page.part-three {
    padding-bottom: 143px; }
    .front-page.part-three, .front-page.part-three .protection-page, .front-page.part-three .container, .front-page.part-three .golf-protection-section {
      max-width: 1440px;
      margin: 0 auto; }
    .front-page.part-three .protection-page {
      margin-bottom: 184px; }
      .front-page.part-three .protection-page .home-page {
        box-shadow: none; }
        .front-page.part-three .protection-page .home-page .golf-protection-section {
          padding: 0 147px 0 124px; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .row, .front-page.part-three .protection-page .home-page .golf-protection-section .container {
            padding: 0; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .yellow-line {
            background: #FCBD00;
            margin: 35px 0 46px;
            height: 3px;
            width: 54px; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header {
            padding: 0;
            width: 100%;
            display: flex;
            align-items: center;
            gap: 0 197px; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .golf-title, .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .detail-text p {
              font-size: 52px;
              line-height: 58px;
              color: #011627; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .golf-title {
              font-weight: 700; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .detail-text {
              font-weight: 400; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header a {
              font-size: 18px;
              line-height: 27px;
              font-weight: 700; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info {
            display: flex;
            align-items: center;
            gap: 35px 30px;
            margin-left: -45px; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info::before, .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info::after {
              display: none; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block {
              flex: 1 0 calc(100%/2 - 30px);
              padding: 0; }
              .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .item {
                display: flex;
                align-items: flex-start; }
              .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .image_block, .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .iteractive-img {
                width: 200px; }
              .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block h3, .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block p {
                color: #000000;
                font-size: 18px;
                line-height: 28px;
                margin: 0;
                padding: 0; }
              .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block h3 {
                font-weight: 700; }
    .front-page.part-three .logo-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 28px; }
      .front-page.part-three .logo-wrap img {
        width: 147px;
        height: 142px; }
      .front-page.part-three .logo-wrap b {
        color: #FCBD00; }

.golf-policy .card {
  left: 0;
  padding: 0;
  bottom: 0;
  top: 0;
  width: 100%; }

.golf-policy .card-inner {
  width: 100%;
  max-width: 1100px;
  position: relative;
  animation: slide .5s forwards;
  animation-delay: .5s;
  position: relative;
  left: -1125px; }
  .golf-policy .card-inner .content-wrap {
    max-width: 740px;
    margin-bottom: 5rem;
    margin-top: 3rem; }
  .golf-policy .card-inner h2 {
    font-weight: 600;
    margin: 1.5rem 0 3rem; }

.golf-policy .card-inner-wrap {
  position: absolute;
  right: 40px;
  top: 20%; }

.golf-policy .button {
  max-width: 338px;
  width: 100%;
  padding: 15px 0;
  text-align: center; }

.golf-policy .regluvardar-logo {
  padding-bottom: 20px; }
  .golf-policy .regluvardar-logo svg {
    width: 120px;
    height: 115px; }

.card-inner {
  max-width: 520px;
  padding: 4.3rem; }
  .card-inner .sub-text {
    font-size: 16px;
    line-height: 19px;
    color: #011627;
    text-align: left; }
    .card-inner .sub-text span {
      color: #FCBD00; }
  .card-inner h2 {
    font-size: 50px;
    line-height: 60px;
    color: #011627;
    margin: 1.5rem 0 2rem;
    font-weight: 200; }
  .card-inner .content-wrap {
    font-size: 20px;
    line-height: 140%;
    color: #011627;
    font-weight: 300;
    max-width: 410px;
    margin-bottom: 3rem; }
  .card-inner .button {
    margin: 1rem 0; }

.regluvardar-logo {
  padding-right: 7rem;
  padding-bottom: 10rem; }

figure {
  display: inline-block;
  vertical-align: middle; }

.greeting-level-img {
  position: absolute;
  z-index: 5;
  right: -19rem;
  bottom: -15rem;
  width: 300px; }

.status-bar-wrap {
  border-bottom: 1px solid #DBD9D9; }
  .status-bar-wrap .status-bar-inner, .status-bar-wrap .question-count {
    display: inline-block;
    vertical-align: middle; }
  .status-bar-wrap .status-bar-inner {
    margin-left: 2rem;
    margin-bottom: -3.5rem; }

.question-count {
  font-size: 12px;
  line-height: 132%;
  color: #011627;
  margin-bottom: -3.9rem; }

.club-signing {
  padding: 3rem 0; }

.update-wrap.valid {
  border: 1px solid #2EC4B6;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .update-wrap.valid label {
    background: #D5F3F0;
    border-radius: 10px;
    font-weight: 600; }
  .update-wrap.valid input:checked ~ .checkmark {
    background: #2EC4B6;
    border: none;
    opacity: 1; }

.update-wrap.invalid {
  border: 1px solid #FF6A6A;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .update-wrap.invalid label {
    background: #FFE1E1;
    border-radius: 10px;
    font-weight: 600; }
  .update-wrap.invalid input:checked ~ .checkmark {
    background: #FF6A6A;
    border: none;
    opacity: 1; }

.status-width.prime {
  padding-top: 5rem;
  padding-bottom: 4rem !important; }
  .status-width.prime .status-bar-inner {
    width: 37px;
    height: 37px; }
    .status-width.prime .status-bar-inner.not_answered {
      background: #FFFFFF; }

.vordur-outer.height-139 {
  height: calc(100% - 120px); }

.vordur-outer.height-full {
  height: 100%; }

.vordur-outer .quiz-component-wrap .not-prime-level {
  height: calc(100% - 110px) !important; }

.vordur-outer .quiz-component-wrap .prime-level-block {
  height: 100%; }

.prime-level .progress-bar-wrap .row {
  display: block; }

.prime-level .progress-bar-wrap .progress-bar-outer {
  position: relative;
  top: 45px; }

.user-img, .user-medal, .medal-image {
  display: inline-block;
  vertical-align: middle; }
  .user-img img, .user-medal img, .medal-image img {
    max-width: 100%;
    max-height: 100%; }

.frame1-image img {
  max-width: 100%;
  max-height: 100%; }

.user-medal {
  font-size: 40px;
  color: #333333;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid #FCBD00;
  background: #FCBD00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2; }

.medal-details-wrap .user-img {
  height: 124px;
  width: 124px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #8b572a;
  text-align: center;
  vertical-align: middle;
  margin-right: -1.5rem; }
  .medal-details-wrap .user-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: initial; }

.medal-details-wrap .medal-image {
  animation-duration: 2s;
  animation-fill-mode: both;
  position: relative;
  z-index: 1;
  height: 165px;
  width: 178px;
  margin-left: -3.5rem;
  z-index: 99; }

@keyframes medal-image-transition {
  0% {
    width: 10px;
    height: 10px;
    right: 0px;
    bottom: -20px; }
  50% {
    width: 178px;
    height: 134px;
    right: -40px;
    bottom: 0; }
  100% {
    width: 178px;
    height: 134px;
    right: 0px;
    bottom: 0;
    z-index: 3; } }

.medal-page-wrap .prime-level-wrap {
  background: url(/static/images/golf-cover-new1.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.prime-level-wrap {
  background: url(/static/images/prime-cover.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .prime-level-wrap .questions-block-wrap .greeting-block-wrap.show-greeting .success, .prime-level-wrap .questions-block-wrap .greeting-block-wrap.show-greeting .failure {
    padding-top: 115px; }

.about.screen {
  height: calc(100% - var(--mobile-header-height));
  overflow: auto; }
  .about.screen.desktop-view {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .about.screen.desktop-view .button.first {
      margin-right: 15px; }

.golf-outer {
  height: calc(100% - var(--mobile-header-height)); }

.terms-page-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

.golf-protection-section {
  max-width: 1200px;
  margin: 0 auto; }
  .golf-protection-section.show-form {
    display: none; }
  .golf-protection-section.golf-protection-form {
    display: none; }
    .golf-protection-section.golf-protection-form.show-form {
      display: block;
      padding: 100px 50px; }
      .golf-protection-section.golf-protection-form.show-form .facebook.skip {
        display: flex;
        justify-content: center; }
        .golf-protection-section.golf-protection-form.show-form .facebook.skip .senda {
          flex: 0 0 50%; }
        .golf-protection-section.golf-protection-form.show-form .facebook.skip .nothanx-btn {
          display: none !important; }
      .golf-protection-section.golf-protection-form.show-form .sub-text {
        float: initial;
        width: 100%; }
      .golf-protection-section.golf-protection-form.show-form .nothanx-btn {
        display: none; }
        .golf-protection-section.golf-protection-form.show-form .nothanx-btn.form-btn {
          display: inline-block;
          padding: 12px 99px; }

.golf-protection .nothanx-btn.form-btn {
  display: none; }

.protection-page {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  .protection-page .home-page {
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    bottom: -10%;
    opacity: 0;
    animation: slideUp 0.5s forwards; }
  .protection-page .golf-protection-section {
    padding: 54px 50px;
    height: 100%; }
    .protection-page .golf-protection-section .golf-form-info {
      padding: 0 60px; }
    .protection-page .golf-protection-section .golf-title {
      color: #011627;
      font-size: 48px;
      line-height: 56px;
      max-width: 470px;
      text-align: left;
      margin-top: 0;
      font-weight: 600; }
    .protection-page .golf-protection-section .detail-text p {
      font-size: 18px;
      line-height: 28px;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .protection-page .golf-protection-section .detail-text p {
          padding-right: 82px; } }
      .protection-page .golf-protection-section .detail-text p b {
        padding-top: 12px;
        display: inline-block;
        font-size: 40px;
        padding-left: 10px; }
      .protection-page .golf-protection-section .detail-text p code {
        background: transparent;
        font-size: 25px;
        color: #7d7c7c;
        text-decoration: line-through; }
    .protection-page .golf-protection-section .app-form-group {
      float: left;
      width: 100%; }
      .protection-page .golf-protection-section .app-form-group .form-group {
        float: left;
        width: 49%;
        margin: 0 !important;
        margin-right: 1% !important;
        margin-bottom: 10px !important; }
        .protection-page .golf-protection-section .app-form-group .form-group:last-child {
          margin-left: 1% !important;
          margin-right: 0 !important; }
        .protection-page .golf-protection-section .app-form-group .form-group input {
          width: 100%;
          background: initial; }
  .protection-page .sub-text {
    position: relative;
    float: left; }
  .protection-page .sub-text {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 17px 0;
    width: 50%;
    text-align: center; }
  .protection-page .senda-block {
    display: inline-block; }
    .protection-page .senda-block button {
      padding: 15px 90px 13px !important;
      font-size: 20px; }
  .protection-page .protection-info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    justify-content: initial; }
  .protection-page .item {
    display: block;
    font-size: 0; }
  .protection-page .image_block {
    display: inline-block;
    vertical-align: top;
    width: 95px;
    text-align: center; }
  .protection-page .description-view {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px); }
  .protection-page .section-title {
    font-size: 18px;
    line-height: 19px;
    color: #FCBD00;
    text-align: left;
    margin: 0 0 10px; }
  .protection-page .content-inner p {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    padding-right: 10px; }
  .protection-page .protection-block {
    padding: 30px 0; }
  .protection-page .iteractive-img {
    width: 90px;
    height: 100px; }
    .protection-page .iteractive-img img {
      max-width: 100%;
      max-height: 100%; }
  .protection-page .cross-btn {
    position: relative;
    z-index: 1; }
    .protection-page .cross-btn a, .protection-page .cross-btn button {
      float: right;
      background: #FCBD00;
      padding: 0px 30px;
      font-size: 56px;
      color: #696865;
      cursor: pointer;
      border: none; }
      .protection-page .cross-btn a:hover, .protection-page .cross-btn button:hover {
        text-decoration: none; }

.golf-protection-form-wrap.golf-outer:after {
  opacity: 1; }

.golf-protection-form-wrap .golf-protection-section .app-form-group {
  display: block;
  width: 100%;
  font-size: 0; }
  .golf-protection-form-wrap .golf-protection-section .app-form-group .form-group {
    margin: 0 !important;
    padding-bottom: 20px;
    padding-right: 10px; }
    .golf-protection-form-wrap .golf-protection-section .app-form-group .form-group:last-child {
      padding-left: 10px;
      padding-right: 0px;
      margin: 0 !important; }
      .golf-protection-form-wrap .golf-protection-section .app-form-group .form-group:last-child label {
        padding-left: 10px; }

.protection-page-links {
  font-size: 0;
  display: block;
  text-align: center;
  margin: 25px 0; }
  .protection-page-links .free-play-link {
    display: inline-block;
    padding-right: 25px; }
    .protection-page-links .free-play-link a {
      color: #696865;
      font-size: 18px; }
      .protection-page-links .free-play-link a:hover {
        text-decoration: underline; }
    .protection-page-links .free-play-link svg {
      width: 50px;
      height: 6px;
      margin-bottom: 2px; }
  .protection-page-links .play-again-link {
    display: inline-block; }
    .protection-page-links .play-again-link span {
      color: #696865;
      font-size: 18px;
      cursor: pointer; }
      .protection-page-links .play-again-link span:hover {
        text-decoration: underline; }
    .protection-page-links .play-again-link svg {
      width: 50px;
      height: 6px;
      margin-bottom: 2px; }

.vinnigar-page .terms-page-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0; }
  .vinnigar-page .terms-page-inner:before {
    content: '';
    width: 400px;
    height: 400px;
    background-image: url(../images/vinnigar-page.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 52%;
    right: 0; }
  .vinnigar-page .terms-page-inner .vinnigar-title h2 {
    color: #011627;
    font-size: 48px;
    position: relative;
    max-width: 470px;
    font-weight: 600;
    padding-bottom: 38px; }
    .vinnigar-page .terms-page-inner .vinnigar-title h2 b {
      color: #011627;
      font-weight: 600; }
  .vinnigar-page .terms-page-inner .content h3 {
    font-size: 20px;
    text-align: left;
    color: #383E46;
    font-weight: initial;
    padding: 30px 0;
    padding-bottom: 0; }
  .vinnigar-page .terms-page-inner .content h3 b {
    color: #383E46;
    font-size: 20px; }
  .vinnigar-page .terms-page-inner .content p {
    color: #383E46;
    font-size: 20px; }
    .vinnigar-page .terms-page-inner .content p:first-child {
      padding: 25px 0; }
    .vinnigar-page .terms-page-inner .content p:nth-child(2), .vinnigar-page .terms-page-inner .content p:nth-child(4) {
      font-weight: bold; }
  .vinnigar-page .terms-page-inner .content p b {
    color: #FCBD00;
    font-size: 20px; }

.terms-page {
  height: 100%; }
  .terms-page .terms-page-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0; }
    .terms-page .terms-page-inner .title h2 {
      color: #011627;
      font-size: 48px;
      max-width: 470px;
      font-weight: 600;
      text-align: left;
      font-weight: 600;
      margin-top: 0; }
      .terms-page .terms-page-inner .title h2 b {
        color: #011627;
        font-weight: 600; }
    .terms-page .terms-page-inner .description {
      text-align: left; }
      .terms-page .terms-page-inner .description p {
        margin: 0;
        color: #383E46;
        font-size: 18px; }
        .terms-page .terms-page-inner .description p:before {
          content: '';
          display: block;
          background-image: url("/static/images/arrow.svg");
          background-repeat: no-repeat;
          background-size: 40px 35px;
          height: 35px;
          position: relative;
          top: 30px;
          left: -45px; }

.cookie-outer {
  background: #2a2f30;
  text-align: center;
  padding: 10px 20px;
  width: 100%; }
  .cookie-outer.scrolled {
    top: -82px; }
    .cookie-outer.scrolled.fixed-top {
      position: fixed;
      top: 0; }
  .cookie-outer.scrolled, .cookie-outer .fixed-top {
    background-color: #2a2f30;
    padding: 5px 0;
    color: #333; }
  .cookie-outer .cookie-container {
    position: relative;
    width: 100%;
    max-width: 740px;
    margin: 0 auto; }
  .cookie-outer .cookie-btn1 {
    background-color: #5b8a92 !important; }
  .cookie-outer .cookie-info {
    padding-top: 30px;
    display: none;
    color: #fff;
    text-align: left;
    padding: 0px 0px 20px;
    max-height: 200px;
    margin: 20px 0px 0px;
    overflow-y: auto; }
    .cookie-outer .cookie-info p {
      font-size: 16px;
      line-height: 28.8px;
      font-weight: 400; }
      .cookie-outer .cookie-info p a {
        text-decoration: none;
        transition: color .3s;
        color: #5b8a92; }
  .cookie-outer .cookie-block {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
    overflow: hidden;
    display: flex; }
    .cookie-outer .cookie-block p {
      color: #fff;
      display: inline-block;
      margin-right: 20px;
      margin-top: 10px;
      margin-bottom: 20px;
      text-align: left;
      font-weight: 400;
      font-size: 16px; }
    .cookie-outer .cookie-block .cookie-btn {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .cookie-outer .cookie-block p button, .cookie-outer .cookie-block .cookie-btn button {
      font-size: 16px;
      border-radius: 3px;
      outline: none;
      text-align: center;
      cursor: pointer;
      font-weight: 400;
      padding: 0 22px;
      line-height: 48px;
      text-transform: uppercase;
      vertical-align: top;
      transition: all .3s ease-in-out;
      border: none;
      font-size: 16px; }
      .cookie-outer .cookie-block p button:hover, .cookie-outer .cookie-block .cookie-btn button:hover {
        color: #fff !important; }
    .cookie-outer .cookie-block p .cookie-btn1, .cookie-outer .cookie-block .cookie-btn .cookie-btn1 {
      white-space: nowrap;
      color: #fff; }
      .cookie-outer .cookie-block p .cookie-btn1:hover, .cookie-outer .cookie-block .cookie-btn .cookie-btn1:hover {
        background-color: #487b84 !important;
        border-color: #487b84 !important; }
    .cookie-outer .cookie-block p .cookie-btn2, .cookie-outer .cookie-block .cookie-btn .cookie-btn2 {
      background-color: #ffba00;
      color: #fff;
      white-space: nowrap;
      margin-right: 20px; }
      .cookie-outer .cookie-block p .cookie-btn2:hover, .cookie-outer .cookie-block .cookie-btn .cookie-btn2:hover {
        background-color: #e6a700 !important;
        color: #fff !important; }

.el-notification.success-medal {
  border-radius: 10px 0 0 10px;
  right: 0 !important;
  bottom: auto !important;
  top: calc(var(--mobile-header-height) + 16px);
  width: 154px;
  display: flex;
  align-items: center;
  padding: 11px 14px 8px;
  background-color: #2EC4B6; }
  .el-notification.success-medal .el-notification__group {
    margin: 0; }
    .el-notification.success-medal .el-notification__group .el-notification__content {
      margin: 0; }
      .el-notification.success-medal .el-notification__group .el-notification__content i {
        font-weight: 400;
        font-size: 14px;
        font-style: normal; }
    .el-notification.success-medal .el-notification__group .el-icon-close {
      display: none; }

.el-notification.error-name-msg {
  right: 0 !important;
  bottom: auto !important;
  top: calc(var(--mobile-header-height) + 16px); }

.login-page.home-page {
  height: 100% !important; }

.shared-page {
  margin: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .shared-page img {
    max-height: calc(100vh - 250px);
    margin-bottom: 20px; }
  .shared-page p {
    font-weight: 500;
    text-align: center; }
  .shared-page a {
    display: flex;
    align-items: center;
    justify-content: center; }

.cookie-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: top 0.3s ease; }
  .cookie-wrap .scroll-wrap {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: fadeIn 2s infinite linear; }
    .cookie-wrap .scroll-wrap .txt {
      text-transform: capitalize; }
    .cookie-wrap .scroll-wrap .arrow {
      border: 2px solid #FFFFFF;
      border-top: none;
      border-left: none;
      height: 14px;
      width: 14px;
      transform: rotateZ(45deg); }

@media (max-width: 768px) {
  .mobile-levelnames {
    left: 50% !important;
    transform: translate(-50%, 3px); }
  .golf-outer {
    padding-top: var(--mobile-header-height);
    height: 100%; }
    .golf-outer.loading {
      height: initial; }
    .golf-outer.prime-level {
      height: 100%; }
    .golf-outer.align-middle {
      padding-top: 20px; }
  .prime-level .progress-bar-wrap .progress-bar-outer {
    top: 0; }
  .cookie-outer .cookie-block {
    flex-direction: column; }
    .cookie-outer .cookie-block .cookie-btn .cookie-btn1 {
      margin: 0; }
  .golf-protection-section.golf-protection-form.show-form .golf-protection-form-inner {
    padding-top: 4rem; }
  .golf-protection-section.golf-protection-form.show-form .nothanx-btn.form-btn {
    padding: 12px 0;
    width: 100%;
    text-align: center; }
  .mobile-view {
    display: block; }
  .prime-level-wrap.mobile-prime-wrap {
    background: url(/static/images/regluvordur-bg.jpg) !important;
    background-size: cover !important;
    background-position: bottom center !important; }
  .success-component .medal-button {
    display: block !important; }
    .success-component .medal-button #fb-root {
      margin-left: 165px !important;
      position: absolute;
      bottom: -50px; }
  .cookie-outer {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
    .cookie-outer .cookie-btn1 {
      margin-bottom: 10px; }
  .el-loading-mask {
    bottom: -89px !important; }
  .protection-page .home-page {
    margin: 0; }
  .protection-page .cross-btn a, .protection-page .cross-btn button {
    padding: 0px 21px;
    font-size: 38px;
    width: initial; }
  .vinnigar-page .terms-page-inner, .terms-page .terms-page-inner {
    padding: 20px 30px 40px; }
    .vinnigar-page .terms-page-inner:before, .terms-page .terms-page-inner:before {
      display: none; }
  .vinnigar-page .description, .terms-page .description {
    padding-left: 0; }
  .protection-page .protection-info {
    padding-top: 10px; }
  .protection-page .golf-protection-section {
    padding: 20px 30px 0; }
    .protection-page .golf-protection-section .golf-form-info {
      padding: 0; }
  .protection-page .description-view {
    padding-left: 10px; }
  .prime-level-wrap .questions-block-wrap .greeting-block-wrap.show-greeting .success, .prime-level-wrap .questions-block-wrap .greeting-block-wrap.show-greeting .failure {
    padding-top: 0; }
  .landing-page-header {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    padding: 0; }
    .landing-page-header .header-inner {
      height: var(--mobile-header-height);
      overflow: hidden;
      display: flex;
      align-items: center; }
      .landing-page-header .header-inner .user-info.name {
        width: 45px;
        height: 45px;
        line-height: 42px; }
      .landing-page-header .header-inner .club-join-img {
        width: 48px;
        height: 55px; }
      .landing-page-header .header-inner .club-logo-points {
        top: 38px;
        font-size: 12px;
        line-height: 18px; }
      .landing-page-header .header-inner .full-name {
        flex: 0 0 50%; }
      .landing-page-header .header-inner .user-info.fb-img {
        width: 55px;
        height: 55px; }
  .email-button.login .btn-svara {
    margin-right: initial !important;
    padding: 1.3rem 5.5rem !important;
    margin-top: 0; }
  .desktop-view {
    display: none !important; }
  .level-name-outer {
    padding-bottom: 6px !important; }
    .level-name-outer .par {
      text-align: center; }
  .vordur-outer.height-139 {
    height: 100% !important; }
  .vordur-outer.height-full, .vordur-outer.height-100 {
    height: 100% !important; }
  .vordur-outer .quiz-component-wrap {
    padding: 16px 18px 15px !important; }
  .landing-page-header .header-inner.sidenav-active .close-menu {
    right: 1.5rem; }
  .progress-container .level-name-outer .level-svg .animate-svg {
    top: -6px;
    left: -23px; }
    .progress-container .level-name-outer .level-svg .animate-svg svg {
      width: 60px;
      height: 60px; }
  .golf-text {
    padding: 5rem 1rem 4rem 1rem !important; }
  .button-container {
    position: fixed;
    bottom: 0;
    background: transparent;
    width: 100%;
    padding: 1rem 1.5rem; }
    .button-container .button.btn-svara {
      margin-right: initial !important;
      padding: 1.3rem 5.5rem !important;
      margin-top: 0; }
  .fourth-block-inner .col-xs-12 {
    padding: initial; }
  .user-failed .failure-greeting {
    padding-top: 5rem;
    padding-bottom: 1rem; }
  .level-name-outer .level-svg .level-svg-inner {
    width: 42px !important;
    height: 42px !important; }
    .level-name-outer .level-svg .level-svg-inner span {
      font-size: 27px !important; }
  button {
    width: 100%; }
  .golf-protection-img svg {
    width: 80px;
    height: 55px; }
  .golf-protection {
    padding: 5rem 1.2rem;
    height: 100%; }
    .golf-protection .golf-protection-outer {
      padding-top: 2rem;
      height: 100%; }
    .golf-protection h1 {
      font-size: 24px;
      line-height: 140%;
      padding: 0 !important; }
  .social-network-inner {
    margin-bottom: 1.5rem !important; }
  .form-group {
    margin-bottom: 1px; }
  .club-search {
    padding-right: 0;
    padding-left: 0; }
    .club-search .proceed-btn {
      padding-top: 25rem !important; }
      .club-search .proceed-btn.club-image-joined {
        padding-top: 0rem !important; }
    .club-search .el-select {
      width: 100% !important; }
  .social-network-block {
    padding-top: 1rem !important; }
  .court-img-outer {
    padding-top: initial !important; }
    .court-img-outer .court-img-inner {
      min-height: 140px;
      padding: 1.5rem 0; }
      .court-img-outer .court-img-inner.silver-level {
        min-height: 135px; }
      .court-img-outer .court-img-inner svg {
        width: 270px;
        height: 150px !important; }
  .questions-block-wrap.prime-level-wrap {
    height: 740px !important; }
    .questions-block-wrap.prime-level-wrap .facebook {
      padding: 0 1.2rem;
      padding-top: 6rem; }
  .home-page .medal-details-wrap {
    padding-top: 60px; }
  .home-page .prime-level-greeting {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .home-page .prime-level-greeting .medal-details-wrap {
      padding-bottom: initial !important; }
    .home-page .prime-level-greeting .medal-details {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 5rem !important; }
  .home-page .medal-details {
    padding: 0 1.2rem;
    padding-top: 1rem !important; }
    .home-page .medal-details .sub-text {
      margin: 0; }
    .home-page .medal-details .medal-basic-form {
      padding-top: 15px;
      padding-bottom: 20px; }
      .home-page .medal-details .medal-basic-form .form-group input {
        padding: 1rem; }
    .home-page .medal-details h4 {
      font-size: 20px;
      line-height: 20px; }
    .home-page .medal-details .sub-text {
      font-size: 16px;
      line-height: 130%; }
      .home-page .medal-details .sub-text.prime-text {
        font-size: 26px;
        background: #ffffffba;
        padding: 10px;
        border-radius: 4px;
        margin-bottom: 15px; }
    .home-page .medal-details .status-image svg {
      width: 128px;
      height: 124px; }
  .update-wrap {
    width: 100%; }
  .question {
    padding: 16px 20px !important;
    font-size: 16px !important;
    line-height: 150% !important;
    margin-bottom: 1rem; }
  .landing-page-header .header-inner {
    padding-left: 18px;
    padding-right: 18px; }
    .landing-page-header .header-inner .header.left-align {
      padding-left: initial;
      display: flex;
      align-items: center;
      width: 75%; }
      .landing-page-header .header-inner .header.left-align .logo-img {
        position: relative; }
      .landing-page-header .header-inner .header.left-align .user-profile {
        flex: 1;
        margin-left: 23px;
        display: flex;
        align-items: center;
        font-size: 14px;
        position: relative;
        left: auto;
        transform: translateX(0); }
        .landing-page-header .header-inner .header.left-align .user-profile .name {
          color: #FCBD00;
          max-width: 175px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .landing-page-header .header-inner .header.left-align .user-profile .clubname {
          color: #FFFFFF;
          white-space: nowrap; }
    .landing-page-header .header-inner .header.right-align {
      width: 25%; }
      .landing-page-header .header-inner .header.right-align .logo-img {
        position: relative; }
      .landing-page-header .header-inner .header.right-align .sidenav .closebtn {
        left: 25rem; }
      .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer {
        position: absolute;
        top: 30px;
        left: 30px; }
        .landing-page-header .header-inner .header.right-align .sidenav .header-links-outer .forward-arrow {
          left: 27rem;
          top: 24px; }
    .landing-page-header .header-inner .header .logo-img svg {
      width: 30px;
      height: 30px; }
  .regluvardar-logo-mobile {
    position: absolute;
    left: 40%;
    top: 25%; }
    .regluvardar-logo-mobile svg {
      width: 75px;
      height: 75px; }
  .screen-mobile {
    display: flex;
    position: relative;
    top: 5rem; }
    .screen-mobile .golf-stack-outer {
      padding-left: 0;
      display: flex;
      align-items: flex-end;
      width: 45%;
      position: relative;
      top: -42px;
      padding-right: 0; }
    .screen-mobile .card-inner-mobile {
      width: 55%;
      position: relative;
      top: -91px;
      right: 24px;
      padding-left: 0; }
      .screen-mobile .card-inner-mobile .greeting-img-mobile {
        background: #fcbe00;
        border-radius: 10px;
        height: 214px;
        width: 230px;
        padding: 0 2rem 0 2rem; }
      .screen-mobile .card-inner-mobile h2 {
        position: relative;
        font-size: 24px;
        line-height: 24px;
        top: 7rem;
        margin: 0 15px; }
        .screen-mobile .card-inner-mobile h2 font {
          font-size: 18px; }
      .screen-mobile .card-inner-mobile .par4-img {
        position: relative;
        bottom: 7.5rem; }
  .mobile-view.background-image-outer {
    color: #011627;
    background-size: cover; }
    .mobile-view.background-image-outer .inner {
      padding: calc(var(--mobile-header-height) + 32px) 19px 24px;
      height: 100%;
      overflow: auto; }
      .mobile-view.background-image-outer .inner .status-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px; }
        .mobile-view.background-image-outer .inner .status-image img {
          height: 90px;
          width: 90px; }
      .mobile-view.background-image-outer .inner h4 {
        margin: 0 auto 49px;
        max-width: 260px;
        text-align: center;
        font-weight: 400;
        color: #ffffff;
        font-size: 22px;
        line-height: 29px; }
        .mobile-view.background-image-outer .inner h4 strong {
          font-size: 36px;
          line-height: 1.4; }
      .mobile-view.background-image-outer .inner .button {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 15px auto 0px;
        max-width: 338px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        -webkit-animation-name: fadingEffectGolfMobile;
        animation-name: fadingEffectGolfMobile;
        display: flex;
        align-items: center;
        justify-content: center; }
      .mobile-view.background-image-outer .inner .footer-text {
        position: relative;
        margin: 0 auto 26px;
        left: 0;
        bottom: 0;
        min-height: auto;
        max-width: 338px;
        overflow: hidden;
        -webkit-animation-name: fadingEffectGolfMobile;
        animation-name: fadingEffectGolfMobile; }
      .mobile-view.background-image-outer .inner .timer {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .mobile-view.background-image-outer .inner .timer .timer-inner {
          height: 90px;
          width: 90px;
          border-radius: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          position: relative;
          z-index: 0;
          color: #ffffff;
          margin-bottom: 32px; }
          .mobile-view.background-image-outer .inner .timer .timer-inner::before {
            content: "";
            position: absolute;
            height: 95px;
            width: 95px;
            z-index: -2;
            border: 2px solid #ffffff;
            border-radius: 100%;
            transform: scale(1.075); }
          .mobile-view.background-image-outer .inner .timer .timer-inner::after {
            content: "";
            position: absolute;
            height: 95px;
            width: 95px;
            border-radius: 100%;
            box-shadow: 0px 0px 0px 5px #FCBD00;
            clip-path: circle(75px at 120px 10px);
            z-index: -1; }
        .mobile-view.background-image-outer .inner .timer .timer-count {
          font-weight: 400;
          font-size: 32px;
          line-height: 1; }
        .mobile-view.background-image-outer .inner .timer .timer-txt {
          font-weight: 400;
          font-size: 8px;
          line-height: 132%; }
  .footer-text.card-inner {
    padding: 20px;
    text-align: center; }
    .footer-text.card-inner .content-wrap {
      text-align: left;
      padding-bottom: 2rem; }
    .footer-text.card-inner .button {
      padding: 1.3rem 13rem;
      margin-top: 1rem; }
    .footer-text.card-inner h2 {
      text-align: left;
      font-size: 28px;
      line-height: 28px;
      margin: 0;
      max-width: 260px;
      width: 100%; }
      .footer-text.card-inner h2.default-text {
        line-height: 36px;
        font-size: 28px; }
    .footer-text.card-inner p {
      text-align: left;
      font-size: 16px !important;
      line-height: 150% !important; }
    .footer-text.card-inner .yellow-line {
      margin-top: 15px; }
  .progress-container {
    margin-right: initial;
    padding: 0.5rem 1.5rem; }
    .progress-container.status-bar-wrap {
      border-bottom: initial;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
      position: relative;
      z-index: 5;
      padding-top: 80px; }
      .progress-container.status-bar-wrap.progress-shadow {
        box-shadow: initial;
        padding-top: 64px;
        position: fixed;
        width: 100%;
        background: #fff; }
      .progress-container.status-bar-wrap .status-bar-inner {
        margin-bottom: 0.3rem; }
    .progress-container .question-count {
      margin-bottom: -0.1rem; }
      .progress-container .question-count.prime {
        position: absolute;
        top: 85px; }
    .progress-container .progress-bar-wrap {
      padding-top: 0.1rem; }
      .progress-container .progress-bar-wrap.mobile-progress {
        padding-top: 5.1rem;
        padding-bottom: 2rem; }
        .progress-container .progress-bar-wrap.mobile-progress .progress-bar-outer {
          width: 100%; }
      .progress-container .progress-bar-wrap .progress-bar-outer {
        width: 90%; }
        .progress-container .progress-bar-wrap .progress-bar-outer .progress-bar-inner {
          padding: 7px 0; }
        .progress-container .progress-bar-wrap .progress-bar-outer .bar-outline {
          bottom: 1.0rem; }
          .progress-container .progress-bar-wrap .progress-bar-outer .bar-outline.above {
            bottom: -1.7rem; }
    .progress-container .level-name-outer {
      padding-bottom: initial; }
      .progress-container .level-name-outer .level-svg svg {
        width: 42px;
        height: 42px; }
      .progress-container .level-name-outer .par {
        margin-top: -2.4rem !important; }
  .question-block-inner .radio {
    max-width: initial !important; }
    .question-block-inner .radio .button {
      width: 100%;
      padding: 1.3rem 5.5rem; }
  .alert-message-outer {
    padding-left: 2rem;
    padding-right: 2rem;
    transform: initial !important;
    left: 0 !important;
    bottom: 0 !important; }
  .text-wrap {
    padding: 1.5rem 0; }
    .text-wrap h4, .text-wrap p, .text-wrap h4 {
      font-size: 18px !important;
      line-height: 140% !important; }
  .fb-friends {
    padding: 3rem 1.2rem !important; }
    .fb-friends .facebook {
      margin-bottom: 15px; }
  .facebook .share-btn {
    margin-right: initial; }
  .facebook .nothanx-btn {
    padding: 1.3rem 5rem;
    margin-left: initial; }
  .facebook .spila {
    margin-left: initial !important;
    padding: 1rem 12rem !important; }
  .golfvernd-btn .buy-btn {
    margin-right: initial;
    padding: 1.3rem 11.7rem; }
  .golfvernd-btn .nothanx-btn {
    margin-left: initial; }
  .mobile-form-text {
    text-align: center;
    font-size: 16px !important;
    line-height: 150% !important;
    margin-top: 3rem;
    margin-bottom: 1.5rem; }
  .club-signing {
    padding: 0;
    height: calc(100% - 119px); }
    .club-signing .proceed-btn .button {
      font-size: 1.5rem !important;
      margin-right: 0 !important; }
    .club-signing h1 {
      font-size: 28px;
      line-height: 140%;
      text-align: left;
      padding: 0 2rem; }
    .club-signing h2 {
      text-align: left !important;
      padding-left: 17px;
      font-size: 20px; }
    .club-signing .sub-text {
      text-align: left;
      padding: 0 2rem !important; }
  .complaince-block-inner .complaince-text {
    padding: 1rem 0; }
    .complaince-block-inner .complaince-text p {
      padding: 0 1rem 1rem 1rem !important; }
  .status-page.question-block-inner.prime .mobile-levelnames {
    display: none; }
  .status-width.prime .status-bar-inner {
    width: 18px;
    height: 18px; }
  .questions-block-wrap.prime-level-wrap {
    margin-top: -4.5rem; }
  .form-group.post-num {
    padding-left: 1rem; }
  h4 {
    font-size: 24px;
    line-height: 29px; }
  p {
    font-size: 18px;
    line-height: 140%; }
  .medal-basic-form .form-group label {
    font-size: 12px;
    line-height: 14px; }
  .medal-page-wrap .prime-level-wrap {
    background-position: bottom;
    background: url(/static/images/golf-cover-new1-mob.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: initial; }
    .medal-page-wrap .prime-level-wrap .status-image svg {
      width: 85px;
      height: 82px; }
    .medal-page-wrap .prime-level-wrap .home-page {
      padding: 20px 0;
      padding-top: initial; }
    .medal-page-wrap .prime-level-wrap .fireworks.bottom-center {
      width: 400px;
      height: 300px; }
  .progress-bar-outer .bar-outline span {
    display: inline-block;
    height: 11px; }
  .el-select-dropdown__wrap {
    max-height: 218px !important; }
  .cookie-wrap .scroll-wrap,
  .front-page .scroll-wrap {
    height: 60px;
    width: 60px; }
    .cookie-wrap .scroll-wrap .txt,
    .front-page .scroll-wrap .txt {
      font-size: 14px; }
    .cookie-wrap .scroll-wrap .arrow,
    .front-page .scroll-wrap .arrow {
      width: 8px;
      height: 8px; }
  .front-page {
    margin-bottom: 40px; }
    .front-page.part-two .inner {
      margin: 20px;
      padding: 20px; }
      .front-page.part-two .inner .content-wrap h3, .front-page.part-two .inner .content-wrap h4 {
        font-size: 26px;
        line-height: 36px; }
      .front-page.part-two .inner .content-wrap .yellow-line {
        margin: 15px 0 20px; }
      .front-page.part-two .inner .content-wrap p {
        margin-bottom: 0; }
      .front-page.part-two .inner .content-wrap .desc p {
        font-size: 16px;
        line-height: 24px; }
        .front-page.part-two .inner .content-wrap .desc p:nth-child(3) {
          padding-bottom: 20px; }
      .front-page.part-two .inner .content-wrap .more-details {
        margin-bottom: 49px; }
        .front-page.part-two .inner .content-wrap .more-details a {
          font-size: 14px; }
      .front-page.part-two .inner .image-wrap {
        display: none; }
    .front-page.part-three {
      padding-bottom: 50px; }
      .front-page.part-three .protection-page {
        padding-top: 20px;
        margin-bottom: 70px; }
        .front-page.part-three .protection-page .home-page .golf-protection-section {
          padding: 0 40px; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header {
            flex-direction: column;
            align-items: flex-start; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .golf-title, .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .detail-text p {
              font-size: 26px;
              line-height: 29px; }
          .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info {
            margin-left: -20px; }
            .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block {
              flex: 1 0 100%; }
              .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .image_block, .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .iteractive-img {
                width: 95px; }
      .front-page.part-three .logo-wrap img {
        height: 62px;
        width: 62px; }
  .shared-page {
    margin: calc(var(--mobile-header-height) + 20px) 20px 50px; }
    .shared-page img {
      margin-bottom: 10px; }
    .shared-page p {
      font-size: 14px; }
    .shared-page a {
      font-size: 14px;
      height: 36px; } }

@media (max-width: 380px) {
  .progress-container .progress-bar-wrap .progress-bar-outer {
    width: 82%; }
  .mobile-levelnames .levels-name {
    padding-right: 1rem !important; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.30%; } }

@media (max-width: 1300px) {
  .front-page .card-inner {
    min-height: 400px; }
  .front-page.about.screen.desktop-view {
    background-position: bottom 0 center; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .front-page .card-inner {
    min-height: 400px; }
  .front-page.about.screen.desktop-view {
    background-position: bottom 0 center; }
  .front-page.about.screen .regluvardar-logo {
    width: 120px;
    padding-right: 1rem; }
    .front-page.about.screen .regluvardar-logo img {
      height: 120px;
      width: 120px; }
  .protection-page .home-page {
    margin: 0; }
  .card {
    width: 75%; }
    .card .regluvardar-logo svg {
      width: 95px;
      height: 95px; }
  .card-inner h2:not(.default-text) {
    font-size: 29px;
    margin: 1rem 0; }
  .card-inner .content-wrap {
    font-size: 16px;
    line-height: 130%; }
  .button {
    padding: 1rem 5.5rem; }
  .greeting-level-img {
    right: -12rem;
    bottom: -7rem;
    width: 160px;
    height: 170px; }
  .footer-image figure {
    height: 180px; }
  .progress-container {
    padding-left: 1.5rem; }
  .level-names {
    padding: 1.8rem 0.7rem !important; } }

@media (max-width: 890px) and (min-width: 768px) {
  .level-names {
    padding: 1.9rem 0.1rem !important; } }

@media (max-width: 768px) and (min-width: 580px) {
  .golf-protection .golfvernd-btn {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%; } }

@media (min-width: 2800px) {
  .greeting-level-img {
    right: -8rem;
    bottom: -14rem; } }

@media (max-width: 767px) {
  .prime-level-wrap.mobile-prime-wrap {
    height: auto !important;
    min-height: 100%; } }

@media (max-width: 1300px) and (min-width: 951px) {
  .front-page.part-two .inner {
    padding: 50px 30px; }
    .front-page.part-two .inner .content-wrap {
      max-width: 400px; }
      .front-page.part-two .inner .content-wrap h3, .front-page.part-two .inner .content-wrap h4 {
        font-size: 34px;
        line-height: 52px; }
      .front-page.part-two .inner .content-wrap p {
        margin-bottom: 0; }
      .front-page.part-two .inner .content-wrap .desc p {
        font-size: 24px;
        line-height: 36px; }
        .front-page.part-two .inner .content-wrap .desc p:nth-child(3) {
          padding-bottom: 20px; }
      .front-page.part-two .inner .content-wrap .more-details {
        margin-bottom: 49px; }
        .front-page.part-two .inner .content-wrap .more-details a {
          font-size: 18px; }
    .front-page.part-two .inner .image-wrap img {
      height: 401px;
      width: 389px; }
  .front-page.part-three .protection-page .home-page .golf-protection-section {
    padding: 0 60px; }
    .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .golf-title, .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header .content-wrap .detail-text p {
      font-size: 26px;
      line-height: 29px;
      padding: 0; }
    .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info {
      margin-left: -20px; }
      .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .image_block, .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block .iteractive-img {
        width: 120px; }
  .front-page.part-three .logo-wrap img {
    height: 62px;
    width: 62px; } }

@media (max-width: 998px) and (min-width: 768px) {
  .front-page.part-two .inner .image-wrap {
    display: none; }
  .front-page.part-three .protection-page .home-page .golf-protection-section {
    padding: 0 70px; }
    .front-page.part-three .protection-page .home-page .golf-protection-section .row .common-header {
      flex-direction: column;
      align-items: flex-start; }
    .front-page.part-three .protection-page .home-page .golf-protection-section .container .protection-info .protection-block {
      flex: 1 0 100%; } }
