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

.container.s01 {
    padding-top: 64px;
}

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

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

.cover__superbowl {
    position: relative;
    background-color: #000021;
}

.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;
    padding-top: 62px;
    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;
}

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

a {
    color: #777;
}

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

.logo img {
    width: 100%;
    height: 100%;
}

.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;
    margin: 0;
}

.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;
    margin: 0;
}

.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: #38cc70;
}

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

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

.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 .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: .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 .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;
    padding-left: 20px;
    padding-right: 20px;
}

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

.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: .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: .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;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.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: .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 {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    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 .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;
}

/* Footer Logo Styling */
.footer__logo {
    margin-right: 60px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.footer__logo a {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
}

.footer__logo img {
    width: 120px;
    height: auto;
    display: block;
}

.footer-row--logo {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    width: 100%;
}

.footer-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.sitemap {
    display: flex;
    gap: 60px;
    flex: 1;
}

.sitemap__column {
    flex: 1;
    min-width: 150px;
}

.sitemap__column h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 16px;
}

.sitemap__column ul li {
    margin-bottom: 12px;
}

.sitemap__column ul li a {
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer__copyright {
    font-weight: 500;
    color: #555;
}

.footer__top {
    padding: 0;
}

.footer-row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.footer__bottom {
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-top: 30px;
}

.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/shutterstock_1170542251.png');
    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;
}