@font-face {
  font-family: "Madera";
  src: url("./fonts/madera2/Madera-Light.woff2") format("woff2"),
    url("./fonts/madera2/Madera-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Madera";
  src: url("./fonts/madera2/Madera-Regular.woff2") format("woff2"),
    url("./fonts/madera2/Madera-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Madera";
  src: url("./fonts/madera2/Madera-Medium.woff2") format("woff2"),
    url("./fonts/madera2/Madera-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Madera";
  src: url("./fonts/madera2/Madera-Bold.woff2") format("woff2"),
    url("./fonts/madera2/Madera-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tusker Grotesk";
  src: url("./fonts/tusker/TuskerGrotesk-4700Bold.woff2") format("woff2"),
    url("./fonts/tusker/TuskerGrotesk-4700Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tusker Grotesk";
  src: url("./fonts/tusker/TuskerGrotesk-4800Super.woff2") format("woff2"),
    url("./fonts/tusker/TuskerGrotesk-4800Super.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tusker Grotesk";
  src: url("./fonts/tusker/TuskerGrotesk-3500Medium.woff2") format("woff2"),
    url("./fonts/tusker/TuskerGrotesk-3500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tusker Grotesk 2500";
  src: url("./fonts/tusker/TuskerGrotesk-2500Medium.woff2") format("woff2"),
    url("./fonts/tusker/TuskerGrotesk-2500Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
li,
p,
a,
input,
label,
form {
  margin: 0;
  padding: 0;
}

label,
h1,
h2,
h3,
h4,
h5,
h6,
img,
img a,
iframe,
IFRAME,
input,
form,
fieldset,
hr,
ul,
li,
ol,
table,
p,
textarea,
form {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background: transparent;
}

body {
  font-family: "Madera", "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #777;
}

div,
header,
footer,
section,
nav,
article,
input,
span,
p,
button {
  box-sizing: border-box;
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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;
}

html:not(.hidden_overflow) .s1 .header_e {
  transform: translateY(0);
}

.s01[data-fx*="down"] .header_dis:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: solid 1px #f3f3f3;
}

@keyframes headerScrollDown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: none;
  }
}

@keyframes headerScrollUp {
  100% {
    transform: translateY(-200px);
  }
}

.s01[data-fx*="down"] .header_e {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5e5e5;
  animation: headerScrollDown 0.5s ease-out forwards;
}

.s01[data-fx="down_timeout"] .header_e {
  position: fixed;
  transform: translateY(0);
  animation: headerScrollUp 0.5s ease-out forwards;
}

.ff .s01[data-fx="down_timeout"] .header_e {
  position: fixed;
  transform: translateY(0);
  animation: none;
}

.s01[data-fx="mobile_pending"] .header_e {
  position: fixed;
  transform: translateY(0);
}

.header_dis.container {
  position: fixed;
  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 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.25px;
}

.header_dis a {
  color: #fff;
}

.header_dis a:hover {
  color: #fff;
}

.s1 {
  flex: 1;
  overflow: visible !important;
}

.s1 .header_e {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.cover__superbowl {
  position: relative;
  background-color: #000021;
}
.new-bowl {
  height: 100px;
}
.s1 a {
  box-sizing: border-box;
}

.navbar_mobile {
  position: relative;
  display: block;
  float: left;
  width: 65px;
  height: 100%;
  padding: 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.sticky-content.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e5e5e5;
  /* animation: headerScrollDown 0.5s ease-out forwards; */
}

.sticky-content.fixed a {
  color: #777;
}

.sticky-content.fixed li.signup a {
  background: #38cc70;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 9px 30px;
  color: #fff;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}

.sticky-content.fixed a.logo {
  top: 0 !important;
}

a {
  color: #777;
}

.logo {
  position: absolute;
  z-index: 11;
  width: 80px;
  height: 25px;
  top: 14px;
  transition: left 0.3s, right 0.3s;
  left: calc(50% - 40px);
}

.logo img {
  height: 75px;
}

.navbar_mobile .icon_bar:first-child {
  margin-top: 22px;
  width: 100%;
}

.navbar_mobile .icon_bar {
  display: block;
  width: 80%;
  height: 2px;
  margin-bottom: 4px;
  background: #38cc70;
  border-radius: 2px;
}

.s1 .nav_open .logo {
  position: fixed;
  left: 25px;
  top: 20px;
}

.s1 nav {
  display: inline-block;
}

.s1 nav ul,
.s1 nav li {
  list-style-type: none;
  letter-spacing: -0.4px;
}

.s1 nav ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}

.s1 nav ul,
.s1 nav li {
  list-style-type: none;
  letter-spacing: -0.4px;
}

.s1 nav ul > li > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.s1 nav ul > li > a {
  display: inline-block;
  padding: 30px 15px;
}

.s1 nav ul > li > a.active {
  color: #feca04;
}

.s1 nav ul,
.s1 nav li {
  list-style-type: none;
  letter-spacing: -0.4px;
}

.s1 nav ul li ol li:first-child a {
  border-top: none;
}

.s1 nav ul li ol li a {
  display: block;
  font-size: 16px;
  color: #000021;
  padding: 12px 28px;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.s1 nav ul li ol li a:hover {
  color: #38cc70;
}

.s1 nav ul li ol li a:empty {
  display: none;
}

.s1 nav ul li:hover ol {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.s1 nav ul li ol li:first-child a {
  padding-top: 24px;
}

.s1 nav ul li ol li:last-child a {
  padding-bottom: 24px;
}

.s1 nav ul > li.languages > a {
  padding-left: 40px;
}

.s1 nav ul > li.languages > a.en-gb:before {
  background-position: 0 0;
}

.s1 nav ul > li.languages > a:before {
  display: block;
  content: "";
  width: 18px;
  height: 13px;
  margin-top: -6.5px;
  background: url(./../images/flags-hd.png) no-repeat 0 0;
  background-size: 396px 13px;
  position: absolute;
  left: 2px;
  top: 50%;
}

.video-cover_mobile video,
.video-cover_mobile .fallback-img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  object-fit: cover;
}

.cover__superbowl .cover-text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cover__superbowl .cage::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 {
  font-family: "Tusker Grotesk", sans-serif;
  color: #ededed;
  font-weight: normal;
  letter-spacing: -1px;
}

.cover__superbowl h1 strong {
  font-weight: bold;
  color: #ededed;
}

.cover__superbowl .cv_d {
  color: #fff;
}

.e-cta {
  background-color: #38cc70;
  color: #fff;
}

.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 #38cc70;
  min-width: 150px;
  transition: all 0.3s ease;
}

.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;
}

.etoro-instruments {
  overflow: visible;
  background: #000021;
  transition: background-color 1.2s ease;
}

.etoro-instruments .scroller-points {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
}

.etoro-instruments .scroller-points .step {
  width: 1px;
}

.etoro-instruments .cage-scroll-wrapper {
  position: relative;
  height: 300vh;
}

.etoro-instruments .cage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 1240px;
}

.etoro-instruments .e-row {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.etoro-instruments .e-row-instruments_bg-text {
  transition: all 1s ease;
  opacity: 1;
}

.etoro-instruments .wide-text-box {
  text-align: center;
}

.wide-text-box {
  margin-left: auto;
  margin-right: auto;
}

.etoro-instruments h1 {
  color: #fff;
  font-size: 34px;
  letter-spacing: -0.53px;
}

.etoro-instruments h2 {
  color: #6bf5c0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.32px;
}

.etoro-instruments .e-row-instruments {
  background-color: transparent;
  display: flex;
  align-items: flex-end;
}

.col-flex-end {
  flex-direction: column;
  justify-content: flex-end;
}

.trains {
  width: 100%;
}

.train {
  margin: 6px 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
  pointer-events: none;
}

.train.str_wrap {
  background-color: transparent;
}

.train-scroller {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s linear;
}

.train1 .train-scroller {
  transform: translateX(100vw);
}

.train-slide {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  overflow: hidden;
  width: 147px;
  height: 83px;
  margin-right: 6px;
}

.train-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.75),
    rgba(44, 44, 44, 0)
  );
  mix-blend-mode: overlay;
}

.train-slide img {
  display: block;
  margin: auto;
  height: 65%;
  width: auto;
  max-width: none;
  position: relative;
  z-index: 1;
}

.train3 .train-scroller {
  flex-direction: row-reverse;
}

.slider-text {
  width: 100%;
}

.slide-text.slick-active {
  opacity: 1 !important;
  background-color: #fff;
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.6s;
  text-align: center;
  margin: 0 auto;
  /* top: -50px;
    padding-bottom: 500px; */
}

.etoro-instruments h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
}

.etoro-instruments h3 strong {
  display: block;
  font-size: 22px;
}

.slide-text__additional a {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #38cc70;
  text-decoration: none;
}

.slide-disclaimer {
  transition: all 0.2s ease-in;
  padding: 0 24px 24px;
  /* max-width: 980px; */
  margin-left: auto;
  margin-right: auto;
}

.white-bg .slide-disclaimer {
  visibility: visible;
  opacity: 1;
}

.slide-disclaimer * {
  font-size: 12px;
}

.slide-disclaimer p:last-child {
  margin-bottom: 0;
}

.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;
}

/* img:not([src]):not([srcset]), video.lazy {
    visibility: hidden;
} */

.video-box_desktop {
  max-height: 800px;
}

.text-box {
  width: 100%;
  max-width: 780px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-box .in-text-box {
  width: 100%;
  max-width: 550px;
}

.e-cta-alt {
  color: #38cc70;
}

p + .e-cta,
p + .e-cta-alt {
  margin-top: 10px;
}

.e-cta:hover,
.e-cta-alt:hover {
  background-color: #38cc70;
  color: #fff;
}

.col_media {
  position: relative;
}

.container_copytrader {
  background-color: #000021;
  color: #fff;
}

.container_copytrader .video-cover_mobile {
  position: relative;
  z-index: 0;
}

.container_copytrader .col_text * {
  color: #fff;
}

.video-cover {
  position: relative;
}

.video-cover .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Darken the overlay */
  z-index: 1;
}

.video-cover img {
  position: relative;
  z-index: 0; /* Ensure the image is under the overlay */
}

.list_trust {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.list__item.animated {
  opacity: 1;
  transform: none;
}

.list__item {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease;
  transition-duration: 0.6s;
}

.list__image {
  width: 93px;
  height: 104px;
  background-repeat: no-repeat;
}

.list__social .list__image {
  background-image: url(./../images/icons/social-icon.svg);
}

.list__reliability .list__image {
  background-image: url(./../images/icons/reliability-icon.svg);
}

.list__reputation .list__image {
  background-image: url(./../images/icons/reputation-icon.svg);
}

.list__global .list__image {
  background-image: url(./../images/icons//globe-icon.svg);
}

.sponsorship {
  margin: 0 auto 100px;
}

body.en-gb .sponsorship .sponsorship__title {
  margin: 0 30px 20px;
}

.sponsorship .sponsorship__title {
  text-align: center;
  margin: 0 20px 20px;
}

.sponsorship__carousel {
  display: flex;
  background: #fff;
}

.sponsorship__list {
  display: flex;
  align-items: center;
  animation: ticker 80s infinite linear;
  background-color: #fff;
}

.sponsorship__team {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsorship__logo {
  height: 75px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.75;
}

.sponsorship__logo:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.footer {
  color: #777;
  background-color: #fff;
  position: relative;
  z-index: 3;
  border-top: solid 1px #ededed;
}

.footer__social {
  width: 25%;
}

.footer h4 {
  font-weight: 500;
}

.footer__social .links {
  margin-top: 20px;
}

.footer__social .links a {
  display: inline-flex;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  position: relative;
  color: #bababa;
  margin-bottom: 30px;
  margin-right: 20px;
}

.footer__social .links a img {
  filter: grayscale(1);
  opacity: 0.75;
}

.footer__social .links a img:hover {
  filter: none;
  opacity: 1;
}

.footer a {
  text-decoration: none;
  color: #777;
}

.footer a:hover {
  text-decoration: none;
  color: #38cc70 !important;
}

.sitemap ul {
  list-style-type: none;
}

.app-links {
  margin: 30px 0;
}

.footer a:visited {
  color: #777;
}

.app-links a {
  display: block;
  padding: 14px 14px 20px;
  flex-basis: calc((100% - 15px) / 2);
  border-radius: 6px;
  border: solid 0.5px #cbcbcb;
  margin: 0 10px 10px 0;
  transition: all 0.2s ease-in-out;
  font: 600 14px/1em "Open Sans", sans-serif;
  letter-spacing: -0.25px;
  color: #2c2c2c;
}

.app-links a img {
  display: block;
  width: 24px;
  margin-bottom: 20px;
}

.footer__disclaimer-content {
  margin-bottom: 20px;
}

.footer__disclaimer p {
  font-size: 14px;
  margin-bottom: 1.4em;
}

.cover__superbowl.content-page .cage {
  height: 80px;
  min-height: 80px;
  max-height: 200px;
}

.uk-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.uk-grid-large {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.in-liquid-13 .uk-container {
  margin-top: 25px;
  margin-bottom: 20px;
}

div.why-trade {
  background-color: #000021;
  color: #fff;
}

div.why-trade h3 {
  color: #fff;
}

div.why-trade tr.dark {
  color: #2c2c2c;
}

* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin {
  margin-top: 30px;
}

.uk-child-width-1-3\@m > * {
  width: calc(100% * 1 / 3.001);
}

.uk-grid-item-match,
.uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.uk-grid-column-medium > *,
.uk-grid-medium > * {
  padding-left: 30px;
}

.uk-grid,
.uk-grid-divider {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid-item-match,
.uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}

.block-margin {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  margin-left: -30px;
}

.block-margin > * {
  flex: 0 0 33.3333% !important;
  padding-left: 30px;
  margin-top: 30px !important;
}

.uk-card-default {
  background-color: #000021 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.in-card-10 .uk-card-body {
  padding: 28px;
}

.in-card-10 .uk-card-default p {
  font-size: 16px;
  height: 60px;
}

.open-account {
  background: #38cc70 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  padding: 2px 30px !important;
  color: #fff;
  border-radius: 25px !important;
  transition: all 0.2s ease-in-out;
}

.open-account:hover {
  color: #fff;
}

.uk-card-default {
  background-color: #000021 !important;
  color: #fff !important;
  border: 1px solid #38cc70 !important;
}

.uk-card-default h3 {
  color: #fff !important;
}

.header_all.content-page {
  height: auto !important;
}

.uk-section-secondary {
  background-color: #000021 !important;
  color: #fff !important;
}

.start-trading,
.learn-more {
  box-shadow: none !important;
  margin-top: 1em !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.28px !important;
  text-align: center !important;
  padding: 2px 24px 2px !important;
  border-radius: 25px !important;
  color: #38cc70 !important;
  background: transparent !important;
  border: solid 1px #38cc70 !important;
  min-width: 150px;
  transition: all 0.3s ease;
}

.start-trading:hover,
.learn-more:hover {
  background-color: #38cc70 !important;
  color: #fff !important;
}

.uk-text-primary span.count {
  color: #38cc70 !important;
}

.uk-grid-divider p {
  font-size: 16px;
}

li.uk-card.uk-card-default {
  padding: 20px 22px;
  margin-top: 20px;
}

li.uk-card.uk-card-default .uk-accordion-content {
  display: none;
}

li.uk-card.uk-card-default.open .uk-accordion-content {
  display: block;
}

li.uk-card.uk-card-default.open a.uk-accordion-title {
  color: #38cc70;
}

.uk-list.uk-list-bullet.in-list-check li {
  display: flex;
}

.uk-list.uk-list-bullet.in-list-check li img {
  margin-right: 10px;
}

.uk-card.uk-card-default.uk-card-body a.image-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.uk-card.uk-card-default.uk-card-body h4 a {
  display: flex;
  justify-content: space-between;
}

a.image-icon-financial {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #38cc70;
  border-radius: 500px;
}

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.accordionTitle,
.accordion__Heading {
  background-color: #38cc70;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #30bb64;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #2ba659;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #2ba659;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /* max-height: 15em; */
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

.table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #d8d8d8;
  font-size: 14px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table tbody td {
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
  border-left: none;
}
.table thead tr th:last-child,
.table tbody tr td:last-child {
  border-right: none;
}
.table tbody tr:nth-child(even) {
  background: #f3f3f3;
}

.pips_comunity_bg {
  background-image: url("../images/bg1.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pips_comunity_head {
  display: flex;
  justify-content: space-between;
  height: 30%;
}

.pips_comunity_body {
  display: flex;
  justify-content: space-between;
  height: 70%;
}

.pips_comunity_content-1 {
  width: 50%;
  text-align: center;
  background-color: #d23c43;
}

.pips_comunity_content-2 {
  width: 50%;
  text-align: center;
  padding-left: 20px;
  text-align: start;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6vw;
}

.pips_comunity_content-3 {
  width: 100%;
  padding-left: 25px;
  font-size: 1.3vw;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.pips_comunity_content-4 {
  width: 100%;
  padding-left: 25px;
  font-size: 1.5vw;
  color: white;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.pips_comunity_context {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  font-size: 1.5vw;
  text-align: start;
}

.context-red-block {
  color: white;
  font-size: 150px;
}

.context-red-block-inside-num {
  z-index: 99999;
  position: absolute;
  left: 108px;
  color: white;
}

/* General styles for desktop */
.navigation {
  display: flex;
}

.desktop-nav ul {
  display: flex;
  justify-content: space-between;
}

.navbar_mobile {
  display: none;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-menu nav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mobile-menu nav ul li {
  margin: 5px 0;
}

.mobile-menu nav ul li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0 !important;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .navbar_mobile {
    display: block;
    cursor: pointer;
  }
}

/* General team section layout */
body,
html {
  margin: 0;
  padding: 0;
}

.team-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0; /* No gaps between images */
  width: 100%;
}

.team-member {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 10px;
  text-align: center;
  color: white;
}

.team-text {
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.team-member:hover .team-overlay {
  opacity: 1;
}

.team-member:hover .team-image img {
  transform: scale(1.1);
}

.team-member:hover .team-text {
  transform: translateY(0);
}

.team-text h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
}

.team-text p {
  font-size: 16px;
  color: #fff;
}

/* Responsive grid rules */
@media screen and (min-width: 1100px) {
  .team-section {
    grid-template-columns: repeat(
      3,
      1fr
    ); /* 3 items per row on larger screens */
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .team-section {
    grid-template-columns: repeat(
      2,
      1fr
    ); /* 2 items per row on medium screens */
  }
}

@media screen and (max-width: 767px) {
  .team-section {
    grid-template-columns: repeat(1, 1fr); /* 1 item per row on small screens */
  }
}

.trust-section,
.strength-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.trust-content,
.strength-content {
  padding-right: 20px;
}

.trust-image,
.strength-image {
  width: 50%;
  position: relative;
}

.strength-image img,
.trust-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 32px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}

.overlay-text h2 {
  color: #fff;
}

.financial-data-section {
  text-align: center;
  padding: 60px;
}

.financial-data {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}

.financial-item {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
  width: 300px;
}

.financial-item h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.financial-item p {
  font-size: 18px;
  color: #555;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0054a6;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: #003f7f;
}

.team-text-head {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.image-map-box {
  width: 100%;
  position: relative;
}
.cicle-element {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}

#map1 {
  left: 20%;
  top: 35%;
}

#map2 {
  left: 55%;
  top: 48%;
}

#map3 {
  left: 26%;
  top: 55%;
}

#map4 {
  left: 45%;
  top: 37%;
}

#map5 {
  left: 83%;
  top: 44%;
}

#map6 {
  left: 73%;
  top: 63%;
}

#map7 {
  left: 80%;
  top: 72%;
}

.image-map-box img {
  display: block;
  width: 100%;
  height: auto;
}

.test-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.regulatory-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1400px;
  background: #fff;
}
.regulatory-item {
  background-color: #243165;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.regulatory-circle {
  background-color: #f78c1f;
  color: white;
  font-weight: bold;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.regulatory-content {
  display: flex;
  flex-direction: column;
}
.regulatory-country {
  font-weight: bold;
  font-size: 22px;
}
.regulatory-authority {
  font-size: 16px;
}

/* Unique classes for each item */
.item-1 {
  background-color: #243165;
}
.item-2 {
  background-color: #1e2a5c;
}
.item-3 {
  background-color: #16224f;
}
.item-4 {
  background-color: #122048;
}
.item-5 {
  background-color: #0d1d3f;
}
.item-6 {
  background-color: #0b1a3a;
}
.item-7 {
  background-color: #091634;
}

/* Unique classes for each number circle */
.circle-1 {
  background-color: #f78c1f;
}
.circle-2 {
  background-color: #f77d1f;
}
.circle-3 {
  background-color: #f76d1f;
}
.circle-4 {
  background-color: #f75d1f;
}
.circle-5 {
  background-color: #f74d1f;
}
.circle-6 {
  background-color: #f73d1f;
}
.circle-7 {
  background-color: #f72d1f;
}

@media (max-width: 768px) {
  .regulatory-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .regulatory-item {
    font-size: 16px;
    padding: 15px;
  }
  .regulatory-circle {
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .regulatory-country {
    font-size: 20px;
  }
  .regulatory-authority {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .regulatory-item {
    font-size: 14px;
    padding: 10px;
  }
  .regulatory-circle {
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
  .regulatory-country {
    font-size: 18px;
  }
  .regulatory-authority {
    font-size: 12px;
  }
}
