*,
::after,
::before {
 box-sizing: border-box;
}
html {
 font-size: 10px;
 -webkit-tap-highlight-color: transparent;
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-rendering: optimizeLegibility;
 --menu-font-size: 16px;
 --menu-btn-color: #000021;
 --menu-link-color: #66667a;
 --solid-header-bg: #fff;
 --transparent-header-bg: transparent;
 --header-bg: #fff;
 --white-color: #fff;
 --dark-color: #404059;
 --halfside-text-color: var(--menu-link-color);
 --inner-height: var(--vh100, 100vh);
 --top-offset: 0px;
 --header-side-padding: 34px;
 --menu-item-height: 26px;
}
a,
body,
form,
h1,
h2,
h3,
html,
input,
label,
li,
ol,
p,
ul {
 margin: 0;
 padding: 0;
}
article,
footer,
header,
main,
nav,
section {
 display: block;
}
a {
 color: #66667a;
 text-decoration: none;
}
a:hover {
 color: #981a00;
}
[role="button"] {
 cursor: pointer;
}
.loader {
 width: 100px;
 height: 100px;
 margin: 40px auto;
 display: none;
 background: url(../images/loader3-green-small.gif) top center/47px no-repeat;
}
@keyframes spin {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(360deg);
 }
}
:focus {
 outline: 0;
}
a:focus {
 outline: 0 !important;
}
body a:hover {
 text-decoration: none;
}
html body {
 color: #000021;
 overflow-x: hidden;
}
img {
 vertical-align: middle;
 border: 0;
}
.hidden {
 display: none !important;
}
@media only screen and (min-width: 1025px) {
 body {
  --menu-font-size: 16px;
 }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
 body {
  --menu-font-size: 14px;
 }
}
.site-wrapper {
 position: relative;
}
.topfixed-content {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 10;
}
.top-placeholder {
 width: 100%;
 height: var(--top-offset);
}
.sticky-placeholder {
 width: 100%;
 height: var(--cover-offset);
}
.site-content--sticky {
 backdrop-filter: saturate(1.8) blur(3px);
 background-color: var(--header-bg);
 width: 100%;
 position: fixed;
 z-index: 5;
 top: var(--top-offset);
}
.site-content--sticky .before-topmenu {
 position: relative;
}
.site-content--sticky .before-topmenu:after {
 content: "";
 display: table;
 width: 100%;
 height: 0;
}
.site-content--flow {
 position: relative;
 z-index: 0;
}
@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);
 }
}
#breadcrumbs {
 margin-bottom: 5px;
}
#breadcrumbs * {
 font-size: 14px;
 text-transform: uppercase;
 text-decoration: none !important;
}
#breadcrumbs a {
 position: relative;
 display: inline-block;
 color: #0083cf;
 margin-right: 4px;
 z-index: 1;
}
#breadcrumbs .breadcrumb_last {
 color: #bbb;
 padding-left: 4px;
}
.page-template-default #breadcrumbs {
 margin-top: 45px;
}
.shadows-on-scroll {
 position: relative;
}
.shadows-on-scroll::before {
 content: "";
 display: block;
 visibility: hidden;
 opacity: 0;
 height: 8px;
 background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.1));
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.shadows-on-scroll::after {
 content: "";
 display: block;
 visibility: hidden;
 opacity: 0;
 height: 8px;
 background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
 position: sticky;
 bottom: 0;
 left: 0;
 width: 100%;
 transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.e-lang-choose {
 display: inline-flex;
 font-size: var(--menu-font-size);
}
.e-lang-choose span {
 display: none;
}
.e-lang-choose svg {
 width: 18px;
 height: 18px;
 stroke: #981a00;
}
.e-lang-choose:hover svg {
 stroke: var(--dark-color);
}
@media screen and (max-width: 1024px) {
 body:not(.disclaimer-after-header) .site-content--sticky {
  border-bottom: 1px solid #d6d6db;
 }
 .sidebar_head .e-lang-choose {
  display: none;
 }
 .nav-inner .e-lang-choose {
  display: inline-flex;
  align-items: center;
  gap: 18px;
 }
 .nav-inner .e-lang-choose span {
  display: block;
 }
}
@media only screen and (min-width: 1025px) {
 .e-lang-choose {
  transition: transform 0.35s;
 }
 .e-lang-choose span,
 .nav-inner .e-lang-choose {
  display: none;
 }
 .nav-for-mobile .e-lang-choose {
  display: flex;
  align-items: center;
  height: 70px;
 }
}
.has-dark-blue-background-color {
 color: #fff;
 background-color: #000021;
}
.has-white-background-color {
 color: #000021;
 background-color: #fff;
}
#video_popup_wrap {
 transition: 1s;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.7);
 z-index: 9999;
 opacity: 1;
 text-align: center;
}
#video_popup_wrap span.x-popup {
 display: inline-block;
 width: 26px;
 height: 25px;
 vertical-align: top;
 position: relative;
 top: 10%;
 cursor: pointer;
 background: url("../images/close-white.svg") center no-repeat;
 margin-left: 10px;
}
#video_popup_wrap video {
 display: inline-block;
 vertical-align: middle;
 max-width: 70%;
 height: auto;
 max-height: 80vh;
 width: auto;
}
#video_popup_wrap #video_popup_wrap_inner {
 display: inline-block;
 vertical-align: middle;
 width: 70%;
 max-height: 80vh;
}
#video_popup_wrap:after {
 content: "";
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}
#video_popup_wrap .responsive_iframe {
 position: relative;
 padding-top: 53%;
 display: inline-block;
 vertical-align: middle;
 width: calc(100% - 40px);
}
@keyframes attractive-cta {
 0%,
 33% {
  box-shadow: #981a00 0 0 0 2px, #981a00 0 0 0;
 }
 100%,
 66% {
  box-shadow: #981a00 0 0 0 2px, rgba(101, 84, 192, 0.01) 0 0 0 10px;
 }
}
@keyframes attractive-cta-hover {
 0%,
 33% {
  box-shadow: #71dd86 0 0 0 2px, #71dd86 0 0 0;
 }
 100%,
 66% {
  box-shadow: #71dd86 0 0 0 2px, rgba(101, 84, 192, 0.01) 0 0 0 10px;
 }
}
td {
 position: relative;
}
@font-face {
 font-family: "DIN Alternate";
 src: url("../fonts/DINAlternate-Bold.woff2") format("woff2"),
  url("../fonts/DINAlternate-Bold.woff") format("woff");
 font-weight: 700;
 font-style: normal;
}
@font-face {
 font-family: socials;
 src: url("../fonts/new-socials.ttf") format("truetype"),
  url("../fonts/new-socials.woff") format("woff"),
  url("../images/new-socials.svg#socials") format("svg");
 font-weight: 400;
 font-style: normal;
 font-display: block;
}
.header_dis {
 font-size: 15px;
 line-height: 18px;
 letter-spacing: -0.25px;
 position: relative;
 overflow: unset;
 top: 0;
 width: 100%;
 z-index: 16;
 background: #66667a;
 color: #fff;
 transition: transform 0.1s;
}
.header_dis b,
.header_dis strong {
 font-weight: var(--etoro-font-medium, 500);
 color: #fff;
}
.header_dis p:last-child {
 margin-bottom: 0;
}
.header_dis a {
 color: #fff;
 text-decoration: underline;
 transition: 0.3s;
}
.header_dis a:hover {
 color: #fff;
 opacity: 0.6;
}
.header_dis .more_less {
 -webkit-tap-highlight-color: transparent;
 display: none;
}
@media only screen and (max-width: 767px) {
 .header_dis .more_less {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #66667a;
  text-align: center;
  z-index: 1;
 }
 .header_dis .more_less:before {
  content: "";
  display: block;
  width: 7px;
  position: absolute;
  left: calc(50% - 4px);
  top: 8px;
  height: 7px;
  border: 2px solid transparent;
  border-right: solid #fff;
  border-bottom: solid #fff;
  cursor: pointer;
  transform: rotate(-135deg);
  transition: 0.1s;
 }
}
@media only screen and (min-width: 640px) {
 .header_dis {
  line-height: 20px;
  font-size: 16px;
 }
}
.e-header {
 width: 100%;
 display: flex;
 justify-content: space-between;
 max-width: 1920px;
 margin: 0 auto;
 position: relative;
 z-index: 1;
}
.sticky-after-header {
 position: relative;
 z-index: 0;
}
html:not(.hidden_overflow) .e-header {
 transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
 .e-header {
  position: relative;
  z-index: 10;
  height: 60px;
  padding: 0;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  user-drag: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
 }
}
.go-to-platform {
 display: none;
 color: #000021;
 font-size: 16px;
 white-space: nowrap;
 margin-top: 6px;
 line-height: 22px;
}
.go-to-platform .text_mobile {
 display: inline;
}
.go-to-platform .text_desktop {
 display: none;
}
@media only screen and (min-width: 1025px) {
 .e-header {
  padding: 0 var(--header-side-padding);
 }
 .go-to-platform {
  margin-top: 0;
  min-width: 115px;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 28px 6px;
  color: #66667a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #66667a;
  border-radius: 25px;
  transition: 0.2s ease-in-out;
  letter-spacing: -0.6px;
 }
 .go-to-platform .text_mobile {
  display: none;
 }
 .go-to-platform .text_desktop {
  display: inline;
 }
 .go-to-platform:focus,
 .go-to-platform:hover {
  color: #000021;
  border-color: #000021;
 }
 .go-to-platform:hover:after {
  left: 8px;
  border-color: #000021;
 }
 .e-header-ctas {
  height: 70px;
 }
 .login-cta {
  font-size: 16px;
  color: #981a00;
 }
 .login-cta:hover {
  color: #000021;
 }
}
.go-to-platform:after {
 content: "";
 border: solid #66667a;
 border-width: 0 1px 1px 0;
 display: inline-block;
 padding: 2px;
 transform: rotate(315deg);
 transition: 0.3s;
 width: 6px;
 height: 6px;
 margin-left: 4px;
 position: relative;
 top: -2px;
 left: 0;
}
@media only screen and (max-width: 1024px) {
 .e-header-ctas .go-to-platform,
 .navigation .go-to-platform {
  text-decoration: underline;
 }
 .e-header-ctas .go-to-platform:hover,
 .navigation .go-to-platform:hover {
  color: var(--dark-color);
 }
 .sidebar_head .go-to-platform {
  margin: 0 7px;
  padding: 0 10px;
 }
}
.e-header-ctas {
 display: flex;
 gap: 16px;
 align-items: center;
}
@media screen and (max-width: 1024px) {
 .e-header-ctas {
  margin-left: auto;
 }
 .e-header-ctas .e-lang-choose,
 .e-header-ctas .e-signup {
  display: none;
 }
 .e-header-ctas .login-cta {
  font-size: 16px;
  text-decoration: underline;
  color: #000021;
 }
 .e-header-ctas .login-cta:hover {
  color: var(--dark-color);
 }
}
.e-header .logo {
 position: relative;
 margin: 15px 0 0 16px;
 width: 81px;
 height: 25px;
 flex-shrink: 0;
 z-index: 11;
}
.logo svg {
 fill: #981a00;
 will-change: fill;
}
@media screen and (min-width: 661px) {
 .e-header .logo svg {
  fill: #000021;
 }
}
@media screen and (min-width: 1025px) {
 .e-header .logo {
  display: block;
  width: 102px;
  height: 38px;
  align-self: center;
  margin: 0;
 }
 .e-header .logo a {
  display: block;
 }
 .e-header .logo svg {
  fill: #981a00;
 }
}
@keyframes showLogo {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.nav-wrapper {
 font-size: var(--menu-font-size);
}
.navigation {
 flex-grow: 1;
}
.navigation li {
 position: relative;
 display: inline-block;
 list-style: none;
}
.navigation ul {
 margin: 0;
}
.navigation li,
.navigation ul {
 list-style-type: none;
}
.navigation a {
 text-decoration: none;
}
.navigation ul > li > a {
 display: inline-block;
 position: relative;
}
.navigation ul > li > a:focus,
.navigation ul > li > a:hover {
 text-decoration: none;
}
.navigation .sub-menu li {
 display: block;
}
.navigation ul .sub-menu li a {
 display: block;
 line-height: 1.5;
 color: #000021;
 padding: 12px 28px;
 white-space: nowrap;
 font-weight: 400;
 overflow: hidden;
 text-overflow: ellipsis;
}
.navigation ul .sub-menu li a:hover {
 color: #981a00;
}
.navigation ul .sub-menu li a:empty {
 display: none;
}
.navigation ul .sub-menu li:first-child a {
 border-top: none;
}
.navigation .login-cta {
 color: #981a00;
}
@media screen and (max-width: 739px) {
 .navigation {
  width: 100%;
 }
}
@media screen and (min-width: 740px) and (max-width: 1024px) {
 .navigation {
  width: 375px;
 }
}
@media screen and (max-width: 1024px) {
 .navigation nav > ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 35px;
 }
 .navigation .menu-item-help {
  padding: 3px 0 0 36px;
 }
 .navigation .menu-item-help:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url(../images/help-icon.svg) center center/contain no-repeat;
 }
 .navigation .download_app {
  display: block;
  position: relative;
  font-size: var(--menu-font-size);
  margin: 0;
  padding: 9px 28px 12px;
  width: 100%;
  background-color: #fff;
  color: #981a00;
  letter-spacing: -0.25px;
  border: 1px solid #981a00;
  text-align: center;
  border-radius: 25px;
  font-weight: 500;
  line-height: 22px;
  transition: 0.3s ease-in-out;
 }
 .navigation .download_app:hover {
  background-color: #981a00;
  color: #fff;
 }
 .nav-wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  overflow: auto;
 }
 .nav-inner {
  padding: 0 16px 20px;
 }
 .nav-for-mobile {
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
 }
 .nav-for-mobile .login-cta {
  display: none;
 }
 .navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: var(--vh100);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  transition: none;
  transform: translateX(105%);
  display: flex;
  flex-direction: column;
 }
 .navigation .e-lang-choose,
 .navigation .menu-item-help,
 .navigation nav a {
  color: #000021;
 }
 .navigation .menu-item-help {
  display: block;
  position: relative;
  margin-top: 10px;
 }
 .navigation > ul {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
 }
 .navigation ul .sub-menu li a {
  padding: 0 10px 0 0;
  line-height: 26px;
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
 }
 .navigation ul > li > a,
 .navigation ul > li > span {
  display: block;
  position: relative;
  width: 100%;
 }
 .navigation ul > li {
  display: block;
  margin: 0;
  cursor: pointer;
 }
 .navigation .li-lvl-1.menu-item-has-children > .main-menu-item-heading::after,
 .navigation .li-lvl-1.menu-item-has-children > a::after {
  content: "";
  border: solid #777;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 8px;
  width: 10px;
  height: 10px;
 }
 .navigation .menu-item-has-children {
  display: grid;
  grid-template-rows: var(--menu-item-height) 0fr;
  transition: grid-template-rows 0.5s;
 }
 .navigation .sub-menu > li:first-child {
  padding-top: 32px;
 }
 .navigation ul .sub-menu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
 }
 .navigation nav > ul::after,
 .navigation nav > ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
 }
 .sidebar_head {
  height: 61px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }
 .sidebar_head .nav-sep {
  display: block;
  width: 1px;
  background-color: #b2b2bc;
  height: 22px;
  margin-top: 1px;
 }
 .sidebar_head .close-menu {
  width: 50px;
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 10;
 }
 .sidebar_head .close-menu:after,
 .sidebar_head .close-menu:before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #000021;
  position: absolute;
  top: 33px;
  left: 16px;
  transform: rotate(45deg);
  border-radius: 10px;
 }
 .sidebar_head .close-menu:after {
  transform: rotate(-45deg);
 }
}
@media only screen and (min-width: 1025px) {
 .navigation .download_app,
 .navigation .menu-item-help {
  display: none;
 }
 .navigation {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
 }
 .navigation .login-cta:hover {
  color: var(--dark-color);
 }
 .navigation .li-lvl-1:hover > .main-menu-item-heading,
 .navigation .li-lvl-1:hover > a {
  cursor: pointer;
  color: var(--dark-color);
 }
 .navigation .li-lvl-1 > .main-menu-item-heading,
 .navigation .li-lvl-1 > a,
 .navigation .login-cta {
  display: flex;
  align-items: center;
  height: 70px;
 }
 .navigation .login-cta {
  font-size: var(--menu-font-size);
  white-space: nowrap;
 }
 .navigation .li-lvl-1 > .main-menu-item-heading:hover,
 .navigation .li-lvl-1 > a:hover {
  color: #000021;
 }
 .navigation ul > li > a {
  font-weight: 400;
 }
 .e-header-nav > ul {
  display: flex;
  align-items: center;
  gap: 40px;
 }
 .nav-wrapper a {
  color: var(--menu-link-color);
 }
 .li-lvl-1.menu-item-has-children > .main-menu-item-heading,
 .li-lvl-1.menu-item-has-children > a {
  position: relative;
  color: var(--menu-link-color);
 }
 .navigation ul li .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  padding-bottom: 44px;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s, transform 0.3s, visibility 0s ease-in 0.3s;
  transform: translateY(-15px);
  border-radius: 4px;
  max-height: calc(var(--inner-height) - var(--cover-offset) - 70px);
 }
 .navigation ul li .sub-menu:before {
  content: "";
  top: -12px;
  right: 0;
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
 }
 .navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(12px);
  transition-delay: 0s, 0s, 0s;
 }
 .navigation ul li .sub-menu li:first-child a {
  padding-top: 24px;
 }
 .navigation ul li .sub-menu li:last-child a {
  padding-bottom: 0;
 }
 .sidebar_head {
  display: none;
 }
 .nav-for-mobile {
  display: none !important;
 }
 .nav-wrapper {
  display: flex;
  transition: transform 0.35s;
  width: 100%;
  padding-left: 30px;
 }
 .nav-wrapper:after,
 .nav-wrapper:before {
  content: unset;
 }
 .nav-wrapper nav > ul {
  float: left;
 }
 .nav-wrapper .nav-inner {
  flex-grow: 1;
 }
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
 body.fi .e-header-nav > ul {
  gap: 30px;
 }
}
.e-signup {
 min-width: 115px;
 text-align: center;
 display: block;
 font-weight: 500;
 line-height: 1;
 border-radius: 25px;
 transition: 0.3s ease-in-out;
 white-space: nowrap;
 color: #fff;
 border: 1px solid #981a00;
 background-color: #981a00;
}
.e-signup:hover {
 background-color: rgba(0, 0, 0, 0);
 border-color: #981a00;
 color: #981a00;
}
@media only screen and (max-width: 1024px) {
 .e-signup {
  padding: 9px 28px 12px;
  margin: 13px auto 20px;
  font-size: var(--menu-font-size);
  line-height: 22px;
 }
}
@media only screen and (min-width: 1025px) {
 .e-signup {
  margin: 0 auto;
  padding: 3px 28px 6px;
  font-size: 16px;
  line-height: 24px;
 }
}
.navbar_mobile {
 position: relative;
 display: block;
 width: 53px;
 min-width: 53px;
 height: 100%;
 padding: 0 16px;
 cursor: pointer;
 -webkit-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
}
.navbar_mobile:before {
 content: "";
 display: block;
 height: 21px;
 width: 1px;
 background-color: #000021;
 opacity: 0.3;
 position: absolute;
 left: 0;
 top: 20px;
}
.navbar_mobile .icon_bar {
 display: block;
 height: 2px;
 margin-bottom: 4px;
 background: var(--menu-btn-color);
 border-radius: 2px;
}
.navbar_mobile .icon_bar:first-child {
 margin-top: 24px;
}
@media screen and (max-width: 1024px) {
 .sidebar_head .close-menu {
  width: 50px;
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 10;
 }
 .sidebar_head .close-menu:after,
 .sidebar_head .close-menu:before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: var(--menu-btn-color);
  position: absolute;
  top: 29.5px;
  left: 15.5px;
  transform: rotate(45deg);
  border-radius: 10px;
 }
 .sidebar_head .close-menu:after {
  transform: rotate(-45deg);
 }
}
.search-cta {
 display: none;
 height: 100%;
 cursor: pointer;
}
.search-cta svg {
 width: 17px;
 height: 17px;
 fill: var(--halfside-text-color);
}
.search-cta .search-cta__title {
 display: none;
 font-size: var(--menu-font-size);
}
.search-cta:hover svg {
 fill: #000021;
}
.search-cta:hover .search-cta__title {
 color: #000021;
}
@media only screen and (max-width: 1024px) {
 .search-cta {
  padding: 0 16px;
 }
}
@media only screen and (min-width: 1025px) {
 .navbar_mobile {
  display: none;
 }
 .search-cta {
  position: relative;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.35s;
 }
}
@media only screen and (min-width: 1440px) {
 .search-cta:after {
  content: none;
 }
 .search-cta .search-cta__title {
  white-space: nowrap;
  display: inline-block;
  color: var(--menu-link-color);
 }
}
input::-ms-clear {
 display: none;
}
.search_box {
 display: block;
 height: 40px;
}
.search_box form {
 display: inline-block;
 width: 100%;
 height: 45px;
 position: relative;
}
.search_box input[type="search"],
.search_box input[type="text"] {
 background-color: #fff;
 color: #000021;
 width: 100%;
 height: 100%;
 border: none;
 padding: 0 48px 0 16px;
 line-height: normal;
 font-size: 16px;
}
.search_box input[type="search"]:focus,
.search_box input[type="text"]:focus {
 outline: 0 !important;
}
.search_box input[type="search"]::-webkit-search-cancel-button,
.search_box input[type="text"]::-webkit-search-cancel-button {
 display: none !important;
}
.search_icon {
 position: absolute;
 right: 0;
 top: 0;
 width: 48px;
 height: 100%;
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0);
 border: none;
 padding: 0;
}
.search_icon svg {
 width: 19px;
 height: 19px;
}
.search_box .closed_icon {
 position: absolute;
 display: none;
 right: 0;
 top: 0;
 width: 48px;
 height: 100%;
 background-color: rgba(0, 0, 0, 0);
 border: none;
}
.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(../images/close-grey.svg) center center/10px no-repeat #f1f1f1;
 border-radius: 50%;
 cursor: pointer;
}
@media screen and (max-width: 1024px) {
 .search_box {
  position: relative;
  min-height: 44px;
  height: 44px;
  margin-top: 30px;
  background: #fff;
  z-index: 12;
 }
 .search_box form {
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 100%;
 }
 .search_icon svg {
  margin: 5px 16px 0 12px;
  width: 19px;
  height: 19px;
  fill: var(--menu-link-color);
 }
 .search_box input::-webkit-input-placeholder {
  font-weight: 300;
  color: var(--menu-link-color);
 }
 .search_box input::-moz-placeholder {
  font-weight: 300;
  color: var(--menu-link-color);
 }
}
@media only screen and (min-width: 1025px) {
 .search_box {
  position: absolute;
  display: flex;
  bottom: 0;
  justify-content: center;
  width: 100%;
  height: 45px;
  transform: translateY(-80px);
  visibility: hidden;
  transition: 0.35s;
 }
 .search_box form {
  width: 1055px;
  max-width: 60%;
 }
 .search_box input[type="search"],
 .search_box input[type="text"] {
  padding: 0 48px 0 60px;
  border: 1px solid #e1e1e1;
  background: rgba(0, 0, 0, 0);
  border-radius: 42px;
  font-size: 14px;
 }
 .search_box .search_icon {
  left: 11px;
 }
 .search_box .search_icon svg {
  margin-top: 7px;
  fill: var(--menu-link-color);
 }
 .search_box .closed_icon {
  display: block;
 }
}
@media (max-width: 1024px) {
 body,
 html {
  width: 100%;
  overflow-x: hidden;
 }
 #video_popup_wrap #video_popup_wrap_inner {
  width: 90%;
 }
 #video_popup_wrap video {
  width: 90%;
  max-width: 90%;
 }
 #login_link_mobile {
  display: block;
  color: #000021;
  font-size: 16px;
  padding: 0 15px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 61px;
  position: relative;
  text-decoration: underline;
 }
 #login_link_mobile:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 50%;
  top: 25%;
 }
}
@media (min-width: 1025px) {
 #login_link_mobile {
  display: none;
 }
}
.waiting_for_login_status #login_link_mobile,
.waiting_for_login_status #nav_for_mobile,
.waiting_for_login_status .login-cta {
 opacity: 0;
}
@media screen and (max-width: 767px) {
 #login_link_mobile {
  display: block;
 }
}
@media (min-width: 1600px) {
 div.person {
  width: 25%;
 }
}
@keyframes dotPulseBefore {
 0%,
 100%,
 60% {
  box-shadow: 9984px 0 0 -4px #981a00;
 }
 30% {
  box-shadow: 9984px 0 0 2px #981a00;
 }
}
@keyframes dotPulse {
 0%,
 100%,
 60% {
  box-shadow: 9999px 0 0 -4px #981a00;
 }
 30% {
  box-shadow: 9999px 0 0 2px #981a00;
 }
}
@keyframes dotPulseAfter {
 0%,
 100%,
 60% {
  box-shadow: 10014px 0 0 -4px #981a00;
 }
 30% {
  box-shadow: 10014px 0 0 2px #981a00;
 }
}
#etoro-footer {
 padding: 40px 0;
 position: relative;
 background-color: #000021;
 z-index: 3;
}
#etoro-footer h3 {
 margin: 0 0 20px;
 font-size: 14px;
 font-weight: 500;
 line-height: normal;
 color: #fff;
 text-align: center;
}
#etoro-footer a {
 transition: opacity 0.3s;
}
.footer-wrapper {
 margin: 0 auto;
 padding-left: 16px;
 padding-right: 16px;
 max-width: 1228px;
}
.footer__top .footer-menu-item-heading {
 text-decoration: none;
 color: #fff;
 cursor: pointer;
}
.footer__about-company,
.footer__apps,
.footer__social {
 margin-bottom: 40px;
 text-align: center;
}
.footer__logo {
 margin-bottom: 20px;
 width: 81px;
 height: 25px;
}
.footer__description {
 padding-bottom: 20px;
 font-size: 12px;
 font-weight: 300;
 line-height: 1.5;
 color: #fff;
 border-bottom: 1px solid #777;
}
.footer__social-links {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 column-gap: 24px;
}
.footer__social-links .soc-x:before {
 content: "";
}
.footer__social-links .soc-facebook:before {
 content: "";
}
.footer__social-links .soc-linkedin:before {
 content: "";
}
.footer__social-links .soc-youtube:before {
 content: "";
}
.footer__social-links .soc-instagram:before {
 content: "";
}
.footer__social-links a {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 10px;
 width: 32px;
 height: 32px;
 color: #000021;
 background-color: #fff;
 border-radius: 50%;
}
.footer__social-links a i {
 font-size: 18px;
 font-family: socials !important;
 speak: never;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 transition: color 0.3s;
}
.footer__social .footer__social-links a:hover {
 opacity: 1;
}
.footer__social-links a:hover .soc-x {
 color: #0f1419;
}
.footer__social-links a:hover .soc-instagram {
 color: #d2116c;
}
.footer__social-links a:hover .soc-facebook {
 color: #4468a5;
}
.footer__social-links a:hover .soc-linkedin {
 color: #0077b5;
}
.footer__social-links a:hover .soc-youtube {
 color: red;
}
.footer__apps-links {
 display: flex;
 justify-content: center;
}
.footer__apps-links a {
 display: inline-block;
 margin: 0 10px;
}
.footer_nav {
 margin: 0;
 padding: 0;
 list-style: none;
 overflow-wrap: break-word;
}
.footer_nav ul {
 display: none;
 padding: 0;
 list-style: none;
}
.footer_nav ul.sub-menu {
 margin-top: 15px;
}
.footer_nav a {
 display: block;
}
.footer_nav > li {
 position: relative;
}
.footer_nav > li.menu-item-has-children {
 margin-bottom: 15px;
}
.footer_nav > li.menu-item-has-children:before {
 content: "";
 display: block;
 position: absolute;
 top: 5px;
 right: 0;
 width: 12px;
 height: 12px;
 background: url(../images/plus.svg) center/cover no-repeat;
 transition: 0.3s;
}
.footer_nav > li > .footer-menu-item-heading {
 position: relative;
 line-height: 1.5;
 z-index: 2;
}
.footer_nav > li > .footer-menu-item-heading:hover {
 opacity: unset;
}
.footer_nav > li ul li {
 margin-bottom: 10px;
}
.footer_nav > li ul li:last-child {
 margin-bottom: 20px;
}
.footer_nav > li ul li a {
 color: #fff;
 font-weight: 300;
 line-height: 1.5;
}
.footer__bottom {
 border-top: 1px solid #777;
 margin-top: 40px;
 padding-top: 40px;
 text-align: justify;
 color: #777;
}
.footer__bottom a {
 text-decoration: underline;
 color: #777;
}
.footer__bottom a:hover {
 text-decoration: underline;
 color: #777;
 opacity: 0.6;
}
@media only screen and (min-width: 661px) {
 #etoro-footer {
  padding: 60px 0;
 }
 #etoro-footer h3 {
  margin-bottom: 12px;
  font-size: 16px;
  text-align: left;
 }
 #etoro-footer .sub-menu a:hover {
  opacity: 0.6;
 }
 .footer-wrapper {
  padding-left: 24px;
  padding-right: 24px;
 }
 .footer__top {
  display: flex;
  flex-wrap: wrap;
 }
 .footer__about-company,
 .footer__inner-wrapper {
  width: 31%;
  margin-right: 10%;
 }
 .footer__about-company {
  order: 1;
 }
 .footer__inner-wrapper {
  order: 3;
 }
 .footer_nav {
  width: 59%;
  order: 2;
 }
 .footer_nav:last-child {
  order: 4;
  margin-bottom: 15px;
 }
 .footer__logo {
  margin-bottom: 12px;
  width: 101px;
  height: 31px;
 }
 .footer__about-company,
 .footer__apps,
 .footer__social {
  text-align: unset;
 }
 .footer__description {
  padding: 0;
  max-width: 285px;
  border-bottom: none;
 }
 .footer__social-links {
  justify-content: flex-start;
  column-gap: 12px;
 }
 .footer__apps {
  margin-bottom: 0;
 }
 .footer__apps-links {
  flex-wrap: wrap;
  justify-content: flex-start;
 }
 .footer__apps-links a {
  margin: 0 0 12px;
 }
 .footer__apps-links a:hover {
  border-color: #bababa;
 }
 .footer__apps-links a:first-child {
  margin-right: 12px;
 }
 .footer__apps-links img {
  max-height: 40px;
 }
 .footer_nav {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
 }
 .footer_nav ul {
  display: block;
 }
 .footer_nav > li {
  width: 32%;
  vertical-align: top;
 }
 .footer_nav > li.menu-item-has-children {
  margin-bottom: 0;
 }
 .footer_nav > li.menu-item-has-children:after,
 .footer_nav > li.menu-item-has-children:before {
  content: none;
 }
 .footer_nav > li > .footer-menu-item-heading {
  font-size: 16px;
  font-weight: 500;
  cursor: unset;
 }
 .footer_nav > li ul li:last-child {
  margin-bottom: 0;
 }
 .footer_nav > li ul li a {
  font-size: 16px;
 }
 .footer__bottom {
  margin-top: 60px;
  padding-top: 60px;
 }
 .footer__bottom .etoro-disclaimer {
  font-size: 14px;
  line-height: 20px;
 }
}
.read_more_footer {
 display: none;
}
@media (max-width: 767px) {
 #breadcrumbs {
  display: none;
 }
 #video_popup_wrap span.x-popup {
  width: 15px;
  height: 16px;
 }
 #footer_large_content {
  position: relative;
  min-height: 110px;
  max-height: 250px;
  overflow: hidden;
  transition: 0.5s;
 }
 #footer_large_content:after {
  width: 100%;
  display: block;
  height: 200px;
  bottom: 0;
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, transparent, #000021 85%);
 }
 .read_more_footer {
  display: block;
  z-index: 1;
  border: 0;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 40px;
  left: calc(50% - 16px);
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 23.6px !important;
  transition: 0.25s;
 }
}
.e-cta {
 position: relative;
 display: inline-block;
 padding: 11px 28px 12px;
 max-width: 400px;
 font-size: 16px;
 font-weight: 500;
 line-height: 1.25;
 letter-spacing: -0.28px;
 text-align: center !important;
 text-decoration: none;
 color: #fff;
 border: 1px solid #981a00;
 border-radius: 35px;
 background-color: #981a00;
 overflow: hidden;
 transition: 0.3s;
}
.e-cta strong {
 font-weight: 500 !important;
}
.e-cta:hover {
 text-decoration: none;
 background-color: rgba(0, 0, 0, 0);
 border-color: #981a00;
 color: #981a00;
}
.e-cta:active,
.e-cta:focus {
 text-decoration: none;
 background-color: rgba(0, 0, 0, 0);
 border-color: #71dd86;
 color: #71dd86;
}
.e-cta.white {
 border-color: #fff;
 background-color: #fff;
 color: #000021;
}
.e-cta.white:hover {
 border-color: #fff;
 background-color: rgba(0, 0, 0, 0);
 color: #fff;
}
.c_popup {
 display: none;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1000;
 background: rgba(0, 0, 0, 0.8);
 -webkit-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.c_popup .in {
 position: fixed;
 top: 50%;
 left: 50%;
 width: 100%;
 max-width: 960px;
 padding: 80px 0;
 background: #fff;
 color: #31333c;
 text-align: center;
 direction: ltr;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 -webkit-overflow-scrolling: touch;
}
.c_popup .close-lang-switcher {
 position: absolute;
 right: 15px;
 top: 16px;
 width: 60px;
 height: 60px;
 opacity: 0.4;
 background: url(../images/close-black.svg) center center/24px no-repeat;
 cursor: pointer;
}
.c_popup .in .title {
 position: relative;
 display: inline-block;
 font-size: 34px;
 letter-spacing: -1px;
 font-weight: 800;
}
.c_popup .in .list {
 margin-top: 60px;
}
.c_popup .in .list li {
 list-style-type: none;
}
.c_popup .in .list ol {
 text-align: left;
 margin-left: 145px;
 list-style-type: none;
}
.c_popup .in .list ol li {
 display: inline-block;
 width: 240px;
 text-align: left;
 margin-bottom: 20px;
 font-size: 0;
}
.c_popup .in .list ol li a {
 font-size: 18px;
 text-decoration: none;
 color: #31333c;
 letter-spacing: -0.25px;
 cursor: pointer;
}
.c_popup .in .flag {
 position: relative;
 top: 5px;
 display: inline-block;
 width: 32px;
 height: 22px;
 margin-right: 18px;
 background-repeat: no-repeat;
 background-color: #ccc;
 background-image: url(../images/flags-sprite.webp);
 background-size: 736px 22px;
}
.c_popup .in .flag.au {
 background-position: 0 0;
}
.c_popup .in .flag.en {
 background-position: -32px 0;
}
.c_popup .in .flag.zh {
 background-position: -64px 0;
}
.c_popup .in .flag.de {
 background-position: -96px 0;
}
.c_popup .in .flag.es {
 background-position: -128px 0;
}
.c_popup .in .flag.fr {
 background-position: -160px 0;
}
.c_popup .in .flag.it {
 background-position: -192px 0;
}
.c_popup .in .flag.ru {
 background-position: -224px 0;
}
.c_popup .in .flag.ar {
 background-position: -256px 0;
}
.c_popup .in .flag.pl {
 background-position: -288px 0;
}
.c_popup .in .flag.zh-tw {
 background-position: -320px 0;
}
.c_popup .in .flag.nl {
 background-position: -352px 0;
}
.c_popup .in .flag.sv {
 background-position: -384px 0;
}
.c_popup .in .flag.nb-no {
 background-position: -416px 0;
}
.c_popup .in .flag.pt-pt {
 background-position: -448px 0;
}
.c_popup .in .flag.cs-cz {
 background-position: -480px 0;
}
.c_popup .in .flag.ro {
 background-position: -512px 0;
}
.c_popup .in .flag.da-dk {
 background-position: -576px 0;
}
.c_popup .in .flag.vi-vn {
 background-position: -640px 0;
}
.c_popup .in .flag.th {
 background-position: -672px 0;
}
.c_popup .in .flag.fi {
 background-position: -704px 0;
}
@media (max-width: 739px) {
 .c_popup {
  background: #fff;
 }
 .c_popup .in {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px 25px 0;
  transform: none;
  -webkit-transform: none;
  overflow: auto;
  text-align: left;
  overflow-y: scroll;
 }
 .c_popup .close-lang-switcher {
  top: 0;
  right: 0;
  background-size: 16px;
 }
 .c_popup .in .title {
  max-width: 90%;
  font-size: 22px;
 }
 .c_popup .in .title:after {
  display: none;
 }
 .c_popup .in .list {
  margin-top: 40px;
  margin-bottom: 60px;
 }
 .c_popup .in .list ol {
  position: static;
  margin-right: 0;
  margin-left: 0;
 }
 .c_popup .in .list ol li {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  gap: 12px;
 }
 .c_popup .in .list ol li.current a:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/checked-icon.svg) center center/cover no-repeat;
  margin-left: auto;
 }
 .c_popup .in .list ol li a {
  font-size: 16px;
  display: flex;
  flex-grow: 1;
  gap: 12px;
  align-items: center;
 }
 .c_popup .in .flag {
  display: block;
  width: 18px;
  height: 13px;
  margin-right: 0;
  top: 0;
  background: url(../images/flags-hd2022.webp) 0 0/415px 13px no-repeat;
 }
 .c_popup .in .flag.en {
  background-position: 0 0;
 }
 .c_popup .in .flag.fr {
  background-position: -72px 0;
 }
 .c_popup .in .flag.de {
  background-position: -36px 0;
 }
 .c_popup .in .flag.it {
  background-position: -90px 0;
 }
 .c_popup .in .flag.es {
  background-position: -54px 0;
 }
 .c_popup .in .flag.ar {
  background-position: -126px 0;
 }
 .c_popup .in .flag.zh {
  background-position: -18px 0;
 }
 .c_popup .in .flag.ru {
  background-position: -108px 0;
 }
 .c_popup .in .flag.pl {
  background-position: -144px 0;
 }
 .c_popup .in .flag.zh-tw {
  background-position: -162px 0;
 }
 .c_popup .in .flag.nl {
  background-position: -180px 0;
 }
 .c_popup .in .flag.sv {
  background-position: -198px 0;
 }
 .c_popup .in .flag.nb-no {
  background-position: -216px 0;
 }
 .c_popup .in .flag.pt-pt {
  background-position: -234px 0;
 }
 .c_popup .in .flag.cs-cz {
  background-position: -252px 0;
 }
 .c_popup .in .flag.ro {
  background-position: -270px 0;
 }
 .c_popup .in .flag.da-dk {
  background-position: -306px 0;
 }
 .c_popup .in .flag.vi-vn {
  background-position: -342px 0;
 }
 .c_popup .in .flag.th {
  background-position: -360px 0;
 }
 .c_popup .in .flag.fi {
  background-position: -378px 0;
 }
 .c_popup .in .flag.au {
  background-position: -396px 0;
 }
}
.wp-block-etoro-half-cover {
 display: flex;
 flex-direction: column;
}
.wp-block-etoro-half-cover #breadcrumbs {
 display: block;
 margin: 0 0 16px;
}
.wp-block-etoro-half-cover #breadcrumbs * {
 margin: 0;
 padding: 0;
 text-transform: none;
 display: block;
 font-size: 12px;
 line-height: 18px;
}
.wp-block-etoro-half-cover #breadcrumbs > span {
 gap: 8px;
 display: flex;
 flex-wrap: wrap;
}
.wp-block-etoro-half-cover #breadcrumbs.gray-dark .separator {
 color: #9999a6;
}
.wp-block-etoro-half-cover #breadcrumbs.gray-dark .breadcrumb_last,
.wp-block-etoro-half-cover #breadcrumbs.gray-dark a {
 color: #66667a;
}
.wp-block-etoro-half-cover .is-style-banner-title {
 margin-top: 0;
 margin-bottom: 0;
}
.wp-block-etoro-half-cover .wp-block-etoro-half-cover-left {
 padding: 16px;
}
.wp-block-etoro-half-cover img,
.wp-block-etoro-half-cover video {
 width: 100%;
}
.wp-block-etoro-half-cover .wp-block-etoro-half-cover-media,
.wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-desktop,
.wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-tablet {
 display: none;
}
.wp-block-etoro-half-cover .wp-block-buttons {
 margin-top: 16px;
}
@media (min-width: 768px) {
 .wp-block-etoro-half-cover {
  flex-direction: row;
 }
 .wp-block-etoro-half-cover img,
 .wp-block-etoro-half-cover video {
  max-height: 540px;
  display: block;
  width: auto;
  max-width: 100%;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-tablet {
  display: block;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-mobile {
  display: none;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-left {
  width: 50%;
  padding-block: 40px;
  padding-inline: 30px 12px;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 50%;
 }
}
@media (min-width: 1025px) {
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-left {
  padding-inline-start: calc(min(42px, (100vw - 769px)/ 2) + 30px);
 }
}
@media (min-width: 1280px) {
 .wp-block-etoro-half-cover #breadcrumbs {
  margin-bottom: 24px;
 }
 .wp-block-etoro-half-cover img,
 .wp-block-etoro-half-cover video {
  height: auto;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-left {
  padding-block: 60px;
  padding-inline: max(72px, (100vw - 1560px)/2) 32px;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-tablet {
  display: none;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-desktop {
  display: block;
 }
 .wp-block-etoro-half-cover #breadcrumbs * {
  font-size: 14px;
  line-height: 22px;
 }
 .wp-block-etoro-half-cover .wp-block-buttons {
  margin-top: 24px;
 }
}
@media (min-width: 1920px) {
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media-desktop {
  display: none;
 }
 .wp-block-etoro-half-cover img,
 .wp-block-etoro-half-cover video {
  max-height: unset;
  height: unset;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-media {
  display: block;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-left {
  padding-inline-end: 40px;
 }
 .wp-block-etoro-half-cover .wp-block-etoro-half-cover-right {
  padding-inline-end: calc((100vw - 1920px) / 2);
 }
}
@media screen and (max-width: 1279px) {
 .wp-block-etoro-half-cover .e-cta {
  padding-left: 28px;
  padding-right: 28px;
 }
}
.page-template-default:not(.block-editor-page) article {
 padding: 40px 0;
}
@media screen and (min-width: 768px) {
 body {
  --header-bg: rgba(255, 255, 255, 0.9);
 }
 .e-cta {
  padding: 12px 44px 14px;
  max-width: 600px;
  font-size: 18px;
 }
 .page-template-default:not(.block-editor-page) article {
  padding: 60px 0 80px;
 }
}
