@font-face {
  font-family: "MarkPro";
  src: url("/assets/fonts/markpro.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "MarkProMedium";
  src: url("/assets/fonts/markpro-medium.woff") format("woff");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "MarkProBold";
  src: url("/assets/fonts/markpro-bold.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "MarkProHeavy";
  src: url("/assets/fonts/markpro-heavy.woff") format("woff");
  font-weight: 800; /* Heavy */
  font-style: normal;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.lux2-grid .responsive-container {
  margin: 0px auto;
  width: 100%;
}

.lux2-grid .responsive-container .teal-solid {
  background-color: rgb(0, 163, 173);
}

.lux2-grid .responsive-container .yellow-solid {
  background-color: rgb(253, 204, 8);
}

.lux2-grid .responsive-container .purple-solid {
  background-color: rgb(68, 66, 146);
}

.lux2-grid .responsive-container .navy-solid {
  background-color: rgb(23, 38, 89);
}

.lux2-grid .responsive-container .berry-solid {
  background-color: rgb(128, 39, 108);
}

.lux2-grid .responsive-container .jade-solid {
  background-color: rgb(0, 98, 128);
}

.lux2-grid .responsive-container .pink-solid {
  background-color: rgb(255, 110, 126);
}

.lux2-grid .responsive-container .white-solid {
  background-color: rgb(255, 255, 255);
}

.lux2-grid .responsive-container .grey-solid {
  background-color: rgb(241, 244, 246);
}

.lux2-grid .responsive-container .black-solid {
  background-color: rgb(0, 0, 0);
}

.lux2-grid .grid-full-width {
  max-width: 100%;
}

.lux2-grid .grid-twelve-width {
  max-width: 63.75rem;
  grid-column: span 12;
}

.lux2-grid .grid-alignment-center {
  justify-items: center;
  text-align: center;
}

.lux2-grid .grid-alignment-left {
  justify-items: flex-start;
}

.lux2-grid .grid-alignment-right {
  justify-items: flex-end;
}

.lux2-grid .aem-GridColumn.column,
.lux2-grid .aem-GridColumn.columns {
  padding: 0.1rem 1rem;
  width: 100%;
}

.lux2-grid .aem-GridColumn.column.grid-no-left-padding,
.lux2-grid .aem-GridColumn.columns.grid-no-left-padding {
  padding-left: 0px;
}

.lux2-grid .aem-GridColumn.column.grid-no-right-padding,
.lux2-grid .aem-GridColumn.columns.grid-no-right-padding {
  padding-right: 0px;
}

.lux2-grid .aem-GridColumn.column.grid-no-left-right-padding,
.lux2-grid .aem-GridColumn.columns.grid-no-left-right-padding {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 30.75rem) {
  .lux2-grid
    .aem-GridColumn.responsive-container.grid-twelve-width
    .column
    .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media only screen and (max-width: 30.6875rem) {
  .lux2-grid .aem-Grid.aem-Grid--phone--1,
  .lux2-grid .aem-Grid.aem-Grid--1.aem-Grid--phone--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--1 {
    grid-column: span 1;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--2,
  .lux2-grid .aem-Grid.aem-Grid--2.aem-Grid--phone--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--2 {
    grid-column: span 2;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--3,
  .lux2-grid .aem-Grid.aem-Grid--3.aem-Grid--phone--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--3 {
    grid-column: span 3;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--4,
  .lux2-grid .aem-Grid.aem-Grid--4.aem-Grid--phone--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--4 {
    grid-column: span 4;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--5,
  .lux2-grid .aem-Grid.aem-Grid--5.aem-Grid--phone--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--5 {
    grid-column: span 5;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--6,
  .lux2-grid .aem-Grid.aem-Grid--6.aem-Grid--phone--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--6 {
    grid-column: span 6;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--7,
  .lux2-grid .aem-Grid.aem-Grid--7.aem-Grid--phone--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--7 {
    grid-column: span 7;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--8,
  .lux2-grid .aem-Grid.aem-Grid--8.aem-Grid--phone--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--8 {
    grid-column: span 8;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--9,
  .lux2-grid .aem-Grid.aem-Grid--9.aem-Grid--phone--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--9 {
    grid-column: span 9;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--10,
  .lux2-grid .aem-Grid.aem-Grid--10.aem-Grid--phone--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--10 {
    grid-column: span 10;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--11,
  .lux2-grid .aem-Grid.aem-Grid--11.aem-Grid--phone--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--11 {
    grid-column: span 11;
  }

  .lux2-grid .aem-Grid.aem-Grid--phone--12,
  .lux2-grid .aem-Grid.aem-Grid--12.aem-Grid--phone--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .lux2-grid .aem-GridColumn--phone--12 {
    grid-column: span 12;
  }

  .lux2-grid
    .aem-Grid[class*="aem-Grid--phone"]
    > .aem-GridColumn:not([class*="aem-GridColumn--phone--"]) {
    grid-column: span 12;
    margin: 0px auto;
    width: 100%;
  }

  .lux2-grid .aem-GridColumn--phone--hide {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 53.1875rem) {
  .lux2-grid .aem-Grid.aem-Grid--tablet--1,
  .lux2-grid .aem-Grid.aem-Grid--1.aem-Grid--tablet--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--1 {
    grid-column: span 1;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--2,
  .lux2-grid .aem-Grid.aem-Grid--2.aem-Grid--tablet--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--2 {
    grid-column: span 2;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--3,
  .lux2-grid .aem-Grid.aem-Grid--3.aem-Grid--tablet--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--3 {
    grid-column: span 3;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--4,
  .lux2-grid .aem-Grid.aem-Grid--4.aem-Grid--tablet--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--4 {
    grid-column: span 4;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--5,
  .lux2-grid .aem-Grid.aem-Grid--5.aem-Grid--tablet--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--5 {
    grid-column: span 5;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--6,
  .lux2-grid .aem-Grid.aem-Grid--6.aem-Grid--tablet--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--6 {
    grid-column: span 6;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--7,
  .lux2-grid .aem-Grid.aem-Grid--7.aem-Grid--tablet--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--7 {
    grid-column: span 7;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--8,
  .lux2-grid .aem-Grid.aem-Grid--8.aem-Grid--tablet--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--8 {
    grid-column: span 8;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--9,
  .lux2-grid .aem-Grid.aem-Grid--9.aem-Grid--tablet--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--9 {
    grid-column: span 9;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--10,
  .lux2-grid .aem-Grid.aem-Grid--10.aem-Grid--tablet--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--10 {
    grid-column: span 10;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--11,
  .lux2-grid .aem-Grid.aem-Grid--11.aem-Grid--tablet--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--11 {
    grid-column: span 11;
  }

  .lux2-grid .aem-Grid.aem-Grid--tablet--12,
  .lux2-grid .aem-Grid.aem-Grid--12.aem-Grid--tablet--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .lux2-grid .aem-GridColumn--tablet--12 {
    grid-column: span 12;
  }

  .lux2-grid
    .aem-Grid[class*="aem-Grid--tablet"]
    > .aem-GridColumn:not([class*="aem-GridColumn--tablet--"]) {
    grid-column: span 12;
    margin: 0px auto;
    width: 100%;
  }

  .lux2-grid .aem-GridColumn--tablet--hide {
    display: none;
  }
}

@media only screen and (min-width: 53.25rem) {
  .lux2-grid .aem-Grid.aem-Grid--default--1,
  .lux2-grid .aem-Grid.aem-Grid--1.aem-Grid--default--1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--1 {
    grid-column: span 1;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--2,
  .lux2-grid .aem-Grid.aem-Grid--2.aem-Grid--default--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--2 {
    grid-column: span 2;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--3,
  .lux2-grid .aem-Grid.aem-Grid--3.aem-Grid--default--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--3 {
    grid-column: span 3;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--4,
  .lux2-grid .aem-Grid.aem-Grid--4.aem-Grid--default--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--4 {
    grid-column: span 4;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--5,
  .lux2-grid .aem-Grid.aem-Grid--5.aem-Grid--default--5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--5 {
    grid-column: span 5;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--6,
  .lux2-grid .aem-Grid.aem-Grid--6.aem-Grid--default--6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--6 {
    grid-column: span 6;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--7,
  .lux2-grid .aem-Grid.aem-Grid--7.aem-Grid--default--7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--7 {
    grid-column: span 7;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--8,
  .lux2-grid .aem-Grid.aem-Grid--8.aem-Grid--default--8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--8 {
    grid-column: span 8;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--9,
  .lux2-grid .aem-Grid.aem-Grid--9.aem-Grid--default--9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--9 {
    grid-column: span 9;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--10,
  .lux2-grid .aem-Grid.aem-Grid--10.aem-Grid--default--10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--10 {
    grid-column: span 10;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--11,
  .lux2-grid .aem-Grid.aem-Grid--11.aem-Grid--default--11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--11 {
    grid-column: span 11;
  }

  .lux2-grid .aem-Grid.aem-Grid--default--12,
  .lux2-grid .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .lux2-grid .aem-GridColumn--default--12 {
    grid-column: span 12;
  }

  .lux2-grid
    .aem-Grid[class*="aem-Grid--default"]
    > .aem-GridColumn:not([class*="aem-GridColumn--default--"]) {
    grid-column: span 12;
    margin: 0px auto;
    width: 100%;
  }

  .lux2-grid .aem-GridColumn--default--hide {
    display: none;
  }
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-yellow: #fdcc08;
  --color-teal: #00a3ad;
  --color-digital-teal: #00828e;
  --color-jade: #006280;
  --color-midnight: #00323a;
  --color-grey0: #f1f4f6;
  --color-grey1: #e3e9ec;
  --color-grey2: #d1d7da;
  --color-grey3: #acafb2;
  --color-grey4: #74767b;
  --color-grey5: #575859;
  --color-type: #333333;
  --color-disabled-states: #dadada;
  --color-gold: #ffa100;
  --color-navy: #172659;
  --color-green: #3a7e30;
  --color-green-light: #eef9ed;
  --color-warning: #e5bb00;
  --color-warning-light: #fff8d9;
  --color-red: #d93a1b;
  --color-red-light: #fcedea;
  --color-informative: #0b5dbc;
  --color-informative-light: #e7eff8;
  --color-grey19: #191919;
  --color-grey32: #323232;
  --color-greyf5: #f5f5f5;
  --color-grey99: #999999;
  --color-pink: #ff6e7e;
  --color-dark-grey: var(--color-grey5);
  --color-border-default: var(--color-grey2);
  --font-primary: "MarkPro";
  --font-primary-bold: "MarkProBold";
  --font-primary-heavy: "MarkProHeavy";
  --font-primary-medium: "MarkProMedium";
  --font-primary-thin: "MarkProThin";
  --grid-gutter-width: 1rem;
  --aem-container-width: 63.75rem;
}

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

body {
  font-family: MarkPro;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: var(--color-black, "#000000");
  background: var(--color-white, "#ffffff");
  cursor: auto;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  text-size-adjust: 100%;
}

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

.align-none {
  text-align: inherit;
}

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

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

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

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

.flex-left {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.flex-right {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.v-p-xlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.v-p-small {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.v-p-normal {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.v-small-bottom {
  margin-bottom: 0.75rem;
}

.p-normal {
  padding: 1.5rem 0.9375rem;
}

.p-small {
  padding: 0.75rem 0.9375rem;
}

.h-p-normal {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.h-p-normal-left {
  padding-left: 0.9375rem;
}

.h-p-normal-right {
  padding-right: 0.9375rem;
}

.h-p-xsmall-right {
  padding-right: 0.375rem;
}

.h-p-xsmall-left {
  padding-left: 0.375rem;
}

.h-normal {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.v-zero {
  margin-bottom: 0px;
  margin-top: 0px;
}

.v-zero-top {
  margin-top: 0px;
}

.v-zero-bottom {
  margin-bottom: 0px;
}

.v-small {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.v-no-top {
  margin-top: 0px;
}

.v-small-top {
  margin-top: 0.75rem;
}

.v-p-small-top {
  padding-top: 0.75rem;
}

.v-no-bottom {
  margin-bottom: 0px;
}

.v-p-small-bottom {
  padding-bottom: 0.75rem;
}

.v-no {
  margin-top: 0px;
  margin-bottom: 0px;
}

.v-normal {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.v-normal-top {
  margin-top: 1.5rem;
}

.v-normal-bottom {
  margin-bottom: 1.5rem;
}

.v-p-normal-top {
  padding-top: 1.5rem;
}

.v-p-normal-bottom {
  padding-bottom: 1.5rem;
}

.v-large {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.v-p-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.v-large-top {
  margin-top: 3rem;
}

.v-large-bottom {
  margin-bottom: 3rem;
}

.v-p-large-top {
  padding-top: 3rem;
}

.v-p-large-bottom {
  padding-bottom: 3rem;
}

.v-xlarge {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.v-xlarge-top {
  margin-top: 6rem;
}

.v-xlarge-bottom {
  margin-bottom: 6rem;
}

.v-xlarge-bottom-responsive {
  margin-bottom: 6rem;
}

@media (min-width: 53.25rem) {
  .v-xlarge-bottom-responsive {
    margin-bottom: 7.5rem;
  }
}

.v-p-xlarge-top {
  padding-top: 6rem;
}

.v-p-xlarge-bottom {
  padding-bottom: 6rem;
}

.v-p-xxLargeSpace {
  padding-bottom: 7.5rem;
}

.v-p-normal-adjusted {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.v-p-small-adjusted {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: MarkProHeavy;
}

h6 {
  font-family: MarkProBold;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0px 0px 2.5rem;
}

@media screen and (min-width: 53.25rem) {
  h1 {
    font-size: 4rem;
    line-height: 1;
  }
}

h1.large {
  margin: 3rem 0px;
}

h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0px 0px 1.375rem;
}

@media screen and (min-width: 53.25rem) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0px 0px 1.5rem;
}

@media screen and (min-width: 53.25rem) {
  h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0px 0px 1.5rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0px 0px 1.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0px 0px 1.125rem;
  font-family: MarkProBold;
}

p {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 0px 0px 1rem;
}

p:last-child {
  margin-bottom: 0px;
}

p.large {
  margin: 0px 0px 1rem;
}

p.small {
  margin: 0px 0px 1rem;
}

p b,
p strong,
p.strong {
  font-family: MarkProHeavy;
}

a {
  font-size: 1rem;
  line-height: 24px;
  color: var(--color-blue, #006280);
  font-family: MarkProBold;
  text-decoration: none;
}

button {
  border: none;
}

.hide {
  display: none;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.fJxAWA .text-component-wrapper {
  padding-top: 0px;
}

.jIWuLf {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.kMXRZv {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
}

.kMXRZv svg {
  width: inherit;
  height: inherit;
  fill: rgb(51, 51, 51);
}

.kMXRZv svg * {
  stroke: none;
}

.iNYLbK {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}

.iNYLbK svg {
  width: inherit;
  height: inherit;
  fill: rgb(51, 51, 51);
}

.iNYLbK svg * {
  stroke: rgb(51, 51, 51);
}

.edcPOe {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  height: 8.75rem;
  background-color: rgb(0, 131, 138);
  background-image: none;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .edcPOe {
    height: 9.375rem;
    background-color: rgb(0, 131, 138);
    background-image: none;
    background-size: cover;
    background-position: center center;
  }
}

@media (min-width: 63.75rem) {
  .edcPOe {
    top: -9.75rem;
    margin-bottom: -9.75rem;
    height: 18.75rem;
    background-color: rgb(0, 131, 138);
    background-image: none;
    background-size: cover;
    background-position: center center;
  }
}

.edcPOe h1 {
  font-size: 3.75rem;
}

.edcPOe h2 {
  font-size: 1.5rem;
}

.edcPOe p {
  font-size: 1rem;
}

.bhIApu {
  position: relative;
  margin: 0px auto;
  height: 100%;
}

@media (min-width: 63.75rem) {
  .bhIApu {
    max-width: 63.75rem;
  }
}

.fBCcIk {
  max-width: 63.75rem;
}

.jjwqQY {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 205.128%;
  top: 65%;
  left: 50%;
  right: -155.128%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .jjwqQY {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .jjwqQY {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .jjwqQY {
    display: block;
  }
}

.ceDXhc {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 205.128%;
  top: 25%;
  left: 50%;
  right: -155.128%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .ceDXhc {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .ceDXhc {
    display: block;
  }
}

@media (min-width: 63.75rem) {
  .ceDXhc {
    display: none;
  }
}

.gfyLWD {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 76.9231%;
  top: 10%;
  left: 50%;
  right: -26.9231%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .gfyLWD {
    display: block;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .gfyLWD {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .gfyLWD {
    display: none;
  }
}

.hSqIwI {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 250%;
  top: 65%;
  left: 50%;
  right: -200%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .hSqIwI {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .hSqIwI {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .hSqIwI {
    display: block;
  }
}

.jKdmRc {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 250%;
  top: 25%;
  left: 50%;
  right: -200%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .jKdmRc {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .jKdmRc {
    display: block;
  }
}

@media (min-width: 63.75rem) {
  .jKdmRc {
    display: none;
  }
}

.cKXjaG {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 93.75%;
  top: 10%;
  left: 50%;
  right: -43.75%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .cKXjaG {
    display: block;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .cKXjaG {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .cKXjaG {
    display: none;
  }
}

.ilcfGu {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 80.8081%;
  top: 65%;
  left: 50%;
  right: -30.8081%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .ilcfGu {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .ilcfGu {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .ilcfGu {
    display: block;
  }
}

.fEZapu {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 80.8081%;
  top: 25%;
  left: 50%;
  right: -30.8081%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .fEZapu {
    display: none;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .fEZapu {
    display: block;
  }
}

@media (min-width: 63.75rem) {
  .fEZapu {
    display: none;
  }
}

.hlrzbX {
  position: absolute;
  min-height: 5%;
  min-width: 4.16667%;
  width: 30.303%;
  top: 10%;
  left: 50%;
  right: 19.697%;
  z-index: 1;
}

@media (max-width: 30.75rem) {
  .hlrzbX {
    display: block;
  }
}

@media (min-width: 30.75rem) and (max-width: 63.75rem) {
  .hlrzbX {
    display: none;
  }
}

@media (min-width: 63.75rem) {
  .hlrzbX {
    display: none;
  }
}

.cEBSAW {
  margin-left: -50%;
  text-align: center;
  width: 100%;
  min-height: 100%;
}

.cEBSAW .imageRender {
  display: block;
}

.cEBSAW h1 {
  margin: 0px !important;
}

.cEBSAW h2 {
  margin: 0px !important;
}

.cEBSAW .cta a {
  margin: 0px !important;
}

.cEBSAW .cta {
  width: 100%;
}

.cEBSAW .cta a {
  min-width: auto;
  width: 100%;
}

.bZorUq {
  margin-left: -50%;
  text-align: center;
  width: 100%;
  min-height: 100%;
}

.bZorUq .imageRender {
  display: block;
}

.bZorUq h1 {
  margin: 0px !important;
}

.bZorUq h2 {
  margin: 0px !important;
}

.bZorUq .cta a {
  margin: 0px !important;
}

.bZorUq .cta {
  width: 100%;
}

.bZorUq .cta a {
  min-width: auto;
  width: 100%;
}

.liQflF .text-component-wrapper {
  padding-top: 0px;
}

.liQflF table {
  background: rgb(255, 255, 255);
  border-top: 0.0625rem solid rgb(209, 215, 218);
  border-right: 0.0625rem solid rgb(209, 215, 218);
  border-image: initial;
  border-bottom: none;
  border-left: none;
  table-layout: auto;
  width: 100%;
}

.liQflF table.responsive td {
  min-width: auto;
}

.liQflF table td {
  color: rgb(25, 25, 25);
  font-size: 0.875rem;
  padding: 0.625rem;
  text-align: left;
  border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(221, 221, 221)
    rgb(221, 221, 221);
  border-left-width: 0.0625rem;
  border-left-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  white-space: normal;
}

.cjgWWq {
  margin-top: 24px;
}

@media only screen and (min-width: 852px) {
  .cjgWWq {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1020px) {
  .cjgWWq {
    margin-top: 24px;
  }
}

.qCHSq {
  margin-bottom: 24px;
}

@media only screen and (min-width: 852px) {
  .qCHSq {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1020px) {
  .qCHSq {
    margin-bottom: 24px;
  }
}

.bYROjk {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 852px) {
  .bYROjk {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1020px) {
  .bYROjk {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.gUthOe {
  margin-top: 24px;
  margin-bottom: 48px;
}

@media only screen and (min-width: 852px) {
  .gUthOe {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 1020px) {
  .gUthOe {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

.cruCcC {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 0rem) {
  .cruCcC {
    display: block;
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.kUcTsR {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: wrap;
  margin: 0px auto;
  max-width: 80rem;
}

.booiUg {
  padding-top: 0rem;
  padding-bottom: 0px;
}

.booiUg .row > .column {
  padding: 0px;
}

@media (min-width: 30.75rem) {
  .fVaUEp {
    max-width: 30.75rem;
    margin: 0px auto;
  }
}

.kVKGCE {
  background-color: rgb(253, 204, 8);
  border: none;
  line-height: normal;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-family: MarkProBold;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2.5rem;
  max-height: 2.5rem;
  margin: 0.375rem 0px;
  min-height: 2.5rem;
  min-width: 16.25rem;
  overflow: hidden;
  vertical-align: middle;
  padding: 0.625rem 0px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: background-color 0.3s ease-out;
  user-select: none;
  white-space: nowrap;
}

@media (min-width: 53.25rem) {
  .kVKGCE {
    width: auto;
  }
}

.kVKGCE[disabled] {
  opacity: 0.3;
  outline: 0px;
  cursor: default;
}

.kVKGCE:not([disabled]):active,
.kVKGCE:not([disabled]):focus,
.kVKGCE:not([disabled]):hover {
  background-color: rgb(255, 226, 0);
  text-decoration: none;
}

.kVKGCE.primary:not([disabled]):active,
.kVKGCE.primary:not([disabled]):focus,
.kVKGCE.primary:not([disabled]):hover {
  color: rgb(0, 0, 0);
}

.kVKGCE.secondary {
  border: 0.125rem solid rgb(0, 98, 128);
  background-color: rgb(255, 255, 255);
  color: rgb(0, 98, 128);
}

.kVKGCE.secondary:not([disabled]):active,
.kVKGCE.secondary:not([disabled]):focus,
.kVKGCE.secondary:not([disabled]):hover {
  background-color: rgb(209, 215, 218);
  border: 0.125rem solid rgb(209, 215, 218);
}

.kVKGCE.tertiary {
  border: 0.125rem solid rgb(209, 215, 218);
  background-color: transparent;
  line-height: 1rem;
}

.kVKGCE.tertiary:not([disabled]):active,
.kVKGCE.tertiary:not([disabled]):focus,
.kVKGCE.tertiary:not([disabled]):hover {
  background-color: rgb(209, 215, 218);
}

.kVKGCE.tertiary.inverse {
  color: rgb(255, 255, 255);
  border: 0.125rem solid rgb(209, 215, 218);
  line-height: 1rem;
}

.kVKGCE.tertiary.inverse:not([disabled]):active,
.kVKGCE.tertiary.inverse:not([disabled]):focus,
.kVKGCE.tertiary.inverse:not([disabled]):hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.cENTdV {
  font-family: MarkProHeavy;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
}

@media (min-width: 53.25rem) {
  .cENTdV {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.kMxZtK {
  position: absolute;
  opacity: 0;
}

.kWLJKA {
  background-color: rgb(0, 130, 142);
  color: rgb(255, 255, 255);
  padding: 1.25rem 0.625rem;
  text-align: center;
  font-family: MarkProBold;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
}

.eTbcGG {
  margin: 0px auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.dgUwkN {
  padding-top: 3px;
  margin-bottom: 0.375rem;
  display: block;
  letter-spacing: 0.05rem;
  font-weight: normal;
  cursor: default;
}

.afjkk {
  display: flex;
  flex-direction: row;
  text-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0px 0px 0.9375rem;
}

.dtYbUc {
  -webkit-box-flex: 0.48;
  flex-grow: 0.48;
}

.dtYbUc > a.tertiary {
  border: 0.125rem solid rgb(0, 163, 173) !important;
  background-color: rgb(255, 255, 255) !important;
}

.gMUHqT {
  -webkit-box-flex: 0.48;
  flex-grow: 0.48;
}

.gMUHqT > a.tertiary {
  border: 0.125rem solid rgb(172, 175, 178) !important;
  background-color: rgb(241, 244, 246) !important;
}

.gUUUtQ {
  position: relative;
  width: 100%;
}

.jXeZkB {
  padding: 0px;
  position: relative;
}

@media (min-width: 30.75rem) {
  .jXeZkB {
    width: 18rem;
  }
}

.eVOZvL {
  min-height: 1.5rem;
}

.bOczyX {
  font-family: MarkPro;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 2.5rem;
  border: 0.0625rem solid rgb(136, 138, 140);
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  box-shadow: none;
  padding: 0.75rem 1rem 0.625rem 0.625rem;
  width: 100%;
}

.bOczyX:focus,
.bOczyX:hover,
.bOczyX:active {
  border: 0.0625rem solid rgb(0, 0, 0);
}

.bOczyX .disabled,
.bOczyX:disabled {
  background: rgb(227, 233, 236);
  color: rgb(87, 88, 89);
}

.bOczyX .hide-number-controls input::-webkit-inner-spin-button,
.bOczyX .hide-number-controls input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.bOczyX.error {
  border: 0.125rem solid rgb(217, 58, 27);
}

.bOczyX:focus {
  background-color: rgb(255, 255, 255);
}

.jZFJOS {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (min-width: 30.75rem) {
  .jZFJOS {
    width: 18rem;
  }
}

.cIkly .input-text > div {
  width: 100%;
}

.hZKZbk {
  padding-top: 3px;
  margin-bottom: 0.375rem;
  display: block;
  letter-spacing: 0.05rem;
  font-weight: normal;
  cursor: default;
}

.hrldHx {
  display: flex;
  flex-direction: row;
  text-align: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0.9375rem -0.3125rem;
}

.eRBLga {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 0px 0.3125rem;
}

.dzLCDm {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.QmMpw {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.QmMpw svg {
  width: inherit;
  height: inherit;
  fill: rgb(60, 128, 49);
}

.QmMpw svg * {
  stroke: rgb(60, 128, 49);
}

.gKomtW {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.bKdjmr {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 0.625rem;
  font-size: 0.875rem;
  color: rgb(51, 51, 51);
}

.dgIApF {
  padding-right: 0.625rem;
}

.iUtdfq {
  margin: 1.25rem;
}

.kSgwPf .text-component-wrapper {
  padding-top: 0px;
}

/* Loader styles */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.loader-grid {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-end;
  justify-content: center;
  height: 40px;
}

.loader-square {
  width: 12px;
  height: 12px;
  border-radius: 0;
  animation: heightPulse 0.75s infinite ease-in-out;
}

.loader-square:nth-child(1) {
  animation-delay: 0s;
}

.loader-square:nth-child(2) {
  animation-delay: 0.25s;
}

.loader-square:nth-child(3) {
  animation-delay: 0.5s;
}

.loader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-logo img {
  width: 120px;
  height: auto;
}

@keyframes heightPulse {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(3);
  }
}

.loader-overlay.hidden {
  display: none;
}

/* Второй этап - стили */
.customer-info-block {
  background-color: #ffffff;
  border-bottom: 1px solid rgb(209, 215, 218);
  margin-bottom: 10px;
}

.customer-info-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.customer-details {
  flex: 1;
}

.phone-info, .voucher-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.phone-icon, .voucher-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.phone-number, .voucher-number {
  font-size: 1.25rem;
  color: #333333;
  font-family: 'MarkProBold';
  padding-left: 5px;
}

.change-button-container {
  margin-left: 20px;
}

.change-button {
  color: rgb(0, 98, 128);
  font-family: 'MarkProBold';
  background: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}

.auto-recharge-info {
  background-color: rgba(11, 93, 188, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
}

.info-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.auto-recharge-link {
  color: rgb(0, 98, 128);
  font-family: 'MarkProBold';
  padding-left: 10px;
  text-decoration: none;
  font-size: 16px;
}

.auto-recharge-link:hover {
  text-decoration: underline;
}

.tabs-container {
  margin-top: 30px;
}

.tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-button {
  background: none;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-family: 'MarkProBold';
  color: #74767b;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  width: 50%;
  text-align: center;
}

.tab-button.active {
  color: #333333;
  border-bottom: 3px solid #ff6e7e;
  border-radius: 3px 3px 0 0;
}

.tab-button:hover:not(.active) {
  color: #333333;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Скрытие первого этапа */
.step-one-hidden {
  display: none !important;
}

.collapsible-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.collapsible-item {
  border-bottom: 1px solid rgb(209, 215, 218);
}

.collapsible-item:last-child {
  border-bottom: none;
}

.collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.collapsible-header:hover {
  background-color: #f8f9fa;
}

.collapsible-title {
  font-family: 'MarkProBold';
  font-size: 16px;
  color: #333333;
  margin: 0;
  flex: 1;
  padding-right: 15px;
}

.collapsible-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.collapsible-header.open .collapsible-icon {
  transform: rotate(180deg);
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.collapsible-content.open {
  max-height: 200px;
  padding: 20px;
}

.collapsible-content p {
  font-family: 'MarkPro';
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

.disclaimer-text {
  margin-top: 20px;
  text-align: left;
}

.disclaimer-text p {
  font-family: 'MarkPro';
  font-size: 14px;
  color: #74767b;
  margin: 0;
}

.critical-info-link {
  margin-top: 16px;
  text-align: left;
}

.critical-info-link a {
  font-family: 'MarkProBold';
  font-size: 16px;
  color: #006280;
}

.critical-info-link a:hover {
  color: #00a3ad;
}

.info-section {
  padding-top: 25px;
}

/* Карточки тарифных планов */
.plans-section {
  margin: 20px 0;
}

.plan-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #e3e9ec;
}


.plan-left {
  flex: 1;
  padding-right: 20px;
}

.plan-title {
  font-family: 'MarkProBold';
  font-size: 24px;
  color: #333333;
  margin: 0 0 12px 0;
  font-weight: bold;
}

.plan-description {
  font-family: 'MarkPro';
  font-size: 14px;
  color: #555555;
  line-height: 1.4;
  margin: 0;
}

.card-link-details {
  text-decoration: none;
  color: #02838a;
}

.plan-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.plan-price {
  font-family: 'MarkProBold';
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0;
}

.plan-period {
  font-family: 'MarkPro';
  font-size: 14px;
  color: #555555;
  margin: 0;
}

.plan-select-btn {
  background-color: #fdcc08;
  color: #000000;
  border: none;
  border-radius: 20px;
  padding: 12px 24px;
  font-family: 'MarkProBold';
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 8px;
}

.plan-select-btn:hover {
  background-color: #e5b500;
}

/* Блок информации о плане */
.plan-info-block {
  background-color: #ffffff;
  border: 1px solid #e3e9ec;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.plan-name-bold {
  font-family: 'MarkProBold';
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.plan-expiry-text {
  font-family: 'MarkPro';
  font-size: 14px;
  color: #74767b;
}

.plan-name-info, .plan-expiry-info {
  display: block;
  margin-bottom: 5px;
}

/* Total блок */
.total-block {
  margin: 30px 0 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e3e9ec;
  border-bottom: 1px solid #e3e9ec;
}

.total-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total-label {
  font-family: 'MarkProBold';
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.total-price {
  font-family: 'MarkProBold';
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

/* Payment section */
.payment-section {
  margin-top: 30px;
}

.payment-label {
  font-family: 'MarkPro';
  font-size: 16px;
  color: #74767b;
  margin-bottom: 20px;
}

.payment-methods {
  margin-bottom: 30px;
}

.payment-method {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #e3e9ec;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-method.active {
  border-color: #006280;
  background-color: #f8f9fa;
}

.payment-method.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.payment-method input[type="radio"] {
  margin-right: 12px;
}

.payment-method label {
  font-family: 'MarkPro';
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

/* Card form */
.card-form {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e3e9ec;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-family: 'MarkPro';
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
}

.input-with-icon {
  position: relative;
}

.form-field input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid #d1d7da;
  border-radius: 6px;
  font-family: 'MarkPro';
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}

.form-field input:focus {
  outline: none;
  border-color: #006280;
}

.input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  pointer-events: none;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-field.half {
  flex: 1;
}

.recharge-btn {
  background-color: #fdcc08;
  color: #000000;
  border: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-family: 'MarkProBold';
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 20px;
}

.recharge-btn:hover {
  background-color: #e5b500;
}

.recharge-btn:active {
  background-color: #d1a200;
}

/* Модальные окна в стилистике Optus */
.custom-modal {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.custom-modal .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.custom-modal .remodal-wrapper {
  padding: 20px !important;
}

.custom-modal .remodal-content {
  background-color: #ffffff !important;
  border-radius: 16px !important;
  padding: 0 !important;
  max-width: 450px !important;
  margin: 0 auto !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Push модал */
.push-modal-content {
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
}

.push-header {
  margin-bottom: 20px;
}

.push-icon {
  margin-bottom: 15px;
}

.push-title {
  font-family: 'MarkProBold';
  font-size: 22px;
  color: #333333;
  margin: 0;
}

.push-body p {
  font-family: 'MarkPro';
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.timer-container {
  margin: 30px 0;
}

.timer-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #e3e9ec;
  border-radius: 50%;
  position: relative;
  background-color: #f8f9fa;
}

.timer-circle.active {
  border-color: #006280;
  animation: timerPulse 2s infinite ease-in-out;
}

@keyframes timerPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 98, 128, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 98, 128, 0);
  }
}

#timer-display {
  font-family: 'MarkProBold';
  font-size: 18px;
  color: #006280;
  font-weight: bold;
}

.push-subtitle {
  font-size: 14px !important;
  color: #74767b !important;
}

/* SMS модал */
.sms-modal-content {
  padding: 30px;
  background-color: #ffffff;
}

.sms-header {
  text-align: center;
  margin-bottom: 25px;
}

.sms-icon {
  margin-bottom: 15px;
}

.sms-title {
  font-family: 'MarkProBold';
  font-size: 22px;
  color: #333333;
  margin: 0;
}

.sms-body p {
  font-family: 'MarkPro';
  font-size: 16px;
  color: #555555;
  text-align: center;
  margin: 0 0 15px 0;
}

.phone-number-display {
  font-family: 'MarkProBold';
  font-size: 18px;
  color: #006280;
  font-weight: bold;
  margin-bottom: 25px !important;
}

.sms-form {
  margin-bottom: 20px;
}

.sms-input-container {
  margin-bottom: 20px;
}

.sms-input-container label {
  display: block;
  font-family: 'MarkPro';
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}

.sms-input-container input {
  width: 100%;
  padding: 15px;
  border: 2px solid #e3e9ec;
  border-radius: 8px;
  font-family: 'MarkPro';
  font-size: 18px;
  color: #333333;
  text-align: center;
  letter-spacing: 2px;
  transition: border-color 0.3s ease;
}

.sms-input-container input:focus {
  outline: none;
  border-color: #006280;
}

.sms-submit-btn {
  width: 100%;
  background-color: #fdcc08;
  color: #000000;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-family: 'MarkProBold';
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.sms-submit-btn:hover {
  background-color: #e5b500;
}

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

.sms-footer p {
  font-size: 14px !important;
  color: #74767b !important;
}

.sms-footer a {
  color: #006280;
  text-decoration: none;
  font-family: 'MarkProBold';
}

.sms-footer a:hover {
  text-decoration: underline;
}

/* Закрыть кнопку модалов */
.remodal-close {
  display: none !important;
}