﻿@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url(/fonts/OpenSans-Regular.ttf);
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  font-display: swap;
  src: url(/fonts/OpenSans-SemiBold.ttf);
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url(/fonts/OpenSans-Bold.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  font-display: swap;
  src: url(/fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "FilsonSoft-Black";
  font-display: swap;
  src: url(/fonts/FilsonSoft-Black.woff2);
  font-weight: 800;
  font-style: normal;
}
/* =============================
   This CSS is used for both the timeline page and the bonus simulator
   ============================= */
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: #5fb624;
}

.text-blue {
  color: #1E76CE;
}

.text-purple {
  color: #410073;
}

.text-bold {
  font-weight: bold;
  font-family: OpenSans-Bold;
}

.bg-no-stripes-green {
  background-color: #5fb624 !important;
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline-background-no-stripes.svg");
  background-position: center 18%;
}

.container-728 {
  max-width: 728px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .container-728 {
    max-width: unset;
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .container-728 {
    max-width: unset;
    margin: 0;
    padding: 0 16px;
  }
}

/*----------Timeline events----------*/
.timeline-container {
  /*----------Timeline end----------*/
  /*----------Timeline FAQ----------*/
}
.timeline-container .timeline-events-history .timeline-event-container {
  text-align: center;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.timeline-container .timeline-events-history .timeline-event-container:nth-child(2).active {
  width: 140px;
  height: 120px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container {
  width: 120px;
  height: 120px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-container {
  position: absolute;
  height: 120px;
  width: 120px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-container .icon {
  max-width: 120px;
  max-height: 120px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container {
  position: absolute;
  top: 33%;
  right: -20%;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container .dot {
  width: 43px;
  height: 43px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container .dot.blue-dot {
  background: url("/images/goedzitters/bonuses/blue-circle.svg");
  background-repeat: no-repeat;
  border: 0px;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container .dot.green-dot {
  background: url("/images/goedzitters/bonuses/green-circle.svg");
  background-repeat: no-repeat;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container .dot.gray-dot {
  background: url("/images/goedzitters/bonuses/button-expired.png");
  background-repeat: no-repeat;
}
.timeline-container .timeline-events-history .timeline-event-container .bonus-bg-container:not(.locked) .icon-status-container span {
  position: absolute;
  top: 11%;
  left: 11%;
  font-family: OpenSans-Bold;
  min-width: 30px;
  color: #ffffff;
}
.timeline-container .timeline-events-history .timeline-event-container.completed .bonus-bg-container, .timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container {
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
}
.timeline-container .timeline-events-history .timeline-event-container.completed .bonus-bg-container:hover, .timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container:hover {
  -webkit-box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.completed .bonus-bg-container .icon, .timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container .icon {
  opacity: 0.65;
}
.timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container:hover {
  -webkit-box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container .icon {
  filter: saturate(30%) brightness(120%);
}
.timeline-container .timeline-events-history .timeline-event-container.locked .bonus-bg-container {
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
}
.timeline-container .timeline-events-history .timeline-event-container.locked .bonus-bg-container:hover {
  -webkit-box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container {
  background: url("/images/goedzitters/bonuses/bonus-bg-active.svg");
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
  cursor: pointer;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container:hover {
  background: url("/images/goedzitters/bonuses/bonus-bg-hover.svg");
  -webkit-box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container:hover .icon-status-container span {
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transition: rotate 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container:active {
  background: url("/images/goedzitters/bonuses/bonus-bg-click.svg");
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;
  cursor: pointer;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container:active .icon-status-container span {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: rotate 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container.blob {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container.blob.white {
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: pulse-white 2s infinite;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container.blob.white .icon-container:hover {
  -webkit-box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  box-shadow: 0px 11px 15px 11px rgba(76, 145, 28, 0.58);
  border-radius: 50%;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.active .bonus-bg-container .icon-status-container span {
  transition: rotate 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.timeline-container .timeline-events-history .timeline-event-container.hover .bonus-bg-container {
  background: url("/images/goedzitters/bonuses/bonus-bg-hover.svg");
}
.timeline-container .timeline-events-history .timeline-event-container.completed .bonus-bg-container {
  background: url("/images/goedzitters/bonuses/bonus-bg-completed.svg");
}
.timeline-container .timeline-events-history .timeline-event-container.expired .bonus-bg-container {
  background: url("/images/goedzitters/bonuses/bonus-bg-expired.svg");
}
.timeline-container .timeline-events-history .timeline-event-container.locked .bonus-bg-container {
  background: url("/images/goedzitters/bonuses/bonus-bg-locked.svg");
}
.timeline-container .timeline-events-history .timeline-event-container.locked .bonus-bg-container img {
  margin-top: -25px;
  margin-left: 0px;
}
.timeline-container .timeline-events-history .timeline-event-container.locked .bonus-bg-container span {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 27%;
  top: 55%;
  color: #ffffff;
  font-family: OpenSans-Bold;
}
.timeline-container .timeline-events-history .timeline-event-separator:first-of-type {
  margin-top: 0px;
}
.timeline-container .timeline-events-history .timeline-event-separator {
  height: 45px;
  width: 15px;
  margin: 10px auto;
}
.timeline-container .timeline-events-history .timeline-event-separator.bg-green {
  background-color: #4c911c;
}
.timeline-container .timeline-events-history .timeline-event-separator.bg-white {
  background-color: #ffffff;
}
.timeline-container .timeline-end img {
  margin-top: 10px;
  margin-left: calc(50% - 89px);
  display: block;
  margin-bottom: -140px;
  max-width: 123px;
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .timeline-container .timeline-end img {
    padding-bottom: 150px;
  }
}
.timeline-container .faq-container {
  position: relative;
}
.timeline-container .faq-container h1 {
  font-family: OpenSans-ExtraBold;
  font-size: 32px;
  line-height: 40px;
}
.timeline-container .faq-container #accordion {
  box-shadow: 0px 0.5px 0.5px 0px rgba(0, 0, 0, 0.12), 0px 16px 56px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.timeline-container .faq-container #accordion .custom-border-top {
  border-radius: 16px 16px 0 0 !important;
}
.timeline-container .faq-container #accordion .custom-border-bottom {
  border-radius: 0 0 16px 16px !important;
}
.timeline-container .faq-container #accordion .panel {
  transition: ease 0.5s;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.timeline-container .faq-container #accordion .panel.expanded {
  transition: ease 0.5s;
}
.timeline-container .faq-container #accordion .panel.expanded .card-header.custom-border-bottom {
  border-radius: unset !important;
}
.timeline-container .faq-container #accordion .panel:last-of-type {
  border-bottom: unset;
}
.timeline-container .faq-container #accordion .card-header {
  background-color: #ffffff;
  border-bottom: 0px;
  padding: 24px 32px;
}
.timeline-container .faq-container #accordion .card-header:first-child {
  border-radius: unset;
}
.timeline-container .faq-container #accordion .card-header h1 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .timeline-container .faq-container #accordion .card-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.timeline-container .faq-container #accordion .card-header .card-title {
  margin-bottom: 0px;
}
.timeline-container .faq-container #accordion .card-header .card-title a {
  color: #410073;
  font-family: OpenSans-ExtraBold;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.timeline-container .faq-container #accordion .card-header .card-title a:hover {
  text-decoration: none;
}
.timeline-container .faq-container #accordion .card-header .card-title .fa-plus,
.timeline-container .faq-container #accordion .card-header .card-title .fa-minus {
  margin-left: 20px;
}
.timeline-container .faq-container #accordion .card-header .card-title .fa-plus::before,
.timeline-container .faq-container #accordion .card-header .card-title .fa-minus::before {
  color: #1E76CE;
  font-size: 18px;
}
.timeline-container .faq-container #accordion .card-body {
  font-size: 16px;
  color: #494e56;
  padding: 0 32px 24px;
  background-color: #ffffff;
}
.timeline-container .faq-container #accordion .card-body p {
  margin-bottom: 0px;
}

/*----------Modals----------*/
.modal-backdrop {
  background-color: #000000;
  opacity: 0.64;
}

.bonus-rating .rating-question {
  font-size: 20px;
  line-height: 24px;
}
.bonus-rating .slider-container {
  position: relative;
}
.bonus-rating .form-range {
  -webkit-appearance: none;
  background: #f3f3f3;
  outline: none;
  border-radius: 40px;
  transition: opacity 0.2s;
  width: 100%;
  height: 16px;
  z-index: -20;
}
.bonus-rating .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url("/images/goedzitters/range-slider.svg");
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.bonus-rating .form-range::-moz-range-thumb {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url("/images/goedzitters/range-slider.svg");
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.bonus-rating .range-ticks {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.bonus-rating .range-ticks span {
  position: relative;
  font-size: 14px;
  color: #c6c6c6;
}
.bonus-rating .range-ticks span::before {
  content: "";
  position: absolute;
  top: -20px;
  transform: translateX(-40%);
  width: 5px;
  height: 5px;
  background: url("/images/goedzitters/range-marker.svg");
}
.bonus-rating .rating-answer {
  color: #410073;
  font-size: 16px;
  font-weight: 800;
  font-family: OpenSans-ExtraBold;
  margin-top: 16px;
  line-height: 32px;
}
.bonus-rating .btn-rating-submit {
  font-family: OpenSans;
  font-weight: 600;
}

.modal.show .modal-dialog {
  max-width: 470px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .modal.show .modal-dialog {
    min-height: calc(100% - 220px);
  }
}
@media (max-width: 767px) {
  .modal.show .modal-dialog {
    margin: 16px;
    min-height: calc(100% - 32px);
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .modal.show .modal-dialog {
    margin: 15px auto;
  }
}
.modal.show .modal-dialog .modal-content {
  padding: 24px;
  border-radius: 24px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .modal.show .modal-dialog .modal-content {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.modal.show .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
}
.modal.show .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.modal.show .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal.show .modal-dialog .modal-content .modal-header .close:focus {
  outline: 0px;
}
.modal.show .modal-dialog .modal-content .modal-header .close .close-button {
  font-weight: 600;
  font-size: 40px;
  line-height: 20px;
  color: #1E76CE;
}
.modal.show .modal-dialog .modal-content .modal-body {
  padding: 0;
  margin-top: 35px;
  /****** Bonus modal ******/
}
.modal.show .modal-dialog .modal-content .modal-body .title h4 {
  color: #410073;
  font-size: 28px;
  line-height: 36px;
  font-family: OpenSans-ExtraBold;
  margin-bottom: 15px;
}
.modal.show .modal-dialog .modal-content .modal-body .message {
  line-height: 32px;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.modal.show .modal-dialog .modal-content .modal-body .message-next {
  line-height: 32px !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}
.modal.show .modal-dialog .modal-content .modal-body .message-next .text-bold {
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body .subtitle {
  font-family: OpenSans-ExtraBold;
  line-height: 34px;
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body .subtitle h5 {
  margin-bottom: 15px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content .modal-body .subtitle h5 {
    font-size: 20px;
  }
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet {
  margin-top: 0px !important;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card {
  margin-top: 15px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card .sprint-paid-out .card-header {
  background-color: #f0f0f0;
  border-radius: unset;
  border-bottom: 0px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card-header {
  padding: 15px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card-header h6 span {
  line-height: 32px;
  font-size: 16px;
  font-family: OpenSans-ExtraBold;
  color: #410073;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card-header span.align-right {
  text-align: right;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card-header span.align-right.sprint-paid-out-earned-points {
  color: #410073;
  font-size: 16px;
  font-family: OpenSans-ExtraBold;
  line-height: 32px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion#accordionWallet .card-header div.wallet-details-summary-date {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body .expander-container {
  max-width: 30px;
  position: relative;
}
.modal.show .modal-dialog .modal-content .modal-body .expander-container .fas.fa-angle-up, .modal.show .modal-dialog .modal-content .modal-body .expander-container .fas.fa-angle-down {
  position: relative;
  left: 10px;
  top: 3px;
  vertical-align: top;
  margin-top: 5px;
}
.modal.show .modal-dialog .modal-content .modal-body .expander-container .fas.fa-angle-up:before, .modal.show .modal-dialog .modal-content .modal-body .expander-container .fas.fa-angle-down:before {
  color: #1E76CE;
}
.modal.show .modal-dialog .modal-content .modal-body .wallet-balance-message {
  line-height: 30px;
  font-family: OpenSans-Bold;
}
.modal.show .modal-dialog .modal-content .modal-body .wallet-balance-message .wallet-balance {
  color: #5fb624;
}
.modal.show .modal-dialog .modal-content .modal-body .modal-info {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body .modal-info .info-container .fa-info-circle {
  padding: 0px 8px 8px 7px;
  color: #1E76CE;
  font-size: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body .card-body {
  font-size: 14px;
}
.modal.show .modal-dialog .modal-content .modal-body .card-body .wallet-bonus-collected-date {
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body .card-body .wallet-bonus-name, .modal.show .modal-dialog .modal-content .modal-body .card-body .wallet-bonus-value {
  font-size: 16px;
  color: #43811A;
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body .card-body .wallet-bonus-name {
  color: #410073;
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion .collapse.show .card-body {
  border-top: 2px solid #9B9B9B;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion .collapse.show .card-body:first-of-type {
  border-top: 0px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion .sprint-paid-out {
  border: none !important;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion .sprint-paid-out .drop-down-border {
  border: 2px solid #9B9B9B;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body .accordion > .card {
  border: 2px solid #9B9B9B;
  border-radius: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content .modal-body.bonus-modal {
    margin-top: 48px;
  }
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal.loading-data-container {
  text-align: center;
  min-height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content .modal-body.bonus-modal.loading-data-container {
    min-height: 600px;
    margin: 16px;
  }
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step {
  display: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active {
  display: block;
  /* Intro Card */
  /* Intermediary cards*/
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .modal-first-bonus-icon-container {
  background-image: url(/images/goedzitters/bonuses/bonus-yellow-margin.png);
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .intro-title,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .result-title {
  font-family: OpenSans-ExtraBold;
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .intro-title p,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .result-title p {
  margin-bottom: 16px;
  color: #410073;
  font-family: OpenSans-ExtraBold !important;
  font-size: 28px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .intro-title {
  font-size: 28px;
  line-height: 33px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .result-title {
  font-size: 20px;
  line-height: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .modal-text {
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .modal-text.multistep-first-modal-text-container {
  padding-bottom: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-navigate,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-submit,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-rating-submit {
  width: 100%;
  height: 60px;
  margin-top: 32px;
  font-size: 20px;
  font-family: OpenSans-Bold;
  padding: 14px 35px;
  border-radius: 30px;
  line-height: 28px;
  background-color: #FFC800;
  border-color: #FFC800;
  color: #000000;
  transition-delay: -1s;
  box-shadow: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-navigate:active:focus,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-submit:active:focus,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-rating-submit:active:focus {
  box-shadow: 0px -5px #ffda54;
  height: 55px;
  margin-top: 37px;
  padding: 12px 35px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-navigate:hover,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-submit:hover,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-rating-submit:hover {
  background-color: #ffda54;
  border-color: #ffda54;
  color: #373737;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-navigate:disabled,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-bonus-submit:disabled,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .btn-rating-submit:disabled {
  background-color: #f3f3f3;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .modal-bonus-footer {
  margin-top: 24px;
  font-family: OpenSans-Bold;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .modal-bonus-footer {
    margin-bottom: 0;
  }
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-container h2 {
  font-size: 20px !important;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .header-image {
  padding-bottom: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container {
  margin-bottom: 32px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container {
  margin-bottom: 8px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-count,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-instructions {
  display: inline-block;
  vertical-align: middle;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-count {
  width: 32px;
  height: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  padding: 1px 8px 1px;
  font-weight: bold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-instructions {
  max-width: calc(100% - 56px);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.11px;
  color: #000000;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-instructions .text-bold {
  font-family: OpenSans-ExtraBold;
}
@media (max-width: 767px) {
  .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-instructions {
    line-height: 32px;
    font-size: 16px;
  }
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-container .step-instructions .download-app-link {
  text-decoration: underline;
  font-weight: bold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .staybonus-cashmodal-text-container .step-separator {
  width: 2px;
  min-height: 10px;
  margin: -1px 17px;
  border: 1.5px solid #5fb624;
  background-color: #5fb624;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .input-title-container {
  line-height: 32px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .input-title-container .text-bold {
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form {
  border-radius: 3px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group {
  margin-bottom: 0;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group input[type=checkbox],
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group .bonus-footer-container {
  display: inline-block;
  vertical-align: top;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group input[type=checkbox] {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  margin-right: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border: 2px solid #9B9B9B;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group input[type=checkbox].input-validation-error {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group input[type=checkbox]:checked:after {
  content: url("/images/goedzitters/bonuses/check-icon-green.svg");
  font-size: 41px;
  margin: -10px 0px 10px 2px;
  display: inline-block;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group input[type=checkbox]:hover {
  border: 2px solid #a5a9b0;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group .bonus-footer-container {
  width: calc(100% - 54px);
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group .bonus-footer-container .modal-staybonus-checkboxtext-container .checkbox-title {
  font-family: OpenSans-ExtraBold;
  line-height: 24px;
  margin-bottom: 5px;
  color: #410073;
  font-size: 16px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .question-form .form-group .bonus-footer-container .modal-staybonus-checkboxtext-container .checkbox-subtitle {
  line-height: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .single-choice-title, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .single-choice-title {
  color: #410073;
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .radio-button-group, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .radio-button-group {
  display: flex;
  align-items: center;
  margin: 16px 0 0 0;
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .radio-button-group input[type=radio], .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .radio-button-group input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  border: solid 2px #9B9B9B;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 6px;
  position: relative;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .radio-button-group input[type=radio].input-validation-error, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .radio-button-group input[type=radio].input-validation-error {
  -webkit-box-shadow: 0px 0px 0px 1px #c41a1a;
  -moz-box-shadow: 0px 0px 0px 1px #c41a1a;
  box-shadow: 0px 0px 0px 1px #c41a1a;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .radio-button-group input[type=radio]:checked:after, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .radio-button-group input[type=radio]:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5fb624;
  content: "";
  display: inline-block;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-form .radio-button-group span, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-multistep-questions-container .radio-button-group span {
  margin: 0 0 0 15px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-final .result-step-message-block {
  margin: 30px 0.2px 0px 0px;
  padding: 16px;
  border-radius: 24px;
  background-color: #f3f3f3;
  display: inline-flex;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-final .result-step-message-block .icon-container {
  width: 30px;
  height: 30px;
  margin: 0 0 18px 0;
  border-radius: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-final .result-step-message-block .icon-container .fa.fa-info-circle {
  font-size: 22px;
  color: #1E76CE;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-final .result-step-message-block .result-message {
  font-size: 12px;
  margin: 0 0 0 10px;
  line-height: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .bonus-final .result-step-message-block .result-message a {
  text-decoration: underline;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group {
  margin-bottom: 0;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group > label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
  color: #cacdd1;
  font-family: OpenSans;
  font-size: 16px;
  cursor: text;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:not(:placeholder-shown) ~ label {
  top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text] {
  height: 60px;
  width: 100%;
  border: solid 2px #9B9B9B;
  margin-top: 8px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text]:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #a5a9b0;
  -moz-box-shadow: 0px 0px 0px 1px #a5a9b0;
  box-shadow: 0px 0px 0px 1px #a5a9b0;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].valid {
  -webkit-box-shadow: 0px 0px 0px 1px #5fb624;
  -moz-box-shadow: 0px 0px 0px 1px #5fb624;
  box-shadow: 0px 0px 0px 1px #5fb624;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].valid :not(pending) {
  padding-top: 0px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].pending.valid + label {
  color: #c41a1a;
  display: block;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].input-validation-error, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].pending {
  padding-bottom: calc(var(--input-padding-y) / 3);
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -webkit-box-shadow: 0px 0px 0px 1px #c41a1a;
  -moz-box-shadow: 0px 0px 0px 1px #c41a1a;
  box-shadow: 0px 0px 0px 1px #c41a1a;
  color: #c41a1a;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].input-validation-error + label, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group input[type=text].pending + label {
  color: #c41a1a !important;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group {
  position: relative;
  margin-bottom: 8px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input::-webkit-input-placeholder,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:-ms-input-placeholder,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input::-ms-input-placeholder,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input::-moz-placeholder,
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group:valid > label {
  color: transparent;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input::placeholder {
  color: transparent;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:not(:placeholder-shown) {
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:not(:placeholder-shown) + label {
  color: #cacdd1;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:placeholder-shown {
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:placeholder-shown + label {
  color: #cacdd1;
  pointer-events: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:placeholder-shown:active + label, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-form .form-group .form-label-group input:placeholder-shown:focus + label {
  top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .checkbox-bonus-error-container, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-bonus-error-container, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .multi-step-bonus-error-container {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.11px;
  margin-top: 8px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .checkbox-bonus-error-container .text-danger, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-choice-bonus-error-container .text-danger, .modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .multi-step-bonus-error-container .text-danger {
  color: #c41a1a !important;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .checkbox-bonus-error-container {
  margin-left: 52px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-bonus-error-container {
  margin: 0px 15px 0px 0px;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: -0.11px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .single-input-bonus-error-container .text-danger {
  color: #c41a1a !important;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .bonus-multistep-question-index-text {
  line-height: 32px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .bonus-multistep-question-text {
  font-family: OpenSans-ExtraBold;
  height: 22px;
  margin-bottom: 0px;
  display: inline-block;
  color: #410073;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .bonus-multistep-questions-container .radio-button-group {
  align-items: start;
  font-weight: bold;
  font-family: OpenSans-ExtraBold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .bonus-multistep-questions-container .radio-button-group input[type=radio] {
  margin-right: 15px;
  padding: 13.8px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .bonus-multistep-questions-container .radio-button-group input[type=radio]:hover {
  border: 2px solid #1E76CE;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .multistep-survey-submit-container {
  border-top: solid 2px #9B9B9B;
  margin-top: 29.5px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .multistep-survey-submit-container .btn-bonus-submit {
  justify-content: center;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .multistep-survey-submit-container .question-form {
  margin-top: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container .btn-bonus-navigate-and-validate {
  width: 100%;
  height: 60px;
  margin: 32px 0 0;
  padding: 14px 35px;
  border-radius: 30px;
  border: solid 2px #1E76CE;
  justify-content: center;
  transition-delay: -1s;
  line-height: 28px;
  box-shadow: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container .btn-bonus-navigate-and-validate:active:hover {
  box-shadow: 0px -5px #175a9d !important;
  height: 55px;
  margin-top: 37px;
  padding: 12px 35px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container .btn-bonus-navigate-and-validate:hover {
  border: solid 2px #1E76CE;
  background-color: #1E76CE;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container .btn-bonus-navigate-and-validate:hover span {
  color: #ffffff !important;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .next-button-container .btn-bonus-navigate-and-validate span {
  font-family: OpenSans-Bold;
  font-size: 20px;
  color: #1E76CE;
  line-height: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .goback-button-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .goback-button-container button {
  color: #1E76CE;
  margin: 3px 0 5px;
  align-items: center;
  font-size: 16px;
  font-family: OpenSans-Bold;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .goback-button-container button:focus {
  box-shadow: none;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .goback-button-container button .fa-arrow-left {
  margin-right: 14px;
  font-size: 16px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.multistep-modal-body .goback-button-container button span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.loader-step {
  min-height: 400px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.loader-step .loader-container {
  min-height: 160px;
  text-align: center;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.loader-step .loader-message {
  font-family: OpenSans-ExtraBold;
  font-size: 20px;
  margin-top: 24px;
  text-align: center;
  color: #410073;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-error {
  color: #c41a1a;
  min-height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-error .error-image-container {
  margin-top: 30px;
  margin-bottom: 50px;
  min-height: 160px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-error .error-image-container img {
  max-height: 140px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-final {
  margin-top: 2px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-final .intro-title {
  font-size: 20px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active.modal-step-final .bonus-final img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active #lottie {
  margin-bottom: 24px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .dismis-modal-container {
  margin-top: 30px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .dismis-modal-container.error-dismiss {
  margin-top: 60px;
}
.modal.show .modal-dialog .modal-content .modal-body.bonus-modal .modal-step.active .dismis-modal-container a {
  text-decoration: underline;
  text-underline-offset: 7px;
  color: #1E76CE;
  cursor: pointer;
  font-weight: bold;
}

/*----------General----------*/
html {
  font-family: OpenSans;
  background-color: #ffffff;
  color: #000000;
}

body {
  font-family: OpenSans;
  font-size: 16px;
  line-height: 32px;
  margin-top: 0px;
  position: relative;
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.page-content {
  margin: 0rem;
}
.page-content .header-padding {
  padding-top: 126px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .page-content .header-padding {
    padding-top: 124px;
  }
}
@media (max-width: 767px) {
  .page-content .header-padding {
    padding-top: 40px;
  }
}
.page-content .carouselContainer {
  width: 100%;
}
@media (max-width: 767px) {
  .page-content .carouselContainer {
    margin-top: 52px;
  }
}

.container {
  max-width: 930px;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .container {
    max-width: 730px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .container {
    max-width: 738px;
  }
}

.container-728 {
  max-width: 728px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .container-728 {
    max-width: unset;
    margin: 0 40px;
  }
}
@media (max-width: 767px) {
  .container-728 {
    max-width: unset;
    margin: 0;
    padding: 0 16px;
  }
}

h1 {
  font-family: OpenSans-Bold;
  font-size: 42px;
  line-height: 60px;
  color: #5fb624;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

h2 {
  font-family: OpenSans-Bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #410073;
  font-family: OpenSans-ExtraBold;
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 16px;
  }
}

h3 {
  font-family: OpenSans-Bold;
  color: #494e56;
  font-size: calc(1.275rem + 0.3vw);
}

a {
  color: #1E76CE;
}
a:hover {
  color: #1E76CE;
}

hr.line {
  margin: 30px 0 29px 0;
  border: solid 1px #9B9B9B;
}

.btn-goedzitters {
  height: 60px;
  width: 100%;
  border: solid 1px #cacdd1;
  margin-top: 15px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 30px;
}
.btn-goedzitters span {
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-goedzitters:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #1E76CE;
  -moz-box-shadow: 0px 0px 0px 1px #1E76CE;
  box-shadow: 0px 0px 0px 1px #1E76CE;
  border: solid 1px #1E76CE;
  color: #1E76CE !important;
}
.btn-goedzitters:hover span {
  color: #1E76CE !important;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-goedzitters:active {
  -webkit-box-shadow: 0px 0px 0px 1px #1E76CE;
  -moz-box-shadow: 0px 0px 0px 1px #1E76CE;
  box-shadow: 0px 0px 0px 1px #1E76CE;
  background-color: #1E76CE;
  border: 0 !important;
}
.btn-goedzitters:active:hover {
  border: 0 !important;
}
.btn-goedzitters:active span {
  color: #ffffff !important;
  transition: -webkit-box-shadow 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}

.separator-cloud-down {
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/clouds-desk_2.svg");
  background-repeat: repeat-x;
  min-height: 170px;
  background-position: calc(100% - 220px);
}
@media (min-width: 768px) and (max-width: 1139px) {
  .separator-cloud-down {
    background-position: calc(100% + 344px) bottom;
  }
}
@media (max-width: 767px) {
  .separator-cloud-down {
    background-position: calc(100% - 180px) bottom;
  }
}

.separator-cloud-up {
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/clouds-desk_4.svg");
  background-repeat: repeat-x;
  min-height: 170px;
  background-position: 19%;
}
@media (max-width: 767px) {
  .separator-cloud-up {
    background-position: calc(100% - 180px) bottom;
  }
}

.bg-stripped-green {
  background-color: #5fb624;
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background%202.svg");
  background-position: center 18%;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .bg-stripped-green {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background%201140.svg");
    background-position: center 18%;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .bg-stripped-green {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background%20768.svg");
    background-position: center 18%;
  }
}
@media (max-width: 767px) {
  .bg-stripped-green {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background%20320.svg");
    background-position: center 18%;
  }
}

.bg-stripped-blue {
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background%20blue.svg");
  background-position: center;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .bg-stripped-blue {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background-blue-1140.svg");
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .bg-stripped-blue {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background-blue-768.svg");
    background-position: center 18%;
  }
}
@media (max-width: 767px) {
  .bg-stripped-blue {
    background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline%20background-blue-320.svg");
    background-position: center 18%;
  }
}

.bg-no-stripes-blue {
  background: url("https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/backgrounds/Timeline-blue-background-no-stripes.svg");
  background-position: center;
}

.padding-gz {
  padding: 32px;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .padding-gz {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .padding-gz {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .padding-gz {
    padding: 24px;
  }
}

.container-page-layout {
  padding: 0;
  color: #000000;
}

.container-page-login {
  margin-bottom: 7rem;
}

/*----------Timeline----------*/
.timeline-header .timeline-header-purple-container {
  background-color: #410073;
}
.timeline-header .timeline-header-purple-container,
.timeline-header .timeline-header-blank {
  width: 100%;
  max-width: calc((100% - 728px) / 2);
  padding: 0;
}
@media (max-width: 767px) {
  .timeline-header .timeline-header-purple-container,
  .timeline-header .timeline-header-blank {
    height: 114px;
    max-width: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .timeline-header .timeline-header-purple-container,
  .timeline-header .timeline-header-blank {
    max-width: 40px;
  }
}
.timeline-header .timeline-header-image-container {
  width: 100%;
  max-width: 728px;
  height: 190px;
  background-color: #410073;
  border-radius: 0px 200px 200px 0px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .timeline-header .timeline-header-image-container {
    height: 114px;
  }
}
.timeline-header .timeline-header-image-container .timeline-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.timeline-header .timeline-header-image-container .timeline-header-text h1 {
  font-family: FilsonSoft-Black;
  font-size: 56px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .timeline-header .timeline-header-image-container .timeline-header-text h1 {
    font-size: 28px;
    line-height: 26px;
  }
}
.timeline-header .timeline-header-image-container .timeline-header-text .timeline-header-title-first-row {
  color: #ffffff;
}

.timeline-container {
  padding-left: 0px;
  padding-right: 0px;
  /*----------Timeline wallet----------*/
}
@media (max-width: 767px) {
  .timeline-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.timeline-container .timeline-pagehead {
  margin: 30px 0;
}
.timeline-container .timeline-pagehead.timeline-introduction-container {
  max-width: 810px;
}
.timeline-container .timeline-pagehead.timeline-introduction-container .greetings-container h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #ffffff;
}
.timeline-container .timeline-pagehead.timeline-introduction-container .greetings-message {
  color: #000000;
}
.timeline-container .timeline-pagehead .text-bold {
  font-family: OpenSans-Bold;
}
.timeline-container .timeline-wallet {
  background-color: #ffffff;
  /*This shadow is commented in the case they decide to use it again. All the shadows are commented, and not deleted.*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
  border-radius: 24px;
  border: 2px solid #9B9B9B;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .timeline-container .timeline-wallet {
    height: max-content;
    border-radius: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .timeline-container .timeline-wallet {
    border-radius: 24px;
    height: max-content;
  }
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet {
    height: unset;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .justify-content-center {
    margin: 0 auto;
  }
}
.timeline-container .timeline-wallet .wallet-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: OpenSans-ExtraBold;
  color: #410073;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .wallet-title {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.timeline-container .timeline-wallet .wallet-title b {
  margin-bottom: 10px;
}
.timeline-container .timeline-wallet .wallet-title .wallet-balance {
  font-family: OpenSans-ExtraBold;
  font-size: 40px;
  line-height: 48px;
  color: #5fb624;
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .wallet-title .wallet-balance {
    font-size: 32px;
    line-height: 40px;
    align-items: center;
  }
}
.timeline-container .timeline-wallet .wallet-message {
  color: #000000;
  margin-bottom: 15px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .wallet-message {
    margin-bottom: 10px;
    text-align: center;
  }
}
.timeline-container .timeline-wallet .wallet-info {
  min-height: 60px;
  padding: 15px;
  border-radius: 3px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  border-radius: 24px;
}
.timeline-container .timeline-wallet .wallet-info .wallet-info-bg {
  padding: 7px 5px 8px 7px;
  border-radius: 30px;
  font-size: 12px;
}
.timeline-container .timeline-wallet .wallet-info .wallet-info-bg .fa-info-circle {
  color: #1E76CE;
  font-size: 24px;
}
.timeline-container .timeline-wallet .wallet-info .payment-link {
  text-decoration: underline;
  color: #1E76CE;
  font-weight: 700;
  font-size: 16px;
  text-underline-offset: 2px;
}
.timeline-container .timeline-wallet .wallet-image-container {
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .wallet-image-container {
    padding: 0;
  }
}
.timeline-container .timeline-wallet .wallet-image-container .height-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.timeline-container .timeline-wallet .wallet-image-container .wallet-image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .timeline-container .timeline-wallet .wallet-image-container .wallet-image {
    max-height: 147px;
    margin-top: 30px;
  }
}
.timeline-container .collapsed .fa-angle-up {
  transform: rotate(180deg);
}

/*----------Timeline contact----------*/
.gz-contact {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 200px;
}
.gz-contact h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  font-family: OpenSans-ExtraBold;
}
@media (max-width: 767px) {
  .gz-contact h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.gz-contact .bg-white {
  padding: 16px 16px 24px 45px;
  position: relative;
  text-align: left;
  border-radius: 24px;
}
.gz-contact .bg-white .fa-info-circle {
  position: absolute;
  left: 20px;
  top: 28px;
  color: #1E76CE;
}
@media (max-width: 767px) {
  .gz-contact .bg-white .fa-info-circle {
    top: 24px;
  }
}
.gz-contact .bg-white .fa-info-circle::before {
  width: 24px;
  display: block;
  height: 24px;
}
.gz-contact .gz-contact-subtitle {
  margin-bottom: 24px;
  color: #000000;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .gz-contact .gz-contact-subtitle {
    font-size: 16px;
    line-height: 32px;
  }
}
.gz-contact .gz-customer-service {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .gz-contact .gz-customer-service {
    font-size: 16px;
    line-height: 32px;
  }
}
.gz-contact a {
  color: #2f7ccc;
  text-decoration: underline;
  font-weight: bold;
}

/*----------Tooltip----------*/
.ui-tooltip {
  padding: 0;
  margin: 0;
  z-index: 999;
  border-radius: 16px;
}
.ui-tooltip.ui-widget-content {
  border: 0;
  webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
}
.ui-tooltip .ui-tooltip-content, .ui-tooltip .ui-tooltip-content p {
  font-size: 12px;
  font-family: OpenSans;
  max-width: 145px;
  line-height: normal;
  letter-spacing: normal;
  margin: 15px;
  padding: 0;
  color: #000000;
}
.ui-tooltip .ui-tooltip-content::after, .ui-tooltip .ui-tooltip-content p::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  border-color: white transparent;
  border-width: 10px 10px 0;
  bottom: -9px;
  left: calc(50% - 12px);
}
.ui-tooltip .ui-tooltip-content p {
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin: 0px;
}

/*----------Navbar----------*/
.navbar {
  padding: 23px 0;
  /*TODO: check if this is still needed in the new design*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}
.navbar.navbar-bottom {
  margin: 0px;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgb(202, 205, 209);
}
.navbar .container {
  padding: 0;
  /*TODO: check if this is still needed in the new design*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}
.navbar .navbar-brand {
  padding: 0;
  height: 30px;
}
.navbar .navbar-brand img {
  height: 30px;
  width: auto;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
}
.navbar .navbar-nav .nav-item:last-of-type .nav-link {
  font-family: OpenSans-Bold;
}
.navbar .navbar-nav .nav-item:last-of-type .nav-link.text-dark {
  color: #1E76CE !important;
  text-decoration: underline;
  line-height: 28px;
}
.navbar .navbar-nav.flex-grow-1 {
  flex-grow: unset !important;
}

.fixed-top {
  position: unset;
  height: unset;
}

/*------Footer---------*/
.footer {
  background-color: #5fb624;
  height: 350px;
  border: none;
  position: relative;
}
.footer.border-top {
  border-top: none !important;
}
.footer.text-muted {
  color: unset !important;
}
.footer .gz-custom-footer .row {
  width: 100%;
}
.footer .gz-custom-footer .gz-footer-top-section {
  display: flex;
}
.footer .gz-custom-footer .gz-footer-top-section .col-4:first-of-type {
  display: flex;
  justify-content: center;
}
.footer .gz-custom-footer .gz-footer-top-section .col-4:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .gz-custom-footer .gz-footer-top-section .gz-footer-houses {
  position: absolute;
  left: 15%;
  bottom: 92%;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-houses {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-houses {
    display: none;
  }
}
.footer .gz-custom-footer .gz-footer-top-section .gz-footer-simple-house {
  position: absolute;
  bottom: 82%;
  left: 44%;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-simple-house {
    left: 64%;
  }
}
@media (max-width: 767px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-simple-house {
    left: 28%;
  }
}
.footer .gz-custom-footer .gz-footer-top-section .gz-footer-wind-energy {
  position: absolute;
  bottom: 90%;
  right: 14%;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-wind-energy {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .gz-custom-footer .gz-footer-top-section .gz-footer-wind-energy {
    right: 0;
    margin-right: -42px;
  }
}
.footer .gz-custom-footer .gz-footer-bottom-section {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row {
  overflow: hidden;
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .col-lg-4:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .gz-footer-links {
  color: #ffffff;
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .gz-footer-links a {
  font-size: 16px;
  line-height: 32px;
  padding: 0px 5px;
  color: #ffffff;
  text-decoration: none;
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .gz-footer-links a:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .gz-footer-links {
    display: inline-block;
  }
}
.footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .gz-footer-logo-container {
  padding-bottom: 28px;
}
.footer .gz-custom-footer .gz-footer-bottom-section.gz-footer-bottom-section-placeholder {
  height: 130px;
}

/*------Banners---------*/
.bannerHref .cloudBannerWider {
  background-color: #e2f0ff;
}
.bannerHref .cloudBannerSmaller {
  background-color: #e2f0ff;
}

/*----------Terms of Agreement----------*/
.gz-terms-container {
  margin-bottom: 177px;
}
.gz-terms-container a {
  text-decoration: underline;
}

.cloudBannerWider {
  display: flex;
  justify-content: center;
}
@media (min-width: 1440px) {
  .cloudBannerWider {
    min-height: 479px !important;
    background-repeat: repeat-x;
  }
}
.cloudBannerWider .gz-wider-banner {
  margin-top: 150px;
  width: 728px;
}
.cloudBannerWider .gz-wider-banner .gz-banner-title-container-top {
  width: 100%;
  height: 95px;
  padding: 14px 20px 21px 18px;
  background-color: #5fb624;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-top {
    width: max-content;
    padding: 10px 24px 11px 10px;
    height: 60px;
  }
}
.cloudBannerWider .gz-wider-banner .gz-banner-title-container-top .gz-banner-title-top {
  height: 60px;
  font-family: OpenSans-Extrabold;
  font-size: 46px;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-top .gz-banner-title-top {
    font-size: 42px;
    line-height: 42px;
  }
}
.cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom {
  width: 320px;
  height: 72px;
  padding: 15px 22px 17px 15px;
  border: solid 1px #5fb624;
  background-color: #ffffff;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom {
    padding: 10px 24px 11px 10px;
    height: 60px;
  }
}
.cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom .gz-banner-title-top {
  height: 40px;
  font-family: OpenSans-Extrabold;
  font-size: 46px;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  display: inline-block;
  color: #5fb624;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom .gz-banner-title-top {
    font-size: 42px;
    line-height: 42px;
    width: 100%;
  }
}

/*--------Not Allowed Page--------*/
.not-found-banner {
  background-color: #e2f0ff;
  background-repeat: repeat-x;
  background-image: url("	https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/banners/clouds-desk-big-svg-edited9.svg");
  position: relative;
  margin-top: 70px;
}
.not-found-banner .timeline-header {
  position: absolute;
  top: 12px;
  width: 100%;
}
.not-found-banner .timeline-header .timeline-header-image-container {
  height: 278px;
}
.not-found-banner .timeline-header .timeline-header-image-container .timeline-header-title-second-row {
  color: #ffffff;
}
.not-found-banner .timeline-header .timeline-header-purple-container {
  height: 278px;
}
.not-found-banner .timeline-header .timeline-header-image img {
  max-height: 400px;
  padding: 15px;
}
@media (min-width: 1140px) and (max-width: 1439px) {
  .not-found-banner .background-image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .not-found-banner .background-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .not-found-banner {
    margin-top: -70px;
  }
  .not-found-banner .timeline-header {
    top: 130px;
  }
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-first-row,
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-second-row,
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-third-row {
    font-size: 28px;
    line-height: 26px;
  }
  .not-found-banner .timeline-header .timeline-header-image {
    justify-content: center !important;
  }
  .not-found-banner .timeline-header .timeline-header-image img {
    max-height: 220px;
  }
  .not-found-banner .timeline-header .timeline-header-image-container,
  .not-found-banner .timeline-header .timeline-header-purple-container {
    height: 114px;
  }
  .not-found-banner .timeline-header .timeline-header-image-container {
    margin-right: 25px;
    min-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .not-found-banner {
    margin-top: 75px;
  }
  .not-found-banner .timeline-header {
    top: 50px;
  }
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-first-row,
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-second-row,
  .not-found-banner .timeline-header .timeline-header-text .timeline-header-title-third-row {
    font-size: 28px;
    line-height: 26px;
  }
  .not-found-banner .timeline-header .timeline-header-image img {
    max-height: 220px;
  }
  .not-found-banner .timeline-header .timeline-header-image-container,
  .not-found-banner .timeline-header .timeline-header-purple-container {
    height: 114px;
  }
}

.gz-not-allowed-container {
  text-align: center;
  margin-bottom: 200px;
  margin-top: 30px;
}
.gz-not-allowed-container h1 {
  color: #410073;
  font-size: 48px;
  font-family: OpenSans-ExtraBold;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gz-not-allowed-container h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .gz-not-allowed-container img {
    max-height: 50px;
  }
}
.gz-not-allowed-container .gz-not-allowed-text-container {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 40px;
}
.gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section3 {
  display: block;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section3 {
    margin-bottom: 0px;
  }
}
.gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section3 a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .gz-not-allowed-container .gz-not-allowed-text-container {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
  }
}
.gz-not-allowed-container .redirect-container {
  margin-top: 50px;
}
@media (min-width: 1440px) {
  .gz-not-allowed-container {
    margin-top: 30px;
  }
  .gz-not-allowed-container h1 {
    line-height: 57px;
  }
}

/*----------Ipad----------*/
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar {
    padding: 23px 0;
  }
  .navbar .container:first-of-type {
    display: flex;
  }
  /*----------Terms of Agreement----------*/
  .cloudBannerWider {
    background-image: none !important;
  }
  .cloudBannerWider :nth-child(2) {
    width: 100%;
  }
  .cloudBannerWider .gz-wider-banner {
    margin: 150px 40px 0px 40px;
  }
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-top {
    height: 50px;
    width: max-content;
    padding: 10px;
  }
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-top .gz-banner-title-top {
    font-size: 35px !important;
    line-height: inherit;
    width: max-content;
  }
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom {
    height: 50px;
    padding: 10px;
    width: max-content;
  }
  .cloudBannerWider .gz-wider-banner .gz-banner-title-container-bottom .gz-banner-title-top {
    font-size: 35px !important;
    line-height: inherit;
    width: max-content;
  }
  .cloudBannerWider .gz-wider-banner-img-container {
    display: unset !important;
  }
  .cloudBannerWider .gz-wider-banner-img-container img {
    transform: scale(1.7);
  }
}
/*----------Mobile----------*/
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
  .navbar {
    padding: 14px 0px;
  }
  .navbar .menu-flex-box {
    justify-content: space-between;
    padding: 0;
  }
  .navbar .menu-flex-box .justify-start {
    display: none;
  }
  .navbar .menu-flex-box .navbar-toggler-custom-icon {
    border: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
  }
  .navbar .menu-flex-box .navbar-toggler-custom-icon .mobile-header-icons .logout-icon {
    color: #1E76CE;
    text-decoration: underline;
    font-family: OpenSans-Bold;
  }
  /*----------Terms of Agreement----------*/
  .gz-terms-container {
    margin-bottom: 150px;
  }
  .cloudBannerSmaller {
    display: flex;
  }
  .cloudBannerSmaller .gz-smaller-banner {
    margin-top: 45px;
    padding-left: 16px;
  }
  .cloudBannerSmaller .gz-smaller-banner .gz-banner-title-container-top {
    width: 231px;
    height: 58px;
    padding: 5.2px 7.2px 4.8px 6.8px;
    background-color: #5fb624;
  }
  /*-----Not Allowed Page-------*/
}
@media (max-width: 767px) and (max-width: 767px) {
  .cloudBannerSmaller .gz-smaller-banner .gz-banner-title-container-top {
    line-height: 24.1px;
  }
}
@media (max-width: 767px) {
  .cloudBannerSmaller .gz-smaller-banner .gz-banner-title-container-top .gz-banner-title-top {
    width: 217px;
    height: 48px;
    font-family: OpenSans-Extrabold;
    font-size: 21.7px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #ffffff;
  }
  .cloudBannerSmaller .gz-smaller-banner .gz-banner-title-container-bottom {
    width: 150px;
    height: 34px;
    padding: 7px 9px 3px 5px;
    background-color: #ffffff;
  }
  .cloudBannerSmaller .gz-smaller-banner .gz-banner-title-container-bottom .gz-banner-title-top {
    width: 135px;
    height: 24px;
    font-family: OpenSans-Extrabold;
    font-size: 23.1px;
    font-stretch: normal;
    font-style: normal;
    line-height: 23.1px;
    letter-spacing: normal;
    display: inline-block;
    color: #5fb624;
  }
  .notAllowedPageSmallerBanner .gz-smaller-banner .gz-banner-title-container-top {
    height: 34px;
    width: 100px;
  }
  .notAllowedPageSmallerBanner .gz-smaller-banner .gz-banner-title-container-bottom {
    width: 168px;
    padding: 5px 8px;
  }
  .notAllowedPageSmallerBanner .gz-smaller-banner .gz-banner-title-container-bottom .gz-banner-title-top {
    width: 152px;
  }
  .gz-not-allowed-container {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
  .gz-not-allowed-container .gz-not-allowed-text-container {
    margin-top: 15px;
  }
  .gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section1 {
    display: block;
  }
  .gz-not-allowed-container .gz-not-allowed-text-container .gz-not-allowed-section2 {
    display: block;
    margin-bottom: 15px;
  }
}
/*----------Small mobile----------*/
@media (max-width: 330px) {
  .footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .col-sm-8:nth-of-type(2) {
    padding: 0px;
  }
  .footer .gz-custom-footer .gz-footer-bottom-section .gz-footer-bottom-section-row .col-sm-8:nth-of-type(2) .gz-footer-links .gz-footer-link-site {
    display: inline-block;
  }
  .cloudBannerSmaller .gz-smaller-banner {
    margin-top: 25px;
  }
}
/*----------Select account page----------*/
.selectAccountBody .btn-goedzitters, .gz-not-allowed-container .btn-goedzitters {
  width: 100%;
  height: 60px;
  margin-top: 32px;
  font-size: 20px;
  font-family: OpenSans-Bold;
  padding: 14px 35px;
  border-radius: 30px;
  line-height: 28px;
  background-color: #1E76CE;
  transition-delay: -1s;
  box-shadow: none;
  color: #ffffff;
}
.selectAccountBody .btn-goedzitters:active:focus, .selectAccountBody .btn-goedzitters:hover, .gz-not-allowed-container .btn-goedzitters:active:focus, .gz-not-allowed-container .btn-goedzitters:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.selectAccountBody {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .selectAccountBody {
    margin-top: 0px;
    margin-bottom: 160px;
  }
}
.selectAccountBody .btn-goedzitters {
  width: unset;
}
.selectAccountBody .card-body {
  padding: 1.875rem;
}
.selectAccountBody .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.4375em;
  vertical-align: top;
  appearance: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #cacdd1;
  print-color-adjust: exact;
  border-radius: 50%;
}
.selectAccountBody .form-check-input:checked {
  background-color: #1E76CE;
  border-color: #1E76CE;
}
.selectAccountBody .form-check-input.input-validation-error {
  border-color: #c41a1a;
}
.selectAccountBody .radio-button-group {
  margin-left: 1.5rem;
}
.selectAccountBody .form-check-label {
  margin-left: 0.5rem;
}
.selectAccountBody .container-fluid {
  max-width: 700px;
}

/*----------Maintenance page----------*/
.maintenance-page .general-page-description > .text-center {
  height: 500px;
  position: relative;
}

.maintenance-page .gz-background {
  background: url(https://d2gb0ewkgftmsb.cloudfront.net/gz-lp.jibecompany.com/Default/images/uploads/404.jpg);
  height: 500px;
}

.maintenance-page .timeline-header-image-container {
  width: 100%;
  max-width: 64.5%;
  height: 190px;
  background-color: #410073;
  border-radius: 0px 200px 200px 0px;
  padding: 0;
  text-align: right;
  display: block;
  position: absolute;
  top: 175px;
}

.maintenance-page .timeline-header-image-container .timeline-header-text * {
  font-family: FilsonSoft-Black;
  font-size: 56px;
  line-height: 50px;
  color: #ffffff;
  margin-right: 3%;
  margin-top: 70px;
}

.maintenance-page .text-body-secondary {
  position: relative;
  display: block;
  color: #000000;
  margin-top: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
  .maintenance-page .gz-background {
    height: 350px !important;
  }
  .maintenance-page .timeline-header-image-container {
    height: 100px;
  }
  .maintenance-page .timeline-header-image-container .timeline-header-text * {
    font-size: 40px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .maintenance-page .general-page-description > .text-center {
    height: 300px;
  }
  .maintenance-page .gz-background {
    height: 200px !important;
  }
  .maintenance-page .timeline-header-image-container {
    height: 100px;
    margin-top: -75px;
  }
  .maintenance-page .timeline-header-image-container .timeline-header-text * {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-right: 15px !important;
    margin-top: 23px !important;
  }
}
/*---------------------------------------*/