body {
  --etoro-p-weight: 400;
  --etoro-h2-weight: 300;
  --etoro-h2-strong-weight: 700;
  --etoro-h3-weight: 500;
}
@media screen and (max-width: 1023px) {
  body {
    --etoro-p-size: 16px;
    --etoro-p-height: 26px;
    --etoro-h2-size: 24px;
    --etoro-h2-height: 32px;
    --etoro-h3-size: 22px;
    --etoro-h3-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    --etoro-p-size: 18px;
    --etoro-p-height: 27px;
    --etoro-h2-size: 38px;
    --etoro-h2-height: 46px;
    --etoro-h3-size: 28px;
    --etoro-h3-height: 32px;
  }
}
body {
  --inner-height: 100vh;
  --top-offset: 0px;
}
.site-wrapper {
  position: relative;
}
.topfixed-content {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: grey;
  z-index: 10;
}
.top-placeholder {
  width: 100%;
  height: var(--top-offset);
}
.sticky-placeholder {
  width: 100%;
  height: var(--cover-offset);
}
.site-content--sticky {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: var(--top-offset);
  animation-duration: 0.4s;
}
body[data-fx*="down"] .site-content--sticky {
  position: fixed;
  animation-duration: 0.4s;
  animation-name: slideIn;
  animation: headerScrollDown 0.5s ease-in-out forwards;
}
body[data-fx="down_timeout"] .site-content--sticky {
  position: fixed;
  transform: translateY(0);
  animation: headerScrollUp 0.5s ease-in-out forwards;
}
html.ff body[data-fx="down_timeout"] .site-content--sticky {
  animation: none;
}
body[data-fx="mobile_pending"] .site-content--sticky {
  position: fixed;
  transform: translateY(0);
}
.site-content--sticky .before-topmenu {
  position: relative;
}
.site-content--flow {
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  body.nav_open .site-content--sticky,
  body.nav_open[data-fx*="down"] .site-content--sticky {
    z-index: 11;
  }
  body.nav_open[data-fx*="down"] .site-content {
    position: static;
  }
  body[data-fx*="down"] .navigation {
    top: calc(0px - var(--top-offset));
  }
}
.hp-cover.container {
  height: calc(var(--inner-height, 100vh) - var(--top-offset, 0));
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  .hp-cover.container {
    min-height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .hp-cover {
    min-height: 40vw;
    max-height: 1240px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 730px) {
  .hp-cover {
    min-height: 56.25vw;
  }
}
@media screen and (min-width: 661px) and (max-width: 990px) and (orientation: portrait) {
  .hp-cover {
    max-height: 640px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 800px) {
  .hp-cover {
    min-height: 800px;
    max-height: 1240px;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
    position: absolute;
  }
}
@keyframes headerScrollDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: none;
  }
}
@keyframes headerScrollUp {
  100% {
    transform: translateY(-200px);
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  block-size: -webkit-fill-available;
}
html.hidden_overflow {
  overflow: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
ul,
ol,
li,
p,
a,
input,
label,
form {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --menu-padding: 12px;
  --solid-header-bg: #fff;
  --transparent-header-bg: transparent;
  --header-bg: transparent;
  --white-color: #fff;
  --dark-color: #404059;
  --halfside-text-color: #fff;
}
body.ar-ae {
  direction: rtl;
  text-align: right;
}
img:not([src]):not([srcset]),
video.lazy {
  visibility: hidden;
}
video.lazy.loaded {
  visibility: visible;
}
.pending * {
  opacity: 0;
}
.loading body,
.loading body * {
  opacity: 0 !important;
  background: none !important;
}
.loading {
  position: relative;
}
.wrapper {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 740px) {
  .mobile_only {
    display: none;
  }
}
.mobile_section {
  display: none;
}
@media (max-width: 739px) {
  .mobile_section {
    display: inherit;
  }
  .desktop_only {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 661px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .mobile_login,
  .help {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1220px) {
  body {
    --menu-padding: 8px;
  }
}
.inner-disclaimer {
  margin-top: 12px;
  font-size: 14px;
}
.wpNavProAdded {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}
.header_dis {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.25px;
}
.header_dis .wrapper {
  margin: 0 auto;
  max-width: 1092px;
}
.header_dis.container {
  position: relative;
  overflow: unset;
  top: 0;
  width: 100%;
  z-index: 16;
  padding: 16px 0;
  background: #000021;
  color: #fff;
  transition: transform 0.8s ease-in-out;
}
.header_dis.container strong,
.header_dis.container b {
  color: #fff;
}
.header_dis .mini {
  display: none;
}
.hidden_overflow .header_dis {
  z-index: 1;
}
.header_dis a {
  color: #fff;
}
.header_dis a:hover {
  color: #fff;
}
.header_dis .more_less {
  -webkit-tap-highlight-color: transparent;
  display: none;
}
@media (max-width: 739px) {
  body.collapsible-disclaimer-mobile .more_less {
    display: block;
  }
  .header_dis {
    transition: transform 0.1s;
  }
  body.mini_mode .header_dis .wrapper {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 54px;
  }
  body.mini_mode .header_dis .more_less:before {
    top: -2px;
    transform: rotate(45deg);
  }
  .header_dis .more_less {
    position: absolute;
    width: 100%;
    height: 13px;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: #000021;
    text-align: center;
    z-index: 1;
  }
  .header_dis .more_less:before {
    content: "";
    display: block;
    width: 6px;
    position: absolute;
    left: calc(50% - 3px);
    top: 3px;
    height: 6px;
    border: 2px solid transparent;
    border-right: solid #fff;
    border-bottom: solid #fff;
    cursor: pointer;
    transform: rotate(-135deg);
    transition: all 0.1s;
  }
}
@media only screen and (min-width: 661px) {
  .header_dis {
    font-size: 16px;
  }
}
.e-header .logo {
  position: relative;
  margin: 15px 0 0 16px;
  width: 81px;
  height: 25px;
  flex-shrink: 0;
  z-index: 11;
}
.ar-ae .e-header .logo {
  margin-right: 16px;
  margin-left: auto;
}
.logo .logoColor {
  fill: #fff;
  will-change: fill;
}
body[data-fx*="down"] .logo .logoColor {
  fill: #000021;
}
@media screen and (max-width: 1024px) {
  .nav_open .e-header .logo {
    position: fixed;
    left: 16px;
    top: 0;
    margin-left: 0;
    opacity: 0;
    animation: showLogo 0.2s ease-in-out 0.3s forwards;
    z-index: 21;
  }
  .ar-ae.nav_open .e-header .logo {
    left: auto;
    right: 16px;
    margin-right: 0;
  }
  body.nav_open[data-fx*="down"] .e-header .logo {
    top: calc(0px - var(--top-offset));
  }
}
@media only screen and (min-width: 661px) {
  .e-header .logo .logoColor {
    fill: #000021;
  }
}
@media screen and (min-width: 1025px) {
  .e-header .logo {
    display: block;
    width: 102px;
    height: 38px;
  }
  .e-header .logo .logoColor,
  body[data-fx*="down"] .logo .logoColor {
    fill: #1316c6;
  }
}
@keyframes showLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.signup {
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  background: #1316c6;
  color: #fff;
  padding: 9px 15px 13px;
  min-width: 80px;
  text-align: center;
  font-size: 16px;
}
.signup:hover {
  background-color: #2238ea;
}
@media only screen and (max-width: 1024px) {
  .signup {
    width: 100%;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  body.design02-2022 .signup {
    display: none;
    height: 40px;
  }
  body.design02-2022[data-fx*="down"] .signup {
    display: inline-block;
  }
  body.design02-2022 .e-header .signup {
    font-size: 16px;
    font-weight: 500;
  }
  body[data-fx*="down"] .signup {
    margin-top: 1.1em;
    margin-left: var(--menu-padding);
    padding: 7px 30px;
  }
  body[data-fx*="down"] .navigation .signup {
    color: #fff;
  }
  body.ar-ae[data-fx*="down"] .signup {
    margin-left: 0;
    margin-right: var(--menu-padding);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body[data-fx*="down"] .e-header .signup {
    padding: 9px 30px;
    font-size: 14px;
  }
  body.fi-fi[data-fx*="down"] .e-header .signup,
  body.nl-nl[data-fx*="down"] .e-header .signup,
  body.ro-ro[data-fx*="down"] .e-header .signup {
    font-size: 13px;
  }
}
.languages {
  display: block;
  position: relative;
  padding-left: var(--menu-padding);
  padding-right: var(--menu-padding);
}
.languages > a {
  padding-left: 40px;
}
body.ar-ae .languages > a {
  padding-left: 0;
  padding-right: 40px;
}
.languages > a:before {
  display: block;
  content: "";
  width: 18px;
  height: 13px;
  background: url("./asset/media/flags-hd2022.png")
    no-repeat 0 0;
  background-size: 415px 13px;
  position: absolute;
  left: 2px;
  top: 6px;
  border-radius: 3px;
}
body.ar-ae .languages > a:before {
  left: auto;
  right: 2px;
}
.languages > a.en-gb:before {
  background-position: 0 0;
}
.languages > a.fr-fr:before {
  background-position: -72px 0;
}
.languages > a.de-de:before {
  background-position: -36px 0;
}
.languages > a.it-it:before {
  background-position: -90px 0;
}
.languages > a.es-es:before {
  background-position: -54px 0;
}
.languages > a.ar-ae:before {
  background-position: -126px 0;
}
.languages > a.zh-cn:before {
  background-position: -18px 0;
}
.languages > a.ru-ru:before {
  background-position: -108px 0;
}
.languages > a.pl-pl:before {
  background-position: -144px 0;
}
.languages > a.zh-tw:before {
  background-position: -162px 0;
}
.languages > a.nl-nl:before {
  background-position: -180px 0;
}
.languages > a.sv-se:before {
  background-position: -198px 0;
}
.languages > a.nb-no:before {
  background-position: -216px 0;
}
.languages > a.pt-pt:before {
  background-position: -234px 0;
}
.languages > a.cs-cz:before {
  background-position: -252px 0;
}
.languages > a.ro-ro:before {
  background-position: -270px 0;
}
.languages > a.ms-my:before {
  background-position: -288px 0;
}
.languages > a.da-dk:before {
  background-position: -306px 0;
}
.languages > a.en-us:before {
  background-position: -324px 0;
}
.languages > a.vi-vn:before {
  background-position: -342px 0;
}
.languages > a.th-th:before {
  background-position: -360px 0;
}
.languages > a.fi-fi:before {
  background-position: -378px 0;
}
.languages > a.en-au:before {
  background-position: -396px 0;
}
@media screen and (max-width: 1024px) {
  .languages > a {
    padding-left: 17px;
    font-size: 16px;
  }
  body.ar-ae .languages > a {
    padding-left: 0;
    padding-right: 21px;
  }
  .languages > a:before {
    left: 0;
  }
  body.ar-ae .languages > a:before {
    left: auto;
    right: 4px;
  }
  body.nav_open .navigation .languages > a:after {
    display: block;
    content: "";
    position: absolute;
    right: 4px;
    top: 3px;
  }
  body.ar-ae body.nav_open .navigation .languages > a:after {
    right: auto;
    left: 4px;
  }
  .start_ver_2 .languages .txt {
    display: none;
  }
  .start_ver_2 .languages > a:before {
    left: 10px;
  }
  .ar-ae.start_ver_2 .languages > a:before {
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .languages {
    display: inline-block;
  }
  .languages:after {
    content: "";
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    border-right: 1px dashed #bababa;
    opacity: 0.5;
  }
  .ar-ae .languages:after {
    right: auto;
    left: 0;
  }
  .languages > a {
    padding-left: 23px;
    position: relative;
    color: var(--halfside-text-color);
  }
  .languages > a:hover {
    color: var(--halfside-text-color);
  }
  body.ar-ae .languages > a {
    padding-left: 0;
    padding-right: 25px;
  }
  .languages .txt {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .languages:after {
    content: none;
  }
  .languages > a {
    padding-left: 30px;
  }
  .languages .txt {
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .languages {
    font-size: 13px;
  }
  .pl-pl .languages {
    max-height: 69px;
  }
  .languages > a:before {
    top: 4px;
  }
}
.e-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}
.inner-wrapper {
  display: flex;
  align-items: center;
}
.inner-wrapper .login {
  position: relative;
  display: block;
  margin-right: 16px;
  color: #fff;
  line-height: 1;
}
body[data-fx*="down"] .inner-wrapper .login {
  color: #000021;
}
.ar-ae .inner-wrapper .login {
  margin-right: 0;
  margin-left: 16px;
}
.inner-wrapper .nav-sep {
  display: block;
  width: 1px;
  height: 21px;
  background-color: #fff;
  opacity: 0.3;
}
body[data-fx*="down"] .inner-wrapper .nav-sep {
  background-color: #000021;
}
html:not(.hidden_overflow) .e-header {
  transform: translateY(0);
}
body[data-fx*="down"] .site-content--sticky {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 739px) {
  body[data-fx*="down"] .e-header,
  body.nav_open [data-fx*="down"].e-header {
    top: auto;
  }
  body.nav_open .e-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .e-header {
    height: 60px;
    padding: 0;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    user-drag: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body[data-fx*="down"] .e-header {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .e-header {
    padding: 0 34px;
    background-color: var(--header-bg);
    transition: background-color 0.75s;
  }
  body.search_active .e-header {
    background-color: #fff;
    transition: background-color 0.35s;
  }
  .inner-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1340px) {
  .e-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  body[data-fx*="down"] .e-header {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.navbar_mobile {
  position: relative;
  display: block;
  width: 53px;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.navbar_mobile .icon_bar {
  display: block;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 2px;
}
.navbar_mobile .icon_bar:first-child {
  margin-top: 24px;
}
body[data-fx*="down"] .navbar_mobile .icon_bar {
  background: #000021;
}
@media only screen and (min-width: 1025px) {
  .navbar_mobile {
    display: none;
  }
}
.navigation {
  letter-spacing: -0.4px;
  flex-grow: 1;
}
.navigation li {
  position: relative;
  display: inline-block;
  list-style: none;
}
.navigation ul,
.navigation li {
  list-style-type: none;
}
.navigation a {
  text-decoration: none;
}
.navigation ul > li > a {
  display: inline-block;
}
.navigation ul > li > a {
  position: relative;
}
.navigation ol li {
  display: block;
}
.navigation ul ol li a {
  display: block;
  font-size: 16px;
  color: #000021;
  padding: 12px 28px;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation ul ol li a:hover {
  color: #1316c6;
}
.navigation ul ol li a:empty {
  display: none;
}
.navigation ul ol li a[data-dir="cn"] {
  font-family: "Microsoft Yahei", sans-serif;
}
.navigation ul ol li:first-child a {
  border-top: none;
}
@media screen and (max-width: 739px) {
  .navigation {
    width: 100%;
  }
}
@media screen and (min-width: 740px) and (max-width: 1024px) {
  .navigation {
    width: 340px;
  }
}
.start_ver_2 #main-menu,
.start_ver_2 .search-cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.nav_open .e-header .logo .logoColor {
    fill: #000021;
  }
  body.nav_open .e-header .inner-wrapper {
    display: none;
  }
  .help {
    margin-top: 5px;
    display: block;
    color: #2c2c2c;
    position: relative;
    padding: 3px 0 0 33px;
  }
  .help:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url("./asset/media/help.svg")
      no-repeat center center;
    background-size: contain;
  }
  body.ar-ae .help {
    padding: 3px 33px 0 0;
  }
  body.ar-ae .help:before {
    left: auto;
    right: 0;
  }
  .download_app {
    display: block;
    position: relative;
    margin: 60px 0 0 0;
    padding: 9px 15px 13px;
    width: 100%;
    background-color: #fff;
    color: #1316c6;
    letter-spacing: -0.25px;
    border: 1px solid #1316c6;
    text-align: center;
    border-radius: 25px;
  }
  .download_app:hover {
    color: #1316c6;
  }
  body.ar-ae .download_app:before {
    margin-right: 0;
    margin-left: 10px;
  }
  .nav-wrapper {
    margin-bottom: 60px;
    height: calc(100% - 100px);
    padding: 24px 16px 110px;
    overflow: auto;
  }
  .navigation {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 100vh;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    transition: none;
    transform: translateX(-101%);
  }
  .navigation.open {
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
    z-index: 20;
  }
  body.ar-ae .navigation {
    transform: translateX(101%);
  }
  body.ar-ae .navigation.open {
    transform: translateX(0);
  }
  .navigation nav a,
  .navigation .help,
  .navigation .languages a {
    color: #000021;
  }
  .navigation .help,
  .navigation .languages {
    display: block;
    position: relative;
  }
  .navigation .languages {
    margin-top: 35px;
  }
  .navigation .help {
    margin-top: 16px;
  }
  .en-us .navigation .help {
    margin-top: 29px;
  }
  .navigation ul {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  }
  .navigation ul li a {
    margin-bottom: 35px;
  }
  body.ar-ae .navigation ul li a {
    padding-right: 0;
    padding-left: 22px;
  }
  .navigation ul ol li a {
    padding: 0 10px 0 0;
    font-size: 16px;
  }
  .navigation ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    width: 100%;
    padding: 0 22px 0 0;
  }
  .navigation ul > li {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .navigation ul > li.search {
    display: none;
  }
  /* .navigation .li-lvl-1 > a::after {
    content: "";
    border: solid #777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    position: absolute;
    right: 4px;
    top: 8px;
  }
  body.ar-ae .navigation .li-lvl-1 > a::after {
    right: auto;
    left: 4px;
  }
  .navigation .li-lvl-1.open {
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  }
  .navigation .li-lvl-1.open > a {
    font-weight: 700;
  }
  .navigation .li-lvl-1.open > a:after {
    top: 50%;
    transform: rotate(225deg);
  }
  .navigation .li-lvl-1:last-child.open {
    margin-bottom: 0;
    border-bottom: none;
  } */
  .navigation ul ol {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .navigation ul .open ol {
    max-height: var(--max-submenu-height, 630px);
    max-height: 630px;
  }
  .login {
    display: none;
  }
  .navigation ul ol li a {
    padding: 2px 0;
    white-space: initial;
    overflow: auto;
    text-overflow: initial;
  }
  body.ar-ae .navigation:not(.open) {
    transform: translateX(100%);
  }
  .sidebar_head {
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
  }
  .sidebar_head .mobile_login {
    display: block;
    height: 100%;
    padding: 24px 0 0 20px;
    margin-right: 20px;
    line-height: 1em;
    font-size: 16px;
    letter-spacing: -0.25px;
    text-decoration: underline;
    color: #000021;
  }
  body.ar-ae .sidebar_head .mobile_login {
    padding-left: 0;
    margin-left: 20px;
  }
  .sidebar_head .nav-sep {
    display: block;
    width: 1px;
    background-color: #b2b2bc;
    height: 22px;
    margin-top: 24px;
  }
  .sidebar_head .close {
    width: 50px;
    height: 60px;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  .sidebar_head .close:before,
  .sidebar_head .close:after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #000021;
    position: absolute;
    top: 33px;
    left: 16px;
    transform: rotate(45deg);
    border-radius: 10px;
  }
  .sidebar_head .close:after {
    transform: rotate(-45deg);
  }
}
@media only screen and (min-width: 1025px) {
  .download_app {
    display: none;
  }
  nav,
  .login {
    display: inline-block;
  }
  .navigation {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
  }
  .navigation .li-lvl-1 > a:hover,
  .navigation .languages a:hover,
  .navigation .login:hover {
    color: #fff;
  }
  .navigation .li-lvl-1:hover > a {
    background: #f7f7f7;
    cursor: pointer;
  }
  body[data-fx*="down"] .navigation .li-lvl-1 > a:hover,
  body[data-fx*="down"] .navigation .languages a:hover,
  body[data-fx*="down"] .navigation .login:hover {
    color: #404059;
  }
  .navigation .li-lvl-1 > a,
  .navigation .login,
  .navigation .languages {
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .navigation .li-lvl-1 > a,
  .navigation .login,
  .navigation .languages,
  .navigation .signup {
    padding-left: var(--menu-padding);
    padding-right: var(--menu-padding);
  }
  .navigation a {
    color: #fff;
  }
  .navigation ul > li > a {
    font-weight: 400;
  }
  .navigation ul li ol {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s, transform 0.3s, visibility 0s linear 0.3s;
    transform: translateY(-15px);
    border-radius: 6px;
  }
  body.ar-ae .navigation ul li ol {
    left: auto;
    right: 0;
  }
  .navigation ul li ol:before {
    position: absolute;
    top: -10px;
    right: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
  }
  .navigation ul li:hover ol {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navigation ul li ol li:first-child a {
    padding-top: 24px;
  }
  .navigation ul li ol li:last-child a {
    padding-bottom: 24px;
  }
  body[data-fx*="down"] .navigation a {
    color: #404059;
  }
  .sidebar_head {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-wrapper {
    font-size: 18px;
    transition: transform 0.35s;
  }
  .search_active .nav-wrapper {
    transform: translateY(101%);
  }
  body.design02-2022 .nav-wrapper {
    width: 100%;
    padding-left: 30px;
    display: flex;
  }
  body.design02-2022 .nav-wrapper ul {
    float: left;
  }
  body.design02-2022 .nav-wrapper nav {
    flex-grow: 1;
  }
  body.design02-2022.ar-ae .nav-wrapper {
    padding-left: 0;
    padding-right: 30px;
  }
  body.design02-2022.ar-ae .nav-wrapper ul {
    float: right;
  }
  body.design02-2022-half .li-lvl-1 > a {
    color: #404059;
    cursor: pointer;
  }
  body.design02-2022-half .li-lvl-1 > a:hover {
    color: #404059;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body .nav-wrapper {
    font-size: 14px;
  }
  body.nl-nl .nav-wrapper,
  body.ro-ro .nav-wrapper {
    font-size: 13px;
  }
  body.pl-pl[data-fx="down"] .navigation ul li ol {
    z-index: 1;
  }
  .pl-pl .search-cta,
  .pl-pl .login {
    max-height: 69px;
  }
  .pl-pl.search_active .navigation {
    max-height: 69px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  body.fi-fi .nav-wrapper {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1510px) {
  .pl-pl .nav-wrapper {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .nl-nl .nav-wrapper {
    font-size: 16px;
  }
}
.search-cta {
  display: none;
  padding: 0 16px;
  height: 100%;
  cursor: pointer;
}
.search-cta svg {
  width: 17px;
  height: 17px;
  fill: var(--halfside-text-color);
}
.search-cta .search-cta__title {
  display: none;
}
.search_box {
  display: block;
  height: 40px;
}
.search_box form {
  display: inline-block;
  width: 100%;
  height: 45px;
  position: relative;
}
.search_box input[type="text"] {
  color: #000021;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 48px 0 16px;
  line-height: normal;
  font-size: 16px;
}
.ar-ae .search_box input[type="text"] {
  padding-right: 16px;
  padding-left: 48px;
}
.search_box input[type="text"]:focus {
  outline: none !important;
}
.search_box .search_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  cursor: pointer;
}
.ar-ae .search_box .search_icon {
  right: auto;
  left: 0;
}
.search_box .search_icon svg {
  width: 19px;
  height: 19px;
}
.search_box .closed_icon {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
}
.search_box .closed_icon:after {
  content: "";
  position: absolute;
  display: block;
  margin: -12px 0 0 -12px;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(./asset/media/close-grey.svg)
    #f1f1f1 no-repeat center center;
  background-size: 10px;
  border-radius: 50%;
  cursor: pointer;
}
body.ar-ae .search_box .closed_icon {
  right: auto;
  left: 0;
}
@media (max-width: 1024px) {
  .search_box {
    position: relative;
    height: 40px;
    background: #fff;
    z-index: 12;
  }
  .search_box:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #404059;
    opacity: 0.2;
  }
  .search_box form {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .search_box .search_icon svg {
    margin: 12px 0 0 12px;
    width: 19px;
    height: 19px;
    fill: #404059;
  }
  .ar-ae .search_box .search_icon svg {
    margin-right: 12px;
    margin-left: 0;
  }
  .search_box input::-webkit-input-placeholder {
    font-weight: 300;
    color: #404059;
  }
  .search_box input::-moz-placeholder {
    font-weight: 300;
    color: #404059;
  }
  body.search_active .search_box {
    transform: translateY(0%);
  }
}
@media (min-width: 1025px) {
  .search_box {
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: center;
    width: 100%;
    height: 45px;
    transform: translateY(-80px);
    visibility: hidden;
    transition: all 0.35s;
  }
  .search_active .search_box {
    transform: translateY(-14px);
    visibility: visible;
  }
  .search_box form {
    width: 1055px;
    max-width: 60%;
  }
  .search_box input[type="text"] {
    padding: 0 48px 0 60px;
    border: 1px solid #e1e1e1;
    background: transparent;
    border-radius: 42px;
    font-size: 18px;
  }
  body.ar-ae .search_box input[type="text"] {
    padding: 0 60px 0 48px;
  }
  .search_box .search_icon {
    left: 24px;
  }
  body.ar-ae .search_box .search_icon {
    right: 24px;
    left: unset;
  }
  .search_box .search_icon svg {
    margin-top: 14px;
    fill: rgba(0, 0, 33, 0.75);
  }
  .search_box .closed_icon {
    display: block;
  }
  .search-cta {
    position: relative;
    display: inline-flex;
    padding-left: var(--menu-padding);
    padding-right: var(--menu-padding);
    align-items: center;
    justify-content: space-between;
  }
  .search-cta:after {
    content: "";
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    border-right: 1px dashed #bababa;
    opacity: 0.5;
  }
  .ar-ae .search-cta:after {
    right: auto;
    left: 0;
  }
  .search-cta svg {
    fill: #fff;
  }
  .header-with-background .search-cta svg {
    fill: rgba(0, 0, 33, 0.75);
  }
  body[data-fx*="down"] .search-cta svg {
    fill: rgba(0, 0, 33, 0.75);
  }
  body[data-fx*="down"] .search_box input:focus,
  body[data-fx*="down"] .search_box input:focus-visible {
    outline: none;
  }
  .search_box input::-webkit-input-placeholder {
    color: rgba(0, 0, 33, 0.75);
  }
  .search_box input::-moz-placeholder {
    color: rgba(0, 0, 33, 0.75);
  }
}
@media (min-width: 1440px) {
  .search-cta:after {
    content: none;
  }
  .search-cta svg {
    margin-right: 10px;
  }
  body.ar-ae .search-cta svg {
    margin-right: unset;
    margin-left: 10px;
  }
  .search-cta .search-cta__title {
    display: inline-block;
    margin-top: -3px;
    color: #fff;
  }
  .header-with-background .search-cta .search-cta__title {
    color: rgba(0, 0, 33, 0.75);
  }
  body[data-fx*="down"] .search-cta .search-cta__title {
    color: rgba(0, 0, 33, 0.75);
  }
}
@import "../cdn.fonts.net/t/177ff.css?apiType=css&amp;projectid=1be8a670-63f2-11ec-84cb-06c8b378e9d2";
@font-face {
  font-family: "Madera";
  src: url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Light.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Regular.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Medium.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Madera";
  src: url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Bold.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/madera2/Madera-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tusker Grotesk";
  src: url("https://marketing.etorostatic.com/cache1/fonts/tusker/TuskerGrotesk-4700Bold.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/tusker/TuskerGrotesk-4700Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tusker Grotesk";
  src: url("https://marketing.etorostatic.com/cache1/fonts/tusker/TuskerGrotesk-3500Medium.woff2")
      format("woff2"),
    url("https://marketing.etorostatic.com/cache1/fonts/tusker/TuskerGrotesk-3500Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: "Madera", sans-serif;
}
h1 {
  font-family: "Tusker Grotesk", sans-serif;
  font-weight: 500;
}
.mock_test2cols .text-box {
  background: antiquewhite;
}
@media only screen and (max-width: 660px) {
  .text-box,
  .pbox {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 661px) {
  .text-box,
  .pbox {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.col img {
  display: block;
  max-width: 100%;
  height: auto;
}
.col-flex-end {
  flex-direction: column;
  justify-content: flex-end;
}
.col_media {
  position: relative;
}
.col_media img {
  max-width: none;
  width: 100%;
}
.wide-text-box {
  margin-left: auto;
  margin-right: auto;
}
.text-box {
  width: 100%;
  max-width: 780px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .text-box {
    padding: clamp(80px, 16vw, 250px) 80px;
  }
}
.text-box .in-text-box {
  width: 100%;
  max-width: 550px;
}
.hp-cover .text-box {
  max-width: 920px;
}
.hp-cover .in-text-box {
  max-width: 620px;
}
@media only screen and (min-width: 661px) {
  .e-row {
    display: flex;
    flex-wrap: wrap;
  }
  .e-row > * {
    width: 100%;
    max-width: 100%;
  }
  .col {
    display: flex;
    align-items: center;
    flex: 1 0 0;
  }
  .col-baseline {
    display: flex;
    flex: 1 0 0;
  }
  .e-row_cols2 > .col {
    max-width: 50%;
  }
  .e-row_reverse {
    flex-direction: row-reverse;
  }
  .e-row_reverse .col:last-child,
  .e-row_reverse .col-baseline:last-child {
    justify-content: flex-end;
  }
  .e-row_no-reverse .col:first-child,
  .e-row_no-reverse .col-baseline:first-child {
    justify-content: flex-end;
  }
}
#embed-wrapper {
  display: none;
}
body.sign_up .container:not(.s01):not(.s1),
body.sign_up .cover2022,
body.sign_up .footer {
  display: none;
}
body.sign_up .e-header .signup,
body.sign_up .e-header .e-cta {
  display: none;
}
body.sign_up #embed-wrapper {
  display: block;
}
body.sign_up .s01 {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  overflow: visible !important;
}
body.sign_up .s1,
body.sign_up .s1:before,
body.sign_up .s1:after {
  background-image: none !important;
}
body.sign_up .s1 [page_item_name="top_cover"],
body.sign_up .s1 .platform,
body.sign_up .header_dis {
  display: none !important;
}
@media (max-width: 739px) {
  body.sign_up .s1 {
    top: 0;
    background: none;
    padding-bottom: 0;
  }
  body.sign_up .s1:before,
  body.sign_up .s1:after {
    display: none;
  }
  body.sign_up .s1 .top {
    padding: 0;
  }
}
@media (min-width: 740px) {
  body.sign_up .s1 .e-header {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  body.sign_up .s9.container {
    padding-top: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.sign_up .s9.container {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1025px) {
  body.sign_up .s9.container {
    padding-top: 70px;
  }
}
body {
  color: #777;
}
body.ar-ae {
  direction: rtl;
}
.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 660px) {
  .container.with-spaces {
    padding: 40px 0;
  }
}
h1,
h2,
h3,
h4,
strong,
b {
  font-weight: bold;
  color: #2c2c2c;
}
h1 {
  font-size: 34px;
  line-height: 1.29;
  letter-spacing: -0.53px;
}
h2 {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: -0.44px;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.34px;
  margin-bottom: 0.4em;
}
p {
  color: #777;
  font-size: 18px;
  font-weight: 300;
}
.col_text p {
  margin-bottom: 1.5em;
}
.col_text p:last-child {
  margin-bottom: 0;
}
a {
  color: #777;
}
a:hover {
  color: #2c2c2c;
}
.dark-bg {
  background-color: #000021;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg strong,
.dark-bg b,
.dark-bg p,
.dark-bg a {
  color: #fff;
}
@media only screen and (min-width: 661px) {
  h2 {
    font-size: clamp(18px, 4vw, 40px);
    margin-bottom: 0.46em;
  }
  h3 {
    font-size: clamp(16px, 3vw, 28px);
    line-height: 1.35em;
  }
  p {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.35em;
  }
  .col_text p {
    margin-bottom: 1.4em;
  }
}
.e-cta,
.e-cta-alt {
  margin-top: 1em;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-align: center;
  padding: 8px 24px 10px;
  border-radius: 25px;
  border: solid 1px #1316c6;
  min-width: 150px;
  transition: all 0.3s ease;
}
.e-cta:hover,
.e-cta-alt:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .e-cta,
  .e-cta-alt {
    font-size: 18px;
  }
}
p + .e-cta,
p + .e-cta-alt {
  margin-top: 10px;
}
.e-cta.e-cta__video,
.e-cta-alt.e-cta__video {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.e-cta.e-cta__video:hover,
.e-cta-alt.e-cta__video:hover {
  background-color: #000;
  border-color: #000;
}
.e-cta {
  background-color: #1316c6;
  color: #fff;
}
.e-cta:hover {
  background-color: #2238ea;
  border-color: #2238ea;
}
.e-cta-alt,
.e-cta__alt {
  background-color: transparent;
  color: #1316c6;
}
.dark-bg .e-cta-alt,
.dark-bg .e-cta__alt {
  color: #fff;
}
.e-cta-alt:hover,
.e-cta__alt:hover {
  background-color: transparent;
  border-color: #718cdd;
  color: #718cdd;
}
@media only screen and (min-width: 661px) {
  .e-cta,
  .e-cta-alt {
    font-size: 18px;
    padding: 10px 30px 12px;
  }
}
.video-box {
  position: relative;
}
.video-box video,
.video-box .fallback-img img {
  width: 100%;
  height: auto;
  display: block;
  object-position: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.video-cover_mobile video,
.video-cover_mobile .fallback-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.video-box_desktop {
  max-height: 800px;
}
@media only screen and (max-width: 660px) {
  .video-box_mobile,
  .video-cover_mobile {
    display: block;
  }
  .video-box_mobile {
    margin: 0 auto;
    overflow: hidden;
  }
  .video-box_desktop,
  .video-cover_desktop {
    display: none;
  }
}
@media only screen and (min-width: 661px) {
  .video-box_mobile,
  .video-cover_mobile {
    display: none;
  }
  .video-box_desktop {
    display: block;
    padding: 100px 10px;
    max-width: 780px;
  }
  .video-cover_desktop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .video-cover_desktop video,
  .video-cover_desktop .fallback-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 661px) {
  .image-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .image-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.navigation .search {
  display: none;
}
.cover2022 {
  color: #fff;
  background-color: #000021;
  position: relative;
}
.cover2022 h1 {
  font-weight: 500;
  line-height: 1.41;
}
.cover2022 .cv_d {
  font-weight: 300;
}
.cover2022 .cv_cta {
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
}
.cover2022 .left {
  overflow: auto;
}
.cover-bottom-space {
  display: flex;
}
@media only screen and (max-width: 660px) {
  .cover-top-space,
  .cover-bottom-space {
    display: none;
  }
  .cover2022 {
    height: 100%;
  }
  .cover2022 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cover2022 .col_text {
    position: relative;
  }
  .cover2022 .col_text .text-box {
    padding-bottom: 24px;
  }
  .cover-bg {
    position: relative;
    flex-grow: 1;
    background: #000021;
  }
  .cover-bg .video-cover-half {
    width: 100%;
    height: 0;
    padding-top: 113%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-position: center;
  }
  .cover-bg .video-cover-half img {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 0;
  }
  body.en-au .cover-bg .video-cover-half {
    padding-top: 113%;
  }
  body.en-au .cover-bg .video-cover-half video,
  body.en-au .cover-bg .video-cover-half img {
    top: 0;
  }
  body.en-au .cover-bg .video-cover-half:before,
  body.en-au .cover-bg .video-cover-half:after {
    content: none;
  }
  .cover-bg .video-cover-half:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(to top, transparent, #000021 50%);
    z-index: 3;
  }
  body.en-us .cover-bg .video-cover-half:before {
    height: 60px;
    background-image: linear-gradient(to top, transparent, #000021 50%);
  }
  .cover-bg .video-cover-half:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 33, 0.5) 30%,
      #000021 50%
    );
  }
  body.en-us .cover-bg .video-cover-half:after {
    height: 115px;
    background-image: linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 33, 0.5) 20%,
      #000021 50%
    );
  }
  .cover-bg video {
    display: block;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .cover2022 h1,
  .cover2022 .cv_d {
    color: #fff;
  }
  .cover2022 .cv_d {
    margin-bottom: 6px;
  }
  .cover2022 .cv_d br {
    display: none;
  }
  .cover2022 h1 {
    margin-bottom: 0.5em;
  }
  .hero-half-cover h1 {
    color: #fff;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .hero-half-cover h1 strong {
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
  }
  body.en-gb .hero-half-cover h1 {
    font-size: 42px;
    line-height: 1.1;
  }
  body.en-gb .hero-half-cover h1 strong {
    font-size: 42px;
    line-height: 1.1;
  }
  .hero-half-cover .cover2022 br {
    display: none;
  }
}
@media only screen and (max-width: 660px) and (max-height: 740px) {
  .cover2022 .col_text .text-box {
    position: relative;
  }
  .cover2022 .col_text .text-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #000021 90%);
    z-index: 0;
  }
  .cover2022 .col_text .text-box .in-text-box {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 661px) {
  .cover-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .cover-bg .video-cover-half {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
  }
  body.ar-ae .cover-bg .video-cover-half {
    left: 0;
  }
  .cover-bg .video-cover-half video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .cover-bg .video-cover-half img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .cover2022 {
    height: 100%;
    max-height: 1240px;
  }
  .cover2022 .e-row {
    position: relative;
    z-index: 2;
  }
  .cover2022 .col_text {
    background-color: #fff;
    height: 100%;
    color: #2c2c2c;
  }
  .cover2022 .col_media {
    position: relative;
  }
  .cover2022 .col_media::before,
  .cover2022 .col_media::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 30%;
    width: 100%;
    z-index: 1;
  }
  .cover2022 .col_media::before {
    top: 0;
    background: linear-gradient(0deg, transparent 0%, #000021 90%);
  }
  .cover2022 .col_media::after {
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, #000021 90%);
  }
  body.en-au .cover2022 .col_media::before,
  body.en-au .cover2022 .col_media::after {
    content: none;
  }
  .cover2022 h1,
  .cover2022 .cv_d {
    color: #000021;
  }
  .hero-half-cover .cover2022 h1 {
    font-size: clamp(50px, 7vw, 120px);
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .hero-half-cover .cover2022 h1 strong {
    font-weight: bold;
    color: #000dcb;
  }
  body.en-gb .hero-half-cover .cover2022 h1 {
    font-size: clamp(32px, 4.895vw, 94px);
    margin-bottom: 2px;
  }
  body.en-us .hero-half-cover .cover2022 h1 {
    font-size: clamp(32px, 4vw, 60px);
    margin-bottom: 2px;
  }
  body.en-us .hero-half-cover .cover2022 h1 strong {
    display: block;
    font-size: clamp(32px, 4.895vw, 94px);
  }
  body.en-au .hero-half-cover .cover2022 h1 {
    font-size: clamp(60px, 4vw, 100px);
  }
  .cover2022 .e-row,
  .cover2022 .text-box,
  .cover2022 .in-text-box,
  .cover2022 .cover-flex {
    height: 100%;
  }
  .cover2022 .text-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cover-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cover-top-space,
  .cover-bottom-space {
    min-height: 100px;
  }
  .hero-ctas {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  .cover2022 .col_media::after {
    height: 40%;
  }
  .cover-top-space,
  .cover-bottom-space {
    min-height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .cover2022 h1 {
    font-size: clamp(90px, 10vw, 140px);
  }
  .cover2022 .cv_d {
    font-size: clamp(22px, 2vw, 28px);
  }
}
@media screen and (min-width: 1025px) {
  body.design02-2022-half .login,
  body.design02-2022-half .login:hover,
  body.design02-2022-half .languages > a,
  body.design02-2022-half .languages > a:hover {
    color: var(--halfside-text-color);
  }
  body.design02-2022-half[data-fx*="down"] .login,
  body.design02-2022-half[data-fx*="down"] .login:hover,
  body.design02-2022-half[data-fx*="down"] .languages > a,
  body.design02-2022-half[data-fx*="down"] .languages > a:hover {
    color: #404059;
  }
}
.airdrop-hidden {
  display: none !important;
}
@media only screen and (max-width: 660px) {
  .airdrop-desktop {
    display: none !important;
  }
  .airdrop-mobile {
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  body[data-fx*="down"] .airdrop-mobile {
    display: none !important;
  }
  .airdrop-inner {
    display: flex;
    max-width: 320px;
    margin: 0 auto;
  }
  .airdrop-img {
    flex-basis: 20%;
  }
  .airdrop-img img {
    display: block;
    width: 86%;
    height: auto;
    max-height: 70px;
    margin-left: 15%;
    transition: all 0.3s;
  }
  .airdrop-message > a {
    color: #000021;
    text-decoration: none;
  }
  .airdrop-text {
    flex-grow: 1;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .airdrop-text p {
    color: #000021;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.33px;
    margin-bottom: 8px;
  }
  .airdrop-text strong {
    color: #1316c6;
  }
  .airdrop-terms {
    font-size: 12px;
    font-weight: 300;
  }
  .airdrop-terms a {
    color: #000021;
  }
}
@media only screen and (min-width: 661px) {
  .airdrop-mobile {
    display: none !important;
  }
  .airdrop-desktop {
    width: 100%;
    max-width: 520px;
    border-radius: 10px;
    box-shadow: 6px 6px 40px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-left: 3px;
    margin-top: clamp(20px, 3vw, 90px);
    margin-bottom: 30px;
    padding: clamp(12px, 1.8vw, 25px);
  }
  .airdrop-inner {
    display: flex;
  }
  .airdrop-img {
    flex-basis: 20%;
  }
  .airdrop-img img {
    display: block;
    width: 86%;
    height: auto;
    margin-left: 15%;
    transition: all 0.3s;
  }
  .airdrop-img a:hover img {
    transform: scale(1.1);
  }
  .airdrop-message > a {
    color: #000021;
    text-decoration: none;
  }
  .airdrop-text {
    flex-grow: 1;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .airdrop-text p {
    color: #000021;
    font-size: clamp(14px, 2vw, 22px);
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: -0.39px;
    margin-bottom: 8px;
  }
  .airdrop-text strong {
    color: #1316c6;
  }
  .airdrop-terms {
    font-size: 12px;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #1316c6;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
@media only screen and (max-width: 660px) {
  .cover__superbowl .cover-bg {
    z-index: 1;
  }
  .play-video-mobile {
    display: block;
    background-image: url(./asset/media/play-icon.svg);
    background-position: center;
    width: 50px;
    height: 40px;
    background-size: cover;
    margin-bottom: 12px;
  }
  .play-video-mobile:focus {
    outline: none;
  }
}
@media only screen and (min-width: 661px) {
  .play-video-mobile {
    display: none;
  }
}
.cover__superbowl {
  height: 100%;
}
.navigation .search {
  display: none;
}
@media only screen and (max-width: 660px) {
  .cover__superbowl {
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.cover__superbowl {
  position: relative;
  background-color: #000021;
}
.cover__superbowl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 225px;
  background: linear-gradient(180deg, rgba(0, 0, 33, 0.01) 0%, #000021 100%);
  z-index: 1;
}
.cover__superbowl h1 {
  color: #ededed;
  font-weight: normal;
  letter-spacing: -1px;
}
.cover__superbowl h1 strong {
  font-weight: bold;
  color: #ededed;
}
.cover__superbowl .cv_d {
  color: #fff;
}
.cover__superbowl .cover-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 660px) {
  .cover__superbowl .cover-bg {
    position: relative;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .cover__superbowl .cover-bg .video-cover_mobile {
    width: 100%;
    height: 0;
    padding-top: 215%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-position: center;
  }
  .cover__superbowl .cover-bg video {
    display: block;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .cover__superbowl br {
    display: none;
  }
  .cover__superbowl h1 {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 12px;
  }
  body.ar-ae .cover__superbowl h1 {
    text-align: right;
  }
  .cover__superbowl h1 span {
    font-size: 50px;
    display: block;
  }
  .cover__superbowl .cv_d {
    font-size: 18px;
  }
  .cover__superbowl .cover-text .e-cta {
    margin-top: 30px;
    margin-bottom: 24px;
  }
  .cover__superbowl .superbowl-play {
    display: none;
  }
}
@media only screen and (min-width: 661px) {
  .cover__superbowl {
    height: 100%;
  }
  .cover__superbowl .cover-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
  }
  .cover__superbowl .cover-text > div {
    margin-bottom: 100px;
  }
  .cover__superbowl h1 {
    font-size: clamp(60px, 9vw, 120px);
  }
  .cover__superbowl h1 span {
    opacity: 0.75;
  }
  .cover__superbowl .cv_d {
    margin-top: -10px;
  }
  .cover__superbowl .superbowl-play {
    margin-bottom: 16px;
  }
  .cover__superbowl .cover-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .cover__superbowl .cover-bg .video-cover_desktop {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
  }
  .cover__superbowl .cover-bg .video-cover_desktop img,
  .cover__superbowl .cover-bg .video-cover_desktop video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .cover__superbowl .cover-bg .video-cover_desktop img {
    object-fit: cover;
  }
  .cover__superbowl .cover-bg .video-cover_desktop video {
    z-index: 1;
  }
  .cover__superbowl .cover-bg .video-cover_desktop::after {
    background: none;
  }
  .cover__superbowl .e-cta {
    min-width: 200px;
    margin-top: 30px;
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1740px;
  height: 950px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.006) 8.1%,
    rgba(0, 0, 0, 0.021) 15.5%,
    rgba(0, 0, 0, 0.046) 22.5%,
    rgba(0, 0, 0, 0.077) 29%,
    rgba(0, 0, 0, 0.114) 35.3%,
    rgba(0, 0, 0, 0.155) 41.2%,
    rgba(0, 0, 0, 0.198) 47.1%,
    rgba(0, 0, 0, 0.242) 52.9%,
    rgba(0, 0, 0, 0.285) 58.8%,
    rgba(0, 0, 0, 0.326) 64.7%,
    rgba(0, 0, 0, 0.363) 71%,
    rgba(0, 0, 0, 0.394) 77.5%,
    rgba(0, 0, 0, 0.419) 84.5%,
    rgba(0, 0, 0, 0.434) 91.9%,
    rgba(0, 0, 0, 0.44) 100%
  );
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
