.app-shadowed-box {
  background: white;
  padding: 10px 25px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1000px) {
.app-shadowed-box {
    padding: 10px 15px;
}
}
@media (max-width: 800px) {
.app-shadowed-box {
    padding: 10px 10px;
}
}

button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.bt-sec-red,
.rate-box-container .rate-box--body button.gray,
.rate-box-container .rate-box--body button.blue,
.rate-box-container .rate-box--body button.green,
.rate-box-container .rate-box--body button.orange,
.rate-box-container .rate-box--body button.purple {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black,
  .bt-sec-red,
  .rate-box-container .rate-box--body button.gray,
  .rate-box-container .rate-box--body button.blue,
  .rate-box-container .rate-box--body button.green,
  .rate-box-container .rate-box--body button.orange,
  .rate-box-container .rate-box--body button.purple {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
.bt-sec-red {
  background-color: white;
  color: #da3e3e;
  border: 1px solid #da3e3e;
}
.bt-sec-red:hover {
  color: white;
  background-color: #e26969;
  border: solid 1px #e26969;
}
.rate-box-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  color: #3e3e3e;
  box-shadow: 2px 3.5px 5px 0 rgba(0, 0, 0, 0.13);
  transition: transform 0.3s ease-in-out;
}
.rate-box-container:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.rate-box-container.selected {
  z-index: 1;
}
.rate-box-container.selected .rate-box--header .title {
  font-weight: bold;
}
.rate-box-container.rate-box {
  flex: 0 1 auto;
}
.rate-box-container.rate-box.gray {
  flex-basis: auto;
}
.rate-box-container.rate-box.green {
  border: solid 1.5px #bdf98c;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .monthly-price,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .monthly-price {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  row-gap: 10px;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .monthly-price .discount-badge,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .monthly-price .discount-badge {
  flex-direction: row;
  gap: 5px;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  padding: 2px 5px;
  margin-left: auto;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .monthly-price > .price,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .monthly-price > .price {
  grid-row: 2;
  grid-column: 1 / -1;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .monthly-price .rate-savings,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .monthly-price .rate-savings {
  grid-row: 1;
  grid-column: 1;
  padding-top: 0;
  align-self: center;
  margin-right: auto;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .total-price,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .total-price {
  display: flex;
}
.rate-box-container.rate-box.rate-box-2:not(.summer) .rate-box--body .monthly-price .price,
.rate-box-container.rate-box.rate-box-3:not(.summer) .rate-box--body .monthly-price .price {
  align-self: flex-end;
}
@media (max-width: 640px) {
.rate-box-container.rate-box {
    flex: 1 1 auto;
    max-width: 320px;
}
}
.rate-box-container.summer.rate-box,
.rate-box-container.summer.rate-box.rate-box-1,
.rate-box-container.summer.rate-box.rate-box-2 {
  min-width: 220px;
}
.rate-box-container.summer.rate-box .rate-box--header,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--header,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--header {
  font-size: 30px;
}
.rate-box-container.summer.rate-box .rate-box--body,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body {
  margin: 0;
  padding: 20px;
  gap: 0;
}
.rate-box-container.summer.rate-box .rate-box--body .monthly-price,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-items: center;
  align-self: stretch;
  row-gap: 10px;
}
.rate-box-container.summer.rate-box .rate-box--body .monthly-price .discount-badge,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price .discount-badge,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price .discount-badge {
  flex-direction: row;
  gap: 5px;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  margin-left: auto;
  padding: 2px 5px;
}
.rate-box-container.summer.rate-box .rate-box--body .monthly-price > .price,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price > .price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price > .price {
  font-size: min(12vw, 45px);
  grid-row: 2;
  grid-column: 1 / -1;
}
.rate-box-container.summer.rate-box .rate-box--body .monthly-price .rate-savings,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price .rate-savings,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price .rate-savings {
  grid-row: 1;
  grid-column: 1;
  padding-top: 0;
  align-self: center;
  margin-right: auto;
}
.rate-box-container.summer.rate-box .rate-box--body .monthly-price .rate-savings .alt-monthly-price,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .monthly-price .rate-savings .alt-monthly-price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .monthly-price .rate-savings .alt-monthly-price {
  color: inherit;
}
.rate-box-container.summer.rate-box .rate-box--body .total-price,
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body .total-price,
.rate-box-container.summer.rate-box.rate-box-2 .rate-box--body .total-price {
  display: flex;
  margin-top: 10px;
}
.rate-box-container.summer.selected {
  transform: scale(1.2);
  transform-origin: top;
}
.rate-box-container.summer.selected .rate-box--body {
  border: 3px solid #b9e3ff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rate-box-container.summer.selected .rate-box--body .rate-savings .saving {
  background-color: #e7f4fc;
  color: #42b2fc;
}
.rate-box-container.summer.selected.orange .rate-box--body {
  border-color: #F36D21;
}
.rate-box-container.summer.selected.orange .rate-box--body .rate-savings .saving {
  background-color: #F36D21;
  color: white;
}
.rate-box-container.summer:not(.selected) {
  transform: scale(0.9);
  transform-origin: top;
}
@media (max-width: 640px) {
.rate-box-container.summer.rate-box {
    flex-grow: 0;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body,
  .rate-box-container.summer.rate-box.rate-box-2 .rate-box--body {
    padding: 10px 10px;
}
.rate-box-container.summer.rate-box.rate-box-1 .rate-box--body.big-numbers,
  .rate-box-container.summer.rate-box.rate-box-2 .rate-box--body.big-numbers {
    padding: 10px 5px;
}
}
@media (max-width: 550px) {
.rate-box-container.summer.rate-box,
  .rate-box-container.summer.rate-box.rate-box-1,
  .rate-box-container.summer.rate-box.rate-box-2 {
    min-width: unset;
}
}
.rate-box-container.offer {
  flex: 0 1 275px;
}
.rate-box-container.offer .rate-box--body .monthly-price {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  row-gap: 10px;
}
.rate-box-container.offer .rate-box--body .monthly-price .discount-badge {
  flex-direction: row;
  gap: 5px;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
  padding: 2px 5px;
  margin-left: auto;
}
.rate-box-container.offer .rate-box--body .monthly-price > .price {
  grid-row: 2;
  grid-column: 1 / -1;
}
.rate-box-container.offer .rate-box--body .monthly-price .rate-savings {
  grid-row: 1;
  grid-column: 1;
  padding-top: 0;
  align-self: center;
  margin-right: auto;
}
.rate-box-container.offer .rate-box--body .total-price {
  display: flex;
}
@media (max-width: 640px) {
.rate-box-container.offer {
    flex: 1 1 auto;
}
}
.rate-box-container.offer:hover {
  transform: none;
}
.rate-box-container.offer .rate-box--header {
  padding-left: 15px;
  padding-right: 15px;
}
.rate-box-container.offer .rate-box--header .title {
  font-weight: bold;
  font-size: 18px;
}
.rate-box-container.offer .rate-box--body {
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 10px;
}
.rate-box-container.offer .rate-box--body .monthly-price {
  align-items: baseline;
  align-self: stretch;
}
.rate-box-container.offer .rate-box--body .monthly-price > .price {
  line-height: 1em;
  align-self: flex-end;
  font-size: 58px;
}
.rate-box-container.offer .rate-box--body .total-price .price {
  font-weight: normal;
}
.rate-box-container .recommended-badge {
  position: absolute;
  background-image: url(./images/feb598f2028b7a10a866.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 30px;
  width: 39px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-resolution: 1.5dppx) {
.rate-box-container .recommended-badge {
    background-image: url(./images/1a9b0094fa6b53901150.png);
    background-size: contain;
}
}
@media (max-width: 640px) {
.rate-box-container:not(.summer).rate-box.rate-box-2 .rate-box--body .monthly-price {
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    row-gap: 10px;
}
.rate-box-container:not(.summer).rate-box.rate-box-2 .rate-box--body .monthly-price .discount-badge {
    flex-direction: row;
    gap: 5px;
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    padding: 2px 5px;
    margin-left: auto;
}
.rate-box-container:not(.summer).rate-box.rate-box-2 .rate-box--body .monthly-price > .price {
    grid-row: 2;
    grid-column: 1 / -1;
}
.rate-box-container:not(.summer).rate-box.rate-box-2 .rate-box--body .monthly-price .rate-savings {
    grid-row: 1;
    grid-column: 1;
    padding-top: 0;
    align-self: center;
    margin-right: auto;
}
.rate-box-container:not(.summer).rate-box.rate-box-2 .rate-box--body .total-price {
    display: flex;
}
.rate-box-container .recommended-badge {
    width: 32px;
    left: 23px;
}
}
.rate-box-container .rate-box--header {
  text-align: center;
  background-color: #b9e3ff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  padding: 0 10px;
}
.rate-box-container .rate-box--header.gray {
  background-color: #efeffa;
}
.rate-box-container .rate-box--header.blue {
  background-color: #cef5f7;
}
.rate-box-container .rate-box--header.green {
  background-color: #bdf98c;
}
.rate-box-container .rate-box--header.turquoise {
  background-color: #abf8e9;
}
.rate-box-container .rate-box--header.orange {
  background-color: #F36D21;
  color: white;
}
.rate-box-container .rate-box--header.orange .number-of-programs {
  color: #3e3e3e;
}
.rate-box-container .rate-box--header.light-blue .number-of-programs {
  color: #1482fd;
}
.rate-box-container .rate-box--header.purple {
  background-color: #ede4ff;
}
.rate-box-container .rate-box--header .title {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.rate-box-container .rate-box--header .title .number-of-programs {
  font-size: 36px;
  line-height: 22px;
}
@media (max-width: 950px) and (min-width: 550px) {
.rate-box-container .rate-box--header .title {
    font-size: 15px;
}
}
@media (max-width: 550px) {
.rate-box-container .rate-box--header .title {
    font-size: 18px;
}
}
.rate-box-container .rate-box--body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 10px 20px 15px 20px;
  flex-wrap: nowrap;
}
.rate-box-container .rate-box--body.big-numbers {
  padding-left: 10px;
  padding-right: 10px;
}
.rate-box-container .rate-box--body.big-numbers .monthly-price > .price {
  font-size: min(4vw, 43px);
  letter-spacing: -2px;
}
.rate-box-container .rate-box--body.big-numbers .rate-savings .alt-monthly-price .price {
  font-size: clamp(12px, 2vw, 15px);
}
.rate-box-container .rate-box--body.medium-numbers {
  padding-left: 10px;
  padding-right: 10px;
}
.rate-box-container .rate-box--body.medium-numbers .monthly-price > .price {
  font-size: clamp(20px, 4vw, 38px);
}
.rate-box-container .rate-box--body.medium-numbers .rate-savings .alt-monthly-price .price {
  font-size: clamp(12px, 2vw, 16px);
}
.rate-box-container .rate-box--body .rate-savings {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-start;
  padding-top: 5px;
  flex: 0 0 auto;
  gap: 20px;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price.green {
  color: #7ac43d;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price.blue {
  color: #83c2c7;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price.orange {
  color: #F36D21;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price.light-blue {
  color: #42b2fc;
}
.rate-box-container .rate-box--body .rate-savings .alt-monthly-price .price {
  font-size: 15px;
  font-weight: normal;
  text-decoration: line-through;
}
.rate-box-container .rate-box--body .monthly-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-basis: 80px;
}
.rate-box-container .rate-box--body .monthly-price > .price {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1em;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge {
  padding: 4px 8px;
  border-radius: 7px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge.green {
  background-color: #bdf98c;
  color: #63b024;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge.blue {
  border: solid 1px #cef5f7;
  color: #83c2c7;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge.orange {
  background-color: #ffd69c;
  color: #F36D21;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge.light-blue {
  background-color: #e7f4fc;
  color: #42b2fc;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge.turquoise {
  background-color: #abf8e9;
  color: #3e3e3e;
}
.rate-box-container .rate-box--body .monthly-price .discount-badge .discount {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.rate-box-container .rate-box--body .by-month-and-program {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  flex: 0 1 auto;
  line-height: 1.2;
  color: #585858;
}
.rate-box-container .rate-box--body .total-price {
  font-size: 15px;
}
.rate-box-container .rate-box--body .saving {
  font-size: 12px;
  font-weight: bold;
  color: #5b5b5b;
  border-radius: 7px;
  padding: 4px 6px;
  text-align: center;
  background-color: #e7f4fc;
}
.rate-box-container .rate-box--body .saving.gray {
  color: #3e3e3e;
  background-color: #d9f0ff;
}
.rate-box-container .rate-box--body .saving.blue {
  color: #468386;
  background-color: #cef5f7;
}
.rate-box-container .rate-box--body .saving.green {
  color: #63b024;
  background-color: #dbffbe;
}
.rate-box-container .rate-box--body .saving.orange {
  color: #f36d21;
  background-color: #fff7f5;
}
.rate-box-container .rate-box--body .saving.purple {
  color: #b58eec;
  background-color: #ede4ff;
}
.rate-box-container .rate-box--body .saving.turquoise {
  display: none;
}
.rate-box-container .rate-box--body .installment {
  padding: 5px 20px;
  border-radius: 7px;
  box-shadow: 2px 3.5px 5px 0 rgba(0, 0, 0, 0.13);
  background-color: #dbffbe;
  margin-bottom: 5px;
}
.rate-box-container .rate-box--body button.try {
  border-radius: 22px;
  border-width: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #3e3e3e;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
}
.rate-box-container .rate-box--body button.gray {
  background-color: white;
  color: #98c6e5;
  border: 1px solid #98c6e5;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.gray:hover {
  color: white;
  background-color: #c1ddef;
  border: solid 1px #c1ddef;
}
.rate-box-container .rate-box--body button.blue {
  background-color: white;
  color: #89d1d4;
  border: 1px solid #89d1d4;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.blue:hover {
  color: white;
  background-color: #aee0e2;
  border: solid 1px #aee0e2;
}
.rate-box-container .rate-box--body button.green {
  background-color: white;
  color: #7ac43d;
  border: 1px solid #7ac43d;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.green:hover {
  color: white;
  background-color: #95d064;
  border: solid 1px #95d064;
}
.rate-box-container .rate-box--body button.orange {
  background-color: white;
  color: #fba62d;
  border: 1px solid #fba62d;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.orange:hover {
  color: white;
  background-color: #fcbb5f;
  border: solid 1px #fcbb5f;
}
.rate-box-container .rate-box--body button.purple {
  background-color: white;
  color: #b58eec;
  border: 1px solid #b58eec;
  color: #3e3e3e;
  border-width: 2px;
}
.rate-box-container .rate-box--body button.purple:hover {
  color: white;
  background-color: #d2baf3;
  border: solid 1px #d2baf3;
}
@media (max-width: 950px) and (min-width: 550px) {
.rate-box-container .rate-box--body {
    flex-direction: column;
}
}
@media (max-width: 550px) {
.rate-box-container .rate-box--body .saving {
    font-size: 11px;
}
.rate-box-container .rate-box--body .total-price {
    margin-top: 5px;
}
.rate-box-container .rate-box--body .monthly-price .alt-monthly-price .price {
    font-size: 16px;
}
}
@media (max-width: 480px) {
.rate-box-container .rate-box--body.big-numbers .monthly-price > .price {
    font-size: 24px;
}
}
@media (max-width: 640px) {
.rate-box-container .rate-box--body .saving {
    font-size: 9px;
}
.rate-box-container .rate-box--body .monthly-price > .price {
    font-size: min(9vw, 48px);
}
.rate-box-container.offer {
    width: 100%;
}
.rate-box-container.offer .rate-box--body .monthly-price {
    align-self: stretch;
}
.rate-box-container.offer .rate-box--body .monthly-price > .price {
    font-size: 58px;
}
}
.rate-box-container .rate-box--footer {
  font-size: 13px;
  padding: 0 15px 15px 15px;
  text-align: center;
  margin-top: -10px;
  display: flex;
  justify-content: center;
}
.rate-box-container .rate-box--footer .info {
  color: #42b2fc;
  text-decoration: underline;
  color: #585858;
  cursor: pointer;
}

button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.bt-sec-red {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black,
  .bt-sec-red {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
.bt-sec-red {
  background-color: white;
  color: #da3e3e;
  border: 1px solid #da3e3e;
}
.bt-sec-red:hover {
  color: white;
  background-color: #e26969;
  border: solid 1px #e26969;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.bt-sec-red {
  border-radius: 25px;
  font-size: 18px;
  padding: 0 45px;
  height: 45px;
}
.pri-button-container {
  padding: 5px 0px;
}
.pri-button-container button.bt-pri-orange {
  box-shadow: 0px 3px 0 0 #ca510d;
  background-image: linear-gradient(to top, #f67f3b, #f36121);
  font-size: 18px;
  font-weight: bold;
}
.pri-button-container button.bt-pri-orange:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to top, #f67f3b, #f36121);
}
.pricing-selector {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pricing-selector .pricing-selector-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 5px;
  border-radius: 7px;
  background-color: #b9e3ff;
  font-size: 18px;
  font-weight: 600;
  align-self: center;
  width: 100%;
  max-width: 650px;
}
.pricing-selector .pricing-selector-container .pricing-selector--option {
  flex: 1 1 190px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
}
.pricing-selector .pricing-selector-container .pricing-selector--option.current {
  border-radius: 6px;
  box-shadow: 1px 1.7px 5px 0 rgba(18, 103, 160, 0.43);
  background-color: white;
  cursor: default;
}
.pricing-selector .pricing-selector--rate-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.pricing-selector .pricing-selector--rate-list.columnable {
  gap: 20px;
}
.pricing-selector.summer {
  padding-top: 10px;
  padding-bottom: 50px;
}
.pricing-selector.summer .pricing-selector--rate-list {
  gap: clamp(10px, 6vw, 100px);
}
.pricing-selector.summer .pricing-selector--rate-list .rate-box-container .rate-box--body .monthly-price > .price {
  font-size: min(9vw, 70px);
}
.pricing-selector.summer .currency {
  margin-top: 20px;
}
@media (max-width: 640px) {
.pricing-selector {
    padding-top: 20px;
}
.pricing-selector .pricing-selector-container {
    font-size: 12px;
    gap: 0;
}
.pricing-selector .pricing-selector-container .pricing-selector--option {
    padding: 8px 5px;
}
.pricing-selector .pricing-selector--rate-list.columnable {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: center;
    row-gap: 20px;
    column-gap: 10px;
    margin-bottom: 5px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container.rate-box {
    grid-row: 2;
    max-width: initial;
    width: 100%;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container.rate-box.rate-box-3 {
    grid-row: 1;
    grid-column: 1 / span 2;
    width: 100%;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container.rate-box.rate-box-3 .rate-box--body:not(.big-numbers) .monthly-price > .price {
    font-size: 60px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container.rate-box.rate-box-3 .rate-box--body:not(.big-numbers) .rate-savings .alt-monthly-price .price {
    font-size: 22px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container.rate-box.rate-box-3 .rate-box--body.medium-numbers .monthly-price > .price {
    font-size: 40px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body {
    padding: 15px 10px 15px 10px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body .monthly-price {
    flex-basis: auto;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body .monthly-price > .price {
    flex: 1 1 auto;
    text-align: center;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body .monthly-price .discount-badge {
    padding-top: 2px;
    padding-bottom: 2px;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body .monthly-price .discount-badge .discount {
    line-height: 1em;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--body .total-price {
    margin-top: 0;
}
.pricing-selector .pricing-selector--rate-list.columnable .rate-box-container .rate-box--footer {
    margin-top: 0px;
}
.pricing-selector.summer .pricing-selector--rate-list {
    gap: 20px;
}
}
@media (max-width: 640px) {
.pricing-selector .pricing-selector--rate-list {
    gap: 20px;
    margin: 0;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-1 {
    width: auto;
    border-radius: 12px;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-2 {
    width: auto;
    border-radius: 12px;
}
.pricing-selector .pricing-selector--rate-list .rate-box-container.rate-box-3 {
    width: auto;
    border-radius: 12px;
}
}

ul.product-bullet-list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  flex: 1 1 auto;
}
ul.product-bullet-list li {
  display: flex;
  align-content: center;
  margin-bottom: 20px;
}
ul.product-bullet-list li .icon {
  background-image: url(./images/ddd9a5061629e0298985.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  margin-right: 20px;
  flex: 0 0 auto;
  align-self: flex-start;
}
@media (min-resolution: 1.5dppx) {
ul.product-bullet-list li .icon {
    background-image: url(./images/d7502ae9006916133391.png);
    background-size: contain;
}
}
ul.product-bullet-list li .text {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
ul.product-bullet-list li .text.bold {
  font-weight: bold;
}
@media (max-width: 640px) {
ul.product-bullet-list li {
    margin-bottom: 10px;
}
ul.product-bullet-list li .icon {
    width: 19px;
    height: 17px;
    margin-right: 5px;
}
ul.product-bullet-list li .text {
    font-size: 12px;
}
}

.product-tags {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.product-tags .product-tags--tag {
  color: white;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px;
  font-family: "Poppins", sans-serif;
}
.product-tags .product-tags--tag.program {
  background-color: #42b2fc;
}
.product-tags .product-tags--tag.extra {
  background-color: #835bba;
}
.product-tags .product-tags--tag.chess {
  background-color: #585858;
}
.product-tags .product-tags--tag.new {
  background-color: #e98320;
}
.product-tags .product-tags--tag.age {
  color: #6b738a;
  background-color: #f4d632;
}
.product-tags .product-tags--tag.top {
  color: #6b738a;
  background-color: #b9e3ff;
}

.playBtn {
  width: 35px;
  height: 35px;
  background-image: url("/images/webTutor/playVideo.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playBtn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pricing-selector .pricing-selector--product {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  align-self: center;
  width: 100%;
  max-width: 1024px;
}
.pricing-selector .pricing-selector--product .product-image-container {
  width: 100%;
  flex: 0 1 410px;
  align-self: flex-start;
  display: flex;
  height: auto;
  justify-content: center;
}
.pricing-selector .pricing-selector--product .product-image-container .product-image {
  border-radius: 7px;
  max-width: 450px;
  width: 100%;
  height: 100%;
  background-position: top;
  position: relative;
  aspect-ratio: 540 / 282;
  box-shadow: 1px 1.7px 5px 0 rgba(62, 62, 62, 0.43);
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.mates {
  background-image: url(./images/57599f4deb029ad3e101.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.mates {
    background-image: url(./images/3357d519683107fff603.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.lectura {
  background-image: url(./images/eb2f4f430680da750149.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.lectura {
    background-image: url(./images/094d3ab1fd84a7bafe4d.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.coding {
  background-image: url(./images/8670c056d4d772bd8ac4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.coding {
    background-image: url(./images/b959c2baaee7501bccd2.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.thinking {
  background-image: url(./images/c5e01adf055932bef971.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.thinking {
    background-image: url(./images/18492584ff74c65146e8.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-smarter {
  background-image: url(./images/378b0ea03b5e32607975.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-smarter {
    background-image: url(./images/9e2a151d369d9ab96306.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-explorer {
  background-image: url(./images/0681b48e291d21549b66.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-explorer {
    background-image: url(./images/77e1c55c714f16944106.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-thinker {
  background-image: url(./images/71f99792dd4511b6a822.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.pricing-selector .pricing-selector--product .product-image-container .product-image.pack-thinker {
    background-image: url(./images/252069e474618833cf34.png);
    background-size: contain;
}
}
.pricing-selector .pricing-selector--product .product-image-container .product-image .product-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  gap: 5px;
}
.pricing-selector .pricing-selector--product .product-image-container .product-image .product-tags .product-tags--tag {
  color: #3e3e3e;
}
.pricing-selector .pricing-selector--product .product-image-container .product-image .playBtn {
  width: 90px;
  height: 90px;
}
@media (max-width: 900px) {
.pricing-selector .pricing-selector--product {
    flex-direction: column;
    gap: 10px;
}
.pricing-selector .pricing-selector--product .product-image-container {
    flex-basis: auto;
}
}
.pricing-selector .pricing-selector--product-title .product-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 38px;
  font-weight: bold;
}
.pricing-selector.summer .pricing-selector-container {
  background-color: white;
}
.pricing-selector.summer .pricing-selector-container .pricing-selector--option.current {
  background-color: #f2e067;
  box-shadow: 1px 1.7px 5px 0 rgba(62, 62, 62, 0.43);
}
@media (max-width: 640px) {
.pricing-selector {
    gap: 30px;
}
.pricing-selector .pricing-selector--product {
    padding-left: 5px;
    padding-right: 0px;
    gap: 30px;
}
.pricing-selector .pricing-selector--product-title .product-title {
    flex-direction: column;
    gap: 0;
    font-size: 22px;
}
}

ul.pricing-faqs-list {
  max-width: 1024px;
  align-self: center;
  width: 100%;
}
ul.pricing-faqs-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  padding: 20px 5px;
  font-size: 20px;
  font-weight: 500;
  font-size: 16px;
}
ul.pricing-faqs-list li div.icon {
  flex: 0 0 auto;
  background-image: url(./images/c5ef9728e8dffd1c7735.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 40px;
}
@media (min-resolution: 1.5dppx) {
ul.pricing-faqs-list li div.icon {
    background-image: url(./images/c9e7a24a99f2881b0261.png);
    background-size: contain;
}
}
ul.pricing-faqs-list li.expanded div.icon {
  background-image: url(./images/bd21d9990bbb9831f75e.png);
  background-repeat: no-repeat;
  background-size: 24px 6px;
  background-position: center;
}
@media (min-resolution: 1.5dppx) {
ul.pricing-faqs-list li.expanded div.icon {
    background-image: url(./images/e0613f21858927842c58.png);
    background-size: 24px 6px;
}
}
ul.pricing-faqs-list li .question-block {
  flex: 1 1 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.pricing-faqs-list li .question-block .question-p {
  font-size: 20px;
  font-weight: 600;
}
ul.pricing-faqs-list li .question-block .answer-p {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
ul.pricing-faqs-list {
    padding-left: 0;
}
ul.pricing-faqs-list li {
    padding: 10px 5px;
}
ul.pricing-faqs-list li .question-block .question-p {
    font-size: 16px;
}
ul.pricing-faqs-list li .question-block .answer-p {
    font-size: 12px;
}
ul.pricing-faqs-list li div.icon {
    margin-right: 20px;
    width: 18px;
    height: 18px;
}
}

.multiple-programs-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.multiple-programs-option .programs-icon {
  flex: 1 1 auto;
  background-position: bottom;
  width: 100%;
}
.multiple-programs-option .programs-icon.uno {
  background-image: url(./images/cba2c3710db56b1fa377.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 80px;
  aspect-ratio: 177 / 145;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.uno {
    background-image: url(./images/d4b18998337da2d54ef8.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.uno.en {
  background-image: url(./images/3eb421fad40d0269b5c4.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 101px;
  aspect-ratio: 179 / 101;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.uno.en {
    background-image: url(./images/868d084d0473d03987bd.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.dos {
  background-image: url(./images/a2e6188acd49260ccab2.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 80px;
  aspect-ratio: 219 / 135;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.dos {
    background-image: url(./images/9cee0196bcbdc7b047f7.png);
    background-size: contain;
}
}
.multiple-programs-option .programs-icon.dos.en {
  background-image: url(./images/cc0505a24b25733acaf0.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 101px;
  aspect-ratio: 219 / 132;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-option .programs-icon.dos.en {
    background-image: url(./images/7b178881004863f0cafd.png);
    background-size: contain;
}
}
.multiple-programs-option .program-desc {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 640px) {
.multiple-programs-option .program-desc {
    font-size: 14px;
}
}

.multiple-programs-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: linear-gradient(to bottom, #d9f0ff, #fff);
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
}
.multiple-programs-container .multiple-programs-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.multiple-programs-container .multiple-programs-panel .separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.multiple-programs-container .multiple-programs-panel .separator:before,
.multiple-programs-container .multiple-programs-panel .separator:after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #cdeafe;
}
.multiple-programs-container .multiple-programs-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  border-radius: 7px;
  background-color: #42b2fc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  align-self: center;
}
.multiple-programs-container .multiple-programs-info .discount-icon {
  background-image: url(./images/821231e0551b7f8f783d.png);
  background-repeat: no-repeat;
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  margin-right: 10px;
}
@media (min-resolution: 1.5dppx) {
.multiple-programs-container .multiple-programs-info .discount-icon {
    background-image: url(./images/520bddc33258261cc056.png);
    background-size: 19px 15px;
}
}
@media (max-width: 640px) {
.multiple-programs-container .multiple-programs-panel {
    flex-direction: column;
    gap: 10px;
}
.multiple-programs-container .multiple-programs-panel .separator {
    flex-direction: row;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
.multiple-programs-container .multiple-programs-panel .separator:before,
  .multiple-programs-container .multiple-programs-panel .separator:after {
    width: 30px;
    height: 2px;
}
.multiple-programs-container .multiple-programs-info {
    font-size: 14px;
}
}

.apps-download-panel .apps-download-panel--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 65px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-apple {
  background: url("/images/home/otros/Download_on_the_App_Store_Badge_ES.svg") no-repeat;
  background-size: 100%;
  height: 68px;
  width: 200px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-apple.en {
  background: url("/images/home/otros/Download_on_the_App_Store_Badge_US.svg") no-repeat;
  background-size: 100%;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-google {
  background: url("/images/home/otros/GetItOnGooglePlay_Badge_Web_color_es.svg") no-repeat;
  background-size: 100%;
  height: 66px;
  width: 220px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-google.en {
  background: url("/images/home/otros/GetItOnGooglePlay_Badge_Web_color_en.svg") no-repeat;
  background-size: 100%;
}
@media (max-width: 640px) {
.apps-download-panel .apps-download-panel--container {
    gap: 20px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-apple {
    width: 144px;
    height: 48px;
}
.apps-download-panel .apps-download-panel--container .apps-download-panel--item .icon-google {
    width: 159px;
    height: 48px;
}
}
@media (max-width: 359px) {
.apps-download-panel .apps-download-panel--container {
    flex-direction: column;
    align-items: center;
}
}

.app-modal-popup-container .app-modal-popup {
  background-color: white;
  position: relative;
}
.app-modal-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.app-modal-popup-container .app-modal-popup {
  padding: 25px;
  border-radius: 15px;
  box-shadow: -2.6px 1.5px 0 0 rgba(0, 0, 0, 0.25);
}
.app-modal-popup-container.zero-padding .app-modal-popup {
  padding: 0;
  box-shadow: none;
  display: flex;
  border: none;
  border-radius: 0;
}
.app-modal-popup-container .btn-close {
  color: #d3d3d3;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  line-height: 25px;
  cursor: pointer;
}

.popUp .reimbursement-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 30px;
  max-width: 700px;
  text-align: left;
}
.popUp .reimbursement-info .monster-icon {
  background-image: url(./images/33f0eb3a49f2c7c2bbe8.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 169px;
  width: 177px;
  align-self: center;
  font-size: 18px;
  font-weight: 500;
}
@media (min-resolution: 1.5dppx) {
.popUp .reimbursement-info .monster-icon {
    background-image: url(./images/7e6c73c556856e50ac09.png);
    background-size: contain;
}
}
.popUp .reimbursement-info h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #42b2fc;
}
.popUp .reimbursement-info ul {
  padding-left: 1em;
  padding-right: 1em;
  list-style: disc;
  margin-bottom: 0;
}
.popUp .reimbursement-info ul li::marker {
  color: #42b2fc;
}
@media (max-width: 550px) {
.popUp .reimbursement-info {
    font-size: 14px;
    line-height: 20px;
}
}

.summer-options-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 29px;
  margin-top: 100px;
  margin-bottom: 20px;
  position: relative;
}
.summer-options-toggle-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 25%, #a3abb5 30%, #a3abb5 70%, transparent 75%);
}
.summer-options-toggle-container .summer-toggle-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727272;
  gap: clamp(10px, 5vw, 100px);
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option {
  flex: 0 1 auto;
  padding: 5px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option .toggle-icon {
  width: 45px;
  height: 40px;
  background-position: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option .toggle-icon .toggle-time {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding-left: 8px;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.program {
  color: #1482fd;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.program .toggle-icon {
  background-image: url(./images/f845afc4656fa1c0191d.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.program .toggle-icon {
    background-image: url(./images/56c1738dfb1ebc41a1c2.png);
    background-size: contain;
}
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.program .toggle-icon .toggle-time {
  color: #1482fd;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.packs {
  color: #f36d21;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.packs .toggle-icon {
  background-image: url(./images/b54c0a60f90b3a8716e5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-resolution: 1.5dppx) {
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.packs .toggle-icon {
    background-image: url(./images/e0c193ca869718b3c213.png);
    background-size: contain;
}
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.packs .toggle-icon .toggle-time {
  color: #f36d21;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected {
  font-weight: bold;
  cursor: default;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected.program {
  border-color: #1482fd;
}
.summer-options-toggle-container .summer-toggle-bar .summer-toggle-option.selected.packs {
  border-color: #f36d21;
}
@media (max-width: 900px) {
.summer-options-toggle-container {
    margin-top: 40px;
}
}
@media (max-width: 550px) {
.summer-options-toggle-container {
    margin-bottom: 0;
    font-size: 18px;
}
.summer-options-toggle-container::after {
    display: none;
}
}

.wistia-video .wistia_embed {
  width: calc(100dvw - 20px);
  max-width: 640px;
  height: auto;
  aspect-ratio: 16 / 9;
}
.wistia-video.vertical .wistia_embed {
  width: 300px;
  height: 540px;
}

.installment-detail-timeline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  color: #5b5b5b;
}
.installment-detail-timeline .timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 65px;
  gap: 4px;
  position: relative;
}
.installment-detail-timeline .timeline-item::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 7px;
  width: 78px;
  height: 2px;
  background-color: #cdd7e4;
}
.installment-detail-timeline .timeline-item:last-child::before {
  display: none;
}
.installment-detail-timeline .timeline-item .timeline-icon {
  width: 16px;
  height: 16px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.installment-detail-timeline .timeline-item .time-label {
  font-size: 12px;
  text-align: center;
  line-height: 1.5rem;
}

.app-modal-popup-container.modal-info-panel-popup .app-modal-popup {
  padding-left: 0;
  padding-right: 0;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info {
  display: flex;
  flex-direction: column;
  color: #4d4d4d;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  max-width: 800px;
  text-align: left;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .monster-icon {
  background-image: url(./images/33f0eb3a49f2c7c2bbe8.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 69px;
  width: 65px;
  align-self: center;
}
@media (min-resolution: 1.5dppx) {
.app-modal-popup-container.modal-info-panel-popup .installments-info .monster-icon {
    background-image: url(./images/7e6c73c556856e50ac09.png);
    background-size: contain;
}
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .header h3 {
  margin: 0;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #48494a;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .header h4 {
  margin: 0;
  padding: 5px;
  font-size: 18px;
  font-weight: normal;
  color: #434343;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info h3 {
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 20px;
  column-gap: 6px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .option-title--container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .option-title--container:nth-child(1) .option-title {
  border-bottom: 7px solid #e3fad0;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .option-title--container:nth-child(3) .option-title {
  border-bottom: 7px solid #f5fcef;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .option-title--container .option-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option {
  padding: 15px 15px 15px 30px;
  grid-row: 2;
  font-size: 12px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option:nth-child(2) {
  background-color: #e3fad0;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option:nth-child(4) {
  background-color: #f5fcef;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul {
  padding-left: 1em;
  padding-right: 1em;
  list-style: disc;
  margin-bottom: 0;
  line-height: 2rem;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul li {
  margin-bottom: 0.5em;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul li::marker {
  color: #6fa941;
  font-size: 2rem;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul ul {
  list-style-type: none;
  padding: 0;
  margin: 1em;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul ul li {
  font-size: 12px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container .installments-info--option ul ul li:before {
  content: "-";
  margin-left: -0.5em;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .actions--container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .actions--container button.link {
  border: 0;
  text-decoration: underline;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info.simple {
  max-width: 550px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info.simple .installments-info--container {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (max-width: 550px) {
.app-modal-popup-container.modal-info-panel-popup .app-modal-popup {
    border: none;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    border-radius: 0;
    height: 100dvh;
}
.app-modal-popup-container.modal-info-panel-popup .app-modal-popup .mobile-back-link {
    padding-left: 10px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info {
    margin-top: 25px;
}
.app-modal-popup-container.modal-info-panel-popup .installments-info .installments-info--container {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.app-modal-popup-container.modal-info-panel-popup .header h3 {
    font-size: 16px;
}
.app-modal-popup-container.modal-info-panel-popup .header h4 {
    font-size: 12px;
}
.app-modal-popup-container.modal-info-panel-popup .actions--container {
    flex-direction: column;
}
.app-modal-popup-container.modal-info-panel-popup .actions--container button.link {
    order: 1;
}
}

/* https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.bt-sec-red {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 1px;
  text-transform: none;
}
@media (max-width: 550px) {
button,
  .bt-pri-orange,
  .bt-pri-yellow,
  .bt-sec-blue,
  .bt-sec-gray,
  .bt-sec-orange,
  .bt-sec-black,
  .bt-sec-red {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
}
}
button.disabled {
  pointer-events: none;
  position: relative;
}
button.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.disabled .badge {
  pointer-events: none;
  position: relative;
  position: absolute;
}
button.disabled .badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}
button.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: white;
  opacity: 0.5;
  pointer-events: none;
}
button.loading > * {
  visibility: hidden;
}
button.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  pointer-events: none;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.bt-pri-orange {
  background-color: #F36D21;
  color: white;
  border: none;
}
.bt-pri-orange:hover {
  background-color: #f68d51;
  color: white;
}
.bt-pri-yellow {
  background-color: #ffcd51;
  color: white;
  border: none;
  color: #3e3e3e;
}
.bt-pri-yellow:hover {
  background-color: #ffdc84;
  color: white;
}
.bt-pri-yellow .icon {
  display: inline-block;
  background-image: url(./images/90e3084967f0ac742257.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
@media (min-resolution: 1.5dppx) {
.bt-pri-yellow .icon {
    background-image: url(./images/ce378a1516b21ca27229.png);
    background-size: contain;
}
}
.bt-sec-blue {
  background-color: white;
  color: #30a2ed;
  border: 1px solid #30a2ed;
}
.bt-sec-blue:hover {
  color: white;
  background-color: #5fb7f1;
  border: solid 1px #5fb7f1;
}
.bt-sec-gray {
  background-color: white;
  color: #454545;
  border: 1px solid #454545;
}
.bt-sec-gray:hover {
  color: white;
  background-color: #5f5f5f;
  border: solid 1px #5f5f5f;
}
.bt-sec-orange {
  background-color: white;
  color: #F36D21;
  border: 1px solid #F36D21;
}
.bt-sec-orange:hover {
  color: white;
  background-color: #f68d51;
  border: solid 1px #f68d51;
}
.bt-sec-black {
  background-color: white;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}
.bt-sec-black:hover {
  color: white;
  background-color: #585858;
  border: solid 1px #585858;
}
.bt-sec-red {
  background-color: white;
  color: #da3e3e;
  border: 1px solid #da3e3e;
}
.bt-sec-red:hover {
  color: white;
  background-color: #e26969;
  border: solid 1px #e26969;
}
button,
.bt-pri-orange,
.bt-pri-yellow,
.bt-sec-blue,
.bt-sec-gray,
.bt-sec-orange,
.bt-sec-black,
.bt-sec-red {
  border-radius: 25px;
  font-size: 18px;
  padding: 0 45px;
  height: 45px;
}
.pri-button-container {
  padding: 5px 0px;
}
.pri-button-container button.bt-pri-orange {
  box-shadow: 0px 3px 0 0 #ca510d;
  background-image: linear-gradient(to top, #f67f3b, #f36121);
  font-size: 18px;
  font-weight: bold;
}
.pri-button-container button.bt-pri-orange:hover {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to top, #f67f3b, #f36121);
}
#normalBody.summer .top-header.pricing {
  padding-top: 0;
}
#normalBody.summer .top-header.pricing.genericHeader {
  box-shadow: none;
  margin-bottom: 0;
}
#normalBody.summer .top-header.pricing .navbar {
  background-color: transparent;
  box-shadow: none;
}
.new-pricing--container {
  color: #3e3e3e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.new-pricing--container .bt-sec-black {
  background-color: transparent;
}
.new-pricing--container .bt-sec-black:hover {
  background-color: #3e3e3e;
}
.new-pricing--container.summer {
  background-color: #fbf2b5;
}
.new-pricing--container.summer section#try-smartick {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  padding-top: 70px;
  background-color: #fbf2b5;
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}
.new-pricing--container.summer section#try-smartick .bg-top-element {
  display: none;
}
.new-pricing--container.summer section#try-smartick .stacked-heading {
  position: relative;
  z-index: 1;
}
.new-pricing--container.summer section#try-smartick .summer-saving .icon {
  position: static;
  display: block;
  margin: 0 auto;
  left: unset;
}
@media (max-width: 550px) {
.new-pricing--container.summer section#try-smartick .summer-saving .icon {
    display: none;
}
}
.new-pricing--container.summer section#try-smartick::before {
  content: '';
  position: absolute;
  right: calc(50% + 450px);
  bottom: 0;
  background-image: url(./images/d2645a005b2686f327da.png);
  background-size: 134px 199px;
  background-repeat: no-repeat;
  width: 134px;
  height: 199px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick::before {
    background-image: url(./images/b8ab216c3faf412c7a73.png);
    background-size: 134px 199px;
}
}
.new-pricing--container.summer section#try-smartick::after {
  content: '';
  position: absolute;
  top: 60px;
  left: calc(50% + 540px);
  background-image: url(./images/b0845a7cb953cfd05705.png);
  background-size: 243px 189px;
  background-repeat: no-repeat;
  width: 243px;
  height: 189px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick::after {
    background-image: url(./images/2455f96208935b782ded.png);
    background-size: 243px 189px;
}
}
.new-pricing--container.summer section#prices {
  background-image: none;
  background-color: #fbf2b5;
  overflow: hidden;
}
.new-pricing--container.summer section#prices h3 {
  margin-bottom: 70px;
}
.new-pricing--container.summer section#programs {
  background-image: url(./images/5ffde579e0a282440cde.png), linear-gradient(to bottom, #fbf2b5 133px, #c4e1fe 133px);
  background-repeat: repeat-x, no-repeat;
  background-position: left top, left top;
  background-size: 1910px 133px, auto;
  background-color: #c4e1fe;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs {
    background-image: url(./images/fe4d02fbf45c8c4e2a01.png), linear-gradient(to bottom, #fbf2b5 133px, #c4e1fe 133px);
    background-size: 1910px 133px, auto;
}
}
.new-pricing--container.summer section#programs::before {
  content: '';
  position: absolute;
  left: calc(50% + 480px);
  top: 0;
  background-image: url(./images/2048b1056d1d4cad41ba.png);
  background-size: 187px 151px;
  background-repeat: no-repeat;
  width: 187px;
  height: 151px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs::before {
    background-image: url(./images/bd776553c7888956c2dd.png);
    background-size: 187px 151px;
}
}
.new-pricing--container.summer section#programs::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: calc(50% - 550px);
  top: 420px;
  background-image: url(./images/c43d336d4e55d28aa767.png);
  background-size: 108px 114px;
  background-repeat: no-repeat;
  width: 108px;
  height: 114px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs::after {
    background-image: url(./images/9b98b7503bede942fd0e.png);
    background-size: 108px 114px;
}
}
.new-pricing--container.summer section#programs .bg-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.new-pricing--container.summer section#programs .bg-element::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 80px;
  background-image: url(./images/f5b491faa7c48656b466.png);
  background-size: 130px 53px;
  background-repeat: no-repeat;
  width: 130px;
  height: 53px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs .bg-element::before {
    background-image: url(./images/b01b05387172824eb39e.png);
    background-size: 130px 53px;
}
}
.new-pricing--container.summer section#programs .bg-element::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 480px;
  top: 30px;
  background-image: url(./images/f3947c1a6ae90fa5cac3.png);
  background-size: 141px 33px;
  background-repeat: no-repeat;
  width: 141px;
  height: 33px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs .bg-element::after {
    background-image: url(./images/2c0f2399fa57110b989f.png);
    background-size: 141px 33px;
}
}
.new-pricing--container.summer section#faqs {
  background-color: #c4e1fe;
  overflow: hidden;
}
.new-pricing--container.summer section#faqs::before {
  content: '';
  position: absolute;
  right: calc(50% + 500px);
  top: 0;
  background-image: url(./images/16c9c0fa7ea2b6d7072d.png);
  background-size: 291px 122px;
  background-repeat: no-repeat;
  width: 291px;
  height: 122px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#faqs::before {
    background-image: url(./images/1c3762f14c231a1a3c13.png);
    background-size: 291px 122px;
}
}
.new-pricing--container.summer section#tablet {
  background-image: none;
  background-color: #c4e1fe;
  overflow-x: hidden;
}
.new-pricing--container.summer section#tablet .photo-container {
  background-color: #fbf3bd;
  position: relative;
  overflow: visible;
}
.new-pricing--container.summer section#tablet .photo-container::before {
  content: '';
  position: absolute;
  left: -60px;
  bottom: -60px;
  background-image: url(./images/289c515f6b2baf6c5c4f.png);
  background-size: 160px 163px;
  background-repeat: no-repeat;
  width: 160px;
  height: 163px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#tablet .photo-container::before {
    background-image: url(./images/71dcbe3ee22e91c58652.png);
    background-size: 160px 163px;
}
}
.new-pricing--container.summer section#tablet::after {
  content: '';
  position: absolute;
  left: calc(50% + 425px);
  top: 90px;
  background-image: url(./images/d2645a005b2686f327da.png);
  background-size: 134px 199px;
  background-repeat: no-repeat;
  width: 134px;
  height: 199px;
  pointer-events: none;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#tablet::after {
    background-image: url(./images/b8ab216c3faf412c7a73.png);
    background-size: 134px 199px;
}
}
.new-pricing--container section {
  text-align: center;
}
.new-pricing--container section.padded {
  padding-left: 10px;
  padding-right: 10px;
}
.new-pricing--container section h2.blue,
.new-pricing--container section h1 .blue {
  color: #42b2fc;
}
.new-pricing--container section span.yellow {
  background-color: #ffd700;
}
.new-pricing--container section .stacked-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.new-pricing--container section .stacked-heading h1 {
  margin: 0;
  line-height: 1em;
}
.new-pricing--container section .summer-saving {
  color: #F36D21;
  text-wrap: balance;
  font-size: 33px;
  position: relative;
}
.new-pricing--container section .summer-saving .big {
  font-size: 60px;
  line-height: 1.2;
}
.new-pricing--container section .summer-saving .big .emoji-mobile {
  display: none;
}
@media (max-width: 550px) {
.new-pricing--container section .summer-saving .big .emoji-mobile {
    display: inline;
}
}
.new-pricing--container section .summer-saving .icon {
  position: absolute;
  background-image: url(./images/b25297ca7b6a99e0cc65.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 68px;
  left: 50%;
  transform: translateX(50px);
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section .summer-saving .icon {
    background-image: url(./images/68b907b8bcef6329a834.png);
    background-size: contain;
}
}
.new-pricing--container section h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
}
.new-pricing--container section h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0;
  text-wrap: balance;
}
.new-pricing--container section h2.mb30 {
  margin-bottom: 30px;
}
.new-pricing--container section h3 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-pricing--container section h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-pricing--container section span.link {
  color: #42b2fc;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 640px) {
.new-pricing--container section h1 {
    font-size: 30px;
    margin-bottom: 5px;
}
.new-pricing--container section h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.new-pricing--container section h3 {
    font-size: 14px;
}
.new-pricing--container section h4 {
    font-size: 14px;
}
}
.new-pricing--container section#upper-bar {
  margin-top: 50px;
}
.new-pricing--container section#try-smartick .pri-button-container {
  padding: 20px 0;
}
.new-pricing--container section#try-smartick .section-subtitle.main.dates {
  margin-bottom: 50px;
  background-color: #fac999;
  font-size: 24px;
  font-weight: 600;
  padding: 0 20px;
  line-height: 1;
}
.new-pricing--container section#prices {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-image: url(./images/cdb113ed1c923098e59e.png), linear-gradient(to bottom, #fff, #e8f4ff);
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
}
.new-pricing--container section#prices .bg-element {
  position: absolute;
  bottom: 0;
  right: 0;
}
.new-pricing--container section#prices .more-programs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-pricing--container section#prices .more-programs h3 {
  font-weight: bold;
}
.new-pricing--container section#prices .more-programs .icon-discount {
  background-image: url(./images/a95a375e78ac2ad22e58.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#prices .more-programs .icon-discount {
    background-image: url(./images/21ad2da0e61926175dd2.png);
    background-size: 16px 16px;
}
}
.new-pricing--container section#prices .more-programs .icon-toggle {
  background-image: url("/images/webTutor/arrow-down-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 17px;
  height: 11px;
  cursor: pointer;
  margin-left: 3px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#prices .more-programs .icon-toggle {
    background-image: url("/images/webTutor/arrow-down-blue@2x.png");
    background-size: contain;
}
}
.new-pricing--container section#prices .more-programs .icon-toggle.collapsed {
  transform: rotate(0deg);
}
.new-pricing--container section#prices button.bt-pri-orange {
  margin-top: 20px;
  margin-bottom: 20px;
}
.new-pricing--container section#programs {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 4;
}
.new-pricing--container section#faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.new-pricing--container section#faqs h2 {
  font-weight: bold;
}
.new-pricing--container section#faqs .button-container .bt-sec-black {
  font-weight: bold;
}
.new-pricing--container section#faqs .button-container .bt-sec-blue {
  font-weight: bold;
}
.new-pricing--container section#faqs .bg-element1 {
  position: absolute;
  top: 0;
  left: 0;
}
.new-pricing--container section#tablet {
  background-image: url(./images/d1bc110c8467c16f9877.png), linear-gradient(to top, #fff, #e8f4ff, #e8f4ff);
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.new-pricing--container section#tablet .photo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b9e3ff;
  border-radius: 7px;
  height: 282px;
  max-width: 960px;
  width: 80%;
  margin: 85px;
}
@media (max-width: 640px) {
.new-pricing--container section#tablet .photo-container {
    margin: 70px;
}
}
@media (max-width: 450px) {
.new-pricing--container section#tablet .photo-container {
    margin: clamp(15px, calc(22.5vw - 47px), 70px);
}
}
.new-pricing--container section#tablet .photo-container .tablet-photo {
  background-image: url(./images/c0dd1574d8e11f9800f9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 358px;
  height: 428px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#tablet .photo-container .tablet-photo {
    background-image: url(./images/c0dd1574d8e11f9800f9.png);
    background-size: contain;
}
}
.new-pricing--container section#tablet .notice-msg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.new-pricing--container section#tablet .notice-msg .icon-warn {
  background-image: url(./images/9980e86fc1162111bc59.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container section#tablet .notice-msg .icon-warn {
    background-image: url(./images/3a87048ed5bb4cf7578e.png);
    background-size: contain;
}
}
.new-pricing--container section#tablet .notice-msg span {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.new-pricing--container.rich-bg section#prices .bg-element:after {
  content: '';
  position: absolute;
  background-image: url(./images/2007f766108dde11219a.png);
  background-size: 148px 305px;
  background-repeat: no-repeat;
  width: 148px;
  height: 305px;
  bottom: -250px;
  right: 25px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#prices .bg-element:after {
    background-image: url(./images/9b67c4f426d27c44505f.png);
    background-size: 148px 305px;
}
}
.new-pricing--container.rich-bg section#faqs .bg-element1:before {
  content: '';
  position: absolute;
  background-image: url(./images/b98efb83f16b995c81dc.png);
  background-size: 240px 225px;
  background-repeat: no-repeat;
  width: 240px;
  height: 225px;
  top: -135px;
  left: 180px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#faqs .bg-element1:before {
    background-image: url(./images/80be29e9fb8b0a12ce2f.png);
    background-size: 240px 225px;
}
}
.new-pricing--container.rich-bg section#tablet .bg-element2:after {
  content: '';
  position: absolute;
  background-image: url(./images/3a7ab6deeb72a145ac5d.png);
  background-size: 174px 334px;
  background-repeat: no-repeat;
  width: 174px;
  height: 334px;
  top: -40px;
  right: 140px;
  z-index: -1;
}
@media (min-resolution: 1.5dppx) {
.new-pricing--container.rich-bg section#tablet .bg-element2:after {
    background-image: url(./images/193d328e2f3e3955bc9f.png);
    background-size: 174px 334px;
}
}
.new-pricing--container.rich-bg.summer section#tablet .bg-element2:after {
  content: none;
}
.new-pricing--container.rich-bg.summer section#faqs .bg-element1:before {
  content: none;
}
.new-pricing--container.rich-bg.summer section#prices .bg-element:after {
  content: none;
}
.new-pricing--container .price {
  font-family: "Poppins", serif;
}
@media (max-width: 900px) {
.new-pricing--container section#prices .bg-element:after {
    display: none;
}
.new-pricing--container section#faqs .bg-element1:before {
    display: none;
}
.new-pricing--container section#tablet .bg-element2:after {
    display: none;
}
.new-pricing--container.summer section#try-smartick {
    padding-top: 80px;
}
.new-pricing--container.summer section#try-smartick::before {
    background-image: url(./images/b84976a5e3c965a2a291.png);
    background-repeat: no-repeat;
    background-size: 66px 83px;
    width: 66px;
    height: 83px;
    left: 20px;
    top: 50px;
    bottom: unset;
}
.new-pricing--container.summer section#try-smartick::after {
    content: none;
}
.new-pricing--container.summer section#programs {
    background-image: linear-gradient(to bottom, #fbf2b5 32px, #c4e1fe 32px);
    background-size: auto;
}
.new-pricing--container.summer section#programs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-image: url(./images/5c8d3113884e57a70fd0.png);
    background-repeat: repeat-x;
    background-size: 463px 32px;
    background-position: left top;
    pointer-events: none;
}
.new-pricing--container.summer section#programs .bg-element::before {
    content: '';
    left: 10px;
    top: 40px;
    background-image: url(./images/a0ebe3b33aa7adee0396.png);
    background-repeat: no-repeat;
    background-size: 46px 11px;
    width: 46px;
    height: 11px;
}
.new-pricing--container.summer section#programs .bg-element::after {
    content: none;
}
.new-pricing--container.summer section#faqs::before {
    content: none;
}
.new-pricing--container.summer section#tablet .photo-container::before {
    content: none;
}
.new-pricing--container.summer section#tablet::after {
    content: none;
}
}
@media (max-width: 900px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#try-smartick::before {
    background-image: url(./images/8ea98d91559f324ff75b.png);
    background-size: 66px 83px;
}
}
@media (max-width: 900px) and (max-width: 550px) {
.new-pricing--container.summer section#try-smartick::before {
    content: none;
}
}
@media (max-width: 900px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs::before {
    background-image: url(./images/e4130cc6494f8a54e2cd.png);
    background-size: 463px 32px;
}
}
@media (max-width: 900px) and (min-resolution: 1.5dppx) {
.new-pricing--container.summer section#programs .bg-element::before {
    background-image: url(./images/2072fe2a7a5d7f23b1dd.png);
    background-size: 46px 11px;
}
}
@media (max-width: 550px) {
.new-pricing--container section .stacked-heading {
    gap: 0;
}
.new-pricing--container section .summer-saving {
    margin-bottom: 0;
}
.new-pricing--container section .summer-saving .big {
    font-size: 24px;
}
.new-pricing--container section .summer-saving .icon {
    width: 30px;
    height: 34px;
}
.new-pricing--container section#try-smartick .section-subtitle.main.dates {
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin-bottom: 40px;
    padding: 5px 0;
}
.new-pricing--container section#prices button.bt-pri-orange {
    margin-top: 22px;
}
.new-pricing--container section#tablet {
    padding-top: 40px;
}
}
@media (max-width: 450px) {
.new-pricing--container section#prices .bg-element:after {
    display: none;
}
.new-pricing--container section#faqs .bg-element1:before {
    display: none;
}
.new-pricing--container section#tablet .bg-element2:after {
    display: none;
}
}

