@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.loading {
  opacity: 0;
}

html,
body {
  height: 100%;
}

html,
body,
#__next {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body,
#__next {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

picture img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
}

/* input {
  outline: none;
  border: none;
  border-radius: 0;
} */
/* input,
textarea,
button {
  appearance: none;
} */
button {
  appearance: none;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

button {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
  font-size: 100%;
  color: black;
}

body {
  font-family: var(--graphik-font), Helvetica, Arial, sans-serif;
  color: #000000;
}

@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Regular-6424b31d.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Semibold-351751c1.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/graphik/Graphik-Medium-98f8a53f.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
/* Lato Black — usada como title del BlockPlanDetailsCover (todos los offer_type excepto one_to_one) */
@font-face {
  font-family: "PlanCoverDefault";
  src: url("/assets/cover/8TPEV6NbYWZlNsXjbYVv7w-bb66a800.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Arvo Bold — usada como title del BlockPlanDetailsCover (offer_type: one_to_one) */
@font-face {
  font-family: "PlanCoverOneToOne";
  src: url("/assets/cover/OB3FDST7U38u3OjPK_vvRQ-5dc0644a.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --graphik-font: "Graphik", sans-serif;
}

:root {
  --font-small: 13px;
  --item-font-default: 15px;
  --valor-grid-col: 8.33%;
  /* COLORES */
  --color-black: #000000;
  --color-yellow: #feec17;
  --color-blue: #0477f8;
  --color-grey: #fafafa;
  --color-greyBorder: #dbdbdb;
  --color-green: #2bda31;
  --color-red: #ff2f37;
  --color-placeholder: #eee;
  --animation-button: linear;
  /*FORM*/
  --default-size: 40px;
  --border-color: #eaeaea;
  --background-color: #f8f8f8;
  --border-radius: 6px;
  --color-black: black;
  --color-white: white;
  --focus-border-color: #c8c8c8;
  --focus-background-color: white;
  --opacity-disabled: 0.5;
  --dark-background: #2b2b2b;
  --error-color: #ff2f37;
  --success-background: #e7ffed;
  --success-border-color: #4ceb86;
}

.rowFullHeight {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
}

.row {
  width: 630px;
  margin: 0 auto;
  padding: 15px 30px;
}

@media screen and (max-width: 630px) {
  .row {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .row {
    padding: 10px 15px;
  }
}
.noPaddingTop {
  padding-top: 0 !important;
}

.noPaddingBottom {
  padding-bottom: 0 !important;
}

.noPaddingHorizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.rowList {
  display: grid;
  min-width: 0;
  grid-gap: 20px;
}

.rowSmall {
  width: 500px;
}

@media screen and (max-width: 500px) {
  .rowSmall {
    width: 100%;
  }
}
.rowXsSmall {
  width: 400px;
}

@media screen and (max-width: 400px) {
  .rowXsSmall {
    width: 100%;
  }
}
.rowXxsSmall {
  width: 300px;
}

@media screen and (max-width: 300px) {
  .rowXxsSmall {
    width: 100%;
  }
}
.rowLarge {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .rowLarge {
    width: 100%;
  }
}
.heading {
  margin: 0 0 30px 0;
}

@media (max-width: 500px) {
  .heading {
    margin: 0 0 20px 0;
  }
}
.heading h1 {
  font-size: 32px;
  line-height: 1.3em;
}

@media (max-width: 500px) {
  .heading h1 {
    font-size: 24px;
  }
}
.heading h1 + p {
  margin: 10px 0;
}

.heading h3 {
  font-size: 24px;
  line-height: 1.3;
}

@media (max-width: 500px) {
  .heading h3 {
    font-size: 21px;
  }
}
.heading h3 + p {
  margin: 10px 0;
}

.heading h4 {
  font-size: 21px;
  line-height: 1.3;
}

@media (max-width: 500px) {
  .heading h4 {
    font-size: 18px;
  }
}
.heading h4 + p {
  margin: 10px 0;
}

.heading p {
  line-height: 1.4;
}

.heading time {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.title {
  margin-bottom: 10px;
}

.title h6 {
  font-weight: 500;
}

.headingActions {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headingOption {
  margin-left: 10px;
}

.headingOptions {
  display: flex;
  align-items: center;
}

.headingOptions > * {
  margin-left: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=time],
input[type=date],
input[type=number],
input[type=url],
input[type=datetime-local],
textarea, select {
  width: 100%;
  color: var(--color-black);
  font-size: 16px;
  height: var(--default-size);
  padding: 0 12px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}

input[type=submit] {
  cursor: pointer;
}

select:focus,
selectOption:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=datetime-local]:focus,
textarea:focus {
  outline: none;
  border-color: var(--focus-border-color);
  background-color: var(--focus-background-color);
}

textarea {
  padding: 12px;
  height: 100px;
  line-height: 1.4;
}

select {
  width: 100%;
}

input[type=text]:disabled,
input[type=tel]:disabled,
textarea:disabled,
select:disabled {
  opacity: var(--opacity-disabled);
}

input[type=radio],
input[type=checkbox] {
  background-color: white;
  appearance: none;
  position: relative;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  border-radius: 50%;
  background: black;
  transition: all 0.1s linear;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=checkbox] {
  border-radius: 6px;
}

input[type=checkbox]:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  border-radius: 2px;
  background: black;
  transition: all 0.1s linear;
}

input[type=checkbox]:checked:before {
  transform: scale(1);
}

.inputSuccess {
  background: var(--success-background) !important;
  border-color: var(--success-border-color) !important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(108, 93, 211, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(108, 93, 211, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(108, 93, 211, 0);
  }
}
.btn {
  max-width: 100%;
  width: auto;
  justify-content: auto;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  color: black;
  border: 2px solid transparent;
  min-width: 0;
  transition: all 200ms linear;
}

.btn span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}

@media (hover) {
  .btn:hover {
    transform: translateY(-1px);
  }
}
.btn:active {
  transform: scale(0.995);
}

.default {
  background: #f2f2f2;
}

.default.btnOutline {
  border-color: black;
  color: black;
}

.primary {
  background: #000;
  color: white;
}

.secondary {
  color: var(--color-blue);
  background: rgba(4, 119, 248, 0.1);
}

.blue {
  background: var(--color-blue);
  color: white;
}

.blue.btnOutline {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.error {
  background: var(--color-red);
  color: white;
}

.error.btnOutline {
  border-color: var(--color-red);
  color: var(--color-red);
}

.success {
  background: #2bda31;
}

.success.btnOutline {
  border-color: #2bda31;
  color: #2bda31;
}

.grey {
  background: #303030;
  color: white;
}

.grey.btnOutline {
  border-color: #303030;
  color: #303030;
}

.white {
  background: white;
  color: black;
}

.white.btnOutline {
  border-color: white;
  color: white;
}

.yellow {
  background: #fded1a;
  color: black;
}

.paypal {
  background: #ffc43a;
  color: black;
}

.transparent {
  background: none;
  color: black;
}

@media (hover) {
  .transparent:hover {
    background: #ebebeb;
  }
}
.byAi {
  background: #4c44f6;
  color: white;
}

.disabled {
  cursor: default;
  opacity: 0.5;
  transform: none !important;
}

.sizeDefault {
  height: 40px;
  padding: 0 15px;
  width: auto;
  font-size: 15px;
  border-radius: 8px;
}

.sizeDefault.onlyIcon {
  width: 40px;
}

.sizeXSmall {
  height: 22px;
  padding: 0 8px;
  font-size: 11px;
  border-radius: 4px;
}

.sizeSmall {
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 5px;
}

.sizeSmall.isDropdown svg {
  font-size: 11px;
}

.sizeSmall.onlyIcon {
  width: 28px;
}

.sizeMedium {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 8px;
}

.sizeMedium.isDropdown {
  padding-right: 6px;
}

.sizeMedium.onlyIcon {
  width: 32px;
}

.sizeLarge {
  height: 55px;
  padding: 0 30px;
  font-size: 18px;
  border-radius: 10px;
}

.circle {
  border-radius: 40px;
}

@media (max-width: 500px) {
  .sizeLarge {
    height: 44px;
    font-size: 16px;
    padding: 0 20px;
  }
}
.sizeLarge.onlyIcon {
  width: 55px;
}

.sizeXLarge {
  height: 64px;
  padding: 0 30px;
  font-size: 24px;
  border-radius: 10px;
}

@media (max-width: 500px) {
  .sizeXLarge {
    height: 56px;
    font-size: 21px;
    padding: 0 20px;
  }
}
.sizeXLarge.onlyIcon {
  width: 64px;
}

.full {
  width: 100% !important;
  justify-content: center;
}

.onlyIcon {
  justify-content: center;
  padding: 0;
}

.isPulse {
  animation: pulse 2s infinite;
}

.btnOutline {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background: none !important;
}

.custom {
  background-color: var(--custom-color);
  color: white;
}

.advice {
  padding: 20px;
  .advice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    h6 {
      font-weight: 500;
    }
    p {
      font-size: 16px;
      color: #000000;
      line-height: 1.4;
    }
  }
}

.text {
  &.text-default {
    img {
      max-width: 100%;
    }
    strong {
      font-weight: 500;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 1rem;
      line-height: 1.5;
    }
    p,
    ul,
    ol {
      margin-bottom: 15px;
    }
    p,
    li {
      line-height: 1.5;
    }
    a {
      color: inherit;
      text-decoration: underline;
    }
    ul,
    ol {
      margin-left: 20px !important;
    }
    ol li {
      list-style-type: decimal;
    }
    ul li {
      list-style-type: disc;
    }
    figure {
      margin-bottom: 20px;
    }
    figure.image {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    figure.image img {
      flex-shrink: 0;
    }
    figure.image-style-side {
      max-width: 50%;
      float: right;
      margin-left: 20px;
    }
    figure figcaption {
      padding: 0 10px;
      margin-top: 5px;
      font-size: 11px;
      line-height: 1.5;
      text-align: center;
    }
    img.custom-image-float-right {
      max-width: 50%;
      float: right;
      margin-left: 20px;
    }
    img.custom-image-float-left {
      max-width: 50%;
      float: left;
      margin-right: 20px;
    }
    .text-link {
      word-break: break-all;
    }
  }
}

.tableHeader {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 15px;
  min-width: 0;
}

.tableHeader > div {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
}

.tableHeader > div > * {
  margin-right: 10px;
}

.tableHeader > div > *:last-child {
  margin-right: 0;
}

.tableHeaderInput {
  flex: 1;
}

.tableHeaderInput > div {
  width: 100%;
  max-width: initial;
}

.tableResponsive {
  width: 100%;
  overflow-x: auto;
}

.alt > th,
.alt > td {
  border-top: 2px solid #000 !important;
}

.table {
  width: 100%;
}

.table tr td,
.table tr th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #f8f8f8;
}

.table tr td:first-child,
.table tr th:first-child {
  padding-left: 0;
}

.table tr td:last-child,
.table tr th:last-child {
  padding-right: 0;
}

.table thead th {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}

.table tfoot tr:first-child th,
.table tfoot tr:first-child td {
  border-top: 1px solid #e6e6e6;
}

.tableStriped tr:nth-child(even) {
  background-color: #fafafa;
}

.nowrap {
  white-space: nowrap;
}

.tbodyHeader {
  background: #fafafa;
  font-weight: bold;
}

.tbodyGroup {
  border: 1px solid #e6e6e6;
}

.tbodyGroup > tr > td,
.tbodyGroup > tr > th {
  padding: 10px !important;
}

.tableTextSmall {
  font-size: 15px;
  line-height: 1.4;
}

.tableActionsGroup {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tableActionsGroup > * {
  margin-left: 10px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  width: 100%;
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}

[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__search-input::-webkit-search-cancel-button {
  appearance: none;
}

.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}

[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}

.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}

.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}

.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}

[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}

.iti__search-clear:hover, .iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*
 * Slider automatico de creadores (replica src/marketing_website/SliderCreators.tsx
 * + Scrolling.tsx del frontend). El frontend usa Swiper con loop + autoplay
 * continuo (speed=7000, delay=0). Aqui reemplazamos Swiper por CSS @keyframes
 * puro: cero JS, cero runtime cost, mismo efecto visual.
 *
 * Como funciona:
 * - El track contiene los 10 slides duplicados (20 en total) para crear el
 *   loop infinito: cuando la mitad 1 sale de pantalla, la mitad 2 ya esta
 *   visible. Al completar 50% de translateX, reiniciamos y parece continuo.
 * - La animacion dura 40s en desktop y 25s en mobile (mas rapido en pantallas
 *   chicas porque hay menos ancho que recorrer).
 * - pause on hover por usabilidad.
 */
.creators-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.creators-slider__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: creators-slider-scroll 40s linear infinite;
}

.creators-slider:hover .creators-slider__track {
  animation-play-state: paused;
}

.creators-slider__slide {
  flex-shrink: 0;
  width: 340px;
}

@media (max-width: 768px) {
  .creators-slider__slide {
    width: 200px;
  }
  .creators-slider__track {
    animation-duration: 25s;
  }
}
@keyframes creators-slider-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .creators-slider__track {
    animation: none;
  }
}
