h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-weight: 400; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 1rem; }

h3, .h3 {
  font-size: 0.75rem; }

h4, .h4 {
  font-size: 0.75rem; }

h5, .h5 {
  font-size: 0.75rem; }

h6, .h6 {
  font-size: 0.75rem; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

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

.text-justify {
  text-align: justify; }

.text-transparentize {
  opacity: .5; }

p {
  font-family: var(--general-font);
  font-size: 1rem; }

@media (max-width: 979px) {
  h1 {
    font-size: 2rem; } }

:root {
  --border-width-base: 1px;
  --layout-base: 8px;
  --transition-base: .2s;
  --primary-font: "Montserrat", arial, sans-serif;
  --general-font: "Inter", arial, sans-serif;
  --navbar-background: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: calc(var(--layout-base)*2); }

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

main {
  min-height: calc(100vh - 4rem - 6.5rem - 1px); }

@media (max-width: 979px) {
  .container.no-padding {
    padding-right: 0px;
    padding-left: 0px; }
    .container.no-padding > .row {
      margin-right: 0;
      margin-left: 0; }
      .container.no-padding > .row > .col, .container.no-padding > .row > [class*=col-] {
        padding-right: 0;
        padding-left: 0; }
  main {
    min-height: calc(100vh - 4rem - 1px); } }

@media (max-width: 320px) {
  :root {
    font-size: calc(var(--layout-base)*1.75); } }

.animatePulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

.gift__edit {
  margin-top: 2rem;
  position: relative;
  min-height: 748px; }
  .gift__edit svg {
    min-height: 748px; }

.box-open-gift {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: box-open-animation 4s ease-in-out .5s forwards;
          animation: box-open-animation 4s ease-in-out .5s forwards; }

@-webkit-keyframes box-open-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: translate3d(0, -110px, 0);
            transform: translate3d(0, -110px, 0);
    opacity: 0; } }

@keyframes box-open-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: translate3d(0, -110px, 0);
            transform: translate3d(0, -110px, 0);
    opacity: 0; } }

.cards-gift {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: card-gift-animation 3s ease-in 1.75s forwards;
          animation: card-gift-animation 3s ease-in 1.75s forwards; }

@-webkit-keyframes card-gift-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -180px, 0);
            transform: translate3d(0, -180px, 0); } }

@keyframes card-gift-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, -180px, 0);
            transform: translate3d(0, -180px, 0); } }

.gift-visa-1 {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: card-visa-animation 2s ease-in-out alternate infinite;
          animation: card-visa-animation 2s ease-in-out alternate infinite; }

.gift-visa-2 {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
  -webkit-animation: card-visa-animation 2s ease-in-out alternate infinite;
          animation: card-visa-animation 2s ease-in-out alternate infinite; }

@-webkit-keyframes card-visa-animation {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateZ(-16deg);
            transform: rotateZ(-16deg); } }

@keyframes card-visa-animation {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateZ(-16deg);
            transform: rotateZ(-16deg); } }

.animateRotate {
  display: inline-block;
  -webkit-animation: animationRotateSaved 1s ease-in-out alternate infinite;
          animation: animationRotateSaved 1s ease-in-out alternate infinite; }

@-webkit-keyframes animationRotateSaved {
  0% {
    -webkit-transform: rotate(4deg) scale(1.1);
            transform: rotate(4deg) scale(1.1); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: rotate(-4deg) scale(1.1);
            transform: rotate(-4deg) scale(1.1); } }

@keyframes animationRotateSaved {
  0% {
    -webkit-transform: rotate(4deg) scale(1.1);
            transform: rotate(4deg) scale(1.1); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: rotate(-4deg) scale(1.1);
            transform: rotate(-4deg) scale(1.1); } }

.button {
  background: #576675;
  color: #11001A;
  border: none;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  padding: .5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s; }
  .button:hover {
    background: #6c8093;
    color: #11001A; }
  .button.inverted {
    background: #11001A;
    color: #576675;
    -webkit-transition: background-color var(--transition-base), color var(--transition-base);
    transition: background-color var(--transition-base), color var(--transition-base); }
    .button.inverted:hover {
      background: #000001;
      color: #4c5967; }
    .button.inverted.transparent {
      background: transparent; }
      .button.inverted.transparent:hover {
        background: rgba(17, 0, 26, 0.2);
        color: #576675; }
  .button.transparent {
    background: transparent; }
    .button.transparent:hover {
      background: rgba(87, 102, 117, 0.2);
      color: #11001A; }
  .button.shadow {
    -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
            box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2); }
  .button-group .button {
    margin-bottom: .5rem; }
    .button-group .button:last-child {
      margin-bottom: 0; }
  .button.block {
    display: block;
    width: 100%; }
  .button.primary {
    background: #440066;
    color: white; }
    .button.primary:hover {
      background: #660099;
      color: white; }
    .button.primary.inverted {
      background: white;
      color: #440066;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.primary.inverted:hover {
        background: #f2f2f2;
        color: #33004d; }
      .button.primary.inverted.transparent {
        background: transparent; }
        .button.primary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #440066; }
    .button.primary.transparent {
      background: transparent; }
      .button.primary.transparent:hover {
        background: rgba(68, 0, 102, 0.2);
        color: white; }
    .button.primary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2); }
  .button.secondary {
    background: #440066;
    color: white; }
    .button.secondary:hover {
      background: #660099;
      color: white; }
    .button.secondary.inverted {
      background: white;
      color: #440066;
      -webkit-transition: background-color var(--transition-base), color var(--transition-base);
      transition: background-color var(--transition-base), color var(--transition-base); }
      .button.secondary.inverted:hover {
        background: #f2f2f2;
        color: #33004d; }
      .button.secondary.inverted.transparent {
        background: transparent; }
        .button.secondary.inverted.transparent:hover {
          background: rgba(255, 255, 255, 0.2);
          color: #440066; }
    .button.secondary.transparent {
      background: transparent; }
      .button.secondary.transparent:hover {
        background: rgba(68, 0, 102, 0.2);
        color: white; }
    .button.secondary.shadow {
      -webkit-box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2);
              box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.4), 0 1rem 3rem -1rem rgba(86, 179, 255, 0.2); }
  .button.big {
    padding: .75rem 1.375rem;
    font-size: .875rem; }
  .button.bigger {
    padding: 1rem 1.75rem;
    font-size: 1rem; }
  .button.biggest {
    padding: 1.25rem 2rem;
    font-size: 1.25rem; }
  .button.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .button.arrow i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button.arrow i:before {
        margin: 0 0 0 .25rem;
        font-size: 1rem; }
  .button--faq {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: .625rem;
    padding-left: .75rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #576675;
    background: none; }
    .button--faq:hover {
      background: none;
      border-color: rgba(0, 0, 0, 0.3);
      color: #243342; }
    .button--faq i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .button--faq i:before {
        margin: 0 0 0 .25rem;
        font-size: 1.125rem;
        line-height: 1rem;
        width: 1rem; }

.tcpa-answer,
.tcpa-answer-in,
.bt-continue,
#optout-form .btn.btn-primary,
.form-button {
  background: #440066;
  border-radius: .25rem !important;
  border: none;
  color: white !important;
  display: block;
  font-family: var(--primary-font);
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 1rem;
  padding: 1rem 1.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  min-width: auto;
  height: auto !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
  width: 100%;
  cursor: pointer; }
  .tcpa-answer:hover,
  .tcpa-answer-in:hover,
  .bt-continue:hover,
  #optout-form .btn.btn-primary:hover,
  .form-button:hover {
    background: #7124A8; }

.bt-continue {
  margin-left: 10px;
  width: auto; }

.sweep__form .radio-box input[type="radio"] + span {
  height: auto !important; }
  .sweep__form .radio-box input[type="radio"] + span::after {
    content: url("../img/arrowButton.svg");
    display: inline-block;
    padding-left: .5rem;
    margin-top: 4px;
    -webkit-animation: arrowAnimation 1s ease-in-out infinite alternate;
            animation: arrowAnimation 1s ease-in-out infinite alternate; }

.sweep__form .cf_radio__label::after {
  content: url("../img/arrowButton.svg");
  display: inline-block;
  padding-left: .5rem;
  margin-top: 4px;
  -webkit-animation: arrowAnimation 1s ease-in-out infinite alternate;
          animation: arrowAnimation 1s ease-in-out infinite alternate; }

@-webkit-keyframes arrowAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 100px 203px rgba(255, 255, 255, 0.562));
            filter: drop-shadow(0px 100px 203px rgba(255, 255, 255, 0.562)); } }

@keyframes arrowAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 100px 203px rgba(255, 255, 255, 0.562));
            filter: drop-shadow(0px 100px 203px rgba(255, 255, 255, 0.562)); } }

.check__label {
  color: #576675;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  width: 100%;
  padding-left: 2.5rem;
  margin: 0 0 1.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.check__input {
  left: 0; }

.comments {
  position: relative;
  padding-block: 2rem;
  background-color: transparent;
  z-index: 1; }
  .comments__title {
    color: #F9FAFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .comments__text {
    display: block;
    margin-top: .5rem;
    color: #A4A3A7;
    font-family: "Segoe UI", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .comments__card {
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #6B6C77;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0.5)), color-stop(50%, rgba(169, 169, 169, 0.5)), to(rgba(217, 217, 217, 0.5)));
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.5) 0%, rgba(169, 169, 169, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%); }
  .comments__stars {
    width: 150px;
    height: auto;
    -webkit-animation: sparkle 2s ease-in-out infinite;
            animation: sparkle 2s ease-in-out infinite; }

@-webkit-keyframes sparkle {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sparkle {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .comments__comment {
    margin-top: 1rem;
    color: #E2E2E2;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .comments__personCard {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .comments__personImg {
    border-radius: 4rem;
    width: 60px;
    height: 60px; }
  .comments__personInfo {
    margin-left: 1rem; }
  .comments__personName {
    color: #F9FAFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .comments__personValue {
    color: #F9FAFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

@media (max-width: 979px) {
  .comments__title {
    text-align: center; }
  .comments__text {
    text-align: center; }
  .comments__card {
    margin-top: 2rem; } }

.countDown {
  background-color: #081a02;
  padding-top: 0.75rem;
  margin-bottom: 1rem; }
  .countDown__text {
    display: inline-block;
    color: white;
    font-size: 16px; }
  .countDown__time {
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 16px; }

.sweep__countDownText {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 700; }

.sweep__countDown {
  display: block;
  color: black;
  font-weight: 700;
  font-size: 24px; }

.sweep__form .radio-box input[type="radio"] + span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #f4f5f6 !important;
  border-radius: .25rem;
  border: 1px solid #fff;
  color: #440066 !important;
  cursor: pointer;
  display: block;
  font-weight: 700 !important;
  margin: 0;
  padding: 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 15px; }

.sweep__form .radio-box.radio-box-dark input[type="radio"] + span {
  background: #440066;
  color: #f4f5f6; }
  .sweep__form .radio-box.radio-box-dark input[type="radio"] + span:hover {
    background: #7124A8;
    color: white; }

.sweep__form .radio-box.text-left .cf_bool label span {
  text-align: left !important; }

.sweep__form .radio-box.text-left input[type="radio"] + span {
  text-align: left !important; }

.sweep__form .radio-box.text-center .cf_bool label span {
  text-align: left !important; }

.sweep__form .radio-box.text-center input[type="radio"] + span {
  text-align: center !important; }

.sweep__form .radio-box.x-1 .cf_radio,
.sweep__form .radio-box.x-1 .cf_bool,
.sweep__form .radio-box.x-1 .path-form-field-with-feedback {
  width: 100% !important; }

.sweep__form .radio-box.x-1 .cf_bool,
.sweep__form .radio-box.x-1 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-1 .cf_bool label,
  .sweep__form .radio-box.x-1 .path-form-field-with-feedback label {
    width: 100% !important; }

.sweep__form .radio-box.x-2 .cf_radio {
  width: 49% !important; }

.sweep__form .radio-box.x-2 .cf_bool,
.sweep__form .radio-box.x-2 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-2 .cf_bool label,
  .sweep__form .radio-box.x-2 .path-form-field-with-feedback label {
    width: 49% !important; }

.sweep__form .radio-box.x-3 .cf_radio {
  width: 32% !important; }

.sweep__form .radio-box.x-3 .cf_bool,
.sweep__form .radio-box.x-3 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-3 .cf_bool label,
  .sweep__form .radio-box.x-3 .path-form-field-with-feedback label {
    width: 32% !important; }

.sweep__form .radio-box.x-4 .cf_radio {
  width: 24% !important; }

.sweep__form .radio-box.x-4 .cf_bool,
.sweep__form .radio-box.x-4 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-4 .cf_bool label,
  .sweep__form .radio-box.x-4 .path-form-field-with-feedback label {
    width: 22% !important; }

.sweep__form .radio-box .cf_bool label {
  width: 50%;
  text-align: center; }

.sweep__form .radio-box input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: .25rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.25rem !important;
  width: 1.25rem !important;
  border: 2px solid #3d3d3d; }
  .sweep__form .radio-box input[type="radio"]:focus {
    outline: none; }
  .sweep__form .radio-box input[type="radio"]:checked {
    border: none;
    background: url(../img/check.svg), #29A38F;
    background-size: cover; }

.sweep__form .radio-box input[type="radio"] {
  display: none; }
  .sweep__form .radio-box input[type="radio"]:hover + span {
    background-color: #440066;
    color: white; }
  .sweep__form .radio-box input[type="radio"] + span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f4f5f6;
    -webkit-font-smoothing: antialiased;
    border-radius: .25rem;
    border: 1px solid #fff;
    color: #440066 !important;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 15px; }
  .sweep__form .radio-box input[type="radio"]:focus {
    outline: none; }
  .sweep__form .radio-box input[type="radio"]:checked {
    border: 1px solid #440066;
    background: #ffffff;
    background-size: cover; }
    .sweep__form .radio-box input[type="radio"]:checked + span {
      background-color: #440066;
      color: white; }

.sweep__form .cf_bool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sweep__form .custom-label label {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold; }

.sweep__form .label-left {
  text-align: left !important; }

.sweep__form .label-center {
  text-align: center !important; }

.radio-box > .path-dynamic-field,
.path-form-field-with-feedback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .radio-box > .path-dynamic-field label,
  .path-form-field-with-feedback label {
    width: 100%;
    font-size: 1.25rem; }
    @media (max-width: 979px) {
      .radio-box > .path-dynamic-field label,
      .path-form-field-with-feedback label {
        margin-top: 0; } }
  .radio-box > .path-dynamic-field .cf_bool,
  .path-form-field-with-feedback .cf_bool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .radio-box > .path-dynamic-field input[type="checkbox"],
  .path-form-field-with-feedback input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: .25rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 2px solid #3d3d3d; }
    .radio-box > .path-dynamic-field input[type="checkbox"]:focus,
    .path-form-field-with-feedback input[type="checkbox"]:focus {
      outline: none; }
    .radio-box > .path-dynamic-field input[type="checkbox"]:checked,
    .path-form-field-with-feedback input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #29A38F;
      background-size: cover; }
  .radio-box > .path-dynamic-field input[type="radio"],
  .path-form-field-with-feedback input[type="radio"] {
    display: none; }
    .radio-box > .path-dynamic-field input[type="radio"]:hover + span,
    .path-form-field-with-feedback input[type="radio"]:hover + span {
      background-color: #440066;
      color: white; }
    .radio-box > .path-dynamic-field input[type="radio"] + span,
    .path-form-field-with-feedback input[type="radio"] + span {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #f4f5f6;
      -webkit-font-smoothing: antialiased;
      border-radius: .25rem;
      border: 1px solid #fff;
      color: #440066 !important;
      cursor: pointer;
      display: block;
      font-weight: 700;
      margin: 0;
      padding: 0.5rem;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 15px; }
    .radio-box > .path-dynamic-field input[type="radio"]:focus,
    .path-form-field-with-feedback input[type="radio"]:focus {
      outline: none; }
    .radio-box > .path-dynamic-field input[type="radio"]:checked,
    .path-form-field-with-feedback input[type="radio"]:checked {
      border: 1px solid #440066;
      background: #ffffff;
      background-size: cover; }
      .radio-box > .path-dynamic-field input[type="radio"]:checked + span,
      .path-form-field-with-feedback input[type="radio"]:checked + span {
        background-color: #440066;
        color: white; }

@media (max-width: 979px) {
  .sweep__form .radio-box > .path-dynamic-field, .sweep__form .radio-box > .path-form-field-with-feedback, .sweep__form .radio-box > .path-form-field-with-feedback-control, .sweep__form .radio-box > .path-cf-radio {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .sweep__form .radio-box .cf_radio, .sweep__form .cf_bool, .sweep__form .cf_bool__label, .sweep__form .path-form-field-with-feedback {
    width: 100% !important; } }

.dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 9.5rem);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .dialog span {
    line-height: 1;
    position: absolute;
    font-size: 20rem;
    color: #f4f5f6;
    font-family: var(--primary-font);
    z-index: -1; }
  .dialog h1 {
    margin-bottom: 1rem; }

.flow__progress {
  padding: 1rem 0 0 0; }
  .flow__progress h2 {
    font-size: 1.25rem;
    font-weight: bold; }
  .flow__progress p {
    font-size: 1rem;
    margin-bottom: 0; }

.flow__container {
  padding: 2rem;
  border-radius: .25rem;
  background: white;
  border: 1px solid #e3e6e8;
  margin: 0 auto 1rem;
  min-height: 40vh; }

@media (max-width: 425px) {
  .flow {
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none; }
    .flow__container {
      border-radius: 0;
      border-width: 1px 0 1px 0;
      padding: 1rem; } }

.sweep__form .path-form-field-with-feedback-control .cf_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.sweep__form .path-form-field-with-feedback-control .cf_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sweep__form .path-form-field-with-feedback-control .cf_check label input {
  position: relative !important; }

.sweep__form .path-form-field-with-feedback-control .cf_check__label {
  background-color: #7124A8;
  width: 100%;
  margin: .25rem 0;
  padding: .75rem 4rem;
  border-radius: 3rem;
  border-width: 1px;
  border-color: #C893DA;
  cursor: pointer;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sweep__form .path-form-field-with-feedback-control .cf_check__label input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    content: '';
    cursor: pointer;
    height: 1.5rem !important;
    width: 1.5rem !important;
    visibility: hidden;
    background: url(../img/check.svg) !important;
    background-size: 1.5rem !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    .sweep__form .path-form-field-with-feedback-control .cf_check__label input[type="checkbox"]:focus {
      outline: none; }
  .sweep__form .path-form-field-with-feedback-control .cf_check__label span {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 .5rem;
    color: white; }

@media (hover: hover) {
  .sweep__form .path-form-field-with-feedback-control .cf_check__label input[type="checkbox"]:checked, .sweep__form .path-form-field-with-feedback-control .cf_check__label input[type="checkbox"]:hover {
    visibility: visible;
    background-color: transparent !important;
    border: none !important; }
  .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:checked), .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:hover) {
    background-color: #C893DA; }
    .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:checked) span, .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:hover) span {
      color: white; } }

@media (hover: none) {
  .sweep__form .path-form-field-with-feedback-control .cf_check__label input[type="checkbox"]:checked {
    visibility: visible; }
  .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:checked) {
    background-color: #C893DA; }
    .sweep__form .path-form-field-with-feedback-control .cf_check__label:has(input:checked) span {
      color: white; } }

.sweep__form .path-form-field-with-feedback-control .cf_radio label {
  cursor: pointer;
  background-color: #7124A8;
  color: white;
  width: 50%;
  font-size: 1rem;
  font-weight: 700;
  margin: .75rem 0 0 0;
  padding: 1rem .75rem;
  border-style: solid;
  border-radius: .75rem;
  border-width: 1px;
  border-color: #7124A8; }

.sweep__form .path-form-field-with-feedback-control .cf_radio label:hover {
  background-color: #C893DA;
  color: white; }

.sweep__form input[type="radio"] {
  display: none !important; }

.sweep__form .custom-label .cf_radio:nth-child(1) .cf_radio__label span {
  background-color: transparent !important; }

.sweep__form .custom-label .cf_radio:nth-child(2) .cf_radio__label span {
  background-color: transparent !important; }

.sweep__form .path-cf-radio .cf_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media (max-width: 979px) {
  .sweep__form .path-form-field-with-feedback-control .cf_check__label {
    width: 100% !important; }
  .sweep__form .radio-box > .path-dynamic-field, .radio-box > .path-form-field-with-feedback, .radio-box > .path-form-field-with-feedback-control, .radio-box > .path-cf-radio {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .sweep__form .radio-box.x-1 .cf_bool__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important; }
  .sweep__form .radio-box > .path-dynamic-field input[type="radio"] + span,
  .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"] + span,
  .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"] + span,
  .sweep__form .radio-box > .path-cf-radio input[type="radio"] + span {
    width: 100% !important; }
  .sweep__form .custom-label label {
    margin-inline: 0 !important; }
  .sweep__form .path-form-field-with-feedback-control .cf_radio label {
    width: 100% !important; } }

.sweep__form input[type="radio"] {
  display: inline-block; }

.sweep__form input[type="checkbox"] {
  width: 24px; }

.sweep__form .cf_bool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sweep__form .html-custom {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.sweep__form .custom-label label {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold; }

.sweep__form .label-left {
  text-align: left !important; }

.sweep__form .label-center {
  text-align: center !important; }

.sweep__form .radio-box > .path-dynamic-field,
.sweep__form .radio-box > .path-form-field-with-feedback,
.sweep__form .radio-box > .path-form-field-with-feedback-control,
.sweep__form .radio-box > .path-cf-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .sweep__form .radio-box > .path-dynamic-field label,
  .sweep__form .radio-box > .path-form-field-with-feedback label,
  .sweep__form .radio-box > .path-form-field-with-feedback-control label,
  .sweep__form .radio-box > .path-cf-radio label {
    width: 100%;
    font-size: 1.25rem;
    color: #100434; }
    @media (max-width: 979px) {
      .sweep__form .radio-box > .path-dynamic-field label,
      .sweep__form .radio-box > .path-form-field-with-feedback label,
      .sweep__form .radio-box > .path-form-field-with-feedback-control label,
      .sweep__form .radio-box > .path-cf-radio label {
        margin-top: 0; } }
  .sweep__form .radio-box > .path-dynamic-field .cf_bool,
  .sweep__form .radio-box > .path-form-field-with-feedback .cf_bool,
  .sweep__form .radio-box > .path-form-field-with-feedback-control .cf_bool,
  .sweep__form .radio-box > .path-cf-radio .cf_bool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sweep__form .radio-box > .path-dynamic-field input[type="checkbox"],
  .sweep__form .radio-box > .path-form-field-with-feedback input[type="checkbox"],
  .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"],
  .sweep__form .radio-box > .path-cf-radio input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0.1875rem;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1.25rem !important;
    width: 1.25rem !important;
    border: 2px solid #3d3d3d; }
    .sweep__form .radio-box > .path-dynamic-field input[type="checkbox"]:focus,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:focus,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:focus,
    .sweep__form .radio-box > .path-cf-radio input[type="checkbox"]:focus {
      outline: none; }
    .sweep__form .radio-box > .path-dynamic-field input[type="checkbox"]:checked,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="checkbox"]:checked,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="checkbox"]:checked,
    .sweep__form .radio-box > .path-cf-radio input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #29A38F;
      background-size: cover; }
  .sweep__form .radio-box > .path-dynamic-field input[type="radio"],
  .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"],
  .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"],
  .sweep__form .radio-box > .path-cf-radio input[type="radio"] {
    display: none; }
    .sweep__form .radio-box > .path-dynamic-field input[type="radio"]:hover + span,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"]:hover + span,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:hover + span,
    .sweep__form .radio-box > .path-cf-radio input[type="radio"]:hover + span {
      background-color: #b5b5b5;
      color: #282828; }
    .sweep__form .radio-box > .path-dynamic-field input[type="radio"] + span,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"] + span,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"] + span,
    .sweep__form .radio-box > .path-cf-radio input[type="radio"] + span {
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      background: #fafafa;
      -webkit-font-smoothing: antialiased;
      border-radius: 2px;
      border: 1px solid #fff;
      color: #5f5f5f;
      cursor: pointer;
      display: block;
      font-weight: 400;
      margin: 0;
      padding: 0.5rem;
      position: relative;
      text-align: center;
      width: 100%;
      font-size: 15px; }
    .sweep__form .radio-box > .path-dynamic-field input[type="radio"]:checked + span,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"]:checked + span,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:checked + span,
    .sweep__form .radio-box > .path-cf-radio input[type="radio"]:checked + span {
      background: #b5b5b5;
      color: #282828; }
    .sweep__form .radio-box > .path-dynamic-field input[type="radio"]:focus,
    .sweep__form .radio-box > .path-form-field-with-feedback input[type="radio"]:focus,
    .sweep__form .radio-box > .path-form-field-with-feedback-control input[type="radio"]:focus,
    .sweep__form .radio-box > .path-cf-radio input[type="radio"]:focus {
      outline: none; }

.sweep__form .radio-box.text-left .cf_bool label span {
  text-align: left !important; }

.sweep__form .radio-box.text-left input[type="radio"] + span {
  text-align: left !important; }

.sweep__form .radio-box.text-center .cf_bool label span {
  text-align: left !important; }

.sweep__form .radio-box.text-center input[type="radio"] + span {
  text-align: center !important; }

.sweep__form .radio-box.x-1 .cf_radio,
.sweep__form .radio-box.x-1 .cf_bool,
.sweep__form .radio-box.x-1 .cf_bool__label,
.sweep__form .radio-box.x-1 .path-form-field-with-feedback {
  width: 100%; }

.sweep__form .radio-box.x-1 .cf_bool,
.sweep__form .radio-box.x-1 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-1 .cf_bool label,
  .sweep__form .radio-box.x-1 .path-form-field-with-feedback label {
    width: 100% !important; }

.sweep__form .radio-box.x-2 .cf_radio,
.sweep__form .radio-box.x-2 .cf_bool__label {
  width: 49% !important; }

.sweep__form .radio-box.x-2 .cf_bool,
.sweep__form .radio-box.x-2 .path-dynamic-field,
.sweep__form .radio-box.x-2 .path-form-field-with-feedback-control,
.sweep__form .radio-box.x-2 .path-cf-radio,
.sweep__form .radio-box.x-2 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sweep__form .radio-box.x-2 .cf_bool label[for="gender_m_radio"], .sweep__form .radio-box.x-2 .cf_bool label[for="gender_f_radio"],
  .sweep__form .radio-box.x-2 .path-dynamic-field label[for="gender_m_radio"],
  .sweep__form .radio-box.x-2 .path-dynamic-field label[for="gender_f_radio"],
  .sweep__form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_m_radio"],
  .sweep__form .radio-box.x-2 .path-form-field-with-feedback-control label[for="gender_f_radio"],
  .sweep__form .radio-box.x-2 .path-cf-radio label[for="gender_m_radio"],
  .sweep__form .radio-box.x-2 .path-cf-radio label[for="gender_f_radio"],
  .sweep__form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_m_radio"],
  .sweep__form .radio-box.x-2 .path-form-field-with-feedback label[for="gender_f_radio"] {
    width: 49% !important; }

.sweep__form .radio-box.x-3 .cf_radio,
.sweep__form .radio-box.x-3 .cf_bool__label {
  width: 32% !important; }

.sweep__form .radio-box.x-3 .cf_bool,
.sweep__form .radio-box.x-3 .path-dynamic-field,
.sweep__form .radio-box.x-3 .path-form-field-with-feedback-control,
.sweep__form .radio-box.x-3 .path-cf-radio,
.sweep__form .radio-box.x-3 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.sweep__form .radio-box.x-4 .cf_radio,
.sweep__form .radio-box.x-4 .cf_bool__label {
  width: 24% !important; }

.sweep__form .radio-box.x-4 .cf_bool,
.sweep__form .radio-box.x-4 .path-dynamic-field,
.sweep__form .radio-box.x-4 .path-form-field-with-feedback-control,
.sweep__form .radio-box.x-4 .path-cf-radio,
.sweep__form .radio-box.x-4 .path-form-field-with-feedback {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.sweep__form .radio-box .cf_bool label {
  width: 50%;
  text-align: center; }

.sweep__form .radio-box input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0.1875rem;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 1.25rem !important;
  width: 1.25rem !important;
  border: 2px solid #3d3d3d; }
  .sweep__form .radio-box input[type="radio"]:focus {
    outline: none; }
  .sweep__form .radio-box input[type="radio"]:checked {
    border: none;
    background: url(../img/check.svg), #29A38F;
    background-size: cover; }

.radio-circle .path-dynamic-field,
.radio-circle .path-form-field-with-feedback,
.radio-circle .path-form-field-with-feedback-control,
.radio-circle .path-cf-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .radio-circle .path-dynamic-field label,
  .radio-circle .path-form-field-with-feedback label,
  .radio-circle .path-form-field-with-feedback-control label,
  .radio-circle .path-cf-radio label {
    position: relative; }
    .radio-circle .path-dynamic-field label span,
    .radio-circle .path-form-field-with-feedback label span,
    .radio-circle .path-form-field-with-feedback-control label span,
    .radio-circle .path-cf-radio label span {
      padding-left: 25px; }
  .radio-circle .path-dynamic-field [type="radio"]:checked,
  .radio-circle .path-dynamic-field [type="radio"]:not(:checked),
  .radio-circle .path-form-field-with-feedback [type="radio"]:checked,
  .radio-circle .path-form-field-with-feedback [type="radio"]:not(:checked),
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:checked,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:not(:checked),
  .radio-circle .path-cf-radio [type="radio"]:checked,
  .radio-circle .path-cf-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .radio-circle .path-dynamic-field [type="radio"]:checked + label,
  .radio-circle .path-dynamic-field [type="radio"]:not(:checked) + label,
  .radio-circle .path-form-field-with-feedback [type="radio"]:checked + label,
  .radio-circle .path-form-field-with-feedback [type="radio"]:not(:checked) + label,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:checked + label,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:not(:checked) + label,
  .radio-circle .path-cf-radio [type="radio"]:checked + label,
  .radio-circle .path-cf-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; }
  .radio-circle .path-dynamic-field [type="radio"]:checked + span:before,
  .radio-circle .path-dynamic-field [type="radio"]:not(:checked) + span:before,
  .radio-circle .path-form-field-with-feedback [type="radio"]:checked + span:before,
  .radio-circle .path-form-field-with-feedback [type="radio"]:not(:checked) + span:before,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:checked + span:before,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:not(:checked) + span:before,
  .radio-circle .path-cf-radio [type="radio"]:checked + span:before,
  .radio-circle .path-cf-radio [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
  .radio-circle .path-dynamic-field [type="radio"]:checked + span:after,
  .radio-circle .path-dynamic-field [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-form-field-with-feedback [type="radio"]:checked + span:after,
  .radio-circle .path-form-field-with-feedback [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:checked + span:after,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-cf-radio [type="radio"]:checked + span:after,
  .radio-circle .path-cf-radio [type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #09ce8a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .radio-circle .path-dynamic-field [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-form-field-with-feedback [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:not(:checked) + span:after,
  .radio-circle .path-cf-radio [type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0); }
  .radio-circle .path-dynamic-field [type="radio"]:checked + span:after,
  .radio-circle .path-form-field-with-feedback [type="radio"]:checked + span:after,
  .radio-circle .path-form-field-with-feedback-control [type="radio"]:checked + span:after,
  .radio-circle .path-cf-radio [type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1); }

.giftCard {
  padding-block: 2rem; }
  .giftCard__title {
    color: #F9FAFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .giftCard__text {
    position: relative;
    color: #A4A3A7;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
    z-index: 2; }
  .giftCard__contentImageGiftCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .giftCard__image {
    will-change: transform;
    width: 422px;
    height: auto;
    margin-top: 2rem;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

@-webkit-keyframes flip-card {
  0% {
    -webkit-transform: rotateX(-10deg) rotateY(10deg) rotateY(-15deg);
            transform: rotateX(-10deg) rotateY(10deg) rotateY(-15deg); }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(20deg);
            transform: rotateX(0deg) rotateY(20deg); }
  60% {
    -webkit-transform: rotateX(10deg) rotateY(20deg);
            transform: rotateX(10deg) rotateY(20deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(10deg) rotateY(15deg);
            transform: rotateX(0deg) rotateY(10deg) rotateY(15deg); } }

@keyframes flip-card {
  0% {
    -webkit-transform: rotateX(-10deg) rotateY(10deg) rotateY(-15deg);
            transform: rotateX(-10deg) rotateY(10deg) rotateY(-15deg); }
  40% {
    -webkit-transform: rotateX(0deg) rotateY(20deg);
            transform: rotateX(0deg) rotateY(20deg); }
  60% {
    -webkit-transform: rotateX(10deg) rotateY(20deg);
            transform: rotateX(10deg) rotateY(20deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(10deg) rotateY(15deg);
            transform: rotateX(0deg) rotateY(10deg) rotateY(15deg); } }

@media (max-width: 979px) {
  .giftCard {
    padding-block: 2rem; }
    .giftCard__title {
      color: #F9FAFF;
      font-family: "Segoe UI", sans-serif;
      font-size: 2.25rem; }
    .giftCard__text {
      font-size: 1.25rem; }
    .giftCard__contentImageGiftCard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .giftCard__image {
      width: 100%; } }

.giftCard-footer {
  position: relative;
  padding-block: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#061244), to(rgba(6, 18, 68, 0)));
  background: linear-gradient(0deg, #061244 0%, rgba(6, 18, 68, 0) 100%);
  z-index: 1; }
  .giftCard-footer__logo {
    width: 188px;
    height: auto; }
  .giftCard-footer__navigation {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .giftCard-footer__navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 1.25rem; }
      .giftCard-footer__navigation ul li a {
        display: block;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        color: white;
        text-decoration: none;
        position: relative;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
        .giftCard-footer__navigation ul li a:hover {
          color: #C38819; }
        .giftCard-footer__navigation ul li a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          border-radius: 8px;
          background-color: #C38819;
          bottom: -7px;
          left: 0;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: bottom right;
              -ms-transform-origin: bottom right;
                  transform-origin: bottom right;
          -webkit-transition: -webkit-transform 0.25s linear;
          transition: -webkit-transform 0.25s linear;
          transition: transform 0.25s linear;
          transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
        .giftCard-footer__navigation ul li a:hover::after {
          -webkit-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
                  transform-origin: bottom left;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
  .giftCard-footer__disclaimer {
    color: #A4A3A7;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .giftCard-footer__copyright {
    margin-top: 1rem;
    color: #F9FAFF;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

@media (max-width: 979px) {
  .giftCard-footer__navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.hero {
  position: relative;
  background-image: url(../img/hero-background.png);
  background-position: top right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40rem;
  z-index: 1000; }
  .hero h1 {
    line-height: 3rem;
    margin-top: -6rem; }
    .hero h1 b {
      font-weight: 500; }
  .hero__button {
    text-decoration: none;
    display: block;
    width: 100%;
    background-color: #6A1E9D;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem 0;
    margin-top: 1rem;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
    .hero__button:hover {
      text-decoration: none;
      color: #fff;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

@media (max-width: 979px) {
  .hero {
    padding: 6rem 0 3rem 0;
    background: none;
    height: auto; }
    .hero h1 {
      margin-top: 0; } }

.howItWork {
  padding-block: 2rem; }
  .howItWork__title {
    font-size: 2rem;
    color: black;
    font-weight: 600; }
  .howItWork__card {
    background-color: transparent;
    margin-top: 3rem; }
  .howItWork__image {
    width: auto;
    height: 180px; }
  .howItWork__stepTitle {
    font-size: 1rem;
    font-weight: 500;
    margin-top: .75rem;
    color: #FF99AA; }
  .howItWork__stepText {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    color: white; }

.sweep__formImages {
  position: relative;
  top: -5px;
  overflow: visible; }
  .sweep__formImages div img {
    width: 100%; }

.sweep__formImagesMobile {
  position: relative;
  overflow: visible; }
  .sweep__formImagesMobile div img {
    width: 100%; }

.contentImage__description {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #747474; }

.imageAnimation__descriptionImage {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #747474; }

.input {
  background: white;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  font-size: .75rem;
  font-family: var(--general-font);
  line-height: 1.5;
  padding: .3125rem .75rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%; }
  .input::-webkit-input-placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-moz-placeholder {
    color: #576675;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::-ms-input-placeholder {
    color: #576675;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input::placeholder {
    color: #576675;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-webkit-input-placeholder, .input:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-moz-placeholder, .input:focus::-moz-placeholder {
    color: #8f99a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover:-ms-input-placeholder, .input:focus:-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::-ms-input-placeholder, .input:focus::-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover::placeholder, .input:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .input:hover {
    border-color: #c7ccd1; }
  .input:focus {
    border-color: #56b3ff;
    outline: 0 none; }
    .input:focus:invalid {
      border-color: #f03030; }
  .input.big {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.375rem; }
  .input.bigger {
    padding: .625rem 1.25rem;
    font-size: 1rem; }
  .input.biggest {
    padding: .6875rem 1.5rem;
    font-size: 1.25rem; }
  .input.transparent {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0);
    color: white; }
    .input.transparent::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent::placeholder {
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-webkit-input-placeholder, .input.transparent:focus::-webkit-input-placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-moz-placeholder, .input.transparent:focus::-moz-placeholder {
      color: white;
      -moz-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover:-ms-input-placeholder, .input.transparent:focus:-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::-ms-input-placeholder, .input.transparent:focus::-ms-input-placeholder {
      color: white;
      -ms-transition: var(--transition-base);
      transition: var(--transition-base); }
    .input.transparent:hover::placeholder, .input.transparent:focus::placeholder {
      color: white;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base); }

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/arrow.svg), #f9fafa;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center; }
  select.input.biggest {
    padding: .875rem 1.5rem;
    font-size: 1rem; }

textarea.input {
  resize: none; }

label {
  margin-bottom: .25rem;
  font-family: var(--general-font);
  font-size: .75rem;
  font-weight: 600; }

.form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

.form-wrapper-flex select {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  max-height: 400px;
  overflow-y: scroll; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: auto 0;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  overflow: visible !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-transition: color 0.2s !important;
  transition: color 0.2s !important;
  text-decoration: none !important;
  color: #95979c !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 0px #fff !important;
          box-shadow: 0px 0px 0px #fff !important; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
  background-color: #fff !important; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.multiple {
  background: #8f99a3 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 3rem !important;
  height: auto !important;
  width: 100%;
  border-radius: .25rem !important;
  position: relative;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .multiple:focus {
    outline: none; }
  .multiple.checked {
    background: #576675 !important; }
  .multiple input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa;
    border-radius: .125rem;
    content: '';
    cursor: pointer;
    position: absolute;
    left: .75rem;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: none; }
    .multiple input[type="checkbox"]:focus {
      outline: none; }
    .multiple input[type="checkbox"]:checked {
      border: none;
      background: url(../img/check.svg), #29A38F;
      background-size: cover; }

.tcpa-item-answer {
  margin: 0; }

.tcpa-answers button {
  margin-bottom: 0 !important; }

.tcpa-question {
  margin-bottom: 1rem; }

.tcpa-continue-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  max-width: 425px;
  margin: auto !important;
  padding: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tcpa-continue-container button {
    margin-bottom: 0; }

.newFooter {
  padding-block: 3rem;
  background-color: #F7F7F7; }
  .newFooter__logo {
    width: 174px;
    height: auto; }
  .newFooter__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style-type: none; }
    .newFooter__navigation li a {
      display: block;
      margin-inline: 2rem 0;
      font-size: 1rem;
      font-weight: 600;
      color: #1D1E20;
      text-decoration: none;
      position: relative;
      -webkit-transform-origin: bottom right;
          -ms-transform-origin: bottom right;
              transform-origin: bottom right;
      -webkit-transition: -webkit-transform 0.25s linear;
      transition: -webkit-transform 0.25s linear;
      transition: transform 0.25s linear;
      transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
      .newFooter__navigation li a:hover {
        color: #400060; }
      .newFooter__navigation li a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 8px;
        background-color: #400060;
        bottom: -7px;
        left: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s linear;
        transition: -webkit-transform 0.25s linear;
        transition: transform 0.25s linear;
        transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
      .newFooter__navigation li a:hover::after {
        -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
                transform-origin: bottom left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  .newFooter__copyright {
    font-size: .75rem;
    font-weight: 400;
    color: #1D1E20;
    font-style: normal;
    line-height: 160%; }
  .newFooter__navigationTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style-type: none; }
    .newFooter__navigationTwo li a {
      font-size: .75rem;
      font-weight: 400;
      margin-inline: 1.5rem;
      color: #1D1E20;
      line-height: 160%;
      text-decoration: none;
      -webkit-transition: -webkit-transform 0.25s linear;
      transition: -webkit-transform 0.25s linear;
      transition: transform 0.25s linear;
      transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
      .newFooter__navigationTwo li a:hover {
        color: #400060; }
  .newFooter__dashedLine {
    border-bottom: 2px dashed #ECEFF3;
    width: 100%;
    margin-block: 20px; }
  .newFooter__disclaimer {
    font-size: .75rem;
    font-weight: 400;
    color: #1D1E20;
    font-style: normal;
    line-height: 160%; }

@media (max-width: 979px) {
  .newFooter__logo {
    margin-bottom: 1rem; }
  .newFooter__navigation {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .newFooter__navigation li a {
      margin: 1rem; }
  .newFooter__copyright {
    text-align: center; }
  .newFooter__navigationTwo {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .newFooter__navigationTwo li a {
      margin: 1rem; }
  .newFooter__dashedLine {
    margin-block: 1rem; }
  .newFooter__disclaimer {
    font-size: .75rem;
    font-weight: 400;
    color: #1D1E20;
    font-style: normal;
    line-height: 160%; } }

.formRegister {
  background: linear-gradient(102deg, #FFF 0%, #F9F0FF 100%);
  padding-block: 4rem; }
  .formRegister__containerItems {
    position: sticky;
    top: 50px;
    z-index: 10;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; }
  .formRegister__containerImage {
    position: relative;
    width: 100%; }
  .formRegister__imagePrimary {
    width: 100%;
    height: auto; }
  .formRegister__imageCard {
    width: 354px;
    height: auto;
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    -webkit-animation: rotateCard 3s infinite ease-in-out;
            animation: rotateCard 3s infinite ease-in-out; }

.register__containerTextsDesktop {
  display: block; }

.register__formImageCardStep {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.75rem; }
  .register__formImageCardStep img {
    position: absolute;
    width: 148px;
    height: auto;
    top: -68px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: .5rem; }

.register__imageCard {
  width: auto;
  height: 161px;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
  -webkit-animation: rotateCard 3s infinite ease-in-out;
          animation: rotateCard 3s infinite ease-in-out; }

.register__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1D1E20; }
  .register__titleOld {
    text-shadow: 0 0.25rem 0.5rem black;
    margin-bottom: 1rem; }

.register__text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1D1E20; }
  .register__textOld {
    margin-top: 1rem; }

.register__containerTextsMobile {
  display: none; }

.register__background {
  background-color: #8f99a3;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 4rem;
  color: white;
  overflow: hidden;
  top: 1.5rem;
  -webkit-perspective: 50rem;
          perspective: 50rem;
  border-radius: .25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px; }

.register__formOld {
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px; }

.register__form .tcpa-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.register__form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9fafa !important;
  border-radius: .25rem !important;
  content: '';
  cursor: pointer;
  position: absolute;
  height: 20px !important;
  width: 20px !important;
  padding: 0 !important;
  border: 1px solid #e3e6e8; }

.register__form input[type="checkbox"]:checked {
  border: none !important;
  background: url(../img/check.svg), #440066 !important;
  background-size: 1rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.register__form .btn-secondary {
  font-size: 18px !important;
  border: none !important;
  font-weight: bold !important; }

.register__form .custom-label {
  text-align: center !important; }
  .register__form .custom-label label {
    font-size: 18px !important;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .register__imageCard {
    width: 100%;
    height: auto; } }

@media (max-width: 979px) {
  .formRegister__containerImage {
    margin-block: 1.5rem; }
  .register__containerTextsDesktop {
    display: none; }
  .register__containerTextsMobile {
    display: block; } }

@media (max-width: 480px) {
  .formRegister__containerImage {
    margin-block: 1.5rem; }
  .formRegister__imageCard {
    width: 180px;
    top: 1.75rem; }
  .register__imageCard {
    width: 100%;
    height: auto; }
  .register__containerTextsDesktop {
    display: none; }
  .register__title {
    font-size: 1.75rem; }
  .register__text {
    font-size: 1.25rem;
    margin-bottom: 0; }
  .register__formOld {
    margin-top: 1rem; }
  .register__containerTextsMobile {
    display: block; } }

@-webkit-keyframes rotateCard {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes rotateCard {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.newTutorial {
  padding-block: 3rem; }
  .newTutorial__title {
    font-size: 2rem;
    font-weight: 600;
    color: #1D1E20;
    line-height: normal;
    text-align: center; }
  .newTutorial__cardBorder {
    margin-top: 2rem;
    padding: 8px;
    border-radius: 1.25rem;
    border: 2px solid #F7F7F7; }
  .newTutorial__card {
    background: radial-gradient(124.45% 102.42% at 0% 0%, #FCB3C1 0%, #FFFEFF 24.04%, #FFFEFF 100%);
    border-radius: 1rem;
    min-height: 173px;
    padding: .75rem; }
  .newTutorial__cardImage {
    width: 50px;
    height: auto; }
  .newTutorial__cardTitle {
    font-size: 1rem;
    font-weight: 600;
    margin-top: .75rem;
    color: #1D1E20; }
  .newTutorial__cardText {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 160%;
    color: #777879; }

@media (max-width: 480px) {
  .newTutorial__title {
    text-align: left;
    font-size: 1.5rem; }
  .newTutorial__cardText {
    margin-top: .25rem;
    font-size: 0.85rem; } }

#optout-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #optout-form .form-check .invalid-feedback {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #optout-form .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e3e6e8;
    border-radius: .125rem;
    content: '';
    cursor: pointer;
    position: absolute;
    height: 1.5rem !important;
    width: 1.5rem !important;
    border: var(--border-width-base) solid #8f99a3;
    position: relative;
    padding: 0;
    margin: 0; }
    #optout-form .form-check-input:focus {
      outline: none; }
    #optout-form .form-check-input:checked {
      border: none;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAACXBIWXMAAAsSAAALEgHS3X78AAAAkUlEQVQ4ja3U0Q2AMAgFwKcTOEpH6ihuYkdxBEdwBDfAYDSppLRUJOGnJJcSCAMR4YcIAKab2cGoMyO9Yx6dn4wAFvnoQYsggO1r67LlJ+I1o7/BHF2zYvKAGqrBJrCGStgM5mggokOBu0A5KA3uAkvTt8BVUFupGtwEa3tagk1ga/lz2Axytk4fnzTOZL4IAE7JxlWhfrYiNQAAAABJRU5ErkJggg=="), var(--primary-color);
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center; }
  #optout-form .form-check-label {
    padding: 0 0 0 .5rem;
    margin: 0 0 1px 0; }
    #optout-form .form-check-label + .invalid-feedback {
      margin: 0 0 -1px .5rem; }

#optout-form .form-group {
  margin-bottom: 1rem; }

@media (max-width: 979px) {
  #optout-form label {
    font-size: .75rem; } }

.post {
  padding: 2rem 0; }
  .post h1 {
    margin-bottom: 1.5rem; }

.progress-inner {
  display: block;
  height: 100%;
  width: "0%";
  background: #440066;
  border-radius: 1.25rem; }
  .progress-inner-10 {
    display: block;
    height: 100%;
    width: 10%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-20 {
    display: block;
    height: 100%;
    width: 20%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-30 {
    display: block;
    height: 100%;
    width: 30%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-40 {
    display: block;
    height: 100%;
    width: 40%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-50 {
    display: block;
    height: 100%;
    width: 50%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-60 {
    display: block;
    height: 100%;
    width: 60%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-70 {
    display: block;
    height: 100%;
    width: 70%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-80 {
    display: block;
    height: 100%;
    width: 80%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-90 {
    display: block;
    height: 100%;
    width: 90%;
    background: #440066;
    border-radius: 1.25rem; }
  .progress-inner-100 {
    display: block;
    height: 100%;
    width: 100%;
    background: #440066;
    border-radius: 1.25rem; }

.progress__container .progress-bar {
  max-width: 100% !important; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: none; }
  .progress-bar .progress {
    width: 100%;
    height: 1.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #e3e6e8; }
  .progress-bar .progress-percentage {
    color: white;
    line-height: 1.25rem;
    text-align: right;
    margin-right: .5rem;
    font-size: 11px; }

@media (max-width: 768px) {
  .progress-bar .progress-percentage {
    margin-left: 1rem; } }

figcaption {
  text-transform: uppercase;
  margin-top: 7px;
  text-align: center; }

.warning {
  color: #f7d600; }

.progress__success {
  color: #00cc74; }

@-webkit-keyframes f {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes f {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 12px;
  border-radius: 8px 0px 0px 8px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 80%; }

.progress-bar {
  height: 100%;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(242, 242, 242, 0.8) 25%, transparent 0, transparent 50%, rgba(242, 242, 242, 0.8) 0, rgba(242, 242, 242, 0.8) 75%, transparent 0, transparent);
  background-size: 40px 40px; }

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: f 2s linear infinite;
  animation: f 2s linear infinite; }

.progress-bar-success {
  background-color: #00cc74; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 75%, transparent 0, transparent); }

.progress__container {
  width: 31%;
  background-color: #E4E4E4;
  margin-top: 0.75rem;
  border-radius: 8px 8px 8px 8px; }

.progress__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 979px) {
  .progress__container {
    width: 50%; } }

.ql-editor {
  padding: 0rem !important;
  white-space: normal !important;
  height: auto !important; }
  .ql-editor p {
    margin-bottom: .5rem !important; }
    .ql-editor p:last-child {
      margin-bottom: 0 !important; }

.rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rules__link {
    background: #e3e6e8;
    color: #243342;
    padding: 1rem;
    border-radius: .25rem;
    margin: .25rem;
    -webkit-transition: .2s;
    transition: .2s; }
    .rules__link:hover {
      text-decoration: none;
      background: #29A38F;
      color: white; }

.sweepDefault {
  background: url(../img/sweep-background-default.png), -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(white)), white;
  background: url(../img/sweep-background-default.png), linear-gradient(#f9fafa, white), white;
  background-size: auto, 100% 40rem;
  background-position: top right;
  background-repeat: no-repeat; }

.sweepIndex {
  margin-top: -8rem;
  padding-bottom: 4rem; }

.sweepPreview {
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
  border-radius: .25rem;
  overflow: hidden;
  position: sticky;
  top: 1.5rem; }
  .sweepPreview__value {
    background: #440066;
    color: white;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 1.25rem;
    font-family: var(--primary-font);
    left: -32px;
    top: 13px;
    padding: .25rem 0;
    font-weight: bold;
    width: 8rem;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px; }
  .sweepPreview__header {
    background-color: #f4f5f6;
    height: 13rem;
    overflow: hidden;
    display: block;
    position: relative; }
    .sweepPreview__header img {
      height: 100%;
      width: auto;
      right: 50%;
      position: absolute;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
    .sweepPreview__headerContent {
      display: -ms-grid;
      display: grid;
      width: 100%;
      -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      color: white;
      position: absolute;
      padding-top: 4rem;
      line-height: 1;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.008)), color-stop(19.9%, rgba(0, 0, 0, 0.032)), color-stop(29.6%, rgba(0, 0, 0, 0.068)), color-stop(39.1%, rgba(0, 0, 0, 0.114)), color-stop(48.1%, rgba(0, 0, 0, 0.169)), color-stop(56.8%, rgba(0, 0, 0, 0.229)), color-stop(64.9%, rgba(0, 0, 0, 0.293)), color-stop(72.4%, rgba(0, 0, 0, 0.357)), color-stop(79.2%, rgba(0, 0, 0, 0.421)), color-stop(85.2%, rgba(0, 0, 0, 0.481)), color-stop(90.3%, rgba(0, 0, 0, 0.536)), color-stop(94.4%, rgba(0, 0, 0, 0.582)), color-stop(97.5%, rgba(0, 0, 0, 0.618)), color-stop(99.3%, rgba(0, 0, 0, 0.642)), to(rgba(0, 0, 0, 0.65)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 10%, rgba(0, 0, 0, 0.032) 19.9%, rgba(0, 0, 0, 0.068) 29.6%, rgba(0, 0, 0, 0.114) 39.1%, rgba(0, 0, 0, 0.169) 48.1%, rgba(0, 0, 0, 0.229) 56.8%, rgba(0, 0, 0, 0.293) 64.9%, rgba(0, 0, 0, 0.357) 72.4%, rgba(0, 0, 0, 0.421) 79.2%, rgba(0, 0, 0, 0.481) 85.2%, rgba(0, 0, 0, 0.536) 90.3%, rgba(0, 0, 0, 0.582) 94.4%, rgba(0, 0, 0, 0.618) 97.5%, rgba(0, 0, 0, 0.642) 99.3%, rgba(0, 0, 0, 0.65) 100%); }
      .sweepPreview__headerContent > *:last-child {
        text-align: right;
        color: white; }
  .sweepPreview__title {
    font-size: 1.25rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 0.125rem 0.5rem black;
    font-family: var(--primary-font);
    padding: 1.5rem;
    padding-right: 0; }
  .sweepPreview__rules {
    font-size: .75rem;
    padding: 1.5rem; }
  .sweepPreview__cta {
    padding: 1rem;
    background-color: #440066;
    color: white;
    border-radius: .25rem;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-decoration: none; }
    .sweepPreview__cta:hover {
      color: white;
      background-color: #7124A8; }
  .sweepPreview__details {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -ms-grid-columns: auto 1rem auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto 1rem auto;
    grid-template-rows: auto auto;
    width: 100%;
    padding-bottom: 1.5rem;
    line-height: 1rem; }
  .sweepPreview__details > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .sweepPreview__details > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .sweepPreview__details > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .sweepPreview__details > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
    .sweepPreview__detailsItem small {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px;
      color: #798286; }
    .sweepPreview__detailsItem span {
      color: #11001A;
      font-weight: 900;
      font-size: 1rem; }
    .sweepPreview__detailsItem > * {
      display: block; }
  .sweepPreview__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }

.sweep__aside {
  background-color: #8f99a3;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: white;
  overflow: hidden;
  position: sticky;
  top: 1.5rem;
  -webkit-perspective: 50rem;
          perspective: 50rem;
  border-radius: .25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px; }
  .sweep__asideHeader {
    padding: 4rem;
    padding-bottom: 0;
    text-align: center; }
  .sweep__asideImage {
    max-width: 18rem;
    border-radius: 1rem;
    overflow: hidden;
    margin: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px; }
    .sweep__asideImage img {
      width: 100%; }
    .sweep__asideImage--stepControl {
      max-width: 10rem;
      border-radius: .25rem; }
  .sweep__asideSuperTitle {
    display: block;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: .75rem;
    color: white;
    text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
  .sweep__asideTitle {
    font-size: 2rem;
    font-weight: 500;
    margin: .25rem 0 4rem 0;
    line-height: 1.25;
    text-shadow: 0 0.25rem 0.5rem black; }
  .sweep__asideDetails {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    line-height: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2.75rem 2rem 2rem 2rem; }
    .sweep__asideDetailsItem small {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 1px;
      color: #FF99AA; }
    .sweep__asideDetailsItem span {
      color: white;
      font-weight: 900;
      font-size: 1rem; }
    .sweep__asideDetailsItem > * {
      display: block; }
  .sweep__asideRules {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: .75rem;
    color: white;
    opacity: .5; }
    .sweep__asideRules:hover {
      color: white;
      opacity: 1; }
  .sweep__asideBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    padding-top: 2rem;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.008)), color-stop(19.9%, rgba(0, 0, 0, 0.032)), color-stop(29.6%, rgba(0, 0, 0, 0.068)), color-stop(39.1%, rgba(0, 0, 0, 0.114)), color-stop(48.1%, rgba(0, 0, 0, 0.169)), color-stop(56.8%, rgba(0, 0, 0, 0.229)), color-stop(64.9%, rgba(0, 0, 0, 0.293)), color-stop(72.4%, rgba(0, 0, 0, 0.357)), color-stop(79.2%, rgba(0, 0, 0, 0.421)), color-stop(85.2%, rgba(0, 0, 0, 0.481)), color-stop(90.3%, rgba(0, 0, 0, 0.536)), color-stop(94.4%, rgba(0, 0, 0, 0.582)), color-stop(97.5%, rgba(0, 0, 0, 0.618)), color-stop(99.3%, rgba(0, 0, 0, 0.642)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 10%, rgba(0, 0, 0, 0.032) 19.9%, rgba(0, 0, 0, 0.068) 29.6%, rgba(0, 0, 0, 0.114) 39.1%, rgba(0, 0, 0, 0.169) 48.1%, rgba(0, 0, 0, 0.229) 56.8%, rgba(0, 0, 0, 0.293) 64.9%, rgba(0, 0, 0, 0.357) 72.4%, rgba(0, 0, 0, 0.421) 79.2%, rgba(0, 0, 0, 0.481) 85.2%, rgba(0, 0, 0, 0.536) 90.3%, rgba(0, 0, 0, 0.582) 94.4%, rgba(0, 0, 0, 0.618) 97.5%, rgba(0, 0, 0, 0.642) 99.3%, rgba(0, 0, 0, 0.65) 100%); }
  .sweep__asideText {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding: 2rem 2rem 0 2rem; }

.sweep__form {
  height: 100%;
  padding: 2rem;
  background-color: white;
  border-radius: .25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 2px -2px, rgba(0, 0, 0, 0.05) 0px 4px 4px -2px, rgba(0, 0, 0, 0.05) 0px 8px 8px -2px, rgba(0, 0, 0, 0.05) 0px 16px 16px -2px, rgba(0, 0, 0, 0.05) 0px 32px 32px -2px; }
  .sweep__form--stepControl {
    margin-top: -1rem;
    height: auto; }
    .sweep__form--stepControl .sweep__formHeader {
      margin-top: -6rem;
      text-align: center; }
  .sweep__form h1 {
    margin-bottom: 1rem;
    color: #11001A;
    font-size: 1.125rem; }
    .sweep__form h1 b {
      font-weight: 500;
      font-size: 2rem; }
  .sweep__form h2 {
    font-weight: 600; }
  .sweep__form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f9fafa !important;
    border-radius: .25rem !important;
    content: '';
    cursor: pointer;
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #e3e6e8; }
    .sweep__form input[type="checkbox"]:focus {
      outline: none; }
    .sweep__form input[type="checkbox"]:checked {
      border: none !important;
      background: url(../img/check.svg), #440066 !important;
      background-size: 1rem !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
  .sweep__form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    border-radius: .75rem;
    content: '';
    cursor: pointer;
    position: absolute;
    height: 1.125rem !important;
    width: 1.125rem !important;
    border: 2px solid #98a2b9; }
    .sweep__form input[type="radio"]:focus {
      outline: none; }
    .sweep__form input[type="radio"]:checked {
      border: 0.375rem solid #56b3ff;
      background: #ffffff;
      background-size: cover; }
  .sweep__form .row-spacing > [class*=col] {
    padding-right: .5rem;
    padding-left: .5rem; }
  .sweep__form .row-spacing {
    margin-right: -.5rem;
    margin-left: -.5rem; }
  .sweep__form .row > [class*=col] {
    padding-right: .5rem;
    padding-left: .5rem; }
  .sweep__form .row {
    margin-right: -.5rem;
    margin-left: -.5rem; }
  .sweep__form .form-row > .col,
  .sweep__form .form-row > [class*=col-] {
    padding-right: 0;
    padding-left: 0; }

.sweep__body {
  padding: 5rem 0;
  min-height: 40rem;
  position: relative;
  z-index: 1; }

@media (max-width: 979px) {
  .sweep {
    background: none; }
    .sweepIndex {
      margin-top: 0; }
    .sweep__aside {
      border-radius: 0; }
      .sweep__asideHeader {
        padding: 1.5rem;
        padding-bottom: 0; }
      .sweep__asideImage {
        max-width: 50%;
        border-radius: .25rem; }
        .sweep__asideImage--stepControl {
          max-width: 10rem; }
      .sweep__asideTitle {
        margin-bottom: 1.25rem;
        font-size: 1.5rem; }
      .sweep__asideRules {
        bottom: 5.75rem; }
      .sweep__asideBody {
        padding: 2.75rem 1.5rem 1.5rem 1.5rem; }
      .sweep__asideDetails {
        padding: 0;
        padding-top: 1.25rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); }
    .sweep__body {
      padding: 3.5rem 0; }
    .sweep__form {
      padding: 1.5rem !important;
      border-radius: 0; }
      .sweep__form--stepControl {
        margin-top: -0.75rem; }
        .sweep__form--stepControl .sweep__formHeader {
          margin-top: -3rem; }
      .sweep__form h1 {
        margin-bottom: 1.5rem;
        font-size: .875rem; }
        .sweep__form h1 b {
          font-size: 1.25rem; } }

.tabs h2 {
  color: #798286;
  font-weight: 500;
  margin-bottom: 1rem; }

.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.5rem;
  padding: 0; }
  .tabs ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #121a21;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: .25rem;
    line-height: 1rem;
    position: relative;
    font-family: var(--primary-font);
    text-decoration: none; }
  .tabs ul li.active a {
    background: #440066;
    color: white; }
    .tabs ul li.active a:hover {
      background: #7124A8;
      color: white; }

.tab-pane:not(.active) {
  display: none; }

.tutorial {
  text-align: center;
  background: url("../img/curve.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#11001A)), #440066;
  background: url("../img/curve.svg"), linear-gradient(transparent, #11001A), #440066;
  background-position: 0 4rem, 50% 4rem;
  background-attachment: unset, fixed;
  background-repeat: no-repeat;
  background-size: 100%, 200%;
  position: relative;
  padding-bottom: 12rem; }
  .tutorial:before {
    content: '';
    background-color: white;
    height: 4rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0; }
  .tutorial h1 {
    position: relative;
    margin-bottom: 3rem; }
  .tutorial h2 {
    color: #FF99AA;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: .5rem; }
  .tutorial p {
    color: white; }
  .tutorial__image {
    height: 8rem;
    max-width: 100%;
    margin-bottom: 3rem; }
  .tutorial > img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; }

@media (max-width: 979px) {
  .tutorial {
    padding-bottom: 4rem; }
    .tutorial__image {
      margin: 3rem 0 2rem;
      height: 6rem; } }

.twy-registration {
  border-bottom: 0.0625rem solid #c7ccd1;
  margin: 0 .5rem 1.25rem;
  padding: 0 0 1rem; }
  .twy-registration #twy-nextcampaign {
    display: none !important; }
  .twy-registration .twy-registration-input {
    display: block; }
  .twy-registration .twy-registration-container {
    line-height: 1.3;
    width: 100%;
    padding-left: 3rem; }
    @media (max-width: 480px) {
      .twy-registration .twy-registration-container {
        width: 100%; } }
    .twy-registration .twy-registration-container .twy-registration-container-body {
      font-size: .75rem;
      color: #576675;
      line-height: 1.25rem;
      font-weight: normal;
      font-family: var(--general-font) !important; }
  .twy-registration__body {
    margin-left: 2.5rem !important; }
  .twy-registration__label {
    color: #576675 !important;
    font-weight: normal !important;
    font-size: .75rem !important; }

.twy-pub-container {
  padding: 0 !important;
  margin-top: 0 !important; }

#twy-adserve-title, .pagetex {
  margin: 0 0 16px 0 !important;
  color: #0b5394 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: center; }

.twy-adserve-header {
  padding: 0 !important; }

.twy-hide {
  display: none; }

body {
  color: #11001A;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(white)), white;
  background: linear-gradient(#f9fafa, white), white;
  background-size: 100% 40rem;
  background-repeat: no-repeat;
  font-family: var(--general-font); }

.footer {
  background: #11001A;
  padding: 2rem 0; }
  .footer__logotype {
    height: 3rem; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: .75rem; }
  .footer__disclaimer {
    font-size: .80rem;
    color: rgba(255, 255, 255, 0.4); }
  .footer hr {
    opacity: .1;
    color: white;
    margin: 1.25rem 0 1rem 0; }
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem; }
    .footer ul li span {
      color: rgba(255, 255, 255, 0.4);
      padding: 0 .75rem;
      border-left: 1px solid rgba(255, 255, 255, 0.15); }
    .footer ul li a {
      display: block;
      padding: 0 .75rem 0 0;
      -webkit-transition: .2s;
      transition: .2s;
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none; }
      .footer ul li a:hover, .footer ul li a:focus {
        color: #FF99AA;
        opacity: 1; }
  .footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer__navigation .ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: .5rem; }
      .footer__navigation .ul li span {
        padding: 0 .75rem;
        color: white; }
      .footer__navigation .ul li a {
        display: block;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        color: black;
        text-decoration: none;
        position: relative;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transition: -webkit-transform 0.25s linear;
        transition: -webkit-transform 0.25s linear;
        transition: transform 0.25s linear;
        transition: transform 0.25s linear, -webkit-transform 0.25s linear;
        margin-inline: 0.5rem; }
        .footer__navigation .ul li a:hover {
          color: #F4DA58; }
        .footer__navigation .ul li a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          border-radius: 8px;
          background-color: #F4DA58;
          bottom: -7px;
          left: 0;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: bottom right;
              -ms-transform-origin: bottom right;
                  transform-origin: bottom right;
          -webkit-transition: -webkit-transform 0.25s linear;
          transition: -webkit-transform 0.25s linear;
          transition: transform 0.25s linear;
          transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
        .footer__navigation .ul li a:hover::after {
          -webkit-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
                  transform-origin: bottom left;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
      .footer__navigation .ul li + span:last-child {
        display: none; }
      .footer__navigation .ul span {
        color: var(--footer-color); }

@media (max-width: 979px) {
  .footer ul {
    display: block;
    padding: 0 0 2rem 0; }
    .footer ul li {
      display: block;
      padding: .25rem 0; }
      .footer ul li span {
        display: block;
        padding: 1rem 0 0 0;
        border-left: none; }
  .footer__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 1rem; }
    .footer__navigation ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__navigation ul span {
        display: none !important;
        visibility: hidden; }
      .footer__navigation ul li {
        margin-block: .75rem;
        margin: 1rem 0 .75rem 0 !important; } }

.form-wrapper-flex .form-row, .tcpa-details .form-row {
  margin: 0;
  -ms-flex-wrap: unset;
      flex-wrap: unset; }
  .form-wrapper-flex .form-row.term, .tcpa-details .form-row.term {
    padding: 0 .5rem; }
  .form-wrapper-flex .form-row .x-6, .tcpa-details .form-row .x-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 .5rem; }

.form-wrapper-flex .form-col, .tcpa-details .form-col {
  margin: 0 .5rem; }

.form-wrapper-flex label, .tcpa-details label {
  display: block; }

.form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]), .form-wrapper-flex select, .tcpa-details input:not([type="checkbox"]):not([type="radio"]), .tcpa-details select {
  background: #f9fafa;
  border: 1px solid #e3e6e8;
  border-radius: .25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: var(--general-font);
  margin-bottom: 1rem;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  width: 100%;
  min-height: 40px;
  font-weight: 300;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.375rem; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .form-wrapper-flex select::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, .tcpa-details select::-webkit-input-placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .form-wrapper-flex select::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder, .tcpa-details select::-moz-placeholder {
    color: #c7ccd1;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .form-wrapper-flex select:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, .tcpa-details select:-ms-input-placeholder {
    color: #c7ccd1;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .form-wrapper-flex select::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, .tcpa-details select::-ms-input-placeholder {
    color: #c7ccd1;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"])::placeholder, .form-wrapper-flex select::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"])::placeholder, .tcpa-details select::placeholder {
    color: #c7ccd1;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .form-wrapper-flex select:hover::-webkit-input-placeholder, .form-wrapper-flex select:focus::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-webkit-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, .tcpa-details select:hover::-webkit-input-placeholder, .tcpa-details select:focus::-webkit-input-placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .form-wrapper-flex select:hover::-moz-placeholder, .form-wrapper-flex select:focus::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-moz-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, .tcpa-details select:hover::-moz-placeholder, .tcpa-details select:focus::-moz-placeholder {
    color: #8f99a3;
    -moz-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .form-wrapper-flex select:hover:-ms-input-placeholder, .form-wrapper-flex select:focus:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover:-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, .tcpa-details select:hover:-ms-input-placeholder, .tcpa-details select:focus:-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .form-wrapper-flex select:hover::-ms-input-placeholder, .form-wrapper-flex select:focus::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::-ms-input-placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, .tcpa-details select:hover::-ms-input-placeholder, .tcpa-details select:focus::-ms-input-placeholder {
    color: #8f99a3;
    -ms-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus::placeholder, .form-wrapper-flex select:hover::placeholder, .form-wrapper-flex select:focus::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover::placeholder, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus::placeholder, .tcpa-details select:hover::placeholder, .tcpa-details select:focus::placeholder {
    color: #8f99a3;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base); }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):hover, .form-wrapper-flex select:hover, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):hover, .tcpa-details select:hover {
    border-color: #c7ccd1; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]):focus, .form-wrapper-flex select:focus, .tcpa-details input:not([type="checkbox"]):not([type="radio"]):focus, .tcpa-details select:focus {
    border-color: #56b3ff;
    outline: 0 none; }
  .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error, .form-wrapper-flex select.error, .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error, .tcpa-details select.error {
    border-color: #f24848; }
    .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error:hover, .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error:focus, .form-wrapper-flex select.error:hover, .form-wrapper-flex select.error:focus, .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error:hover, .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error:focus, .tcpa-details select.error:hover, .tcpa-details select.error:focus {
      border-color: #ee1818; }
    .form-wrapper-flex input:not([type="checkbox"]):not([type="radio"]).error ~ .hidden, .form-wrapper-flex select.error ~ .hidden, .tcpa-details input:not([type="checkbox"]):not([type="radio"]).error ~ .hidden, .tcpa-details select.error ~ .hidden {
      color: #f03030;
      font-size: .75rem;
      font-weight: bold;
      margin-bottom: .5rem;
      text-transform: uppercase; }

.form-wrapper-flex select, .tcpa-details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.svg), #f9fafa;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: center; }

.form-wrapper-flex .hidden {
  display: none; }

.form-wrapper-flex .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-wrapper-flex .form-row .x-3 {
    width: 25%; }
  .form-wrapper-flex .form-row .x-4 {
    width: 33.33333333%; }
  .form-wrapper-flex .form-row .x-6 {
    width: 50%; }
  .form-wrapper-flex .form-row .x-8 {
    width: 66.66666666%; }
  .form-wrapper-flex .form-row .x-9 {
    width: 75%; }
  .form-wrapper-flex .form-row .x-12 {
    width: 100%; }
  .form-wrapper-flex .form-row .x-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 !important; }
  .form-wrapper-flex .form-row .dob select {
    width: calc(33.33333333% - 13.33333333px); }
    .form-wrapper-flex .form-row .dob select:not:last-of-type {
      margin-right: 20px; }

.terms, .tcpa-terms {
  padding: 0; }
  .terms span, .terms label, .tcpa-terms span, .tcpa-terms label {
    font-size: .875rem;
    color: #707a8f;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 1.5rem;
    width: 100%;
    padding-left: 2rem;
    margin: 0;
    letter-spacing: 1px; }

.terms label.terms-label--text {
  padding-left: 0; }

.tcpa-terms label, .terms label {
  font-family: var(--general-font);
  font-weight: normal;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #8f99a3;
  margin: 0 0 1rem 0; }
  .tcpa-terms label a, .terms label a {
    color: #8f99a3;
    text-decoration: underline; }
    .tcpa-terms label a:hover, .terms label a:hover {
      color: #243342;
      cursor: pointer; }

.optin input[type="email"] {
  background: url("../img/icon-mail-in.svg") no-repeat scroll 14px 13px;
  padding-left: 50px; }

.loading i {
  display: block !important; }

.loading span {
  display: none !important; }

#submitbutton i {
  display: none; }

#submitbutton span {
  display: block; }

.tcpa-questionary-form .tcpa-questionary {
  width: 100% !important; }

.tcpa-questionary-form .tcpa-question {
  margin: 0 0 1rem 0 !important;
  font-weight: normal;
  color: #243342; }

.tcpa-questionary-form .tcpa-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto !important;
  padding: 0 !important; }

.tcpa-details ~ .form-row {
  margin: 0; }

#tcpacheck {
  margin: 0; }

#tcpa-confirmation-concent {
  margin: 1rem auto 0 auto;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #tcpa-confirmation-concent > * {
    padding: .5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  #tcpa-confirmation-concent .tcpa-consent {
    background-color: #440066; }
  @media (max-width: 768px) {
    #tcpa-confirmation-concent {
      width: 100%;
      margin-top: 10px; } }

.tcpa-confirmation {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .tcpa-confirmation {
      width: 98%; } }
  .tcpa-confirmation #tcpacheck {
    display: inline-block;
    font-size: 12px;
    opacity: 1; }

header {
  padding: 1rem 0;
  background: white;
  border-bottom: 1px solid #e3e6e8; }
  header img {
    height: 3rem; }

.navbar {
  width: 100%;
  z-index: 100;
  padding: 0;
  top: 0;
  border-bottom: 1px solid #e3e6e8;
  background: var(--navbar-background); }
  .navbar.absolute {
    position: absolute; }
  .navbar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
    background: var(--navbar-background);
    z-index: 1;
    position: relative;
    width: 100%; }
    .navbar-index .navbar-wrapper {
      background: none; }
  .navbar-logotype img {
    height: 3rem; }
  .navbar:after {
    content: '';
    width: 100%;
    background: var(--navbar-background);
    height: 5rem;
    position: absolute;
    top: 0; }
  .navbar.expanded:before,
  .navbar.expanded .sub-navbar-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .navbar-index {
    border-bottom: none; }
    .navbar-index:after {
      background: none; }

.menu-list {
  display: inline-block;
  padding: 0;
  margin: 0; }
  .menu-list.left {
    margin-right: auto; }
  .menu-list.right {
    margin-left: auto; }

.menu-item {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0; }

.menu-button {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  color: #c7ccd1; }
  .menu-button:focus {
    outline: none; }

.menu-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 1rem 0 0 0;
  padding: 0;
  left: 50%;
  border-top: 2px solid #56b3ff; }
  .menu-dropdown.active {
    visibility: visible;
    position: absolute;
    -webkit-transform: translateY(0rem) translateX(-50%);
        -ms-transform: translateY(0rem) translateX(-50%);
            transform: translateY(0rem) translateX(-50%); }
  .menu-dropdown .dropdown-item {
    background: white;
    display: block;
    margin: 0;
    padding: 0; }
  .menu-dropdown a {
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    color: black; }
    .menu-dropdown a:hover {
      background-color: #f4f5f6;
      color: #56b3ff;
      text-decoration: none; }

@media (max-width: 979px) {
  .navbar-logotype img {
    height: 2rem; }
  .navbar-wrapper {
    padding: .75rem 0; }
  .navbar:after {
    height: 3.5rem; }
  .menu-list {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-item {
    margin: 0; }
  .menu-button {
    display: block; }
  .mobile-navbar-wrapper.show {
    visibility: visible; }
    .mobile-navbar-wrapper.show .menu-list {
      height: 100vh; } }

:root {
  --padding-height-base: 3rem; }

.section {
  padding: calc(var(--padding-height-base)*1) 0; }
  .section.white {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(white));
    background: linear-gradient(#f9fafa, white);
    background-size: 8px; }
  .section.black {
    background: black; }
  .section.big {
    padding: calc(var(--padding-height-base)*2) 0; }
  .section.bigger {
    padding: calc(var(--padding-height-base)*3) 0; }
  .section.biggest {
    padding: calc(var(--padding-height-base)*4) 0; }

@media (max-width: 979px) {
  .section {
    padding: 1rem .5rem; } }
