/* START RESET */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
/* END RESET */

@import url("https://fonts.googleapis.com/css2?family=Muli:wght@200;300;400;500;600;700;800;900&amp;display=swap");
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
select {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0, 0.68);
    line-height: 40px;
    padding: 0 10px;
    border: solid 1px rgba(8, 9, 52, 0.14);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02); }

input[disabled="true"],
input[disabled="true"],
input[disabled="true"],
input[disabled="true"],
input[disabled="true"],
select[disabled="true"] {
    cursor: not-allowed; }

.gp-select-box {
    position: relative;
    width: 100%; }
.gp-select-box select {
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 4;
    cursor: pointer; }
.gp-select-box:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    border-style: solid;
    border-width: 6px;
    border-color: #000002 transparent transparent transparent;
    z-index: 2; }

form label {
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.68); }

.field-row {
    margin-bottom: 24px;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; }
.field-row > div {
    flex: 1;
    padding: 0 10px; }

.calc-result {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 24px; }
.calc-result input[type="text"],
.calc-result input[type="password"],
.calc-result input[type="number"],
.calc-result input[type="email"],
.calc-result input[type="tel"] {
    border: none;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 18px; }

.gp-flex .gp-col {
    padding-right: 15px; }

.gp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    padding: 18px 30px;
    border-radius: 10px;
    background-color: #fcfcfc;
    text-decoration: none;
    transition: all 0.3s ease; }
.gp-btn i {
    margin-left: 5px; }
.gp-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none; }
.gp-btn.btn-primary {
    background: linear-gradient(180deg, #1b9a84 0%, #1b9a84 100%);
    color: black; }
.gp-btn.btn-primary:hover {
    background: linear-gradient(180deg, #1b9a84 100%, #1b9a84 0%);
    color: white; }
.gp-btn.btn-secondary {
    background-color: #1b9a84;
    color: #000002; }
.gp-btn.btn-secondary:hover {
    background: linear-gradient(180deg, #1b9a84 100%, #1b9a84 0%);
    color: white; }
.gp-btn.btn-line-primary {
    background: none;
    border: solid 1px #000002;
    color: #000002; }
.gp-btn.btn-line-primary:hover {
    background: #000002;
    color: white; }
.gp-btn.btn-line-white {
    background: none;
    border: solid 1px white;
    color: white; }
.gp-btn.btn-line-white:hover {
    background: white;
    color: #000002; }
.gp-btn.btn-transparent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent;
    color: #000002;
    text-decoration: underline !important; }
.gp-btn.btn-transparent:hover {
    background-color: transparent;
    color: #1b9a84; }

.gp-dark-skin .gp-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    padding: 16px 30px;
    border-radius: 10px;
    background-color: #fcfcfc;
    text-decoration: none;
    transition: all 0.3s ease; }
.gp-dark-skin .gp-btn i {
    margin-left: 5px; }
.gp-dark-skin .gp-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-decoration: none; }
.gp-dark-skin .gp-btn.btn-primary {
    background-color: #1b9a84;
    color: black; }
.gp-dark-skin .gp-btn.btn-primary:hover {
    background-color: #000002;
    color: white; }
.gp-dark-skin .gp-btn.btn-transparent {
    background-color: transparent;
    color: white; }
.gp-dark-skin .gp-btn.btn-transparent:hover {
    background-color: transparent;
    color: #1b9a84; }

* {
    box-sizing: border-box; }

img {
    max-width: 100%; }

:focus {
    outline: none; }

::-moz-focus-inner {
    border: 0; }

a:active, a {
    outline: none;
    border: none; }

input::-moz-focus-inner {
    border: 0; }

html,
body {
    height: 100%;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #000002; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1; }

h1 {
    font-size: 2.8em;
    margin-bottom: 1.4rem; }

h2 {
    font-size: 2.4em;
    margin-bottom: 1.3rem; }

h3 {
    font-size: 2em;
    margin-bottom: 1.2rem; }

h4 {
    font-size: 1.8em;
    margin-bottom: 1.1rem; }

h5 {
    font-size: 1.4em;
    margin-bottom: 1rem; }

h6 {
    font-size: 1.2em;
    margin-bottom: 1rem; }

p {
    font-size: 1.2em;
    line-height: 1.4; }

.gp-container {
    width: 100%;
    max-width: 1108px;
    margin: 0 auto; }

.gp-section {
    padding: 80px 0; }
.gp-section h1,
.gp-section h2,
.gp-section h3,
.gp-section h4,
.gp-section h5,
.gp-section h6 {
    font-weight: 700;
    line-height: 1.2; }
.gp-section p {
    margin-bottom: 1.2rem;
    font-weight: 300; }
.gp-section p:last-child {
    margin-bottom: 0; }
.gp-section p a {
    color: #000002;
    text-decoration: underline; }
.gp-section p a:hover {
    text-decoration: none;
    color: #1b9a84; }
.gp-section h1 > span.underline {
    position: relative; }
.gp-section h1 > span.underline:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #000002; }
.gp-section .gp-section-title-group h2 {
    font-size: 42px;
    font-weight: 700; }
.gp-section .gp-section-title-group p {
    font-size: 18px;
    line-height: 1.4;
    max-width: 500px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300; }

.gp-flex {
    display: flex; }

.gp-flex-wrap {
    flex-wrap: wrap; }

.gp-al-l {
    text-align: left; }

.gp-al-c {
    text-align: center; }

.gp-al-r {
    text-align: right; }

.gp-v-al-t {
    align-items: flex-start; }

.gp-v-al-m {
    align-items: center; }

.gp-v-al-b {
    align-items: flex-end; }

.gp-self-al-t {
    align-self: flex-start; }

.gp-self-al-m {
    align-self: center; }

.gp-self-al-b {
    align-self: flex-end; }

.gp-pos-rel {
    position: relative; }

.gp-site-content {
    padding: 80px 0; }
.gp-site-content h1,
.gp-site-content h2,
.gp-site-content h3,
.gp-site-content h4,
.gp-site-content h5,
.gp-site-content h6 {
    margin-bottom: 24px;
    font-weight: 700; }
.gp-site-content p {
    margin-bottom: 1.8rem; }

ul.unorderlist li,
ol.orderlist li,
.accordion-content ul li,
.accordion-content ol li {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-left: 24px;
    line-height: 1.4; }
ul.unorderlist li:before,
ol.orderlist li:before,
.accordion-content ul li:before,
.accordion-content ol li:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #23b4e4;
    position: absolute;
    top: 7px;
    left: 0; }

ol.orderlist,
.accordion-content ol {
    list-style: none;
    counter-reset: ol-li-counter; }
ol.orderlist li,
.accordion-content ol li {
    counter-increment: ol-li-counter; }
ol.orderlist li:before,
.accordion-content ol li:before {
    content: counter(ol-li-counter) ". ";
    background-color: transparent;
    width: auto;
    border-radius: 0;
    color: #23b4e4;
    font-weight: 800;
    font-size: 0.9em;
    top: 3px; }
ol.orderlist li a,
.accordion-content ol li a {
    font-weight: 300;
    color: #000002;
    text-decoration: underline; }
ol.orderlist li a:hover,
.accordion-content ol li a:hover {
    color: #1b9a84;
    text-decoration: none; }

.gp-default-contents {
    color: rgba(0, 0, 0, 0.8); }
.gp-default-contents img {
    max-width: 100%;
    margin-bottom: 24px; }
.gp-default-contents h1,
.gp-default-contents h2,
.gp-default-contents h3,
.gp-default-contents h4,
.gp-default-contents h5,
.gp-default-contents h6 {
    margin-top: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1; }
.gp-default-contents ul li,
.gp-default-contents ol li {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 24px;
    padding-left: 28px;
    line-height: 1.4; }
.gp-default-contents ul li:before,
.gp-default-contents ol li:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #23b4e4;
    position: absolute;
    top: 7px;
    left: 0; }
.gp-default-contents ol {
    list-style: none;
    counter-reset: ol-li-counter; }
.gp-default-contents ol li {
    counter-increment: ol-li-counter; }
.gp-default-contents ol li:before {
    content: counter(ol-li-counter) ". ";
    background-color: transparent;
    width: auto;
    border-radius: 0;
    color: #23b4e4;
    font-weight: 800;
    font-size: 18px;
    top: 0; }
.gp-default-contents p {
    font-size: 1.2em;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    font-weight: 300; }
.gp-default-contents blockquote {
    background-color: rgba(0, 0, 0, 0.058);
    border-left: solid 4px #1b9a84;
    font-size: 22px;
    font-weight: 300;
    padding: 40px;
    line-height: 1.4;
    margin-bottom: 24px; }
.gp-default-contents blockquote p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4; }
.gp-default-contents iframe {
    width: 100% !important;
    height: 480px !important;
    margin-bottom: 24px;
    margin-top: 15px; }

.gp-instruments-table table {
    width: 100%; }
.gp-instruments-table table tr td {
    padding: 5px 20px;
    border-right: solid 1px rgba(0, 0, 0, 0.14); }
.gp-instruments-table table tr td:last-child {
    border-right: none; }
.gp-instruments-table table tr td:first-child {
    padding-left: 0; }

.gp-instruments-table .vr-th {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(33,33,33, 0.8); }

.gp-instruments-table .gp-instr {
    font-size: 22px;
    font-weight: 600; }

.gp-instruments-table .gp-instr-average {
    font-size: 28px;
    font-weight: 700;
    color: rgba(33,33,33, 0.8); }

.gp-dark-skin {
    background-image: linear-gradient(to bottom, #303030, #303030, #474747);
    color: white; }
.gp-dark-skin .sub-heading {
    color: inherit; }
.gp-dark-skin p {
    color: inherit; }
.gp-dark-skin h1,
.gp-dark-skin h2,
.gp-dark-skin h3,
.gp-dark-skin h4,
.gp-dark-skin h5 {
    color: inherit; }

.forex-disclaimer {
    font-size: 12px; }

.gp-list-bullet {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: solid 1px #1b9a84;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #1b9a84;
    font-size: 12px; }

.sub-heading {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px; }

.thin {
    font-weight: 300; }

.bold {
    font-weight: 700; }

.bolder {
    font-weight: 800; }

.gp-accordion .gp-accordion-item > img {
    display: none; }

.gp-accordion .accordion-title {
    cursor: pointer;
    font-size: 1.7em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    padding: 15px;
    position: relative;
    padding-left: 30px; }
.gp-accordion .accordion-title:before, .gp-accordion .accordion-title:after {
    background-color: #000002; }
.gp-accordion .accordion-title:before {
    content: '';
    height: 16px;
    width: 4px;
    position: absolute;
    top: 22px;
    left: 6px;
    transition: all 0.3s ease; }
.gp-accordion .accordion-title:after {
    content: '';
    height: 4px;
    width: 16px;
    position: absolute;
    top: 28px;
    left: 0;
    transition: all 0.3s ease; }
.gp-accordion .accordion-title.minus {
    color: #23b4e4; }
.gp-accordion .accordion-title.minus:before, .gp-accordion .accordion-title.minus:after {
    background-color: #23b4e4; }
.gp-accordion .accordion-title.minus:before {
    opacity: 0; }

.gp-accordion .accordion-content {
    padding: 0 15px 5px 30px;
    display: none; }

.range-of-market-stats,
.gp-ul-list {
    display: inline-block;
    text-align: left;
    max-width: 380px;
    width: 100%; }
.range-of-market-stats ul li,
.gp-ul-list ul li {
    font-size: 20px;
    padding: 16px 20px 16px 44px;
    border-bottom: solid 1px rgba(0,0,0, 0.18);
    position: relative;
    line-height: 1.4;
    font-weight: 600; }
.range-of-market-stats ul li:before,
.gp-ul-list ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #23b4e4;
    position: absolute;
    top: 18px;
    left: 0; }
.range-of-market-stats .gp-note,
.gp-ul-list .gp-note {
    margin-top: 24px; }

.gp-three-col-card-wrap,
.gp-cards-wrap {
    margin-left: 0;
    margin-right: 0; }
.gp-three-col-card-wrap .gp-three-col-card,
.gp-three-col-card-wrap .gp-col-card,
.gp-cards-wrap .gp-three-col-card,
.gp-cards-wrap .gp-col-card {
    border-left: solid 1px rgba(0, 0, 0, 0.14);
    padding: 0 34px; }
.gp-three-col-card-wrap .gp-three-col-card .card-icon,
.gp-three-col-card-wrap .gp-col-card .card-icon,
.gp-cards-wrap .gp-three-col-card .card-icon,
.gp-cards-wrap .gp-col-card .card-icon {
    height: 68px;
    width: auto;
    margin-bottom: 24px; }
.gp-three-col-card-wrap .gp-three-col-card .card-icon img,
.gp-three-col-card-wrap .gp-col-card .card-icon img,
.gp-cards-wrap .gp-three-col-card .card-icon img,
.gp-cards-wrap .gp-col-card .card-icon img {
    height: 100%;
    width: auto; }
.gp-three-col-card-wrap .gp-three-col-card .card-number,
.gp-three-col-card-wrap .gp-col-card .card-number,
.gp-cards-wrap .gp-three-col-card .card-number,
.gp-cards-wrap .gp-col-card .card-number {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
    line-height: 1;
    margin-bottom: 0.5em; }
.gp-three-col-card-wrap .gp-three-col-card h2,
.gp-three-col-card-wrap .gp-col-card h2,
.gp-cards-wrap .gp-three-col-card h2,
.gp-cards-wrap .gp-col-card h2 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 0 0 15px 0; }
.gp-three-col-card-wrap .gp-three-col-card p,
.gp-three-col-card-wrap .gp-col-card p,
.gp-cards-wrap .gp-three-col-card p,
.gp-cards-wrap .gp-col-card p {
    margin-bottom: 0;
    font-size: 1.2em;
    color: inherit; }
.gp-three-col-card-wrap .gp-three-col-card .gp-btn,
.gp-three-col-card-wrap .gp-col-card .gp-btn,
.gp-cards-wrap .gp-three-col-card .gp-btn,
.gp-cards-wrap .gp-col-card .gp-btn {
    margin-top: 30px; }
.gp-three-col-card-wrap .gp-three-col-card ul li,
.gp-three-col-card-wrap .gp-col-card ul li,
.gp-cards-wrap .gp-three-col-card ul li,
.gp-cards-wrap .gp-col-card ul li {
    position: relative;
    padding-left: 20px;
    font-size: 1.1rem;
    color: inherit;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 1.5em; }
.gp-three-col-card-wrap .gp-three-col-card ul li:before,
.gp-three-col-card-wrap .gp-col-card ul li:before,
.gp-cards-wrap .gp-three-col-card ul li:before,
.gp-cards-wrap .gp-col-card ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    border: solid 2px #23b4e4;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0; }

/*---------- vertical tab nav */
.gp-vertical_tab_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
.gp-vertical_tab_nav ul.tabs {
    position: relative;
    z-index: 10;
    padding: 58px 58px 0 0;
    list-style: none;
    background-color: #f7f7f7;
    flex: 1;
    max-width: 318px; }
.gp-vertical_tab_nav ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 84px;
    color: white;
    text-align: left;
    font-weight: bold;
    color: rgba(0,0,0, 0.68);
    font-size: 24px;
    font-weight: 300;
    transition: all .3s ease;
    border-bottom: solid 1px rgba(0, 0, 0, 0.24); }
.gp-vertical_tab_nav ul.tabs li:last-child {
    border-bottom: none; }
.gp-vertical_tab_nav ul.tabs li:hover {
    color: #000002; }
.gp-vertical_tab_nav ul.tabs li.active {
    font-size: 34px;
    font-weight: 600;
    color: #000002; }
.gp-vertical_tab_nav .tab_container {
    position: relative;
    z-index: 20;
    text-align: left;
    flex: 2;
    background-color: white; }
.gp-vertical_tab_nav .tab_content {
    padding: 64px 48px;
    height: 100%;
    display: none; }
.gp-vertical_tab_nav .tab_content h2 {
    margin-bottom: 15px;
    color: #29b7ff; }
.gp-vertical_tab_nav .tab_content h2 span {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    color: #000002; }
.gp-vertical_tab_nav .tab_drawer_heading {
    display: none; }

.gp-margin-table {
    overflow-x: auto; }
.gp-margin-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
.gp-margin-table table tr th {
    font-size: 24px;
    padding: 24px;
    padding-left: 34px;
    border-right: solid 1px rgba(0, 0, 0, 0.14); }
.gp-margin-table table tr th:first-child {
    padding-left: 0; }
.gp-margin-table table tr td {
    font-size: 18px;
    padding: 15px;
    padding-left: 34px;
    border-right: solid 1px rgba(0, 0, 0, 0.14); }
.gp-margin-table table tr td:first-child {
    padding-left: 0; }

.gp-cta h1,
.gp-cta h2,
.gp-cta h3,
.gp-cta h4,
.gp-sectn-with-img h1,
.gp-sectn-with-img h2,
.gp-sectn-with-img h3,
.gp-sectn-with-img h4 {
    margin-bottom: 1rem; }

.gp-cta h4,
.gp-sectn-with-img h4 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.4; }
.gp-cta h4 > span,
.gp-sectn-with-img h4 > span {
    font-weight: 800; }

.gp-cta .gp-cta-img-holder,
.gp-sectn-with-img .gp-cta-img-holder {
    padding: 0 50px;
    text-align: center; }
.gp-cta .gp-cta-img-holder img,
.gp-sectn-with-img .gp-cta-img-holder img {
    max-width: 100%; }

.gp-cta .gp-table-wrap,
.gp-sectn-with-img .gp-table-wrap {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; }

.note-link {
    font-size: 1.4em;
    margin-bottom: 1.4rem;
    line-height: 1.4;
    font-weight: 200; }
.note-link a {
    color: #000002;
    text-decoration: underline; }
.note-link a:hover {
    text-decoration: none; }

.gp-hours-info {
    display: flex;
    background-color: #f7f7f7;
    padding: 28px 0;
    width: calc(100% + 34px);
    width: -webkit-calc(100% + 34px);
    margin-bottom: 34px;
    position: relative; }
.gp-hours-info:before {
    content: '';
    height: 100%;
    width: 500%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
.gp-hours-info > div {
    position: relative;
    z-index: 4;
    flex: 1;
    border-right: solid 1px rgba(0, 0, 0, 0.18);
    padding: 0 20px; }
.gp-hours-info > div:first-child {
    padding-left: 0; }
.gp-hours-info > div:last-child {
    border-right: none; }
.gp-hours-info > div h5 {
    font-size: 22px !important; }
.gp-hours-info p {
    margin-bottom: 0 !important; }

.gp-sectn-btm-stripe {
    margin-top: 50px;
    background-color: #f7f7f7;
    padding: 40px 0; }

.hr-bullet-list {
    display: flex;
    flex-wrap: wrap; }
.hr-bullet-list h4 {
    margin-bottom: 0; }
.hr-bullet-list p {
    margin-bottom: 0 !important; }
.hr-bullet-list > li {
    flex: 1 1 auto;
    position: relative;
    padding-left: 44px;
    margin-bottom: 40px; }
.hr-bullet-list > li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #23b4e4;
    position: absolute;
    top: 4px;
    left: 0; }

.gp-table-wrap {
    overflow-x: auto;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem; }
.gp-table-wrap h4 {
    margin-top: 28px;
    font-weight: 600; }
.gp-table-wrap table {
    width: 100%; }
.gp-table-wrap table tr {
    border-collapse: collapse; }
.gp-table-wrap table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.04); }
.gp-table-wrap table tr:first-child {
    background-color: #e6e6e6; }
.gp-table-wrap table tr:first-child th {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px; }
.gp-table-wrap table tr:nth-child(even) {
    background-color: white; }
.gp-table-wrap table tr td,
.gp-table-wrap table tr th {
    min-width: 200px;
    padding: 15px 20px;
    border-right: solid 1px rgba(0, 0, 0, 0.14);
    color: inherit;
    line-height: 1.4; }
.gp-table-wrap table tr td:last-child,
.gp-table-wrap table tr th:last-child {
    border-right: none; }
.gp-table-wrap table tr td a,
.gp-table-wrap table tr th a {
    color: #000002;
    text-decoration: underline; }
.gp-table-wrap table tr td a:hover,
.gp-table-wrap table tr th a:hover {
    text-decoration: none;
    color: #1b9a84; }
.gp-table-wrap table ul {
    margin-top: 1rem; }
.gp-table-wrap table ul li {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
    padding-left: 1rem; }
.gp-table-wrap table ul li:before {
    height: 7px;
    width: 7px; }

.gp-dark-skin .gp-table-wrap table tr {
    border-collapse: collapse; }
.gp-dark-skin .gp-table-wrap table tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.04); }
.gp-dark-skin .gp-table-wrap table tr:first-child {
    background-color: rgba(255, 255, 255, 0.1); }
.gp-dark-skin .gp-table-wrap table tr:nth-child(even) {
    background-color: transparent; }
.gp-dark-skin .gp-table-wrap table tr td,
.gp-dark-skin .gp-table-wrap table tr th {
    border-right: solid 1px rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.8); }
.gp-dark-skin .gp-table-wrap table tr td:last-child,
.gp-dark-skin .gp-table-wrap table tr th:last-child {
    border-right: none; }

.list-platforms-icons {
    display: flex;
    flex-wrap: wrap; }
.list-platforms-icons a {
    margin-right: 10px; }
.list-platforms-icons .block-platform {
    padding: 10px;
    border-radius: 3px;
    background-color: #000002;
    color: white;
    font-weight: 600;
    font-size: 13px;
    transition: all .3s ease;
    text-decoration: none; }
.list-platforms-icons .block-platform i {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px; }
.list-platforms-icons .block-platform:hover {
    background-color: #1b9a84;
    color: #000002; }

.gp-vertical-list-with-icon {
    margin-top: 2.5rem; }
.gp-vertical-list-with-icon .gp-card {
    position: relative;
    padding-left: 100px;
    margin-bottom: 2rem; }
.gp-vertical-list-with-icon .gp-card:last-child {
    margin-bottom: 0; }
.gp-vertical-list-with-icon .gp-card .card-icon {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0;
    left: 0; }
.gp-vertical-list-with-icon .gp-card .card-icon > img {
    max-width: 100%; }
.gp-vertical-list-with-icon .gp-card h4 {
    margin-bottom: 1rem;
    font-size: 24px; }
.gp-vertical-list-with-icon .gp-card p {
    margin-bottom: 20px !important; }

.gp-post-list-wrap h1,
.gp-post-list-wrap h2,
.gp-post-list-wrap h3,
.gp-post-list-wrap h4 {
    margin-bottom: 24px; }

.gp-post-list-wrap p {
    margin-bottom: 28px; }

.gp-post-list-wrap .gp-cta-img-holder img {
    max-width: 330px; }

.gp-row:nth-child(even) {
    background-color: #f7f7f7; }

.gp-row h1 {
    margin-bottom: 30px; }

.gp-row p {
    font-size: 1.2em; }

.gp-row .gp-text-link {
    font-size: 18px;
    text-decoration: underline;
    color: #000002;
    font-weight: 600; }

.gp-cards-wrap {
    margin-left: -34px;
    margin-right: -34px; }
.gp-cards-wrap .gp-col-card {
    flex: 1; }
.gp-cards-wrap .gp-col-card:first-child {
    border: none; }

.dark-theme {
    background-image: linear-gradient(to bottom, #303030, #474747);
    color: white; }
.dark-theme h1 {
    color: inherit; }
.dark-theme p {
    color: inherit; }

.gp-card-team {
    display: block;
    text-align: center; }
.gp-card-team img {
    display: inline-block !important;
    height: 100px;
    width: 100px !important;
    border: solid 2px rgba(0, 0, 0, 0.24);
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 50%; }
.gp-card-team span {
    display: block; }
.gp-card-team .designation {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.68); }
.gp-card-team .full-name {
    font-size: 24px;
    font-weight: 600; }

.gp-generic-contents h3,
.gp-why-ecn h3 {
    margin-bottom: 2.8rem; }

.gp-generic-contents h6,
.gp-why-ecn h6 {
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 34px; }

.gp-generic-contents ul li,
.gp-why-ecn ul li {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1.2rem;
    padding-left: 28px;
    line-height: 1.4; }
.gp-generic-contents ul li:before,
.gp-why-ecn ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #23b4e4;
    position: absolute;
    top: 7px;
    left: 0; }

.gp-generic-contents .note-link,
.gp-why-ecn .note-link {
    margin-bottom: 1.4rem;
    font-weight: 300; }

.gp-generic-contents.gp-dark-skin,
.gp-why-ecn.gp-dark-skin {
    color: rgba(255, 255, 255, 0.8); }
.gp-generic-contents.gp-dark-skin h3,
.gp-generic-contents.gp-dark-skin h6,
.gp-why-ecn.gp-dark-skin h3,
.gp-why-ecn.gp-dark-skin h6 {
    color: white; }
.gp-generic-contents.gp-dark-skin ul li,
.gp-why-ecn.gp-dark-skin ul li {
    color: inherit; }
.gp-generic-contents.gp-dark-skin ul li:before,
.gp-why-ecn.gp-dark-skin ul li:before {
    background-color: #1b9a84; }
.gp-generic-contents.gp-dark-skin .note-link,
.gp-why-ecn.gp-dark-skin .note-link {
    color: white; }
.gp-generic-contents.gp-dark-skin .note-link a,
.gp-why-ecn.gp-dark-skin .note-link a {
    color: #1b9a84; }

.gp-sectn-with-img h1 {
    margin-bottom: 34px; }

.gp-sectn-with-img p {
    font-size: 1.2em; }
.gp-sectn-with-img p:last-child {
    margin-bottom: 1.8rem; }

.gp-sectn-with-img ul li {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 24px;
    padding-left: 28px;
    line-height: 1.4; }
.gp-sectn-with-img ul li:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #23b4e4;
    position: absolute;
    top: 7px;
    left: 0; }

.gp-sectn-with-img.gp-dark-skin p {
    color: rgba(255, 255, 255, 0.8); }

.gp-sectn-with-img.gp-dark-skin ul li {
    color: rgba(255, 255, 255, 0.68); }
.gp-sectn-with-img.gp-dark-skin ul li:before {
    background-color: #1b9a84; }

.flag-holder {
    margin-bottom: 28px; }

.gp-section p.gp-note-bold {
    margin-top: 3rem;
    font-size: 1.3em;
    font-weight: 600;
    color: #000002;
    margin-bottom: 0; }

.gp-pricing-card {
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #000002; }
.gp-pricing-card h3 {
    color: #000002; }
.gp-pricing-card .gp-price-card-head {
    background-color: #f7f7f7;
    padding: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 15px; }
.gp-pricing-card .gp-price-card-head h3 {
    font-size: 20px;
    padding: 0 40px;
    margin-bottom: 20px; }
.gp-pricing-card .gp-price-card-head h3 span {
    font-weight: 300; }
.gp-pricing-card .gp-price-card-info {
    padding: 24px; }
.gp-pricing-card .gp-price-card-info h3 {
    font-size: 1.4rem;
    border-bottom: solid 2px rgba(0, 0, 0, 0.18);
    padding-bottom: 15px;
    margin-bottom: 20px; }
.gp-pricing-card .gp-price-card-info p {
    font-size: 1.2em; }
.gp-pricing-card .gp-price-card-benefit h3 {
    font-size: 1.4rem;
    border-bottom: solid 2px rgba(0, 0, 0, 0.18);
    padding-bottom: 15px;
    width: auto;
    margin: 0 24px; }
.gp-pricing-card .gp-price-card-benefit .gp-ul-list ul {
    margin-bottom: 20px; }
.gp-pricing-card .gp-price-card-benefit .gp-ul-list ul li {
    padding: 15px 24px 15px 50px;
    font-size: 18px; }
.gp-pricing-card .gp-price-card-benefit .gp-ul-list ul li:before {
    font-size: 20px;
    top: 13px;
    left: 22px; }
.gp-pricing-card .gp-price-card-benefit .gp-ul-list ul li:last-child {
    border-bottom: none; }
.gp-pricing-card .gp-price-card-foot {
    background-color: #f7f7f7;
    padding: 24px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.gp-dark-skin .gp-pricing-card {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.68); }
.gp-dark-skin .gp-pricing-card h3 {
    color: white; }
.gp-dark-skin .gp-pricing-card .gp-price-card-info h3,
.gp-dark-skin .gp-pricing-card .gp-price-card-benefit h3 {
    border-color: rgba(255, 255, 255, 0.18); }
.gp-dark-skin .gp-pricing-card .gp-price-card-head,
.gp-dark-skin .gp-pricing-card .gp-price-card-foot {
    background-color: rgba(255, 255, 255, 0.068); }
.gp-dark-skin .gp-pricing-card .gp-price-card-benefit .gp-ul-list ul li {
    border-color: rgba(255, 255, 255, 0.18); }
.gp-dark-skin .gp-pricing-card .gp-price-card-benefit .gp-ul-list ul li:before {
    color: white; }

.gp-live-pricing-wrap {
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0 0 18px; }
.gp-live-pricing-wrap .gp-live-item h2 {
    background-color: #f7f7f7;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 15px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0; }
.gp-live-pricing-wrap .gp-live-item .live-price-wrap {
    padding: 30px 20px;
    display: flex; }
.gp-live-pricing-wrap .gp-live-item .live-price-wrap .gp-box {
    flex: 1; }
.gp-live-pricing-wrap .gp-live-item .live-price-wrap .gp-inst-label {
    color: inherit;
    opacity: 0.68;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px; }
.gp-live-pricing-wrap .gp-live-item .live-price-wrap .gp-value {
    color: inherit;
    opacity: 0.68;
    font-weight: 600;
    font-size: 1.8rem; }
.gp-live-pricing-wrap .gp-live-item .live-price-wrap .gp-value > span {
    font-size: 14px; }
.gp-live-pricing-wrap .gp-live-item .gp-down {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
    position: relative;
    border-style: solid;
    border-width: 10px;
    border-color: #fc364e transparent transparent transparent;
    transition: all .8s ease;
    animation: fadeInOut .5s linear infinite;
    transition-delay: 0.4s; }
.gp-live-pricing-wrap .gp-live-item .gp-down:after {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fc364e transparent transparent transparent;
    position: absolute;
    top: -5px;
    left: -10px;
    animation: fadeInOut .5s linear infinite;
    animation-delay: 1s; }
.gp-live-pricing-wrap .gp-live-item .gp-down:before {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: #fc364e transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: -10px;
    animation: fadeInOut .5s linear infinite;
    animation-delay: 1.6s; }
.gp-live-pricing-wrap .gp-live-item .gp-up {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-right: 5px;
    position: relative;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #00a651 transparent;
    transition: all .8s ease;
    animation: fadeInOut .5s linear infinite;
    transition-delay: 0.4s; }
.gp-live-pricing-wrap .gp-live-item .gp-up:after {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #00a651 transparent;
    position: absolute;
    top: -15px;
    left: -10px;
    animation: fadeInOut .5s linear infinite;
    animation-delay: 1s; }
.gp-live-pricing-wrap .gp-live-item .gp-up:before {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #00a651 transparent;
    position: absolute;
    top: -20px;
    left: -10px;
    animation: fadeInOut .5s linear infinite;
    animation-delay: 1.6s; }

.gp-dark-skin .gp-live-pricing-wrap {
    background-color: rgba(255, 255, 255, 0.08); }
.gp-dark-skin .gp-live-pricing-wrap .gp-live-item h2 {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1); }

.gp-generic-tab {
    margin: 20px 0; }
.gp-generic-tab .tab-nav {
    display: flex;
    width: 100%;
    border-bottom: solid 2px rgba(0, 0, 0, 0.14); }
.gp-generic-tab .tab-nav li {
    font-size: 1.4em;
    font-weight: 700;
    margin-right: 4px;
    cursor: pointer;
    padding: 15px 40px;
    transition: all .3s ease;
    color: rgba(0,0,0, 0.68);
    position: relative; }
.gp-generic-tab .tab-nav li:before {
    content: '';
    width: 0;
    height: 4px;
    background-color: #000002;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s ease; }
.gp-generic-tab .tab-nav li.active-tab-nav, .gp-generic-tab .tab-nav li:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: #000002; }
.gp-generic-tab .tab-nav li.active-tab-nav:before, .gp-generic-tab .tab-nav li:hover:before {
    width: 100%; }
.gp-generic-tab .gp-generic-tab-container {
    padding-top: 40px; }

.accordion-head {
    display: none;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.06);
    font-weight: 700;
    margin-bottom: 2px;
    position: relative; }
.accordion-head > span {
    display: block;
    position: relative;
    z-index: 9; }
.accordion-head:before {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #000002 transparent transparent transparent;
    position: absolute;
    top: 24px;
    right: 15px; }
.accordion-head.active-head {
    background-color: #000002;
    color: white; }
.accordion-head.active-head:before {
    border-color: transparent transparent white transparent;
    top: 18px; }

.accordion-head {
    display: none; }

.gp-focus-title {
    text-align: center; }
.gp-focus-title .sub-heading {
    font-size: 28px;
    color: #1b9a84;
    font-size: 2.4em;
    text-transform: uppercase; }
.gp-focus-title h2 {
    color: white;
    font-size: 3.8em; }

@keyframes fadeInOut {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.gp-mt-0 {
    margin-top: 0; }

.gp-mb-0 {
    margin-bottom: 0; }

.gp-pt-0 {
    padding-top: 0; }

.gp-pb-0 {
    padding-bottom: 0; }

@media all and (max-width: 1023px) {
    .gp-t-mt-0 {
        margin-top: 0; }
    .gp-t-mb-0 {
        margin-bottom: 0; }
    .gp-t-pt-0 {
        padding-top: 0; }
    .gp-t-pb-0 {
        padding-bottom: 0; } }

@media all and (max-width: 767px) {
    .gp-m-mt-0 {
        margin-top: 0; }
    .gp-m-mb-0 {
        margin-bottom: 0; }
    .gp-m-pt-0 {
        padding-top: 0; }
    .gp-m-pb-0 {
        padding-bottom: 0; } }

.gp-sticky-bar-design{
    padding: 8px;
h2{
    font-size: 14px;
}
.gp-text-link{
    margin: 5px 0 0 5px;
}
}

.gp-trading-tech .gp-ul-list,
.gp-we-fix .gp-ul-list,
.gp-model-level-section .gp-ul-list,
.gp-interest-align .gp-ul-list {
    padding-left: 0; }
.gp-trading-tech .gp-ul-list li,
.gp-we-fix .gp-ul-list li,
.gp-model-level-section .gp-ul-list li,
.gp-interest-align .gp-ul-list li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
    list-style: none; }
.gp-trading-tech .gp-ul-list li:before,
.gp-we-fix .gp-ul-list li:before,
.gp-model-level-section .gp-ul-list li:before,
.gp-interest-align .gp-ul-list li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url("../images/list-icon.png");
    background-size: 20px; }
.gp-trading-tech .gp-ul-list.list-dark li:before,
.gp-we-fix .gp-ul-list.list-dark li:before,
.gp-model-level-section .gp-ul-list.list-dark li:before,
.gp-interest-align .gp-ul-list.list-dark li:before {
    background-image: url("../images/list-icon-dark.png"); }

.gp-white-card {
    background-color: white;
    border-radius: 8px;
    padding: 34px;
    color: #303030;
    box-shadow: 0px 4px 34px rgba(10, 10, 10, 0.1);
    text-align: center; }
.gp-white-card > img {
    margin-bottom: 34px;
    margin-top: 24px;
    height: 60px;
    width: auto; }
.gp-white-card > span {
    color: #C4C4C4;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    display: block;
    text-align: left;
    margin-bottom: 10px; }
.gp-white-card h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700; }

.gp-calculator .terms-text {
    padding: 28px;
    background-color: #fafafa;
    margin-bottom: 20px; }
.gp-calculator .terms-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: rgba(0,0,0, 0.74); }
.gp-calculator .terms-text p {
    font-size: 14px;
    color: rgba(0,0,0, 0.74);
    margin: 0; }

.gp-calculator .agree-term {
    margin-bottom: 28px;
    position: relative; }
.gp-calculator .agree-term > input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 24px;
    width: 24px;
    z-index: 9;
    cursor: pointer; }
.gp-calculator .agree-term label {
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0,0,0, 0.68); }
.gp-calculator .agree-term label:before {
    content: '';
    height: 24px;
    width: 24px;
    background-size: 15px 11px;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 3; }
.gp-calculator .agree-term input[type="checkbox"]:checked + label:before {
    background-color: #16bafb; }

.gp-calculator-wrap {
    padding: 28px 28px 8px;
    background-color: #f7f7f7; }

.gp-header .gp-container {
    max-width: 1180px; }

.gp-home-banner {
    overflow: hidden;
    position: relative; }
.gp-home-banner .banner-content h1 {
    font-weight: 900 !important;
    text-transform: uppercase; }
.gp-home-banner .banner-content h1 span {
    color: #1b9a84; }
.gp-home-banner .banner-trans-logo {
    position: absolute;
    top: 0;
    right: 0; }
.gp-home-banner .gp-container {
    position: relative;
    max-width: 1180px; }
.gp-home-banner .gp-container .how-it-works {
    color: white;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500; }
.gp-home-banner .gp-container .gp-btn {
    padding-left: 54px;
    padding-right: 54px; }
.gp-home-banner .gp-container .gp-home-banner-img-holder {
    position: absolute;
    top: auto;
    right: -30%;
    height: 747px;
    width: 747px;
    border-radius: 50%;
    background-color: #00000280; }
.gp-home-banner .gp-container .gp-home-banner-img-holder:after {
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #1b9a84;
    position: absolute;
    top: 34px;
    left: -30px; }
.gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img {
    height: 747px;
    width: 747px;
    border-radius: 50%;
    position: relative;
    z-index: 8;
    overflow: hidden;
    top: 34px; }
.gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: -120px -12px; }
.gp-home-banner .fpa-banner-widget {
    display: block; }
.gp-home-banner .fpa-banner-widget .gp-flex {
    align-items: center;
    margin-bottom: 10px; }
.gp-home-banner .fpa-banner-widget .fpa-logo img {
    max-width: 18px;
    margin-right: 10px; }
.gp-home-banner .fpa-banner-widget .fpa-total-review {
    font-size: 14px; }
.gp-home-banner .fpa-banner-widget .fpa-total-review a {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5); }
.gp-home-banner .fpa-banner-widget .fpa-trust-score span {
    font-size: 20px; }

.gp-banner-stats {
    display: block;
    background-color: #000002;
    padding: 24px;
    color: white; }
.gp-banner-stats .gp-container {
    max-width: 1180px;
    overflow: hidden; }
.gp-banner-stats .gp-container > div {
    flex: 1; }
.gp-banner-stats .gp-container > div span {
    display: block;
    font-weight: 300; }
.gp-banner-stats .gp-container > div > span.big-text {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.02em; }
.gp-banner-stats .gp-container > div > span.small-text {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.5); }

.gp-section-forex-intro {
    background-color: #fbfbfd;
    background-image: url("../images/dot-trans-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.gp-spreads {
    margin-top: 2rem; }
.gp-spreads .gp-content-left {
    padding-right: 60px; }

.gp-how-it-works {
    background-color: #000002;
    color: white; }
.gp-how-it-works p {
    font-weight: 200;
    opacity: 0.8; }
.gp-how-it-works .gp-content-right {
    text-align: center; }
.gp-how-it-works .gp-content-right > img {
    max-width: 382px; }
.gp-how-it-works .gp-content-right p {
    font-size: 1em; }
.gp-how-it-works .gp-btn-wrap {
    margin: 34px 0 28px; }
.gp-how-it-works .gp-btn-wrap a {
    margin-right: 10px; }
.gp-how-it-works .gp-item-chart {
    margin: 28px 0; }
.gp-how-it-works .gp-item-chart img {
    width: 100%;
    max-width: 100%; }

.gp-trading-condition {
    background-image: url("../images/trading-condition-bg.jpg");
    background-size: cover;
    background-position: center; }
.gp-trading-condition h1 {
    margin-bottom: 10px; }
.gp-trading-condition .gp-forex-info-table {
    border-left: solid 4px #000002; }
.gp-trading-condition .gp-condition-list {
    margin-bottom: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
.gp-trading-condition .gp-condition-list .gp-col {
    flex: 0 0 25%;
    padding: 0 20px; }
.gp-trading-condition .gp-condition-list .item-wrap {
    position: relative;
    padding: 20px 0 20px 78px; }
.gp-trading-condition .gp-condition-list .item-wrap .icon-wrap {
    margin-right: 24px;
    width: 44px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 0; }
.gp-trading-condition .gp-condition-list .item-wrap .icon-wrap img {
    width: 100%;
    height: auto; }
.gp-trading-condition .gp-condition-list .item-wrap h4 {
    font-size: 24px;
    margin: 0 0 5px 0;
    line-height: 1; }
.gp-trading-condition .gp-condition-list .item-wrap h4 a {
    color: #000002;
    transition: all .3s ease; }
.gp-trading-condition .gp-condition-list .item-wrap h4:hover a {
    color: #23b4e4;
    text-decoration: none; }
.gp-trading-condition .gp-condition-list .item-wrap p {
    color: rgba(0, 0, 0, 0.68);
    font-size: 16px; }

.gp-trading-condition .gp-forex-info-table .forex-disclaimer,
.gp-trading-condition .gp-forex-info-table .view-more-spreads {
    padding: 0; }

.gp-trading-condition .gp-forex-info-table .forex-disclaimer {
    text-align: right;
    margin-left: auto; }

.gp-trading-condition .gp-forex-info-table {
    padding: 28px; }

.explore-instr {
    display: flex;
    margin-top: 28px;
    align-items: center; }

.gp-trading-condition .gp-forex-info-table .view-more-spreads {
    font-weight: 700; }

.gp-feat-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.gp-feat-items .feat-label {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative; }
.gp-feat-items .feat-label:before {
    content: '';
    height: 1px;
    width: 0%;
    background-color: #000002;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: all 0.3s ease; }
.gp-feat-items .feat-value {
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease; }
.gp-feat-items .col {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
    cursor: default; }
.gp-feat-items .col:hover .feat-label:before {
    width: 100%; }

.gp-feat-info-list {
    padding: 40px 30px 20px; }
.gp-feat-info-list ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1.4rem; }
.gp-feat-info-list h4 {
    font-size: 20px;
    margin-bottom: 5px; }
.gp-feat-info-list p {
    font-size: 16px;
    font-weight: 300; }

.gp-features {
    color: #000002;
    background-color: #f7f7f7; }
.gp-features .gp-feat-info-list {
    background-color: rgba(0, 0, 0, 0.05); }
.gp-features .gp-list-bullet {
    color: #000002;
    border-color: #000002; }
.gp-features .gp-feat-items .feat-label {
    opacity: 0.68; }
.gp-features.gp-dark-skin {
    background-color: #000002;
    background-image: none;
    color: white; }
.gp-features.gp-dark-skin .sub-heading {
    margin-bottom: 10px;
    display: block; }
.gp-features.gp-dark-skin .forex-disclaimer {
    color: rgba(255, 255, 255, 0.58); }
.gp-features.gp-dark-skin .gp-feat-info-list {
    background-color: rgba(255, 255, 255, 0.05); }
.gp-features.gp-dark-skin .gp-list-bullet {
    color: #1b9a84;
    border-color: #1b9a84; }
.gp-features.gp-dark-skin .gp-feat-items .feat-label:before {
    background-color: #1b9a84; }

.gp-testimonial {
    background: white;
    padding: 0;
    overflow: hidden;
    color: #000002; }
.gp-testimonial .gp-testi-wrapper {
    padding: 80px 0 20px; }
.gp-testimonial .gp-testi-sidebar {
    background-color: #f7f7f7;
    padding: 0 0 0 50px;
    position: relative; }
.gp-testimonial .gp-testi-sidebar:after {
    content: '';
    height: 100%;
    width: 500%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 100%; }
.gp-testimonial .gp-testi-slider {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 48px 60px 40px 0;
    position: relative;
    color: inherit; }
.gp-testimonial .gp-testi-slider:before {
    content: '';
    height: 84px;
    width: 84px;
    background-image: url("../images/quote-before.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    left: 0; }
.gp-testimonial .gp-testi-slider:after {
    content: '';
    height: 84px;
    width: 84px;
    background-image: url("../images/quote-after.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 40px; }
.gp-testimonial .gp-testi-slider .gp-quote {
    font-size: 30px;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.68); }
.gp-testimonial .gp-testi-slider .gp-quote-info {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px; }
.gp-testimonial .gp-testi-slider .gp-quote-date {
    font-size: 12px;
    color: inherit; }
.gp-testimonial .gp-testi-slider .owl-nav button {
    text-align: left;
    font-size: 28px;
    display: inline-block;
    width: 28px;
    line-height: 28px; }
.gp-testimonial .gp-trade-feat {
    display: inline-block;
    text-align: left;
    padding: 40px 40px 40px 10px;
    margin-top: 80px;
    width: 100%; }
.gp-testimonial .gp-trade-feat .gp-trade-feat-label {
    font-size: 48px;
    font-weight: 600; }
.gp-testimonial .gp-trade-feat .gp-trade-feat-label span {
    font-weight: 300; }
.gp-testimonial .gp-trade-feat .gp-trade-feat-info {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 300; }
.gp-testimonial .gp-trade-feat ul li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    padding-bottom: 24px;
    margin-bottom: 24px; }
.gp-testimonial.gp-dark-skin {
    background-color: #130d4e;
    color: white; }
.gp-testimonial.gp-dark-skin .gp-testi-slider:before {
    background-image: url("../images/quote-before2.png"); }
.gp-testimonial.gp-dark-skin .gp-testi-slider:after {
    background-image: url("../images/quote-after2.png"); }
.gp-testimonial.gp-dark-skin .gp-testi-sidebar {
    background-color: rgba(255, 255, 255, 0.08); }
.gp-testimonial.gp-dark-skin .gp-testi-sidebar:after {
    background-color: rgba(255, 255, 255, 0.08); }
.gp-testimonial.gp-dark-skin .gp-trade-feat .gp-trade-feat-info {
    color: rgba(255, 255, 255, 0.48); }
.gp-testimonial.gp-dark-skin .gp-trade-feat ul li {
    border-color: rgba(255, 255, 255, 0.24); }
.gp-testimonial.gp-dark-skin .gp-testi-slider .gp-quote {
    color: rgba(255, 255, 255, 0.68); }

.gp-switch-to {
    background-image: linear-gradient(to bottom, #303030, #474747);
    color: white;
    padding-bottom: 0; }
.gp-switch-to h1 span {
    font-weight: 300;
    font-size: 38px;
    display: block; }
.gp-switch-to .gp-switch-highlight {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
    justify-content: center; }
.gp-switch-to .gp-switch-highlight .highlight-item {
    display: flex;
    flex: 1;
    align-items: center;
    padding-right: 50px; }
.gp-switch-to .gp-switch-highlight .highlight-item .icon {
    font-size: 84px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.48);
    padding-right: 34px;
    border-right: solid 2px #1b9a84;
    margin-right: 34px; }
.gp-switch-to .gp-switch-highlight .highlight-item .hightlight-info h4 {
    font-size: 24px;
    margin-bottom: 10px; }
.gp-switch-to .gp-switch-highlight .highlight-item .hightlight-info p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68); }

.gp-stats {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.04); }
.gp-stats .gp-stat-wrap {
    display: flex;
    justify-content: center; }
.gp-stats .gp-stat-wrap .col {
    text-align: center;
    flex: 1; }
.gp-stats .gp-stat-wrap .col .number {
    font-size: 54px;
    font-weight: 700; }
.gp-stats .gp-stat-wrap .col p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68); }

.gp-we-accept {
    padding: 60px 0; }
.gp-we-accept .gp-payment-methods {
    margin-top: 0;
    text-align: center;
    justify-content: center; }
.gp-we-accept .gp-payment-methods img {
    max-width: 88px; }
.gp-we-accept p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 0;
    font-weight: 300; }

.gp-faq {
    padding: 0;
    background-color: #f7f7f7;
    background-image: url("../images/faq-bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative; }
.gp-faq:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(60% + 60px);
    width: -webkit-calc(60% + 60px);
    background-color: white;
    z-index: 4; }
.gp-faq .gp-container {
    position: relative;
    z-index: 5; }
.gp-faq .gp-content-left {
    text-align: right;
    background-image: linear-gradient(to right, transparent, transparent, #f7f7f7); }
.gp-faq .gp-content-left .content-wrap {
    width: 100%;
    max-width: 368px;
    display: inline-block;
    text-align: left;
    padding: 80px 50px 80px 0; }
.gp-faq .gp-content-left .content-wrap h1 {
    line-height: 1; }
.gp-faq .gp-content-left .content-wrap h1 span {
    font-weight: 300; }
.gp-faq .gp-content-left .content-wrap p {
    font-size: 1.5em;
    font-weight: 300;
    color: inherit; }
.gp-faq .gp-content-left .content-wrap .help {
    color: rgba(0, 0, 0, 0.48); }
.gp-faq .gp-content-left .content-wrap .help a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: underline; }
.gp-faq .gp-content-left .content-wrap .help:hover a {
    color: #000002; }
.gp-faq .gp-content-right {
    padding: 80px 0 80px 60px; }

.gp-range-of-markets {
    background: url("../images/range-of-market-bg.png") right top no-repeat; }
.gp-range-of-markets .gp-btn-wrap {
    margin-top: 40px; }
.gp-range-of-markets .range-of-market-stats ul li {
    font-size: 1.1em;
    font-weight: 400; }
.gp-range-of-markets .range-of-market-stats ul li > b {
    display: block;
    font-weight: 600;
    font-size: 1.2em; }

.gp-why-us {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -50% center;
    position: relative; }
.gp-why-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.94); }
.gp-why-us .gp-container {
    position: relative;
    z-index: 9; }
.gp-why-us .gp-three-col-card-wrap {
    margin-top: 60px; }
.gp-why-us .gp-three-col-card-wrap .gp-three-col-card {
    padding-top: 20px;
    padding-bottom: 20px;
    color: inherit; }
.gp-why-us .gp-three-col-card-wrap .gp-three-col-card h2 {
    font-size: 28px;
    margin-bottom: 15px; }
.gp-why-us.gp-dark-skin {
    color: white; }
.gp-why-us.gp-dark-skin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0, 0.85); }
.gp-why-us.gp-dark-skin .gp-three-col-card-wrap .gp-three-col-card {
    border-color: rgba(255, 255, 255, 0.18); }
.gp-why-us.gp-dark-skin p {
    color: inherit;
    opacity: 0.8; }
.gp-why-us.gp-dark-skin .card-number {
    color: inherit;
    opacity: 0.34; }
.gp-why-us.gp-dark-skin ul li {
    color: rgba(255, 255, 255, 0.68); }

.gp-higher-fill-rate {
    padding: 80px 0; }
.gp-higher-fill-rate .gp-three-col-card-wrap {
    margin-top: 60px;
    margin-left: -34px;
    margin-right: -34px; }
.gp-higher-fill-rate .gp-three-col-card-wrap .gp-three-col-card {
    padding-top: 24px;
    padding-bottom: 24px; }
.gp-higher-fill-rate .gp-three-col-card-wrap .gp-three-col-card:first-child {
    border: none; }

.gp-table-margins {
    padding: 0;
    background-color: #f7f7f7;
    position: relative; }
.gp-table-margins:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(60% + 40px);
    width: -webkit-calc(60% + 40px);
    background-color: white;
    z-index: 4; }
.gp-table-margins .gp-vr-tab {
    position: relative;
    z-index: 5; }

.gp-gmt-offset h1 {
    margin-bottom: 10px; }

.gp-gmt-offset .gp-cards-wrap {
    margin-top: 60px;
    margin-left: -34px;
    margin-right: -34px; }
.gp-gmt-offset .gp-cards-wrap .gp-col-card:first-child {
    border-left: none; }
.gp-gmt-offset .gp-cards-wrap .gp-col-card p {
    margin-bottom: 24px; }
.gp-gmt-offset .gp-cards-wrap .gp-col-card .gp-btn {
    margin-top: 10px; }

.gp-cta-benefit {
    background-color: #f7f7f7;
    color: #000002; }
.gp-cta-benefit h3,
.gp-cta-benefit h4 {
    color: inherit; }
.gp-cta-benefit h3 span,
.gp-cta-benefit h4 span {
    color: #29b7ff; }
.gp-cta-benefit .note-link {
    color: rgba(0,0,0, 0.68); }
.gp-cta-benefit .note-link a {
    color: rgba(0,0,0, 0.68); }
.gp-cta-benefit .note-link a:hover {
    color: #29b7ff; }
.gp-cta-benefit.gp-dark-skin {
    background-image: linear-gradient(to bottom, #303030, #474747);
    color: white; }
.gp-cta-benefit.gp-dark-skin h3 span,
.gp-cta-benefit.gp-dark-skin h4 span {
    color: #1b9a84; }
.gp-cta-benefit.gp-dark-skin .note-link {
    color: rgba(255, 255, 255, 0.68); }
.gp-cta-benefit.gp-dark-skin .note-link a {
    color: rgba(255, 255, 255, 0.68); }
.gp-cta-benefit.gp-dark-skin .note-link a:hover {
    color: #1b9a84; }

.gp-open-hours .gp-col-card h1 {
    margin-bottom: 20px; }

.gp-open-hours .gp-col-card p {
    margin-bottom: 24px; }

.gp-open-hours .gp-content-left {
    padding-left: 0;
    border-left: none; }

.gp-open-hours .gp-content-right {
    padding-right: 0; }
.gp-open-hours .gp-content-right .gp-hours-info {
    margin-left: -34px;
    padding-left: 34px; }
.gp-open-hours .gp-content-right .gp-hours-info:before {
    right: auto;
    left: 0; }

.gp-institutional-trader {
    padding-bottom: 0; }
.gp-institutional-trader .gp-sectn-btm-stripe {
    padding-bottom: 0; }
.gp-institutional-trader.dark-theme {
    background-image: linear-gradient(to bottom, #303030, #474747);
    color: white; }
.gp-institutional-trader.dark-theme h1 {
    color: inherit; }
.gp-institutional-trader.dark-theme p {
    color: rgba(255, 255, 255, 0.68); }
.gp-institutional-trader.dark-theme .gp-sectn-btm-stripe {
    background-color: rgba(0, 0, 0, 0.28);
    padding-bottom: 0; }
.gp-institutional-trader.dark-theme .hr-bullet-list > li:after {
    color: #1b9a84; }
.gp-institutional-trader .hr-bullet-list > li {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding-right: 30px; }

.gp-cfd-hours {
    background-color: #f7f7f7; }
.gp-cfd-hours h1 {
    margin-bottom: 40px; }
.gp-cfd-hours .gp-note {
    margin-top: 28px; }

.gp-cta-mt4 .list-platforms-icons {
    margin-bottom: 24px; }

.gp-features-cards .gp-three-col-card-wrap {
    margin-top: 60px; }
.gp-features-cards .gp-three-col-card-wrap .gp-three-col-card {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 34px; }
.gp-features-cards .gp-three-col-card-wrap .gp-three-col-card:first-child {
    border: none; }
.gp-features-cards .gp-three-col-card-wrap .gp-three-col-card:nth-child(3n + 1) {
    border: none; }

.gp-simple-timeline {
    background-image: linear-gradient(to bottom right, #000002, #474747);
    color: white; }

.gp-intro h1 {
    margin-bottom: 34px; }

.gp-intro p {
    font-size: 1.2em; }

.gp-intro .gp-post-list-wrap .gp-cta-img-holder img {
    max-width: 240px; }

.gp-intro .gp-post-list {
    margin-top: 44px;
    padding-top: 44px;
    border-top: solid 1px rgba(0, 0, 0, 0.18); }

.gp-team {
    padding-bottom: 0; }
.gp-team h1 {
    margin-bottom: 28px; }
.gp-team p {
    font-size: 1.2em; }

.gp-team-carousel {
    padding: 60px 0;
    position: relative; }
.gp-team-carousel:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 2; }
.gp-team-carousel .gp-container {
    position: relative;
    z-index: 4; }
.gp-team-carousel .owl-nav {
    text-align: center;
    margin-top: 50px; }
.gp-team-carousel .owl-nav button {
    display: inline-block;
    border: solid 2px #000002 !important;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    margin: 0 4px;
    border-radius: 50%; }

.gp-bullet-list h1 {
    margin-bottom: 40px; }

.gp-bullet-list .hr-bullet-list > li {
    flex: 0 0 50%;
    padding: 0 40px 40px 40px;
    border-right: solid 1px rgba(0, 0, 0, 0.18);
    margin-bottom: 0; }
.gp-bullet-list .hr-bullet-list > li:after {
    top: 0; }
@media all and (min-width: 767px) {
    .gp-bullet-list .hr-bullet-list > li:nth-child(2n+2) {
        border-right: none;
        padding-left: 80px; }
    .gp-bullet-list .hr-bullet-list > li:nth-child(2n+2):after {
        left: 40px; } }
.gp-bullet-list .hr-bullet-list > li h4 {
    font-size: 22px;
    margin-bottom: 20px; }
.gp-bullet-list .hr-bullet-list > li p {
    font-size: 1.2em; }

.cta-best-execution .note-link a {
    display: inline-block;
    margin-right: 28px; }

.gp-sectn-pds .gp-post-list-wrap .gp-post-list {
    border-top: none;
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: 0; }
.gp-sectn-pds .gp-post-list-wrap .gp-post-list:first-child {
    margin-top: 30px; }
.gp-sectn-pds .gp-post-list-wrap .gp-post-list:nth-child(odd) {
    background-color: #f7f7f7; }

.gp-regulations .gp-img-holder img {
    max-width: 300px; }

.gp-payment-table .forex-disclaimer {
    margin-top: 28px;
    opacity: 0.68;
    margin-bottom: 0; }

.gp-payment-table table {
    table-layout: fixed; }
.gp-payment-table table tr td img {
    max-width: 60px; }
.gp-payment-table table tr:first-child th {
    font-size: 18px; }

.gp-global-markets-sectn h1 {
    margin-bottom: 5px; }

.gp-global-markets-sectn .sub-heading {
    margin-bottom: 40px; }

.gp-global-markets-sectn .gp-cards-wrap {
    margin-top: 50px; }
.gp-global-markets-sectn .gp-cards-wrap .gp-col-card {
    border: none; }
.gp-global-markets-sectn .gp-cards-wrap .gp-col-card h2 {
    margin-bottom: 24px;
    font-size: 1.6rem; }
.gp-global-markets-sectn .gp-cards-wrap .gp-col-card p {
    font-size: 1.2rem; }

.gp-global-markets-sectn .gp-btn-wrap {
    margin-top: 50px; }
.gp-global-markets-sectn .gp-btn-wrap .gp-btn.btn-transparent {
    padding-right: 34px !important; }

.gp-trade-with-you {
    padding-bottom: 0; }
.gp-trade-with-you .gp-section-bottom-texts {
    background-color: #f7f7f7;
    padding: 40px 0;
    border-top: solid 1px #e8e8e8;
    margin-top: 60px;
    position: relative; }
.gp-trade-with-you .gp-section-bottom-texts:after, .gp-trade-with-you .gp-section-bottom-texts:before {
    content: '';
    position: absolute;
    top: -1px;
    left: calc(50% - 18px);
    left: -webkit-calc(50% - 18px);
    border-style: solid;
    border-width: 18px;
    border-color: #e8e8e8 transparent transparent transparent;
    z-index: 4; }
.gp-trade-with-you .gp-section-bottom-texts:before {
    border-color: white transparent transparent transparent;
    z-index: 5;
    border-width: 16px;
    left: calc(50% - 16px);
    left: -webkit-calc(50% - 16px); }
.gp-trade-with-you .gp-section-bottom-texts h2 {
    font-size: 34px;
    font-weight: 200;
    margin-bottom: 20px; }
.gp-trade-with-you .gp-section-bottom-texts p {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2; }
.gp-trade-with-you.gp-dark-skin h1 span.underline:after {
    background-color: white; }
.gp-trade-with-you.gp-dark-skin .gp-section-bottom-texts {
    background-color: #2f2d57;
    border-color: #686597; }
.gp-trade-with-you.gp-dark-skin .gp-section-bottom-texts:before {
    border-color: #1b1355 transparent transparent transparent; }
.gp-trade-with-you.gp-dark-skin .gp-section-bottom-texts:after {
    border-color: #686597 transparent transparent transparent; }
.gp-trade-with-you.gp-dark-skin .gp-section-bottom-texts h2 {
    opacity: 0.6; }

.gp-liquidity {
    background-color: #f7f7f7;
    padding: 0;
    overflow-x: hidden; }
.gp-liquidity .gp-content-left {
    padding: 80px 50px 80px 0;
    align-self: center; }
.gp-liquidity .gp-content-right {
    padding: 80px 0 80px 100px;
    position: relative;
    background-color: white;
    border-left: solid 4px #e1e1e1; }
.gp-liquidity .gp-content-right:after {
    content: '';
    height: 100%;
    width: 300%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 100%; }
.gp-liquidity .gp-liquidity-card {
    position: relative;
    margin-bottom: 50px; }
.gp-liquidity .gp-liquidity-card:last-child {
    margin-bottom: 0; }
.gp-liquidity .gp-liquidity-card .custom-icon {
    position: absolute;
    top: 0;
    left: -100px; }
.gp-liquidity .gp-liquidity-card .custom-icon > span {
    display: inline-block; }
.gp-liquidity .gp-liquidity-card .custom-icon > span:first-child {
    height: 4px;
    width: 50px;
    background-color: #e1e1e1; }
.gp-liquidity .gp-liquidity-card .custom-icon > span:last-child {
    background-color: #f7f7f7;
    height: 18px;
    width: 18px;
    border: solid 4px #e1e1e1;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: -5px;
    vertical-align: top; }
.gp-liquidity .gp-liquidity-card h2 {
    font-size: 24px;
    margin-bottom: 15px; }
.gp-liquidity .gp-liquidity-card .gp-text-link {
    font-size: 20px;
    color: #23b4e4;
    text-decoration: underline; }
.gp-liquidity .gp-liquidity-card:nth-child(2) .custom-icon:before {
    content: '';
    height: 4px;
    width: 50px;
    background-color: #e1e1e1;
    position: absolute;
    top: 9px;
    left: -50px; }
.gp-liquidity .gp-liquidity-card:nth-child(2) .custom-icon:after {
    content: '';
    position: absolute;
    top: 2px;
    left: -65px;
    background-color: #fff;
    height: 18px;
    width: 18px;
    border: solid 4px #e1e1e1;
    border-radius: 50%; }
.gp-liquidity.gp-dark-skin .gp-content-right {
    background-color: #2d1d5f;
    border-left: solid 4px rgba(225, 225, 225, 0.2); }
.gp-liquidity.gp-dark-skin .gp-content-right:after {
    background-color: #2d1d5f; }
.gp-liquidity.gp-dark-skin .gp-liquidity-card .custom-icon > span:first-child {
    background-color: rgba(225, 225, 225, 0.2); }
.gp-liquidity.gp-dark-skin .gp-liquidity-card .custom-icon > span:last-child {
    border-color: rgba(225, 225, 225, 0.2);
    background-color: transparent;
    margin-left: -4px; }
.gp-liquidity.gp-dark-skin .gp-liquidity-card:nth-child(2) .custom-icon:before {
    background-color: rgba(225, 225, 225, 0.2);
    left: -54px; }
.gp-liquidity.gp-dark-skin .gp-liquidity-card:nth-child(2) .custom-icon:after {
    background-color: transparent;
    border-color: rgba(225, 225, 225, 0.2);
    left: -72px; }

.gp-trading-features {
    position: relative; }
.gp-trading-features:before {
    content: '';
    height: 100%;
    width: 25%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0; }
.gp-trading-features h1 {
    line-height: 1;
    margin-bottom: 1.2rem; }
.gp-trading-features .gp-content-left .content-wrap {
    text-align: center; }
.gp-trading-features.gp-dark-skin:before {
    background-color: rgba(255, 255, 255, 0.08); }
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title.minus:before,
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title.minus:after {
    background-color: #1b9a84; }
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title.minus {
    color: #1b9a84; }
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title::before {
    content: '';
    height: 16px;
    width: 4px;
    position: absolute;
    top: 22px;
    left: 6px;
    transition: all 0.3s ease; }
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title:before,
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title:after {
    background-color: white; }
.gp-trading-features.gp-dark-skin .gp-accordion .accordion-title {
    border-color: rgba(255, 255, 255, 0.2); }

.gp-best-platform {
    padding: 80px 0;
    background-color: #f7f7f7;
    background-image: url("../images/chart-bg-ligt.html");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-y: hidden; }
.gp-best-platform:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-color: white;
    z-index: 4; }
.gp-best-platform .gp-container {
    position: relative;
    z-index: 6; }
.gp-best-platform h1 {
    margin-bottom: 20px; }
.gp-best-platform .gp-content-left {
    position: relative; }
.gp-best-platform .gp-content-left img {
    position: relative;
    left: 0;
    bottom: -132px;
    max-width: 334px; }
.gp-best-platform .gp-content-right {
    padding-left: 80px; }
.gp-best-platform.gp-dark-skin {
    background-image: url("../images/chart-bg-dark.jpg"); }
.gp-best-platform.gp-dark-skin:after {
    background-color: #0c094a; }

.gp-footer-cta {
    background-color: #2f1e60;
    background-image: url("../images/foot-cta-bg.png");
    position: relative; }
.gp-footer-cta h1 {
    margin-bottom: 0; }
.gp-footer-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.2), transparent); }
.gp-footer-cta a.note {
    font-weight: 300;
    margin-top: 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1em;
    text-decoration: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.68);
    padding-bottom: 3px;
    transition: all 0.3s ease; }
.gp-footer-cta a.note:hover {
    color: #1b9a84; }

.gp-why-ecn .gp-content-left {
    padding-right: 80px; }

.gp-why-ecn h6 {
    text-decoration: none;
    margin-bottom: 1.2rem; }

.gp-why-ecn .gp-content-right ul {
    margin-bottom: 1.6rem; }
.gp-why-ecn .gp-content-right ul li:before {
    background-color: transparent;
    border: solid 2px #23b4e4; }

.gp-why-ecn.gp-dark-skin .gp-content-right ul li:before {
    border-color: #1b9a84; }

.gp-tab-section .gp-generic-tab {
    margin-top: 60px; }
.gp-tab-section .gp-generic-tab .gp-btn-wrap .gp-btn {
    margin-right: 20px; }

.gp-tab-section.gp-dark-skin .gp-generic-tab .tab-nav {
    border-bottom: solid 2px rgba(255, 255, 255, 0.14); }
.gp-tab-section.gp-dark-skin .gp-generic-tab .tab-nav li {
    color: rgba(255, 255, 255, 0.68); }
.gp-tab-section.gp-dark-skin .gp-generic-tab .tab-nav li:before {
    background-color: #1b9a84; }
.gp-tab-section.gp-dark-skin .gp-generic-tab .tab-nav li:hover, .gp-tab-section.gp-dark-skin .gp-generic-tab .tab-nav li.active-tab-nav {
    background-color: rgba(255, 255, 255, 0.08);
    color: white; }

.gp-tab-section.gp-dark-skin .accordion-head {
    background-color: rgba(255, 255, 255, 0.1); }
.gp-tab-section.gp-dark-skin .accordion-head:before {
    border-color: rgba(255, 255, 255, 0.48) transparent transparent transparent; }
.gp-tab-section.gp-dark-skin .accordion-head.active-head {
    background-color: rgba(255, 255, 255, 0.24); }
.gp-tab-section.gp-dark-skin .accordion-head.active-head:before {
    border-color: transparent transparent #1b9a84 transparent; }

.gp-banner.gp-banner-trade-flow {
    background: #000002; }
.gp-banner.gp-banner-trade-flow h3 {
    margin-top: 100px; }

.gp-trade-flow-content {
    background-image: url("../images/trade-flow-content-bg.png");
    background-repeat: no-repeat;
    background-color: #000002;
    background-position: center top;
    background-size: 100%;
    padding-top: 400px;
    vertical-align: top;
    position: relative;
    margin-top: -80px; }
.gp-trade-flow-content .gp-container {
    position: relative; }

.gp-steps-wrapper {
    margin-top: 80px;
    color: white; }
.gp-steps-wrapper .gp-step-item {
    margin-bottom: 100px; }
.gp-steps-wrapper .gp-step-item .gp-flex {
    width: 100%;
    align-items: center; }
.gp-steps-wrapper .gp-step-item .gp-flex > div {
    flex: 1; }
.gp-steps-wrapper .gp-step-item .gp-flex > div p {
    font-size: 1.4rem; }
.gp-steps-wrapper .gp-step-item h2 {
    font-size: 1.9rem; }
.gp-steps-wrapper .gp-step-item h2 > span {
    color: #1b9a84; }
.gp-steps-wrapper .gp-step-item .gp-execution-info {
    margin-top: 30px;
    color: #1b9a84;
    font-size: 1.3rem;
    font-weight: 700; }
.gp-steps-wrapper .gp-step-item .gp-execution-info label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem; }
.gp-steps-wrapper .gp-step-item .content-wrap {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px; }
.gp-steps-wrapper .gp-step-item .gp-flow-table {
    width: 100%;
    overflow-x: auto; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table {
    width: 100%;
    table-layout: auto; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr th {
    font-size: 1.1rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.68);
    border-right: solid 1px rgba(255, 255, 255, 0.68);
    padding: 15px;
    font-weight: 600; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr th:last-child {
    border-right: none; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr td {
    border-bottom: solid 1px rgba(255, 255, 255, 0.68);
    border-right: solid 1px rgba(255, 255, 255, 0.68);
    padding: 15px 10px; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr td:last-child {
    border-right: none; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr td .gp-xs-text {
    font-size: 10px;
    display: block;
    line-height: 1.6; }
.gp-steps-wrapper .gp-step-item .gp-flow-table table tr:last-child td {
    border-bottom: none; }
.gp-steps-wrapper .gp-step-item .key-value {
    margin-bottom: 20px; }
.gp-steps-wrapper .gp-step-item .key-value > div {
    display: flex; }
.gp-steps-wrapper .gp-step-item .key-value > div > span,
.gp-steps-wrapper .gp-step-item .key-value > div > label {
    flex: 0 0 50%;
    padding: 5px 15px;
    font-size: 1.1rem; }
.gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-left {
    padding-right: 35px; }
.gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-right {
    padding-left: 35px; }
.gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-left {
    padding-left: 35px;
    order: 2; }
.gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-right {
    padding-right: 35px;
    order: 1; }

.gp-trade-flow-cta {
    color: white;
    margin-top: 120px; }
.gp-trade-flow-cta h2 {
    max-width: 700px;
    margin: 0; }
.gp-trade-flow-cta .big-highlight {
    color: #1b9a84;
    font-size: 4em;
    font-weight: 700; }
.gp-trade-flow-cta img {
    max-width: 100%;
    width: 100%; }

.chart-price {
    background-color: #1b9a84;
    color: #000002;
    font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    top: -225px;
    left: 0;
    white-space: nowrap; }
.chart-price .up {
    display: inline-block;
    border-width: 8px;
    border-color: transparent transparent #1b9a84 transparent;
    border-style: solid;
    margin-right: 4px; }
.chart-price .down {
    display: inline-block;
    vertical-align: top;
    border-width: 8px;
    border-color: #d26634 transparent transparent transparent;
    border-style: solid;
    margin-right: 4px;
    margin-top: 5px;
    color: #d26634; }
.chart-price .label {
    display: inline-block;
    vertical-align: baseline;
    font-size: 11px;
    margin-left: 3px; }
.chart-price:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -15px;
    border-width: 8px;
    border-style: solid;
    border-color: #1b9a84 transparent transparent transparent; }
.chart-price:nth-child(1) {
    animation: fadeIn 2s infinite;
    animation-duration: 5s;
    animation-delay: 3.4s; }
.chart-price:nth-child(2) {
    top: -210px;
    left: 14%;
    animation: fadeIn 2s infinite;
    animation-duration: 5s;
    animation-delay: 3.3s; }
.chart-price:nth-child(3) {
    top: -280px;
    left: 35%;
    animation: fadeOut 2s infinite;
    animation-duration: 5s;
    animation-delay: 5.8s; }
.chart-price:nth-child(4) {
    top: -260px;
    left: 63%;
    animation: fadeIn 2s infinite;
    animation-duration: 5s;
    animation-delay: 3.2s; }
.chart-price:nth-child(5) {
    top: -348px;
    left: 81%;
    animation: fadeIn 2s infinite;
    animation-duration: 5s;
    animation-delay: 3.1s; }
.chart-price:nth-child(6) {
    top: -434px;
    left: 100%;
    animation: fadeOut 2s infinite;
    animation-duration: 5s;
    animation-delay: 5.5s; }

@keyframes fadeIn {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@-moz-keyframes fadeIn {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@-moz-keyframes fadeOut {
    0% {
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.gp-intro-founder {
    background-color: #f1eef4; }
.gp-intro-founder .gp-flex {
    flex-wrap: wrap; }
.gp-intro-founder .gp-cta-img-holder {
    flex: 1;
    height: 254px;
    width: 254px;
    max-width: 254px;
    border-radius: 50%;
    margin-right: 50px; }
.gp-intro-founder .gp-cta-img-holder > img {
    height: 100%;
    width: 100%;
    border-radius: 50%; }
.gp-intro-founder .gp-content-right {
    flex: 2; }
.gp-intro-founder .gp-content-right h5 {
    font-size: 34px;
    color: black;
    line-height: 1.25;
    font-weight: 700; }
.gp-intro-founder .gp-content-right span {
    display: block;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    margin-top: 25px; }

.gp-fair-trade-section h2 {
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    margin-bottom: 80px; }
.gp-fair-trade-section h2 span {
    font-weight: 700; }

.gp-fair-trade-section .gp-flex {
    align-items: center; }

.gp-fair-trade-section .gp-content-left,
.gp-fair-trade-section .gp-content-right {
    flex: 1;
    position: relative; }

.gp-fair-trade-section .gp-content-right img {
    max-width: 525px;
    width: 100%; }

.gp-fair-trade-section .gp-feat-list {
    max-width: 364px;
    margin-bottom: 45px; }
.gp-fair-trade-section .gp-feat-list h3 {
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 700; }
.gp-fair-trade-section .gp-feat-list p {
    font-size: 15px;
    color: #747474; }

.gp-fair-trade-section .gp-btn-wrap {
    margin-top: 40px;
    text-align: center; }
.gp-fair-trade-section .gp-btn-wrap a {
    margin: 0 5px; }

.line-dot {
    position: absolute;
    top: 90px;
    left: -148px;
    width: 180px;
    height: 2px;
    background-color: #000002; }
.line-dot > span {
    display: block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #000002;
    position: absolute;
    top: -7px;
    right: -4px; }
.line-dot > span:before {
    content: '';
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: rgba(8, 9, 52, 0.28);
    position: absolute;
    top: -5px;
    right: -5px; }
.line-dot:nth-child(2) {
    top: 250px; }
.line-dot:nth-child(3) {
    top: 408px; }
.line-dot:nth-child(4) {
    top: 530px; }

.gp-interest-align {
    background: radial-gradient(148.89% 319.64% at 8.82% 10%, #000002 0%, #141450 100%), #F0EFF5; }
.gp-interest-align .gp-container {
    max-width: 1180px; }
.gp-interest-align .gp-flex {
    flex-wrap: wrap; }
.gp-interest-align h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 60px;
    font-weight: 700; }
.gp-interest-align .gp-content-left {
    margin-right: 40px;
    flex: 1; }
.gp-interest-align .gp-content-left .gp-post-img {
    border-radius: 8px;
    overflow: hidden; }
.gp-interest-align .gp-content-left .gp-post-img img {
    width: 100%; }
.gp-interest-align .gp-content-right {
    flex: 1; }
.gp-interest-align .gp-content-right p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 28px; }
.gp-interest-align .gp-ul-list li {
    font-size: 22px;
    padding-left: 35px;
    margin-bottom: 24px;
    line-height: 1.5;
    font-weight: 600; }
.gp-interest-align .gp-btn-wrap {
    margin-top: 20px; }

.gp-model-level-section {
    padding: 80px 0;
    background-color: #f1eef4;
    text-align: center;
    color: black; }
.gp-model-level-section h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700; }
.gp-model-level-section p {
    color: #888888;
    font-size: 20px; }
.gp-model-level-section .gp-flex {
    justify-content: center; }
.gp-model-level-section .gp-white-card {
    margin-top: 60px;
    flex: 1;
    max-width: 370px;
    margin-left: 15px;
    margin-right: 15px; }
.gp-model-level-section .gp-white-card h4 {
    text-align: left; }
.gp-model-level-section .gp-btn-wrap {
    margin-top: 28px; }
.gp-model-level-section .gp-btn-wrap a {
    display: block; }

.gp-home-recent-review-bg {
    min-height: 65vh;
    background-image: url("../images/review-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }

.gp-review-content-card {
    width: 100%;
    max-width: 824px;
    margin: 0 auto;
    box-shadow: 0px 4px 34px rgba(10, 10, 10, 0.1);
    border-radius: 10px;
    background-color: white;
    font-size: 24px; }
.gp-review-content-card .content-top {
    padding: 50px; }
.gp-review-content-card h3 {
    font-size: inherit;
    color: #303030;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 700; }
.gp-review-content-card p {
    color: black;
    line-height: 1.4;
    font-size: inherit; }
.gp-review-content-card .client-name {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: 20px;
    font-size: inherit; }
.gp-review-content-card .gp-review-section-stats {
    margin-top: 0 !important;
    text-align: center;
    box-shadow: 0px 4px 34px rgba(10, 10, 10, 0.1);
    padding: 0 8px; }
.gp-review-content-card .gp-review-section-stats > div {
    padding: 25px 8px;
    flex: 1; }
.gp-review-content-card .gp-review-section-stats h5 {
    color: #212169;
    font-size: 34px;
    font-weight: 600; }
.gp-review-content-card .gp-review-section-stats p {
    font-size: 16px;
    color: #747474; }

.gp-trading-tech {
    background: radial-gradient(148.89% 319.64% at 8.82% 10%, #000002 0%, #141450 100%);
    color: white;
    text-align: center;
    position: relative; }
.gp-trading-tech .gp-review-content-card {
    position: relative;
    z-index: 9;
    vertical-align: top;
    margin-top: -350px;
    margin-bottom: 80px; }
.gp-trading-tech .gp-section-title-group p {
    font-size: 18px;
    line-height: 1.4;
    max-width: 500px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300; }
.gp-trading-tech .gp-flex {
    align-items: center;
    margin-top: 60px; }
.gp-trading-tech .gp-flex > div {
    flex: 1; }
.gp-trading-tech .gp-flex .gp-content-left > img {
    width: 100%;
    max-width: 100%;
    height: auto; }
.gp-trading-tech .gp-flex .gp-content-wrap {
    max-width: 560px;
    text-align: left;
    padding-left: 40px; }
.gp-trading-tech .gp-flex .gp-content-wrap ul {
    max-width: 100%; }
.gp-trading-tech .gp-flex .gp-content-wrap ul li {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
    font-weight: 300; }
.gp-trading-tech .gp-flex .gp-btn-wrap {
    padding-left: 30px;
    margin-top: 28px; }
.gp-trading-tech .gp-flex .gp-btn-wrap a {
    margin-right: 15px;
    position: relative; }
.gp-trading-tech .gp-flex .gp-flyout {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-top: 34px;
    position: relative;
    display: inline-block;
    width: auto; }
.gp-trading-tech .gp-flex .gp-flyout:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 94px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
    border-width: 10px; }
.gp-trading-tech .gp-flex .gp-flyout .gp-flex {
    margin-top: 0; }
.gp-trading-tech .gp-flex .gp-flyout .gp-flex > div {
    flex: 1;
    padding-right: 20px; }
.gp-trading-tech .gp-flex .gp-flyout .gp-flex > div:last-child {
    padding-right: 0; }
.gp-trading-tech .gp-flex .gp-flyout h6 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 4px 0; }
.gp-trading-tech .gp-flex .gp-flyout p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 200; }

.gp-home-global-markets-sectn {
    background-color: #000002;
    background-image: url("../images/logo-bg-full.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    color: black; }
.gp-home-global-markets-sectn .gp-cfds {
    margin-top: 60px;
    display: flex;
    justify-content: center; }
.gp-home-global-markets-sectn .gp-cfds > div {
    background: #ffff;
    border: 1px solid #1F1D70;
    box-sizing: border-box;
    border-radius: 10px;
    height: 120px;
    max-width: 210px;
    font-size: 21px;
    line-height: 115px;
    flex: 1;
    margin: 0 5px; }
.gp-home-global-markets-sectn .gp-dot-border-style {
    display: flex;
    justify-content: center;
    max-width: 664px;
    margin: 0 auto;
    margin-top: 20px; }
.gp-home-global-markets-sectn .gp-dot-border-style > div {
    flex: 1;
    height: 58px;
    border-left: 2px dashed rgba(255, 255, 255, 0.3);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.3); }
.gp-home-global-markets-sectn .gp-dot-border-style > div:last-child {
    border-right: 2px dashed rgba(255, 255, 255, 0.3); }
.gp-home-global-markets-sectn .gp-btn-wrap {
    margin-top: 60px; }
.gp-home-global-markets-sectn .gp-btn-wrap > a {
    margin: 0 5px; }

.gp-we-fix {
    background-color: #111148;
    color: white; }
.gp-we-fix .gp-section-title-group {
    text-align: center;
    margin-bottom: 60px; }
.gp-we-fix .gp-ul-list {
    margin-top: 24px; }
.gp-we-fix .gp-ul-list li {
    font-size: 22px;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.5; }
.gp-we-fix .gp-btn-wrap {
    margin-top: 20px; }
.gp-we-fix .gp-flex > div {
    flex: 1; }
.gp-we-fix .gp-flex .gp-content-left > img {
    width: 100%;
    max-width: 442px; }

.gp-home-quick-features {
    text-align: center; }
.gp-home-quick-features .gp-section-title-group {
    margin-bottom: 50px; }
.gp-home-quick-features .gp-section-title-group h2 {
    color: black; }
.gp-home-quick-features .gp-flex {
    justify-content: center;
    flex-wrap: wrap; }
.gp-home-quick-features .gp-item {
    flex: 0 0 33.33%;
    padding: 30px; }
.gp-home-quick-features .gp-item img {
    margin-bottom: 28px;
    height: 60px;
    width: auto; }
.gp-home-quick-features .gp-item h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0; }
.gp-home-quick-features .gp-item p {
    font-size: 16px;
    color: #747474; }

.gp-home-cta {
    background-color: #000002;
    color: white;
    text-align: center; }
.gp-home-cta .gp-btn-wrap {
    margin-top: 40px; }

@media all and (min-width: 1600px) {
    .gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img img {
        object-position: -10px -15px; } }

.gp-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 0 20px;
    transition: all 0.3s ease; }
.gp-header .gp-container > div {
    flex: 1; }
.gp-header.sticky {
    background-color: #000002;
    padding: 0 0 10px; }
.gp-logo{margin-top: 10px}
.gp-logo img {
    max-width: 135px; }

.gp-ham-menu {
    display: none;
    width: 24px;
    cursor: pointer; }
.gp-ham-menu > span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white;
    margin-bottom: 4px;
    transition: all 0.3s ease; }
.gp-ham-menu.menu-cross span:nth-child(2) {
    opacity: 0; }
.gp-ham-menu.menu-cross span:nth-child(1) {
    transform: rotate(-45deg);
    margin-bottom: -8px; }
.gp-ham-menu.menu-cross span:nth-child(3) {
    transform: rotate(45deg); }

.gp-site-menus-items {
    margin-left: auto;
    padding-right: 30px; }
.gp-site-menus-items .site-navs {
    display: flex; }
.gp-site-menus-items .site-navs li {
    flex: 1 1 auto; }

.site-navs > li {
    font-size: 15px;
    padding: 12px 24px; }
.site-navs > li > a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    font-weight: 300;
    position: relative; }
.site-navs > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 0;
    background-color: #1b9a84;
    transition: all 0.3s ease; }
.site-navs > li:hover > a:before {
    width: 100%; }
.site-navs > li.active-menu > a {
    font-weight: 600; }
.site-navs > li.active-menu > a:before {
    width: 100%; }
.site-navs > li.gp-has-mega-menu {
    position: relative;
    transition: all 0.3s ease; }
.site-navs > li.gp-has-mega-menu:hover {
    background-color: rgba(33,33,33, 0.96); }
.site-navs > li.gp-has-mega-menu:hover > a:before {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px; }

.gp-mega-menu-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(33,33,33, 0.96);
    padding: 20px 20px 0 0;
    width: auto;
    display: flex;
    color: white;
    flex-wrap: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }

.gp-has-mega-menu:hover .gp-mega-menu-wrapper {
    visibility: visible;
    opacity: 1;
    top: 100%; }

.gp-mega-menu-wrapper .menu-col {
    flex: 1;
    margin-bottom: 20px;
    padding: 0 24px;
    border-left: solid 1px rgba(255, 255, 255, 0.2); }
.gp-mega-menu-wrapper .menu-col:first-child {
    border-left: none; }
.gp-mega-menu-wrapper .menu-col:last-child {
    padding-right: 0; }

.gp-mega-menu-wrapper .menu-col h3 {
    font-weight: 300;
    font-size: 14px;
    color: white;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px white;
    display: inline-block;
    width: auto;
    white-space: nowrap; }

.gp-mega-menu-wrapper .menu-col ul li {
    margin-bottom: 6px; }

.gp-mega-menu-wrapper .menu-col ul li a {
    font-weight: 300;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    transition: all 0.3s ease;
    border-bottom: solid 1px transparent;
    padding-bottom: 2px;
    text-decoration: none;
    white-space: nowrap; }

.gp-mega-menu-wrapper .menu-col ul li:hover a {
    color: white;
    border-color: #1b9a84; }

.site-navs > li:last-child .gp-mega-menu-wrapper, .site-navs > li:nth-last-child(2) .gp-mega-menu-wrapper, .site-navs > li:nth-last-child(3) .gp-mega-menu-wrapper {
    left: auto;
    right: 0; }

.gp-responsive-slide-menu {
    display: none; }

.gp-top-right {
    margin-left: auto;
    max-width: 142px; }
.gp-top-right > a {
    border: solid 1px #1b9a84;
    padding: 10px 20px;
    color: #1b9a84;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    text-align: center;
    font-size: 14px; }
.gp-top-right > a:hover {
    background-color: #1b9a84;
    border-color: transparent;
    color: #000002;
    text-decoration: none; }

.gp-banner {
    padding: 0;
    height: 100vh;
    color: white;
    background: radial-gradient(148.89% 319.64% at 8.82% 10%, #000002 0%, #2f1450 100%); }
.gp-banner .gp-container {
    display: flex;
    width: 100%;
    height: 100%; }
.gp-banner .banner-content {
    max-width: 600px; }
.gp-banner .banner-content h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 70px; }
.gp-banner .banner-content h1 span {
    font-weight: 800; }
.gp-banner .banner-content p {
    font-size: 20px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px; }
.gp-banner .banner-content .gp-btn {
    margin-top: 28px; }
.gp-banner .banner-content a.note {
    font-weight: 300;
    margin-top: 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1em;
    text-decoration: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.68);
    padding-bottom: 3px;
    transition: all 0.3s ease; }
.gp-banner .banner-content a.note:hover {
    color: #1b9a84; }

.gp-inner-banner {
    height: auto;
    padding: 124px 0 80px;
    background-color: #000002;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.gp-inner-banner .gp-page-title {
    color: #1b9a84;
    font-size: 20px;
    display: block;
    margin-bottom: 10px; }
.gp-inner-banner h1 {
    font-size: 50px !important; }

.gp-site-footer {
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    background-color: #0d2723;
    color: rgba(255, 255, 255, 0.68);
    padding: 60px 0 0; }
.gp-site-footer .gp-foot-logo {
    margin-bottom: 48px;
    display: flex;
    width: 100%; }
.gp-site-footer .gp-foot-logo img {
    max-width: 168px; }
.gp-site-footer h2,
.gp-site-footer h3,
.gp-site-footer h4 {
    color: white; }
.gp-site-footer h2 {
    font-size: 1.05em;
    font-weight: 400;
    margin: 0 0 24px 0; }
.gp-site-footer h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 18px 0; }
.gp-site-footer h4 {
    font-size: 0.9em;
    margin-bottom: 15px;
    font-weight: 400; }

.gp-useful-links {
    display: flex;
    flex-wrap: wrap; }
.gp-useful-links .link-box ul li a {
    display: block;
    padding: 6px 0;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 300; }
.gp-useful-links .link-box ul li:hover a {
    color: #1b9a84; }

.gp-footer-notice {
    background-color: rgba(0, 0, 0, 0.3); }

.gp-copyright {
    background-color: black; }

.gp-subscribe h3 {
    margin-bottom: 28px; }

.gp-subscribe .gp-subscribe-form {
    width: 100%;
    display: flex;
    margin-bottom: 20px; }
.gp-subscribe .gp-subscribe-form > form {
    display: flex;
    flex-wrap: nowrap; }
.gp-subscribe .gp-subscribe-form input[type="email"] {
    background-color: white;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.8em;
    flex: 2;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
.gp-subscribe .gp-subscribe-form button.submit-btn {
    background: linear-gradient(180deg, #1b9a84 0%, #1b9a84 100%);
    display: inline-block;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    height: 100%;
    flex: 1;
    transition: all 0.3s ease; }
.gp-subscribe .gp-subscribe-form button.submit-btn:hover {
    background-color: #0f1160;
    color: white; }

.gp-footer-social {
    margin-left: auto; }
.gp-footer-social ul {
    display: flex; }
.gp-footer-social ul li a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    display: block;
    padding: 0 20px 0 0; }
.gp-footer-social ul li:hover a {
    color: #1b9a84; }

.gp-payment-methods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; }
.gp-payment-methods img {
    margin-right: 5px;
    max-width: 44px; }

.fpa-widget {
    display: flex;
    flex: 0 0 100%;
    margin-top: 34px;
    align-items: center;
    color: white; }
.fpa-widget > div {
    margin-right: 20px; }
.fpa-widget .fpa-trust-score {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68); }
.fpa-widget .fpa-trust-score > span {
    font-weight: 600;
    color: white;
    display: inline-block;
    margin-left: 8px; }
.fpa-widget .fpa-stars {
    color: #FDCD2E; }
.fpa-widget .fpa-stars .star-fade {
    color: rgba(255, 255, 255, 0.24); }
.fpa-widget .fpa-total-review a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.68);
    transition: all 0.3s ease;
    text-decoration: underline;
    font-size: 14px; }
.fpa-widget .fpa-total-review a:hover {
    color: white; }

.gp-footer-notice {
    font-weight: 200;
    margin-top: 60px;
    padding: 60px 0 30px; }
.gp-footer-notice h2 {
    margin-bottom: 24px; }
.gp-footer-notice p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px; }

.gp-copyright {
    font-size: 10px;
    color: white;
    padding: 20px 0;
    font-weight: 300; }

.gp-forex-info-table {
    padding: 40px 20px;
    background-color: white;
    box-shadow: rgba(8, 9, 52, 0.06) 0 0 24px; }
.gp-forex-info-table .live-price-wrap {
    display: flex;
    width: 100%; }
.gp-forex-info-table .live-price-wrap .gp-box {
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    padding: 0 24px;
    flex: 1; }
.gp-forex-info-table .live-price-wrap .gp-box:last-child {
    border-right: none; }
.gp-forex-info-table .live-price-wrap .gp-box .live-price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px; }
.gp-forex-info-table .live-price-wrap .gp-box .gp-currency {
    color: #604e93;
    font-size: 16px; }
.gp-forex-info-table .forex-disclaimer {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.48);
    padding: 24px;
    margin-bottom: 0; }
.gp-forex-info-table .view-more-spreads {
    font-size: 18px;
    display: inline-block;
    color: #000002;
    padding-left: 24px;
    transition: all 0.3s ease; }
.gp-forex-info-table .view-more-spreads i {
    font-size: 14px;
    margin-top: 3px;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
.gp-forex-info-table .view-more-spreads:hover {
    color: rgba(8, 9, 52, 0.48);
    text-decoration: none; }
.gp-forex-info-table .view-more-spreads:hover i {
    margin-left: 10px; }

.gp-forex-trading-example {
    margin-top: 34px; }
.gp-forex-trading-example h2 {
    margin-bottom: 15px; }
.gp-forex-trading-example .example-card {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.08);
    border-left: solid 4px #1b9a84;
    display: flex; }
.gp-forex-trading-example .example-card .gp-content-left,
.gp-forex-trading-example .example-card .gp-content-right {
    padding: 30px 40px;
    flex: 1; }
.gp-forex-trading-example .example-card .gp-content-left > div {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 10px 0; }
.gp-forex-trading-example .example-card .gp-content-left > div:last-child {
    border-bottom: none; }
.gp-forex-trading-example .example-card .gp-content-left h4 {
    font-size: 18px;
    margin: 0 0 0.6rem 0; }
.gp-forex-trading-example .example-card .gp-content-left p {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.68); }
.gp-forex-trading-example .example-card .gp-content-right {
    text-align: left;
    padding-bottom: 0; }
.gp-forex-trading-example .example-card .gp-content-right h4 {
    font-size: 18px;
    margin-bottom: 1rem; }
.gp-forex-trading-example .example-card .gp-content-right p {
    margin-bottom: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8); }
.gp-forex-trading-example .example-card .gp-content-right > div {
    margin-bottom: 1.4rem; }

.gp-note {
    font-size: 14px;
    color: rgba(8, 9, 52, 0.48); }

body {
    overflow-x: hidden; }

.wpb_content_element {
    margin-bottom: 0 !important; }

.gp-content-with-sidebar {
    padding: 80px 0; }
.gp-content-with-sidebar .gp-container {
    display: flex;
    flex-wrap: wrap; }
.gp-content-with-sidebar .gp-container > div {
    flex: 1; }
.gp-content-with-sidebar .gp-container > div.gp-default-contents {
    max-width: 758px; }
.gp-content-with-sidebar .gp-container > div.side-bar {
    max-width: 350px;
    padding-left: 50px; }
.gp-content-with-sidebar .gp-post-content-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
.gp-content-with-sidebar .gp-post-content-wrap .gp-post-img {
    flex: 1;
    max-width: 280px;
    height: 250px;
    overflow: hidden; }
.gp-content-with-sidebar .gp-post-content-wrap .gp-post-img > img {
    width: 100%;
    height: 100%;
    transition: all .8s ease; }
.gp-content-with-sidebar .gp-post-content-wrap .gp-post-excerpt {
    flex: 1;
    padding-left: 34px; }
.gp-content-with-sidebar .gp-post-content-wrap .gp-post-excerpt p {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.68); }
.gp-content-with-sidebar .gp-post-content-wrap .gp-post-excerpt .gp-btn-wrap {
    margin-top: 10px; }
.gp-content-with-sidebar .gp-post-content-wrap:hover .gp-post-img img {
    transform: scale(1.1); }

.gp-post-title {
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 28px; }
.gp-post-title .sub-heading {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.48); }
.gp-post-title > a {
    font-size: 28px;
    font-weight: 700;
    color: #000002;
    text-decoration: none;
    transition: all .3s ease; }
.gp-post-title > a:hover {
    text-decoration: underline; }

.gp-related .gp-title-link {
    flex: 1;
    padding-left: 20px; }
.gp-related .gp-title-link a {
    font-weight: 700;
    color: #000002;
    display: block;
    margin-bottom: 5px;
    font-size: 16px; }
.gp-related .gp-title-link span.date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.48); }

.gp-related .gp-post-wrap {
    display: flex;
    margin-bottom: 28px; }
.gp-related .gp-post-wrap:last-child {
    margin-bottom: 0; }
.gp-related .gp-post-wrap .post-thumb {
    max-width: 80px;
    height: 60px;
    flex: 1; }
.gp-related .gp-post-wrap .post-thumb > img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.gp-related .gp-post-title > a {
    font-size: 24px; }

.side-bar {
    position: relative; }
.side-bar .gp-sidebar-sticky {
    position: sticky;
    top: 80px;
    left: 0; }
.side-bar .gp-sidebar-sticky > div {
    margin-bottom: 40px; }
.side-bar .gp-sidebar-sticky > div:last-child {
    margin-bottom: 0; }

.gp-pagination {
    border-top: solid 4px #000002;
    padding-top: 24px; }
.gp-pagination ul {
    display: flex; }
.gp-pagination ul li {
    margin: 0 2px 0 0;
    padding: 0; }
.gp-pagination ul li:before {
    display: none; }
.gp-pagination ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border: solid 1px #000002;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #000002;
    text-decoration: none;
    transition: all .3s ease; }
.gp-pagination ul li a.active, .gp-pagination ul li a:hover {
    background-color: #000002;
    color: white; }

.gp-banner-blog-details {
    background-attachment: fixed;
    height: 480px;
    position: relative; }
.gp-banner-blog-details:after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(33,33,33, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
.gp-banner-blog-details .gp-pos-rel {
    z-index: 9; }
.gp-banner-blog-details .banner-content h1 {
    line-height: 1; }
.gp-banner-blog-details .banner-content .date,
.gp-banner-blog-details .banner-content .author {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68); }
.gp-banner-blog-details .banner-content .date i,
.gp-banner-blog-details .banner-content .author i {
    margin-right: 10px;
    font-size: 14px;
    color: #1b9a84; }

.gp-author-info {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.04);
    border: solid 1px rgba(0, 0, 0, 0.14);
    padding: 28px;
    margin-bottom: 24px; }
.gp-author-info p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.68); }
.gp-author-info .author-name {
    font-size: 16px;
    display: block;
    color: #000002;
    margin-bottom: 15px; }
.gp-author-info .author-name > span {
    font-weight: 700; }
.gp-author-info img {
    max-width: 90px;
    margin: 0 !important;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50% !important;
    margin-right: 20px !important; }

.gp-banner-live-quote {
    margin-top: 50px;
    display: flex;
    vertical-align: top; }
.gp-banner-live-quote .gp-card {
    border-radius: 8px;
    background-color: #efefef;
    color: black;
    margin-right: 15px; }
.gp-banner-live-quote .gp-card h5 {
    font-size: 10px;
    font-weight: 400;
    padding: 5px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    margin: 0; }
.gp-banner-live-quote .gp-card .gp-flex > div {
    padding: 24px;
    text-align: left;
    font-size: 18px;
    font-weight: 600; }
.gp-banner-live-quote .gp-card .gp-flex > div > span {
    display: block;
    font-size: 10px;
    margin-bottom: 8px;
    font-weight: 400; }
.gp-banner-live-quote .gp-card .gp-flex > div:nth-child(2) {
    text-align: center;
    max-width: 80px;
    background-color: rgba(255, 255, 255, 0.68);
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
    padding: 15px;
    padding-top: 38px; }

.gp-subscribe .gp-subscribe-form button.submit-btn {
    height: auto; }

@media all and (max-width: 1200px) {
    .gp-header {
        padding: 20px 0; }
    .gp-container {
        max-width: calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px); } }

@media all and (max-width: 1023px) {
    .gp-section {
        padding: 60px 0; }
    .gp-t-al-l {
        text-align: left; }
    .gp-t-al-c {
        text-align: center; }
    .gp-t-al-r {
        text-align: right; }
    .gp-t-v-al-t {
        align-items: flex-start; }
    .gp-t-v-al-m {
        align-items: center; }
    .gp-t-v-al-b {
        align-items: flex-end; }
    .gp-t-self-al-t {
        align-self: flex-start; }
    .gp-t-self-al-m {
        align-self: center; }
    .gp-t-self-al-b {
        align-self: flex-end; }
    .gp-btn {
        font-size: 16px; }
    .gp-header {
        background-image: none;
        background-color: #000002;
        padding: 10px 15px; }
    .gp-ham-menu {
        display: block;
        position: absolute;
        right: 20px; }
    .gp-site-menus-items {
        display: none;
        border-top: solid 1px rgba(255, 255, 255, 0.24);
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #000002;
        padding: 0; }
    .gp-site-menus-items .site-navs {
        display: block;
        padding: 20px; }
    .gp-site-menus-items .site-navs li {
        padding: 15px 0; }
    .gp-site-menus-items .site-navs li a {
        font-size: 1.2em;
        display: block;
        width: 100%; }
    .gp-mega-menu-wrapper {
        background-color: transparent;
        padding-top: 0;
        padding: 24px; }
    .gp-mega-menu-wrapper .menu-col {
        padding: 0; }
    .gp-banner {
        position: relative; }
    .gp-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0,0,0, 0.98), rgba(33,33,33, 0.98), rgba(71,71,71, 0.98)); }
    .gp-has-mega-menu > h3 {
        color: #1b9a84;
        font-size: 18px;
        margin-bottom: 5px; }
    .gp-has-mega-menu:before {
        position: absolute;
        top: 22px;
        right: 20px;
        border-style: solid;
        border-width: 5px;
        border-color: #1b9a84 transparent transparent transparent; }
    .gp-has-mega-menu.slide-up-icon:before {
        border-color: transparent transparent #1b9a84 transparent;
        top: 18px; }
    .gp-mega-menu-wrapper {
        opacity: 1;
        visibility: visible;
        position: static;
        display: block;
        width: 100%;
        margin-top: 20px;
        background-color: rgba(0,0,0, 0.34);
        padding-bottom: 10px;
        transition: none;
        max-width: 100%; }
    .gp-mega-menu-wrapper .menu-col {
        border: none; }
    .gp-mega-menu-wrapper .menu-col:first-child {
        border: none; }
    .gp-mega-menu-wrapper .menu-col ul li {
        padding: 0; }
    .gp-site-menus-items {
        max-height: calc(100vh - 58px);
        max-height: -webkit-calc(100vh - 58px);
        overflow-y: auto; }
    .gp-has-mega-menu.slide-up-icon {
        background-color: #000002; }
    .fpa-widget {
        margin-top: 0px; }
    .gp-subscribe {
        padding: 0 15px;
        border: none; }
    .gp-forex-info-table {
        padding-left: 0;
        padding-right: 0; }
    .gp-forex-info-table .live-price-wrap .gp-box .gp-currency {
        font-size: 14px; }
    .gp-header.sticky {
        padding: 10px 15px; }
    .gp-testimonial .gp-testi-slider .gp-quote {
        font-size: 22px; }
    .gp-trading-condition .gp-condition-list .gp-col {
        flex: 0 0 50%; }
    .gp-instruments-table {
        overflow-x: auto; }
    .vr-th {
        min-width: 180px;
        text-align: left; }
    .gp-trading-condition .gp-forex-info-table .view-more-spreads {
        display: block;
        text-align: left; }
    .explore-instr {
        display: block; }
    .gp-trading-condition .gp-forex-info-table .forex-disclaimer {
        text-align: left;
        margin-top: 15px; }
    .gp-feat-info-list {
        margin-top: 24px; }
    .gp-section-img img {
        max-width: 100%; }
    .gp-accordion .accordion-title {
        font-size: 20px; }
    .gp-faq .gp-content-right {
        padding-left: 40px; }
    .gp-stats {
        padding: 40px 20px; }
    .gp-stats .gp-stat-wrap .col .number {
        font-size: 44px; }
    .gp-vertical_tab_nav ul.tabs {
        display: none; }
    .gp-vertical_tab_nav .tab_container {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none; }
    .gp-vertical_tab_nav .tab_drawer_heading {
        background-color: #f7f7f7;
        color: #000002;
        display: block;
        padding: 15px;
        text-align: left;
        border-bottom: solid 1px rgba(0, 0, 0, 0.08);
        cursor: pointer; }
    .gp-vertical_tab_nav .tab_drawer_heading:hover {
        background-color: #000002;
        color: white; }
    .gp-vertical_tab_nav .d_active {
        background-color: #000002;
        color: white; }
    .gp-vertical_tab_nav .tab_content {
        height: auto;
        max-width: 100%;
        padding: 28px; }
    .gp-margin-table {
        overflow-x: auto; }
    .gp-margin-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: center; }
    .gp-margin-table table tr th {
        font-size: 18px;
        padding: 15px; }
    .gp-margin-table table tr td {
        font-size: 14px;
        padding: 15px; }
    .gp-table-margins {
        padding: 28px 0; }
    .gp-table-margins:after {
        background-color: #f7f7f7; }
    .gp-row {
        overflow-x: hidden; }
    .gp-open-hours {
        overflow: hidden; }
    .gp-open-hours .gp-cards-wrap {
        margin-left: 0;
        margin-right: 0; }
    .gp-open-hours .gp-cards-wrap .gp-col-card {
        flex: 0 0 100%; }
    .gp-open-hours .gp-cards-wrap .gp-col-card.gp-content-right {
        padding-left: 0;
        border-left: none; }
    .gp-open-hours .gp-cards-wrap .gp-col-card.gp-content-left {
        margin-bottom: 34px; }
    .gp-open-hours .gp-cards-wrap .gp-col-card.gp-content-left .gp-hours-info::before {
        right: -34px; }
    .cta-best-execution .note-link a {
        margin-bottom: 15px; }
    .gp-payment-table table {
        table-layout: auto; }
    .gp-pricing-card {
        margin-bottom: 20px; }
    .gp-pricing .row {
        flex-wrap: wrap; }
    .gp-pricing .row [class*='col-'] {
        flex: 1 1 50%;
        max-width: 100%; }
    .gp-ul-list {
        max-width: 100%; }
    .gp-global-markets-sectn {
        overflow-x: hidden; }
    .gp-trade-with-you h1 {
        padding: 0 40px; }
    .gp-trade-with-you .gp-three-col-card-wrap .gp-three-col-card {
        margin-bottom: 24px; }
    .gp-content-with-sidebar .gp-container > div.side-bar {
        max-width: 280px;
        padding-left: 30px; }
    .gp-content-with-sidebar .gp-post-content-wrap {
        display: block; }
    .gp-content-with-sidebar .gp-post-content-wrap .gp-post-img {
        max-width: 100%; }
    .gp-content-with-sidebar .gp-post-content-wrap .gp-post-excerpt {
        padding-left: 0;
        padding-top: 20px; }
    .gp-default-contents iframe {
        height: 260px !important; }
    .gp-best-platform .gp-content-left {
        text-align: center; }
    .gp-best-platform .gp-content-left img {
        position: static; }
    .gp-best-platform h1 {
        margin-bottom: 40px; }
    .gp-useful-links {
        margin-bottom: 30px; }
    .chart-price {
        display: none; }
    .gp-trade-flow-content {
        padding-top: 250px; }
    .gp-steps-wrapper .gp-step-item .gp-flex {
        display: block; }
    .gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-left,
    .gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-right,
    .gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-right,
    .gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-left {
        padding: 40px 0 0; }
    .gp-steps-wrapper .gp-step-item {
        margin-bottom: 0; }
    .gp-steps-wrapper {
        margin-bottom: 60px; }
    .gp-trade-flow-cta img {
        margin-top: 40px; }
    .gp-responsive-slide-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        transition: all .3s ease;
        background-color: #000002;
        width: calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        box-shadow: rgba(0, 0, 0, 0.68) 0 0 24px;
        padding: 28px;
        height: 100%; }
    .gp-responsive-slide-menu.expand-mob-menu {
        left: 0; }
    .gp-responsive-slide-menu .gp-btn-wrap {
        margin-top: 20px; }
    .gp-responsive-slide-menu .gp-btn-wrap > a {
        display: block;
        text-align: center; }
    .site-navs {
        margin-top: 24px;
        height: calc(100vh - 195px);
        overflow-y: auto; }
    .site-navs > li {
        padding: 15px 0 0; }
    .gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img,
    .gp-home-banner .gp-container .gp-home-banner-img-holder {
        height: 500px;
        width: 500px; }
    .gp-home-banner .gp-container,
    .gp-home-global-markets-sectn {
        overflow: hidden; }
    .gp-review-content-card {
        max-width: 700px; }
    .gp-home-recent-review-bg {
        background-position: center; }
    .gp-interest-align .gp-container {
        max-width: 684px; }
    .gp-trading-tech .gp-flex .gp-content-wrap {
        max-width: 348px; }
    .gp-trading-tech .gp-flex .gp-btn-wrap > a {
        margin-bottom: 10px;
        display: block;
        text-align: center; }
    .gp-trading-tech .gp-flex .gp-flyout:before {
        display: none; }
    .gp-trading-tech .gp-flex .gp-flyout {
        margin-top: 15px; }
    .gp-intro-founder .gp-content-right h5 {
        font-size: 26px; }
    .gp-home-banner .gp-container {
        padding: 0 25px; }
    .gp-banner .banner-content h1 {
        font-size: 55px; }
    .gp-home-banner {
        height: 70vh;
        padding: 0; }
    .gp-home-banner .banner-content {
        max-width: 400px; }
    .gp-home-banner .banner-content .gp-btn-wrap {
        margin-bottom: 28px; }
    .gp-banner-live-quote {
        display: none; }
    .gp-intro-founder .gp-cta-img-holder {
        flex: auto; }
    .gp-fair-trade-section .gp-feat-list h3 {
        font-size: 18px;
        margin: 0 0 5px; }
    .gp-fair-trade-section .gp-content-left {
        max-width: 284px; }
    .line-dot {
        top: 58px;
        background-color: transparent; }
    .line-dot:nth-child(2) {
        top: 204px; }
    .line-dot:nth-child(3) {
        top: 318px; }
    .line-dot:nth-child(4) {
        top: 428px; }
    .gp-home-recent-review-bg {
        min-height: 48vh; }
    .vc_column_container > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important; }
    .gp-how-it-works .gp-btn-wrap a {
        display: block;
        margin: 0 0 10px 0;
        text-align: center; }
    .gp-how-it-works .gp-content-right > img {
        max-width: 100%; }
    .gp-subscribe .gp-subscribe-form button.submit-btn {
        height: auto; } }

@media all and (max-width: 767px) {
    .gp-logo a {
        display: block;
        padding: 0 15px; }
    .gp-logo img {
        height: 38px; }
    .gp-banner .banner-content h1 {
        font-size: 40px; }
    .gp-section {
        padding: 40px 0; }
    .gp-home-banner {
        padding-bottom: 0;
        height: 80vh; }
    .gp-banner .banner-content {
        padding: 20px; }
    .gp-top-right {
        margin-right: 15px; }
    .gp-home-banner .gp-container .gp-btn {
        padding-left: 30px;
        padding-right: 30px; }
    .gp-home-banner .gp-container .how-it-works {
        display: block;
        padding: 15px;
        margin-top: 15px; }
    .gp-banner-live-quote {
        display: none; }
    .fpa-banner-widget {
        margin-top: 20px; }
    .gp-home-banner .gp-container .gp-home-banner-img-holder,
    .gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img {
        height: 340px;
        width: 340px; }
    .gp-home-banner .gp-container .gp-home-banner-img-holder .circle-img img {
        object-position: -78px; }
    .gp-home-banner .gp-container .gp-home-banner-img-holder {
        right: -214px;
        top: 78px; }
    .gp-home-banner .gp-container .gp-home-banner-img-holder:after {
        top: 30px;
        left: -18px; }
    .gp-home-banner .banner-trans-logo {
        right: -110px;
        height: 100%; }
    .banner-content {
        margin-top: 40px; }
    .gp-banner-stats {
        display: block; }
    .gp-banner.gp-home-banner .gp-container {
        flex-wrap: wrap; }
    .banner-content {
        flex: 0 0 100%;
        overflow: hidden; }
    .gp-home-global-markets-sectn {
        overflow: hidden; }
    .gp-banner-stats {
        padding: 24px 12px 0; }
    .gp-banner-stats .gp-container {
        flex-wrap: wrap; }
    .gp-banner-stats .gp-container > div {
        flex: 0 0 33.33%;
        margin-bottom: 24px;
        padding: 0 12px; }
    .gp-banner-stats .gp-container > div span {
        font-weight: 200; }
    .gp-banner-stats .gp-container > div > span.small-text {
        font-size: 12px; }
    body {
        font-size: 13px; }
    .gp-m-al-l {
        text-align: left; }
    .gp-m-al-c {
        text-align: center; }
    .gp-m-al-r {
        text-align: right; }
    .gp-m-v-al-t {
        align-items: flex-start; }
    .gp-m-v-al-m {
        align-items: center; }
    .gp-m-v-al-b {
        align-items: flex-end; }
    .gp-m-self-al-t {
        align-self: flex-start; }
    .gp-m-self-al-m {
        align-self: center; }
    .gp-m-self-al-b {
        align-self: flex-end; }
    p,
    .gp-banner .banner-content p {
        font-size: 16px; }
    .gp-banner .banner-content p {
        max-width: 220px; }
    .gp-container {
        max-width: calc(100% - 40px);
        max-width: -webkit-calc(100% - 40px); }
    .gp-header {
        background-image: none;
        background-color: #000002;
        padding: 10px 0; }
    .gp-ham-menu {
        display: block;
        position: absolute;
        right: 20px; }
    .gp-site-menus-items {
        display: none;
        border-top: solid 1px rgba(255, 255, 255, 0.24);
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        background-color: #000002;
        padding: 0; }
    .gp-site-menus-items .site-navs {
        display: block;
        padding: 20px 0; }
    .gp-site-menus-items .site-navs li {
        padding: 15px 20px; }
    .gp-site-menus-items .site-navs li a {
        font-size: 1.2em;
        display: block;
        width: 100%; }
    .gp-mega-menu-wrapper {
        background-color: transparent;
        padding: 0; }
    .gp-mega-menu-wrapper .menu-col {
        padding: 0; }
    .gp-has-mega-menu.slide-up-icon {
        background-color: rgba(0, 0, 0, 0.4); }
    .gp-inner-banner {
        padding: 80px 0; }
    .gp-site-content {
        padding: 40px 0;
        font-size: 1.4em; }
    .gp-site-footer {
        padding: 40px 0 0; }
    .gp-site-footer h2 {
        font-size: 1.6em; }
    .gp-site-footer h3 {
        font-size: 1.4em; }
    .gp-site-footer h4 {
        font-size: 1.2em; }
    .gp-site-footer .gp-foot-logo {
        margin-bottom: 30px; }
    .gp-useful-links .link-box {
        flex: 0 0 100%; }
    .gp-subscribe {
        padding: 0 15px;
        border: none; }
    .gp-useful-links {
        order: 2; }
    .gp-subscribe {
        order: 1;
        margin-bottom: 40px; }
    .gp-footer-social ul li a {
        font-size: 1.6em; }
    .gp-useful-links .link-box ul li a {
        font-size: 1.2em; }
    .gp-footer-notice {
        margin-top: 40px; }
    .gp-footer-notice p {
        font-size: 1.1em; }
    .gp-copyright {
        font-size: 11px;
        line-height: 1.4;
        text-align: center; }
    .gp-subscribe .gp-subscribe-form input[type="email"] {
        font-size: 1.2em;
        width: 100%; }
    .gp-subscribe .gp-subscribe-form button.submit-btn {
        line-height: 40px;
        font-size: 1.3em;
        margin-left: 0; }
    .fpa-widget {
        flex-wrap: wrap; }
    .fpa-widget > div {
        margin: 0 15px 20px 0;
        flex: 0 0 auto; }
    .gp-forex-info-table {
        text-align: center; }
    .gp-forex-info-table .live-price-wrap,
    .gp-forex-trading-example .example-card {
        display: block; }
    .gp-forex-info-table .live-price-wrap .gp-box {
        border-right: none;
        text-align: center;
        padding: 15px; }
    .gp-header.sticky {
        padding: 10px 0; }
    .gp-trading-condition .gp-condition-list .gp-col {
        flex: 0 0 100%; }
    .gp-instruments-table {
        overflow-x: auto; }
    .explore-instr {
        display: block; }
    .gp-trading-condition .gp-forex-info-table .forex-disclaimer {
        text-align: left;
        margin-top: 15px; }
    .gp-instruments-table table tr td:first-child {
        width: 180px; }
    .vr-th {
        min-width: 150px;
        text-align: left; }
    .gp-trading-condition .gp-forex-info-table .view-more-spreads {
        display: block;
        text-align: left; }
    .gp-feat-items .col {
        flex: 0 0 100%; }
    .gp-feat-info-list {
        margin-top: 24px; }
    .gp-testimonial .gp-testi-slider .gp-quote {
        font-size: 22px; }
    .gp-testimonial .gp-trade-feat {
        margin-top: 0; }
    .gp-section-img img {
        max-width: 100%; }
    .gp-switch-to .gp-switch-highlight .highlight-item {
        padding-right: 0;
        margin-bottom: 28px; }
    .gp-switch-to .gp-switch-highlight .highlight-item .hightlight-info h4 {
        font-size: 18px; }
    .gp-switch-to .gp-switch-highlight .highlight-item .hightlight-info p {
        font-size: 16px; }
    .gp-stats {
        padding: 40px 20px 0; }
    .gp-stats .gp-stat-wrap {
        flex-wrap: wrap; }
    .gp-stats .gp-stat-wrap .col {
        flex: 0 0 100%;
        margin-bottom: 28px; }
    .gp-we-accept .gp-payment-methods img {
        max-width: 60px; }
    .gp-we-accept {
        padding: 40px 0; }
    .gp-faq .gp-content-left .content-wrap {
        max-width: 100%;
        padding: 40px 20px; }
    .gp-faq:after {
        display: none; }
    .gp-faq .gp-content-right {
        padding: 40px 20px; }
    .gp-testimonial .gp-trade-feat {
        min-width: 100%; }
    .range-of-market-stats {
        max-width: 100%; }
    .range-of-market-stats {
        margin-top: 28px; }
    .gp-spreads .gp-content-left {
        padding-right: 0;
        padding-left: 0; }
    .gp-spreads .gp-content-right {
        padding-left: 0;
        padding-right: 0; }
    .gp-spreads {
        margin-left: 0;
        margin-right: 0; }
    .gp-why-us,
    .gp-higher-fill-rate {
        padding: 40px 0; }
    .gp-why-us .gp-three-col-card-wrap,
    .gp-higher-fill-rate .gp-three-col-card-wrap {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0; }
    .gp-three-col-card-wrap .gp-three-col-card {
        border: none;
        padding: 0; }
    .gp-col-card {
        margin-bottom: 28px; }
    .gp-gmt-offset .gp-container {
        margin: 0;
        padding: 0 20px; }
    .gp-cta .gp-cta-img-holder {
        padding: 50px 0; }
    .gp-open-hours {
        overflow: hidden; }
    .gp-hours-info:before {
        right: -34px; }
    .gp-open-hours .gp-content-right {
        border: none;
        padding-left: 0; }
    .gp-hours-info > div h5 {
        font-size: 18px !important; }
    .gp-cards-wrap .gp-col-card p {
        font-size: 15px; }
    .hr-bullet-list {
        display: block; }
    .hr-bullet-list li {
        margin-bottom: 28px;
        border-right: none;
        padding-right: 0; }
    .hr-bullet-list li:last-child {
        margin-bottom: 0; }
    .gp-cfd-hours,
    .gp-open-hours {
        padding: 40px 0; }
    .gp-table-wrap table tr:first-child th {
        font-size: 14px; }
    .gp-cta-mt4 .gp-content-left {
        order: 2; }
    .gp-cta-mt4 .gp-content-right {
        order: 1; }
    .gp-cta-mt4 .gp-content-right .gp-cta-img-holder {
        padding-top: 0; }
    .list-platforms-icons .block-platform {
        margin-bottom: 15px; }
    .gp-intro .gp-post-list-wrap .gp-cta-img-holder {
        margin-top: 24px; }
    .gp-row {
        overflow-x: hidden;
        padding: 40px 0; }
    .gp-cards-wrap .gp-col-card {
        flex: 0 0 100%; }
    .gp-cards-wrap .gp-col-card:last-child {
        margin-bottom: 0; }
    .gp-bullet-list .hr-bullet-list > li {
        border: none;
        padding-right: 0; }
    .cta-best-execution,
    .gp-bullet-list {
        padding: 40px 0; }
    .cta-best-execution .note-link a {
        margin-bottom: 15px; }
    .gp-payment-table table {
        table-layout: auto; }
    .gp-global-markets-sectn {
        overflow-x: hidden; }
    .gp-trade-with-you {
        padding-bottom: 0; }
    .gp-trade-with-you h1 {
        padding: 0; }
    .gp-trade-with-you .gp-three-col-card-wrap .gp-three-col-card {
        border: none;
        border-bottom: solid 1px rgba(0, 0, 0, 0.14);
        flex: 0 0 100%; }
    .gp-banner-blog-details {
        height: 380px; }
    .gp-content-with-sidebar {
        padding: 50px 0 60px; }
    .gp-content-with-sidebar .gp-container > div {
        flex: 0 0 100%;
        max-width: 100%; }
    .gp-content-with-sidebar .gp-container > div.side-bar {
        max-width: 100%;
        padding-left: 0; }
    .gp-ad-square {
        text-align: center;
        padding: 20px 0;
        border-top: solid 1px rgba(0, 0, 0, 0.14);
        border-bottom: solid 1px rgba(0, 0, 0, 0.14); }
    .gp-pagination {
        margin-bottom: 34px; }
    .gp-content-with-sidebar .gp-post-content-wrap {
        display: block; }
    .gp-content-with-sidebar .gp-post-content-wrap .gp-post-img {
        max-width: 100%; }
    .gp-content-with-sidebar .gp-post-content-wrap .gp-post-excerpt {
        padding-left: 0;
        padding-top: 20px; }
    .gp-default-contents iframe {
        height: 200px !important; }
    .gp-testimonial .gp-testi-slider {
        padding: 0; }
    .gp-testimonial .gp-testi-sidebar,
    .gp-testimonial .gp-testi-wrapper,
    .gp-best-platform {
        padding: 40px 20px; }
    .gp-testimonial .gp-trade-feat {
        padding: 0; }
    .gp-testimonial .gp-testi-slider:before,
    .gp-testimonial .gp-testi-slider:after {
        background-size: 45px;
        height: 45px;
        width: 45px; }
    .gp-testimonial .gp-testi-slider:after {
        right: 0; }
    .gp-testimonial .gp-testi-slider:before {
        top: -55px; }
    .gp-testimonial.gp-dark-skin .gp-testi-sidebar:after {
        display: none; }
    .gp-liquidity .gp-content-left {
        padding: 40px 20px; }
    .gp-liquidity .gp-content-right {
        padding: 40px 20px 40px 60px; }
    .gp-liquidity .gp-liquidity-card .custom-icon > span:last-child {
        margin-top: 0; }
    .gp-trading-features .gp-content-left {
        margin-bottom: 28px; }
    .gp-best-platform .gp-content-left > img {
        max-width: 100%;
        position: static; }
    .gp-best-platform .gp-content-right {
        padding-left: 0; }
    .gp-footer-cta .gp-content-left {
        margin-bottom: 28px; }
    .gp-why-ecn .gp-content-left {
        padding-right: 15px;
        padding-bottom: 40px; }
    .gp-useful-links {
        margin-bottom: 40px; }
    .gp-footer-notice {
        margin-top: 0; }
    .gp-footer-notice {
        padding: 40px 0 15px; }
    .gp-generic-tab .tab-nav {
        display: none; }
    .accordion-head {
        display: block; }
    .gp-tab-section .gp-generic-tab {
        margin-top: 0; }
    .gp-tab-content h2.gp-title {
        display: none; }
    .gp-tab-content {
        padding-top: 20px;
        padding-bottom: 20px; }
    .gp-tab-section .gp-content-right {
        padding-bottom: 24px;
        order: 1; }
    .gp-tab-section .gp-content-left {
        order: 2; }
    .chart-price {
        display: none; }
    .gp-trade-flow-content {
        padding-top: 150px; }
    .gp-steps-wrapper .gp-step-item .gp-flex {
        display: block; }
    .gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-left,
    .gp-steps-wrapper .gp-step-item:nth-child(odd) .gp-content-right,
    .gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-right,
    .gp-steps-wrapper .gp-step-item:nth-child(even) .gp-content-left {
        padding: 40px 0 0; }
    .gp-steps-wrapper .gp-step-item {
        margin-bottom: 0; }
    .gp-steps-wrapper {
        margin-bottom: 60px; }
    .gp-trade-flow-cta img {
        margin-top: 40px; }
    .gp-intro-founder {
        text-align: center; }
    .gp-intro-founder .gp-container {
        justify-content: center; }
    .gp-intro-founder .gp-content-right {
        order: 1;
        flex: 0 0 100%; }
    .gp-intro-founder .gp-cta-img-holder {
        flex: 0 0 100%;
        margin: 24px 0 0;
        height: 118px;
        width: 118px;
        max-width: 118px;
        order: 2; }
    .gp-intro-founder .gp-content-right h5 {
        font-size: 24px; }
    .gp-intro-founder .gp-content-right span {
        font-size: 18px; }
    .gp-section .gp-section-title-group h2 {
        font-size: 32px;
        margin-bottom: 20px; }
    .gp-section .gp-section-title-group p {
        font-size: 20px; }
    .gp-fair-trade-section .gp-container {
        max-width: calc(100% - 0px) !important;
        max-width: -webkit-calc(100% - 0px) !important; }
    .gp-fair-trade-section h2 {
        font-size: 32px;
        margin-bottom: 28px;
        padding: 0 20px; }
    .gp-fair-trade-section .gp-content-left {
        display: none; }
    .gp-fair-trade-section .gp-btn-wrap {
        margin-top: 10px; }
    .gp-fair-trade-section .gp-btn-wrap .gp-btn {
        padding: 18px 15px; }
    .line-dot {
        left: -160px;
        top: 28%; }
    .line-dot:nth-child(2) {
        top: 40%; }
    .line-dot:nth-child(3) {
        top: 66%; }
    .line-dot:nth-child(4) {
        top: 88%; }
    .gp-interest-align h2 {
        font-size: 32px;
        padding: 0 20px;
        margin-bottom: 28px; }
    .gp-interest-align .gp-flex > div {
        flex: 0 0 100%; }
    .gp-interest-align .gp-flex .gp-post-img {
        border-radius: 0; }
    .gp-interest-align .gp-flex .gp-content-right {
        padding: 30px 30px 0; }
    .gp-interest-align .gp-btn-wrap .gp-btn {
        padding: 18px 15px;
        display: block;
        text-align: center; }
    .gp-interest-align .gp-ul-list li {
        font-size: 18px; }
    .gp-model-level-section h2 {
        font-size: 32px;
        line-height: 1.2; }
    .gp-model-level-section .gp-flex {
        flex-wrap: wrap; }
    .gp-model-level-section .gp-white-card {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0; }
    .gp-home-recent-review-bg {
        background-position: center; }
    .gp-trading-tech .gp-review-content-card {
        margin-bottom: 50px; }
    .gp-trading-tech h2 {
        padding: 40px 20px 0; }
    .gp-trading-tech p {
        padding: 0 20px; }
    .gp-trading-tech .gp-flex {
        flex-wrap: wrap; }
    .gp-trading-tech .gp-flex > div {
        flex: 0 0 100%; }
    .gp-trading-tech .gp-flex .gp-content-wrap {
        max-width: 100%;
        padding: 0 20px; }
    .gp-trading-tech .gp-flex .gp-btn-wrap {
        padding: 0; }
    .gp-trading-tech .gp-flex .gp-btn-wrap > a {
        display: block;
        text-align: center; }
    .gp-trading-tech .gp-flex .gp-btn-wrap > a:nth-child(1) {
        margin-bottom: 15px; }
    .gp-trading-tech .gp-flex .gp-flyout:before {
        display: none; }
    .gp-trading-tech .gp-flex .gp-flyout p {
        padding: 0; }
    .gp-trading-tech .gp-flex .gp-flyout .gp-flex {
        align-items: flex-start; }
    .gp-trading-tech .gp-review-content-card {
        max-width: 90%; }
    .gp-trading-tech .gp-review-content-card h3 {
        text-align: left;
        margin-bottom: 20px; }
    .gp-trading-tech .gp-review-content-card p,
    .gp-trading-tech .gp-review-content-card .client-name {
        font-size: 18px; }
    .gp-trading-tech .gp-review-content-card .content-top {
        padding: 34px; }
    .gp-trading-tech .gp-review-content-card .content-top p {
        padding: 0;
        text-align: left; }
    .gp-trading-tech .gp-review-content-card .gp-review-section-stats {
        flex-wrap: wrap; }
    .gp-trading-tech .gp-review-content-card .gp-review-section-stats > div {
        flex: 1; }
    .gp-trading-tech .gp-review-content-card .gp-review-section-stats > div p {
        padding: 0;
        font-size: 14px; }
    .gp-trading-tech .gp-review-content-card .gp-review-section-stats > div:nth-child(4),
    .gp-trading-tech .gp-review-content-card .gp-review-section-stats > div:nth-child(3) {
        display: none; }
    .gp-home-global-markets-sectn {
        background-size: cover;
        background-position: top right; }
    .gp-home-global-markets-sectn .gp-cfds {
        flex-wrap: wrap;
        margin-top: 30px; }
    .gp-home-global-markets-sectn .gp-cfds > div {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 10px; }
    .gp-home-global-markets-sectn .gp-dot-border-style {
        display: none; }
    .gp-home-global-markets-sectn .gp-btn-wrap {
        margin: 15px 0 0;
        padding: 0; }
    .gp-home-global-markets-sectn .gp-btn-wrap > a {
        display: block;
        text-align: center; }
    .gp-home-global-markets-sectn .gp-btn-wrap > a:nth-child(1) {
        margin-bottom: 15px; }
    .gp-we-fix .gp-section-title-group {
        margin-bottom: 28px; }
    .gp-we-fix .gp-flex {
        flex-wrap: wrap; }
    .gp-we-fix .gp-flex > div {
        flex: 0 0 100%; }
    .gp-we-fix .gp-btn-wrap > a {
        display: block;
        text-align: center; }
    .gp-home-quick-features .gp-flex {
        display: block; }
    .gp-home-quick-features .gp-item {
        display: flex;
        padding: 0 0 20px;
        text-align: left; }
    .gp-home-quick-features .gp-item > div {
        flex: 2; }
    .gp-home-quick-features .gp-item > div:first-child {
        flex: 1;
        max-width: 80px; }
    .gp-home-cta .gp-btn-wrap > a {
        display: block;
        text-align: center; }
    .gp-trading-tech .gp-flex .gp-btn-wrap a {
        margin-right: 0; }
    .gp-home-banner .gp-container {
        padding: 0; }
    .gp-home-recent-review-bg {
        min-height: 68vh; }
    .gp-white-card {
        padding: 20px; }
    .gp-model-level-section {
        padding-bottom: 10px; }
    .gp-model-level-section .gp-container {
        max-width: 100%; }
    .gp-model-level-section .gp-flex {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 20px 20px 30px 0;
        overflow: hidden;
        overflow-x: auto; }
    .gp-model-level-section .gp-flex > div {
        flex: 0 0 86%;
        margin: 0 0 0 15px; }
    .field-row {
        display: block;
        margin-bottom: 0; }
    .field-row .gp-col {
        margin-bottom: 15px; }
    .calc-result .gp-flex {
        display: block; }
    .calc-result .gp-flex .gp-col {
        padding: 0;
        margin-bottom: 15px; }
    .gp-how-it-works .gp-btn-wrap a {
        display: block;
        margin: 0 0 10px 0;
        text-align: center; }
    .gp-how-it-works .gp-content-right > img {
        max-width: 100%; } }

/* STICKY BAR */
.gp-sticky-bar-design{
    display: none;
    padding: 15px;
    background-color: #dbff80;
    background-image: url("../images/sticky-bar-bg-1.png");
    background-size: cover;
    background-position: center;
    color: $ primary-color;
    text-align: center;
    position: relative;
}
.gp-sticky-bar-design .gp-container{
    align-items: center;
}
.gp-sticky-bar-design h2{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    flex: 2;
    text-align: center;
}
.gp-sticky-bar-design .gp-text-link{
    display: inline-block;
    color: white;
    margin: 0 0 0 24px;
    border: solid 1px #000002;
    background-color: #000002;
    line-height: 28px;
    padding: 0 10px;
    transition: all .3s ease;
    font-size: 12px;
    border-radius: 4px;
}
.gp-sticky-bar-design .gp-text-link:hover{
    background-color: transparent;
    color: #000002;
    text-decoration: none;
}

.close-noti{
    height: 24px;
    width: 24px;
    background-color: rgba(8,9,52,0.14);
    color: #000002;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    transform: rotate(45deg);
}
/* END STICKY BAR */

.side-bar .gp-subscribe-form{
    padding: 30px 30px 40px;
    background-color: #f1f1f1;
    background-image: url("../images/paper-plane.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.side-bar .gp-subscribe-form > p{
    font-size: 22px;
    font-weight: 800;
    color: #000002;
    margin: 10px 0 20px;
    line-height: 1.3;
}

.side-bar .gp-subscribe-form form input[type="email"]{
    background-color: white;
    margin-bottom: 10px;
}

.side-bar .gp-subscribe-form form .submit-btn{
    margin-bottom: 15px;
    display: inline-block;
    border: none;
    border-radius: 3px;
    background-color: #000002;
    color: #dbff80;
    transition: all .3s ease;
    padding: 0 28px;
    line-height: 44px;
    padding-bottom: 4px;
    font-weight: 700;
    height: auto !important;
}
.side-bar .gp-subscribe-form form .submit-btn:hover{
    background-color: #dbff80;
    color: #000002;
}
.side-bar .gp-subscribe-form form > small{
    font-size: 12px;
    color: rgba(0,0,0,.68);
}


@media all and (max-width: 767px){
    .gp-sticky-bar-design{
        padding: 8px;
    }
    .gp-sticky-bar-design h2{
        font-size: 14px;
    }
    .gp-sticky-bar-design .gp-text-link{
        margin: 5px 0 0 5px;
    }
}