@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@500;900&amp;display=swap);
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  position: relative;
  touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(../images/vendor/owl.carousel/dist/owl.video.playc1fa.png?7f01b07148f205f6e8258e92bbf652d9)
    no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform 0.1s ease;
  width: 80px;
  z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont6565.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont6565.eot?8b43027f47b20503057dfbbaa9401fef)
      format("embedded-opentype"),
    url(../fonts/vendor/font-awesome/fontawesome-webfont5597.woff2?20fd1704ea223900efa9fd4e869efb08)
      format("woff2"),
    url(../fonts/vendor/font-awesome/fontawesome-webfont1a32.woff?f691f37e57f04c152e2315ab7dbad881)
      format("woff"),
    url(../fonts/vendor/font-awesome/fontawesome-webfont7cab.ttf?1e59d2330b4c6deb84b340635ed36249)
      format("truetype"),
    url(../fonts/vendor/font-awesome/fontawesome-webfonta45a.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3)
      format("svg");
}
.fa {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  text-align: center;
  width: 1.2857142857em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.1428571429em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2.1428571429em;
  position: absolute;
  text-align: center;
  top: 0.1428571429em;
  width: 2.1428571429em;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos="zoom-in"] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos="zoom-out"] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
    visibility: visible;
  }
  html:not(.no-js) [data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
.btn-rounded {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 68px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-rounded.white-line {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  line-height: 30px;
}
.btn-rounded.white-line:hover {
  background-color: #fff;
  color: #176af3;
}
.btn-rounded.primary-line {
  background-color: transparent;
  border: 2px solid #176af3;
  color: #176af3;
  line-height: 30px;
}
.btn-rounded.primary-line:hover {
  background-color: #176af3;
  color: #fff;
}
.btn-rounded.white {
  background-color: #fff;
  color: #176af3;
}
.btn-rounded.white:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
.btn-big,
.btn-normal,
.btn-wide {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.btn-big,
.btn-normal {
  background-color: rgba(0, 0, 0, 0.08);
  color: #000;
  font-size: 16px;
  line-height: 60px;
  padding: 0 38px;
}
.btn-big > i,
.btn-normal > i {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
}
.btn-big.primary,
.btn-normal.primary {
  background-color: #176af3;
  background-image: linear-gradient(90deg, #176af3, rgba(43, 182, 246, 0.8));
  color: #fff;
  overflow: hidden;
}
.btn-wide {
  border-radius: 4px;
  font-size: 18px;
  padding: 18px 86px;
}
.btn-wide.blue {
  background-color: #1265e9;
  color: #fff;
}
.btn-big.primary:hover,
.btn-normal.primary:hover {
  background-color: #fff;
  color: #fff;
}
.btn-big.primary:hover:before,
.btn-normal.primary:hover:before {
  display: none;
}
.btn-big.primary.line,
.btn-normal.primary.line {
  background-color: transparent;
  background-image: none;
  border: 2px solid #176af3;
  color: #176af3;
}
.btn-big.primary.line:hover,
.btn-normal.primary.line:hover {
  background-color: #176af3;
  color: #fff;
}
.btn-big.white-trans,
.btn-normal.white-trans {
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
}
.btn-big.white-trans:hover,
.btn-normal.white-trans:hover {
  background-color: #fff;
  color: #176af3;
}
.btn-big.white,
.btn-normal.white {
  background-color: #fff;
  color: #000850;
}
.btn-big.white:hover,
.btn-normal.white:hover {
  background-color: #40dcfd;
  color: #fff;
}
.btn-normal {
  font-size: 14px;
  line-height: 1;
  padding: 15px 34px;
}
.btn-buy,
.btn-sell {
  background-color: #c1fe85;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-buy:hover,
.btn-sell:hover {
  background-color: #000;
  color: #fff;
}
.btn-sell {
  background-color: #fe8b85;
  color: #fff;
}
.btn-more-circle {
  background-color: #176af3;
  border-radius: 50%;
  display: inline-block;
  height: 31px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 31px;
}
.btn-more-circle:hover {
  transform: rotate(1turn);
}
.btn-more-circle > img {
  max-width: 11px;
  vertical-align: middle;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a[href^="tel"] {
  color: #000;
  text-decoration: none;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  color: #464646;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}
body,
li,
ul {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  color: #40dcfd;
  cursor: pointer;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-f {
  position: fixed;
}
.pos-s {
  position: static;
}
.pos-stk {
  position: -webkit-sticky;
  position: sticky;
}
.flx {
  display: flex;
}
.flx-wrap {
  flex-wrap: wrap;
}
.tm-container {
  margin: 0 auto;
  max-width: 1224px;
  width: 100%;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.tm-title {
  background-position: 100% 60px;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  max-width: 474px;
  min-width: 474px;
  padding: 80px 0;
  position: relative;
}
.tm-title.left h2,
.tm-title.right h2 {
  padding-right: 84px;
}
.tm-title .tm-simple-feat-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.tm-title .tm-simple-feat-list li {
  flex: 0 0 50%;
  margin-top: 24px;
  padding: 0 15px 0 48px;
}
.tm-title .tm-btn-wrapper {
  margin-top: 28px;
}
.tm-section.bg-tmgm-gray-3 {
  background-color: #f7f7f7;
}
.tm-section h2 {
  color: inherit;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0 0 28px;
  opacity: 0.88;
}
.tm-section h2 > span {
  color: #40dcfd;
}
.tm-section p {
  color: inherit;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  opacity: 0.68;
}
.tm-section p.small-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: italic;
  margin-top: 24px;
}
.tm-section.tm-section-single-col {
  text-align: center;
}
.tm-section.tm-section-single-col .tm-title {
  max-width: 100%;
  padding: 0;
}
.tm-section.tm-section-single-col .tm-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
}
.banner-content-right {
  display: none;
}
.tm-content {
  flex: 2;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
.tm-content:before {
  background-image: url(../images/dotted-patterne299.png?eb05089b70548fea5caceb6776512bed);
  background-repeat: no-repeat;
  content: "";
  height: 128px;
  left: 0;
  position: absolute;
  top: 30%;
  width: 88px;
}
.tm-cta-section {
  background-position: 50%;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.tm-cta-section .tm-container {
  position: relative;
  z-index: 2;
}
.tm-cta-bg {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tm-cta-section .tm-title h2 {
  font-size: 56px;
  margin: 0 auto 28px;
  opacity: 1;
}
.tm-cta-section .tm-title .tm-btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
.tm-cta-section .tm-title .tm-btn-wrapper .btn-big {
  margin-right: 15px;
}
.tm-cta-section .tm-title .tm-btn-wrapper a.text-link {
  color: hsla(0, 0%, 100%, 0.68);
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.tm-cta-section .tm-title .tm-btn-wrapper a.text-link:hover {
  color: #fff;
}
.tm-cta-section.cta-light {
  background-image: url(../images/cta-light-bg2aaa.png?9ae535df2eac9cc6e7c384091e8a1b68);
  color: #176af3;
}
.tm-cta-section.cta-light h2 {
  font-size: 40px;
  font-weight: 200;
}
footer {
  background-color: #f9f9f9;
  color: rgba(0, 0, 0, 0.8);
  padding: 100px 0 50px;
}
footer .flx {
  flex-wrap: wrap;
}
footer p {
  font-size: 14px;
}
.chat-icon-footer {
  background-color: #176af3;
  border: 6px solid #2f7af4;
  border-radius: 50%;
  bottom: 24px;
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 35px;
  position: fixed;
  right: 24px;
  text-align: center;
  width: 48px;
  z-index: 9999;
}
.chat-icon-footer > span {
  -webkit-animation: scaling 1s linear infinite;
  animation: scaling 1s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  vertical-align: middle;
  width: 8px;
}
.chat-icon-footer > span:first-child {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.chat-icon-footer > span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.menu-trigger {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  margin-top: 12px;
  vertical-align: top;
  width: 30px;
}
.menu-trigger > span {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  width: 100%;
}
.menu-trigger > span:nth-child(2) {
  width: 40%;
}
.menu-trigger > span:last-child {
  margin-bottom: 0;
  width: 65%;
}
.menu-trigger:hover > span {
  width: 100%;
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes scaling {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(0.8);
  }
}
.tm-inner-banner {
  background-color: #176af3;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 424px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tm-inner-banner .tm-container {
  position: relative;
  z-index: 2;
}
.tm-inner-banner .tm-inner-banner-bg {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tm-inner-banner h1 {
  font-size: 74px;
  font-weight: 200;
  margin: 0 0 24px;
  position: relative;
}
.tm-inner-banner h1:before {
  background-image: url(../images/title-dot6cf2.png?d2782e55e232e346edabf39cc6ddd897);
  background-repeat: no-repeat;
  content: "";
  display: none;
  height: 85px;
  left: 68%;
  position: absolute;
  top: 0;
  width: 56px;
}
.tm-inner-banner p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 1.4;
}
.tm-inner-banner > .flx {
  align-items: flex-end;
  height: 100%;
}
.tm-inner-banner > .flx > div {
  flex: 1;
}
.tm-inner-banner > .flx > div:first-child {
  max-width: 100%;
  padding-bottom: 28px;
}
.tm-inner-banner > .flx > div.banner-content-right {
  margin-left: auto;
  margin-top: 60px;
  padding-bottom: 70px;
  text-align: right;
}
.tm-inner-banner > .flx > div.banner-content-right .animation-area {
  background-image: url(../images/world-map-innerba6e.png?dfaa7f1a6adc10d0ef32ce07905a932e);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 315px;
  vertical-align: top;
  width: 518px;
}
.tm-section.inr {
  padding: 68px 0;
}
.tm-section.inr .tm-title p {
  opacity: 0.88;
}
.tm-section.inr .tm-title .small-text {
  font-style: normal;
  opacity: 0.58;
}
.tm-section.inr .tm-title.left {
  padding: 80px 60px 80px 0;
}
.tm-keys-inner {
  display: flex;
  flex-wrap: wrap;
}
.tm-keys-inner > div {
  flex: 0 0 25%;
  padding: 20px;
}
.tm-keys-inner > div span {
  display: block;
  line-height: 1;
}
.tm-keys-inner > div span.icon {
  margin-bottom: 16px;
}
.tm-keys-inner > div span.icon img {
  height: 24px;
  width: auto;
}
.tm-keys-inner > div span.key-value {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tm-keys-inner > div span.key-label {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.48;
}
ul.bullet-lists li {
  color: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
  margin-bottom: 22px;
  padding-left: 18px;
  position: relative;
}
ul.bullet-lists li a {
  color: inherit;
  text-decoration: underline;
}
ul.bullet-lists li a:hover {
  text-decoration: none;
}
ul.bullet-lists li:before {
  background-color: #176af3;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 7px;
}
.tm-simple-feat-list {
  margin: 0;
  padding: 0;
}
.tm-simple-feat-list li {
  color: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
  margin-bottom: 22px;
  padding-left: 34px;
  position: relative;
}
.tm-simple-feat-list li a {
  color: inherit;
  text-decoration: underline;
}
.tm-simple-feat-list li a:hover {
  text-decoration: none;
}
.tm-simple-feat-list li:before {
  background-color: transparent;
  background-image: url(../images/check-icondee1.png?885a0b8bb525cf28e4ab7c6b4eb337ca);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.tm-simple-feat-list.two-col {
  display: flex;
  flex-wrap: wrap;
}
.tm-simple-feat-list.two-col li {
  flex: 1 1 50%;
  padding-right: 24px;
}
.tm-simple-feat-list.two-col li:nth-child(2n) {
  padding-right: 0;
}
.tm-simple-feat-list.three-col {
  display: flex;
  flex-wrap: wrap;
}
.tm-simple-feat-list.three-col li {
  flex: 0 0 33.33%;
  padding-right: 24px;
}
.tm-simple-feat-list.three-col li:nth-child(3n) {
  padding-right: 0;
}
.tm-misson-2 .stat-card-wrapper > div:nth-child(2) {
  transform: scale(1.3);
}
.tm-pl-20 {
  padding-left: 20px !important;
}
.tm-pl-40 {
  padding-left: 40px !important;
}
.tm-pl-60 {
  padding-left: 60px !important;
}
.tm-pl-80 {
  padding-left: 80px !important;
}
.tm-pr-20 {
  padding-right: 20px !important;
}
.tm-pr-40 {
  padding-right: 40px !important;
}
.tm-pr-60 {
  padding-right: 60px !important;
}
.tm-pr-80 {
  padding-right: 80px !important;
}
html[lang="ar"] .tm-pl-20 {
  padding-left: 0 !important;
  padding-right: 20px !important;
}
html[lang="ar"] .tm-pl-40 {
  padding-left: 0 !important;
  padding-right: 40px !important;
}
html[lang="ar"] .tm-pl-60 {
  padding-left: 0 !important;
  padding-right: 60px !important;
}
html[lang="ar"] .tm-pl-80 {
  padding-left: 0 !important;
  padding-right: 80px !important;
}
html[lang="ar"] .tm-pr-20 {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
html[lang="ar"] .tm-pr-40 {
  padding-left: 40px !important;
  padding-right: 0 !important;
}
html[lang="ar"] .tm-pr-60 {
  padding-left: 60px !important;
  padding-right: 0 !important;
}
html[lang="ar"] .tm-pr-80 {
  padding-left: 80px !important;
  padding-right: 0 !important;
}
.tm-pt-20 {
  padding-top: 20px !important;
}
.tm-pt-40 {
  padding-top: 40px !important;
}
.tm-pt-60 {
  padding-top: 60px !important;
}
.tm-pt-80 {
  padding-top: 80px !important;
}
.tm-pb-20 {
  padding-bottom: 20px !important;
}
.tm-pb-40 {
  padding-bottom: 40px !important;
}
.tm-pb-60 {
  padding-bottom: 60px !important;
}
.tm-pb-80 {
  padding-bottom: 80px !important;
}
.t-al-l {
  text-align: left;
}
.t-al-c {
  text-align: center !important;
}
.t-al-r {
  text-align: right;
}
.v-al-t {
  align-items: flex-start;
}
.v-al-m {
  align-items: center;
}
.v-al-b {
  align-items: flex-end;
}
.al-self-t {
  align-self: flex-start;
}
.al-self-m {
  align-self: center;
}
.al-self-b {
  align-self: flex-end;
}
.tm-inner-section {
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  padding: 80px 0;
}
.tm-inner-section.tm-pt-0 {
  padding-top: 0;
}
.tm-inner-section.tm-pb-0 {
  padding-bottom: 0;
}
.tm-inner-section .flx-two-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tm-inner-section .flx-two-col .tm-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-65 {
  flex: 0 0 65%;
  max-width: 65%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-55 {
  flex: 0 0 55%;
  max-width: 55%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-45 {
  flex: 0 0 45%;
  max-width: 45%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-35 {
  flex: 0 0 35%;
  max-width: 35%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.tm-inner-section .flx-two-col .tm-col.tm-col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.tm-inner-section .flx-fluid {
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
}
.tm-inner-section .flx-fluid .tm-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.tm-inner-section .tm-btn-wrapper {
  margin-top: 34px;
}
.tm-inner-section h2 {
  color: inherit;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0 0 28px;
  opacity: 0.88;
}
.tm-inner-section h2 > span {
  color: #40dcfd;
}
.tm-inner-section h3 {
  font-size: 36px;
  margin: 0 0 28px;
}
.tm-inner-section p {
  color: inherit;
  font-size: 22px;
  line-height: 1.5;
  opacity: 0.8;
}
a.heading-text-blue {
  color: #1265e9;
  display: block;
  text-decoration: none;
}
.tm-inner-section a.heading-small-text {
  font-size: 18px;
  font-style: normal;
  letter-spacing: -0.02px;
  line-height: 1.5;
}
.tm-inner-section p.small-text {
  font-size: 18px;
  line-height: 1.5;
}
.tm-inner-section .tm-col-full-img {
  height: 100%;
  width: 100%;
}
.tm-inner-section .tm-col-full-img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tm-inner-section .tm-section-heading {
  position: relative;
  z-index: 2;
}
.tm-inner-section .tm-section-heading:before {
  background-image: url(../images/title-bg24b0.png?a028f77e6b46906278ba53feaab2ae69);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: 230px;
  position: absolute;
  right: -30px;
  top: 0;
  width: 78px;
}
.tm-inner-section .tm-section-heading .tm-heading-icon {
  display: inline-block;
  margin-bottom: 24px;
}
.tm-inner-section .tm-section-heading .tm-heading-icon > img {
  max-height: 50px;
  width: auto;
}
.tm-inner-section .tm-section-heading.no-bubble:before {
  display: none;
}
.tm-inner-section .tm-section-content {
  position: relative;
}
.tm-inner-section .tm-section-content:before {
  background-image: url(../images/dotted-patterne299.png?eb05089b70548fea5caceb6776512bed);
  background-repeat: no-repeat;
  content: "";
  height: 128px;
  left: 0;
  position: absolute;
  top: 30%;
  width: 88px;
}
.tm-inner-section .tm-section-content.no-dots:before {
  display: none;
}
.tm-inner-section .tm-section-content.on-left.img-beyond-box img {
  margin-left: -27%;
  max-width: 127%;
}
.tm-inner-section .tm-section-content.on-left:before {
  right: -60px;
}
.tm-inner-section .tm-section-content.on-right.img-beyond-box img {
  max-width: 127%;
}
.tm-inner-section .tm-section-content.on-right:before {
  left: -60px;
}
.tm-inner-section .tm-section-flat-img {
  background-color: #f8f8f8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 588px;
  position: relative;
  width: 100%;
}
.tm-inner-section .tm-section-flat-img.on-left {
  left: -200%;
  width: 300%;
}
.tm-inner-section .tm-section-flat-img.on-right {
  right: -200%;
  width: 300%;
}
.tm-inner-section .tm-section-flat-img > img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.tm-inner-section.bg-blue-shape {
  background-image: url(../images/blue-shape-bga3fb.png?f18bcfde10e81bc42d5acb17cab39dfc);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1008px 490px;
}
.tm-inner-section.primary-color-light {
  background-color: #ecf8fd;
}
.tm-inner-section.secondary-color-light {
  background-color: #eafef9;
}
.tm-inner-section.grey-color-light {
  background-color: #fafafa;
}
.tm-inner-section.tm-section-full-container {
  padding: 0;
}
.tm-inner-section.tm-section-full-container > .tm-container {
  max-width: 100%;
}
.tm-inner-section.tm-section-full-container > .tm-container .tm-col {
  padding-bottom: 80px;
  padding-top: 80px;
}
.tm-inner-section.tm-section-full-container
  > .tm-container
  .tm-col:first-child {
  text-align: right;
}
.tm-inner-section.tm-section-full-container > .tm-container .tm-col:last-child {
  text-align: left;
}
.tm-inner-section.tm-section-full-container
  > .tm-container
  .tm-col
  .tm-section-content,
.tm-inner-section.tm-section-full-container
  > .tm-container
  .tm-col
  .tm-section-heading {
  display: inline-block;
  max-width: 612px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.tm-col-has-bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fact-card,
.stat-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  max-width: 198px;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 5;
}
.fact-card .icon-holder,
.stat-card .icon-holder {
  background-color: rgba(23, 106, 243, 0.08);
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-bottom: 15px;
  text-align: center;
  width: 80px;
}
.fact-card .icon-holder img,
.stat-card .icon-holder img {
  max-width: 46px;
  vertical-align: middle;
}
.fact-card h5,
.stat-card h5 {
  color: #176af3;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 15px;
}
.fact-card p,
.stat-card p {
  color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 700;
}
.fact-card:hover,
.stat-card:hover {
  transform: scale(1.1);
}
.icon-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  height: 100%;
  max-width: 240px;
  padding: 24px 34px 34px;
  position: relative;
  text-align: left;
  z-index: 5;
}
.icon-card .icon-holder {
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 20px;
}
.icon-card .icon-holder img {
  height: 46px;
  vertical-align: middle;
  width: auto;
}
.icon-card h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 15px;
}
.icon-card p {
  color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.fact-card {
  max-width: 100%;
  padding: 40px;
  text-align: left;
  transition: all 0.3s ease;
}
.fact-card .tm-simple-feat-list li {
  color: rgba(0, 0, 0, 0.48);
  font-weight: 700;
  margin-bottom: 28px;
}
.fact-card .tm-simple-feat-list li:last-child {
  margin-bottom: 0;
}
.tm-tl-card {
  padding: 20px 30px;
  position: relative;
  text-align: center;
}
.tm-tl-card .circle {
  background-color: #40dcfd;
  border: 4px solid #176af3;
  border-radius: 50%;
  height: 14px;
  left: calc(50% - 7px);
  position: absolute;
  top: 74px;
  width: 14px;
}
.tm-tl-card:before {
  border-top: 1px dashed rgba(0, 0, 0, 0.14);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
}
.tm-tl-card .year-label {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px;
  position: relative;
}
.tm-tl-card .year-label:before {
  border: 7px solid transparent;
  border-top-color: #fff;
  bottom: -13px;
  content: "";
  left: 40%;
  position: absolute;
}
.tm-tl-card .tm-tl-descp {
  margin-top: 50px;
}
.tm-tl-card p {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.tm-tl-card ul {
  margin-top: 0;
}
.tm-tl-card ul li {
  color: rgba(0, 0, 0, 0.68);
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.tm-tl-card ul li:before {
  background-color: #176af3;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}
.tm-os {
  margin-top: 34px;
}
.tm-os a,
.tm-os span {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  display: inline-block;
  height: 45px;
  line-height: 54px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}
.tm-os a > img,
.tm-os span > img {
  max-width: 20px;
}
.copy-trade-flow {
  display: inline-block;
  height: 534px;
  position: relative;
  width: 534px;
}
.copy-trade-flow > img {
  position: absolute;
}
.copy-trade-flow > img.copy-trade-fc-bg {
  left: 104px;
  top: 94px;
}
.copy-trade-flow > img.trader-avatar {
  left: 186px;
  top: 5px;
}
.copy-trade-flow > img.investor-avatar-1 {
  bottom: 118px;
  left: 22px;
}
.copy-trade-flow > img.investor-avatar-2 {
  bottom: 0;
  left: 186px;
}
.copy-trade-flow > img.investor-avatar-3 {
  bottom: 118px;
  right: 18px;
}
.copy-trade-flow > img.hubx-logo-1 {
  left: 61px;
  top: 174px;
}
.copy-trade-flow > img.hubx-logo-2 {
  left: 226px;
  top: 270px;
}
.copy-trade-flow > img.hubx-logo-3 {
  right: 58px;
  top: 174px;
}
.insight-screens {
  position: relative;
}
.insight-screens img:nth-child(2) {
  bottom: 0;
  position: absolute;
  right: 0;
}
.insight-screens img:nth-child(3) {
  left: 0;
  position: absolute;
  right: auto;
  top: 40px;
}
.tm-accordion .tm-question {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
  padding: 18px 40px 18px 25px;
  position: relative;
  transition: all 0.3s ease;
}
.tm-accordion .tm-question:after {
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.48);
  content: "";
  position: absolute;
  right: 25px;
  top: 26px;
}
.tm-accordion .tm-question.expanded {
  background-color: rgba(23, 106, 243, 0.14);
  color: #176af3;
}
.tm-accordion .tm-question.expanded:after {
  border-color: transparent transparent #176af3;
  top: 20px;
}
.tm-accordion .tm-answer {
  display: none;
  font-size: 16px;
  padding: 25px 25px 15px;
}
.tm-accordion .tm-answer p {
  color: rgba(0, 0, 0, 0.68);
  font-size: inherit;
  font-weight: 400;
  margin: 0 0 25px;
  opacity: 1;
}
.tm-accordion .tm-answer ol,
.tm-accordion .tm-answer ul {
  margin-left: 14px;
}
.tm-accordion .tm-answer ol li,
.tm-accordion .tm-answer ul li {
  color: rgba(0, 0, 0, 0.68);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.4;
  list-style: disc;
  margin-bottom: 25px;
}
.tm-accordion .tm-answer ol li {
  list-style: decimal;
}
.breadcrumbs {
  margin-bottom: 24px;
}
.breadcrumbs ul {
  align-items: center;
  display: flex;
}
.breadcrumbs ul li {
  font-size: 11px;
  padding-right: 14px;
  text-transform: uppercase;
}
.breadcrumbs ul li a {
  text-decoration: none;
}
.breadcrumbs ul li i {
  font-size: 10px;
}
.breadcrumbs ul li:hover a {
  text-decoration: underline;
}
.tm-table {
  background-color: #fff;
  border-collapse: collapse;
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  overflow-x: auto;
  padding: 38px 24px;
  table-layout: fixed;
}
.tm-table h4,
.tm-table p {
  text-align: center;
}
.tm-table table {
  width: 100%;
}
.tm-table table thead tr {
  background-color: rgba(23, 106, 243, 0.05);
}
.tm-table table thead tr th {
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  padding: 20px;
  text-align: left;
}
.tm-table table tbody tr {
  transition: all 0.3s ease;
}
.tm-table table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
.tm-table table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  padding: 18px 20px;
}
.tm-table table tbody tr td > span {
  display: block;
  font-size: 11px;
}
.tm-table table tbody tr:hover {
  background-color: rgba(38, 171, 36, 0.06);
}
.tm-table.fancy-table {
  margin: 0 auto;
  max-width: 780px;
}
.tm-table.fancy-table table thead tr {
  background-color: transparent;
}
.tm-table.fancy-table table thead tr th {
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  padding: 20px 20px 0;
  text-align: left;
}
.tm-table.fancy-table table thead tr th.red {
  color: red;
}
.tm-table.fancy-table table thead tr th.small {
  font-size: 15px;
}
.tm-table.fancy-table table tbody tr {
  transition: all 0.3s ease;
}
.tm-table.fancy-table table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  padding: 18px 19px;
}
.tm-table.fancy-table table tbody tr td[data-title="Ask"],
.tm-table.fancy-table table tbody tr td[data-title="Bid"] {
  color: #51c153;
}
.tm-table.fancy-table table tbody tr td > span {
  display: block;
  font-size: 11px;
}
.tm-table.fancy-table table tbody tr td:first-child {
  font-size: 16px;
}
.tm-table.fancy-table table tbody tr td.red {
  color: red;
}
.tm-table.fancy-table table tbody tr td.small {
  font-size: 15px;
}
.tm-table.fancy-table table tbody tr.up td[data-title="Ask"],
.tm-table.fancy-table table tbody tr.up td[data-title="Bid"] {
  color: #51c153;
}
.tm-table.fancy-table table tbody tr.down td[data-title="Ask"],
.tm-table.fancy-table table tbody tr.down td[data-title="Bid"] {
  color: #f77676;
}
.tm-table.fancy-table table tbody tr:hover {
  background-color: transparent;
  box-shadow: 0 0 14px rgba(23, 106, 243, 0.08);
}
.tm-tab .tm-tav-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.tm-tab .tm-tav-nav .nav-item {
  color: rgba(0, 0, 0, 0.48);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin: 0 20px;
  position: relative;
  transition: all 0.3s ease;
}
.tm-tab .tm-tav-nav .nav-item.active-nav {
  color: #176af3;
}
.tm-tab .tm-tav-nav .nav-item.active-nav:after {
  background-color: #176af3;
  bottom: -25px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tm-tab .tm-tav-nav .nav-item.w-icon {
  align-items: center;
  display: flex;
}
.tm-tab .tm-tav-nav .nav-item.w-icon > img {
  margin-right: 20px;
  max-height: 28px;
}
@media (max-width: 768px) {
  .tm-tab .tm-tav-nav .nav-item {
    color: rgba(0, 0, 0, 0.48);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin: 0 5px;
    position: relative;
    transition: all 0.3s ease;
  }
  .tm-tab .tm-tav-nav .nav-item.w-icon > img {
    margin-right: 5px;
  }
}
.tm-tab .tab-content {
  display: none;
  padding-top: 60px;
}
.tab-nav-responsive {
  display: none;
}
.gird-with-icon {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
.gird-with-icon > div {
  flex: 1;
  padding: 0 20px;
  text-align: left;
}
.simple-card .icon-holder {
  height: 42px;
  margin-bottom: 24px;
}
.simple-card .icon-holder img {
  height: 42px;
  width: auto;
}
.simple-card h4 {
  font-size: 18px;
  margin: 0 0 20px;
}
.simple-card p {
  font-size: 15px;
}
.animated-languages {
  display: inline-block;
  height: 416px;
  margin: 0 auto;
  position: relative;
  width: 540px;
}
.animated-languages .lang-pop {
  background-color: #176af3;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.68);
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: 700;
  padding: 20px;
  position: absolute;
}
.animated-languages .lang-pop:before {
  border: 10px solid transparent;
  border-top-color: #176af3;
  bottom: -16px;
  content: "";
  left: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  position: absolute;
}
.animated-languages .lang-pop:after {
  background-color: #40dcfd;
  border-radius: 50%;
  bottom: -30px;
  content: "";
  height: 10px;
  left: calc(50% - 5px);
  left: -webkit-calc(50% - 5px);
  position: absolute;
  width: 10px;
}
.animated-languages .lang-pop.lang-en {
  bottom: 90px;
  right: 30px;
}
.animated-languages .lang-pop.lang-en:after,
.animated-languages .lang-pop.lang-en:before {
  left: auto;
  right: 20px;
}
.animated-languages .lang-pop.lang-en:after {
  right: 24px;
}
.animated-languages .lang-pop.lang-cn {
  right: 40px;
  top: 120px;
}
.animated-languages .lang-pop.lang-es {
  left: 166px;
  top: 122px;
}
.animated-languages .lang-pop.lang-me {
  direction: rtl;
  left: 266px;
  text-align: right;
  top: 166px;
}
.tm-condition-texts {
  margin-top: 24px;
}
.tm-condition-texts ul li {
  color: rgba(0, 0, 0, 0.68);
  font-size: 11px;
  margin-bottom: 15px;
}
.tm-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  width: auto;
}
.tm-card-wrapper > div {
  flex: 1;
  margin-bottom: 40px;
  padding: 0 25px;
}
.tm-card-wrapper.four-items,
.tm-card-wrapper.three-items {
  justify-content: center;
}
.tm-card-wrapper.four-items > div,
.tm-card-wrapper.three-items > div {
  flex: 0 0 25% !important;
}
.tm-card-wrapper.four-items > div > div,
.tm-card-wrapper.three-items > div > div {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .tm-card-wrapper.four-items > div,
  .tm-card-wrapper.three-items > div {
    flex: 1 1 50% !important;
  }
}
@media (max-width: 768px) {
  .tm-card-wrapper.four-items > div,
  .tm-card-wrapper.three-items > div {
    flex: 0 0 100% !important;
  }
}
.tm-card-wrapper.three-items {
  justify-content: flex-start;
}
.tm-card-wrapper.three-items > div {
  flex: 0 0 33.33% !important;
}
.flip-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px;
}
.flip-wrapper > div {
  flex: 0 0 20%;
  padding: 0 10px;
}
.flip-wrapper > div.more {
  color: #176af3;
  flex: 0 0 100%;
  font-size: 34px;
  font-weight: 700;
  margin-top: 34px;
}
.tm-flip-card {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.card-back,
.card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.card-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.tm-flip-card:hover .card-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.card-front {
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  overflow: hidden;
  position: relative;
}
.card-front .cfd-label,
.card-front .index-label {
  background-color: #fff;
  color: #176af3;
  font-size: 18px;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
}
.card-front .cfd-label:before,
.card-front .index-label:before {
  background-color: #176af3;
  border-radius: 48px;
  color: #fff;
  content: "CFD";
  font-size: 12px;
  left: 8px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 8px;
}
.card-front .index-label {
  background-color: #f5fdff;
  color: rgba(0, 0, 0, 0.68);
}
.card-front .index-label:before {
  background-color: #40dcfd;
  content: "Index";
  left: auto;
  right: 8px;
}
.card-front .flag {
  position: absolute;
  right: calc(50% - 14px);
  right: -webkit-calc(50% - 14px);
  top: calc(50% - 14px);
  top: -webkit-calc(50% - 14px);
  z-index: 5;
}
.flag {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  height: 28px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 28px;
}
.flag > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.flag > .nab-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.card-no-bg > div:last-child,
.card-no-bg > div:nth-last-child(2),
.card-no-bg > div:nth-last-child(3),
.card-no-bg > div:nth-last-child(4) {
  margin-bottom: 0;
}
.card-no-bg .icon-card {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.card-back {
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  display: flex;
  height: 100%;
  left: 0;
  padding: 25px 40px;
  position: absolute;
  top: 0;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  width: 100%;
}
.card-back p {
  font-size: 14px;
  margin: 0;
}
.tm-flip-card:hover .card-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.crypto-card .icon-card {
  height: auto;
  margin-bottom: 30px;
}
.has-buy-sell {
  flex: 0 0 100% !important;
  margin-bottom: 0 !important;
  max-width: 100%;
}
.has-buy-sell .tm-btn-wrapper {
  display: flex;
  margin: 0;
}
.has-buy-sell .tm-btn-wrapper > a {
  flex: 0 0 48%;
  line-height: 24px;
  margin: 0 3px 0 0;
  text-align: center;
}
.slider-calculation .toggle-filters {
  background-color: #666;
  border-radius: 5px;
  color: #eee;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
  min-width: 162px;
  padding: 15px 10px;
  text-align: center;
  transition: all 0.6s ease;
}
.slider-calculation .toggle-filters:hover {
  background-color: #932222;
  color: #fff;
}
.slider-calculation .slider {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  height: 4px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
.slider-calculation .slider .ui-slider-handle {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  height: 20px;
  margin-top: 10px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 20px;
}
.slider-calculation .slider .ui-widget-header {
  background-color: #176af3;
}
.slider-calculation .value {
  background-color: #666;
  border-radius: 5px;
  bottom: 30px;
  color: #fff;
  display: block;
  font-size: 11px;
  left: 50%;
  padding: 7px;
  position: absolute;
  transform: translateX(-50%);
}
.slider-calculation .value:after {
  border: 5px solid rgba(194, 225, 245, 0);
  border-top-color: #676f73;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.slider-calculation .ui-state-focus,
.slider-calculation .ui-state-hover {
  border-color: transparent !important;
}
body {
  background-image: url(../images/body-bg5681.jpg?e86970d59f573fbc55004baf960851ff);
  background-repeat: repeat-y;
  background-size: 100%;
}
.tm-main-header {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  transition: none;
  width: 100%;
  z-index: 99;
}
.tm-main-header .logo-row {
  flex-wrap: wrap;
  padding: 15px 0 10px;
}
.tm-main-header .flx {
  align-items: center;
}
.tm-main-header .tm-logo-holder > a {
  display: block;
}
.tm-main-header .tm-logo-holder > a img {
  max-width: 168px;
}
.tm-main-header .tm-btn-holder {
  margin-left: auto;
  width: auto;
}
.tm-main-header .tm-btn-holder .btn-rounded {
  margin-right: 4px;
}
.tm-main-header .sticky-header-nav,
.tm-main-header .sticky-header-nav-prime {
  background-color: #000850;
  left: 0;
  position: fixed;
  top: -100%;
  transition: all 0.3s ease;
  width: 100%;
}
.tm-main-header .sticky-header-nav {
  display: none;
}
.tm-main-header .sticky-header-nav-prime {
  display: block;
  padding: 0 20px;
}
nav {
  color: #fff;
  flex: 2;
  padding: 0 20px;
}
nav > div > ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
nav > div > ul > li {
  flex: 1 1 auto;
}
nav > div > ul > li > a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  white-space: nowrap;
}
nav > div > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.08);
}
nav > div > ul > li.has-submenu {
  position: relative;
}
nav > div > ul > li.has-submenu:before {
  border: 5px solid transparent;
  border-top-color: #fff;
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
}
nav > div > ul > li.has-submenu > .tm-submenu {
  background-color: #fff;
  box-shadow: 0 0 18px rgba(153, 172, 247, 0.18);
  display: block;
  left: 0;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 80px;
  transition: all 0.3s ease;
  z-index: 99;
}
nav > div > ul > li.has-submenu > .tm-submenu > li a {
  color: rgba(0, 0, 0, 0.68);
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
nav > div > ul > li.has-submenu > .tm-submenu > li:hover > a {
  background-color: rgba(0, 0, 0, 0.06);
  color: #176af3;
}
nav > div > ul > li.has-submenu:hover > .tm-submenu {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
.sticky-header-nav-prime > .flx {
  margin: 0 auto;
  max-width: 1224px;
}
.sticky-header-nav-prime nav {
  background-color: transparent;
  flex: 2;
  padding: 0 28px;
}
.sticky-header-nav-prime nav > div > ul > li > a {
  line-height: 60px;
}
.sticky-header-nav-prime nav > div > ul > li.has-submenu:before {
  top: 27px;
}
.sticky-header-nav-prime .responsive-logo-holder img {
  max-height: 34px;
}
.sticky-header-nav {
  background-color: #2284e6;
  padding: 12px 20px;
  top: 0;
}
.sticky-header-nav .responsive-logo-holder img {
  max-width: 180px;
}
.sticky-header-nav nav {
  background-color: rgba(23, 106, 243, 0.96);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sticky-header-nav nav .close-menu {
  cursor: pointer;
  font-size: 28px;
  height: 40px;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 40px;
  vertical-align: 40px;
  width: 40px;
}
.sticky-header-nav nav .close-menu i {
  color: #fff;
  font-size: 28px;
}
.sticky-header-nav nav .mobile-menu-items-wraper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0 auto;
  max-height: 100%;
  max-width: 600px;
  overflow-y: auto;
  padding: 200px 0;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul {
  border-right: 1px solid hsla(0, 0%, 100%, 0.18);
  display: block;
  flex-wrap: wrap;
  height: auto;
  position: relative;
  width: 300px;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li {
  flex: 0 0 100%;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li:before {
  display: none;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li a {
  font-size: 16px;
  line-height: 48px;
  padding-right: 40px;
  text-align: left;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
  background-color: transparent;
  border-right: none;
  display: block;
  height: 100%;
  left: 100%;
  max-height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 24px 24px 40px;
  pointer-events: none;
  top: 0;
  width: 260px;
  z-index: 999;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu li {
  padding: 5px 30px;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu li a {
  color: hsla(0, 0%, 100%, 0.68);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.sticky-header-nav
  nav
  .mobile-menu-items-wraper
  ul
  li
  .tm-submenu
  li:hover
  > a {
  background-color: transparent;
  color: #40dcfd;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li.has-submenu {
  position: static;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li.has-submenu > a {
  position: relative;
}
.sticky-header-nav nav .mobile-menu-items-wraper ul li.has-submenu > a:before {
  border: 5px solid transparent;
  border-left-color: #fff;
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
}
.sticky-header-nav
  nav
  .mobile-menu-items-wraper
  ul
  li.has-submenu:hover
  .tm-submenu {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.sticky-header-nav .login-btn {
  display: none;
}
.sticky-header-nav .get-started-btn {
  margin-top: 4px;
}
.logo-row,
.nav-row {
  opacity: 1;
  transition: all 0.3s ease;
}
.tm-sticky .logo-row,
.tm-sticky > .nav-row {
  display: none;
}
.tm-sticky .sticky-header-nav-prime {
  top: 0;
}
.logo-icon {
  background-color: #f7f7f7;
  height: 64px;
  width: 64px;
}
.logo-icon a {
  display: block;
  height: 100%;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.logo-icon a > img {
  max-width: 45px;
}
.lang-trigger {
  background-color: #1588ec;
  border-radius: 68px;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 34px;
  min-width: 34px;
  padding: 0 20px 0 12px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.lang-trigger:after {
  border: 4px solid transparent;
  border-top-color: #fff;
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
}
.lang-trigger > img {
  margin-right: 5px;
  max-width: 15px;
  vertical-align: middle;
}
.lang-trigger:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}
.tm-main-banner {
  background-color: #176af3;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.tm-main-banner > .tm-container {
  align-items: center;
  height: 100%;
  padding: 140px 0 35px;
}
.tm-main-banner .fall-back-vid {
  display: none;
  height: 484px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.24;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.tm-main-banner video {
  height: 1080px;
  left: 0;
  opacity: 0.28;
  position: absolute;
  top: 0;
  width: 1920px;
  z-index: 0;
}
.tm-main-banner .banner-img-fallback {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tm-main-banner .banner-img-fallback > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.banner-img {
  padding-top: 20px;
}
@media (min-width: 1260px) {
  .banner-img {
    padding-top: 63px;
  }
}
@media (max-width: 1024px) {
  .tm-main-banner .fall-back-vid {
    display: block;
  }
  .tm-main-banner video {
    display: none;
  }
}
.tm-main-banner.has-bg-image {
  background-image: url(../images/home-banner-img04d6.jpg?ea9fb01ea6fb867d502fc97654fb426b);
  background-size: cover;
}
.tm-main-banner {
  display: inline-block;
  width: 100%;
}
.tm-main-banner .tm-banner-content {
  color: #fff;
  flex: 1;
  font-size: 13px;
  max-width: 574px;
  min-width: 574px;
  position: relative;
  vertical-align: top;
}
.tm-main-banner .tm-banner-content h1 {
  color: #fff;
  font-size: 48px;
  text-shadow: #216eb7 0 0 15px;
}
.tm-main-banner .tm-banner-content h1 span {
  color: #a6fdf5;
}
.tm-main-banner .tm-banner-content .tm-btn-wrapper {
  margin-top: 40px;
}
.tm-main-banner .tm-banner-content .tm-btn-wrapper .btn-big {
  margin-right: 15px;
}
.tm-main-banner .tm-banner-content .tm-btn-wrapper a.text-link {
  color: hsla(0, 0%, 100%, 0.98);
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  text-shadow: rgba(0, 0, 0, 0.24) 0 0 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.tm-main-banner .tm-banner-content .tm-btn-wrapper a.text-link:hover {
  color: #fff;
}
.tm-main-banner .tm-banner-img {
  align-self: center;
  flex: 1;
}
.tm-main-banner .tm-banner-img .perspective-view {
  perspective: 1000px;
  position: relative;
}
.tm-main-banner .tm-banner-img img {
  max-width: 650px;
  width: auto;
}
.box {
  height: 400px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.67, 1.15, 0.8, 1.1);
  width: 100%;
  will-change: transform;
}
.box .layers {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.box .layer1 {
  left: 76px;
  top: 38px;
  transform: translateZ(100px) scale(0.9);
}
.box .layer2 {
  top: 210px;
  transform: translateZ(200px) scale(0.8);
}
.ea-anim {
  height: 508px;
  left: -20%;
  position: relative;
  width: 804px;
}
.ea-anim > img {
  position: absolute;
}
.ea-anim > img:nth-child(2) {
  left: 135px;
  top: 81px;
  width: 535px;
}
.tm-live-price-stripe {
  background-color: #0e79db;
}
.tm-live-price-stripe .select-product > span.active-product {
  background-color: hsla(0, 0%, 100%, 0.14);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 200;
  padding: 20px 40px 20px 20px;
  position: relative;
  text-transform: uppercase;
}
.tm-live-price-stripe .select-product > span.active-product:after {
  border: 5px solid transparent;
  border-top-color: #40dcfd;
  content: "";
  position: absolute;
  right: 18px;
  top: 27px;
}
.tm-live-price-stripe .liveprice {
  border-right: 1px solid hsla(0, 0%, 100%, 0.18);
  color: #fff;
  padding: 10px;
}
.tm-live-price-stripe .liveprice h5 {
  color: #40dcfd;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}
.tm-live-price-stripe .liveprice h5 > img {
  margin: 0 10px 0 4px;
}
.tm-live-price-stripe .liveprice h5 .percent-change {
  display: inline-block;
  font-size: 10px;
}
.tm-live-price-stripe .liveprice .ask,
.tm-live-price-stripe .liveprice .bid {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.tm-live-price-stripe .liveprice .spread {
  margin: 0 10px 0 0;
}
.tm-live-price-stripe .liveprice .spread > span {
  color: hsla(0, 0%, 100%, 0.58);
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.tm-live-price-stripe .liveprice .spread h4 {
  font-size: 22px;
}
.tm-live-price-stripe .liveprice.rise .ask,
.tm-live-price-stripe .liveprice.rise .bid,
.tm-live-price-stripe .liveprice.rise h5 .percent-change {
  color: #c1fe85;
}
.tm-live-price-stripe .liveprice.fall .ask,
.tm-live-price-stripe .liveprice.fall .bid,
.tm-live-price-stripe .liveprice.fall h5 .percent-change {
  color: #fe8b85;
}
.banner-right {
  align-self: center;
  flex: 1;
  padding-left: 60px;
  width: 100%;
}
.tm-live-quotes {
  border-radius: 18px;
  color: inherit;
  padding: 28px;
  width: 100%;
}
.tm-live-quotes .tm-tab-nav {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.tm-live-quotes .tm-tab-nav li {
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  margin-right: 40px;
  position: relative;
  transition: all 0.3s ease;
}
.tm-live-quotes .tm-tab-nav li:after {
  background-color: #40dcfd;
  bottom: -11px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0;
}
.tm-live-quotes .tm-tab-nav li.active-li {
  color: #40dcfd;
  text-shadow: #43d2fd 0 0 14px;
}
.tm-live-quotes .tm-tab-nav li.active-li:after {
  width: 100%;
}
.tm-live-quotes .tm-tab-nav li:hover {
  color: #fff;
}
.tm-live-quotes .tm-price-row {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.tm-live-quotes .tm-price-row > div {
  flex: 0 0 20%;
}
.tm-live-quotes .tm-price-row > div:last-child {
  margin-left: auto;
  text-align: right;
}
.tm-live-quotes .tm-price-row h4 {
  font-size: 14px;
  opacity: 0.8;
}
.tm-live-quotes .tm-price-row .sub-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
}
.tm-live-quotes .tm-price-row label {
  font-size: 14px;
  font-weight: 700;
}
.tm-live-quotes .tm-price-row label.big-txt {
  font-size: 16px;
}
.tm-live-quotes .tm-price-row label.up {
  color: #c1fe85;
  text-shadow: hsla(90, 98%, 76%, 0.68) 0 0 8px;
}
.tm-live-quotes .tm-price-row label.down {
  color: #f5b289;
  text-shadow: hsla(23, 84%, 75%, 0.68) 0 0 8px;
}
.tm-live-quotes .tm-price-row label.big-txt {
  color: #fff;
}
.tm-banner-live-quotes {
  background-color: rgba(0, 0, 0, 0.68);
  background-position: 50%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  width: 100%;
  z-index: 4;
}
.tm-banner-live-quotes .tm-tab-nav li {
  color: hsla(0, 0%, 100%, 0.68);
}
.tm-banner-live-quotes .accordion-head {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.28);
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.tm-banner-live-quotes .accordion-head:after {
  border: 5px solid transparent;
  border-top-color: #fff;
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
}
.tm-banner-live-quotes .accordion-head.active-header {
  color: #40dcfd;
  text-shadow: #43d2fd 0 0 14px;
}
.tm-banner-live-quotes .accordion-head.active-header:after {
  border-color: transparent transparent #40dcfd;
  top: 6px;
}
.tm-tab-content {
  display: none;
}
.tm-pricing-table-content-wrap {
  height: 308px;
  overflow-y: auto;
}
.tm-keys {
  background-color: #115cc6;
  border-top: 1px solid hsla(0, 0%, 100%, 0.14);
  color: #fff;
  margin-top: -5px;
  padding: 15px 0;
}
.tm-keys .flx {
  flex-wrap: wrap;
}
.tm-keys .flx > div {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.tm-keys .flx > div > span {
  display: block;
}
.tm-keys .flx > div > span.icon {
  margin-bottom: 5px;
}
.tm-keys .flx > div > span.icon img {
  height: 22px;
  width: auto;
}
.tm-keys .flx > div > span.key-value {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tm-keys .flx > div > span.key-label {
  color: hsla(0, 0%, 100%, 0.68);
  font-size: 12px;
  font-weight: 700;
}
.blue-card {
  background-color: #176af3;
  border-radius: 16px;
  bottom: 0;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.44);
  height: 254px;
  position: absolute;
  right: 140px;
  width: 346px;
  z-index: 5;
}
.blue-card .b-card-head {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  padding: 15px 25px;
}
.blue-card .b-card-head h3 {
  font-size: 24px;
  font-weight: 700;
  opacity: 0.68;
}
.blue-card .b-card-head h3,
.blue-card .b-card-head span {
  flex: 1;
}
.blue-card .b-card-body {
  color: #fff;
  text-align: left;
}
.blue-card .b-card-body > div {
  flex: 1;
  padding: 25px;
}
.blue-card .b-card-body > div .live-val {
  font-size: 28px;
  opacity: 1;
}
.blue-card .b-card-foot {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.08);
  padding: 25px;
}
.blue-card .b-card-foot > div {
  flex: 1;
}
.blue-card .b-card-foot .spread {
  text-align: left;
}
.blue-card .b-card-foot .spread h4 {
  color: #fff;
  text-transform: uppercase;
}
.blue-card .b-card-foot .spread h4 span {
  font-size: 40px;
  font-weight: 400;
  vertical-align: middle;
}
.blue-card .b-card-foot .btn-buy,
.blue-card .b-card-foot .btn-sell {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
}
.blue-card.rise .b-card-body > div .live-val {
  color: #c1fe85;
}
.blue-card.fall .b-card-body > div .live-val {
  color: #f5b289;
}
.card-shadow {
  bottom: -20px;
  position: absolute;
  right: 130px;
}
.price-cards {
  padding-bottom: 80px;
  position: relative;
  text-align: right;
}
.price-cards > img {
  display: inline-block;
  vertical-align: top;
}
.price-cards > img.card-gold {
  margin-top: 60px;
}
.price-cards .fiber-big {
  bottom: 60px;
  position: absolute;
  right: 90px;
  width: 471px;
  z-index: 6;
}
.tm-deposit-section .tm-content.left {
  background-color: rgba(0, 0, 0, 0.08);
  margin-left: -25%;
  margin-right: 80px;
  min-height: 400px;
  text-align: right;
  width: 150%;
}
.tm-deposit-section .tm-content.left .content-item {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.tm-deposit-section .tm-content.left:before {
  left: auto;
  right: -50px;
}
.animate-area {
  display: inline-block;
  height: 416px;
  position: relative;
  width: 540px;
}
.animate-area .dot-lines {
  display: none;
  position: absolute;
}
.animate-area .dot-lines.line-1 {
  left: 134px;
  top: 65px;
}
.animate-area .dot-lines.line-2 {
  left: 158px;
  top: 68px;
}
.animate-area .dot-lines.line-3 {
  left: 188px;
  top: 85px;
}
.animate-area .dot-lines.line-4 {
  left: 216px;
  top: 54px;
}
.animate-area .dot-lines.line-5 {
  left: 265px;
  top: 90px;
}
.animate-area .dot-lines.line-6 {
  left: 294px;
  top: 98px;
}
.animate-area .dot-lines.line-7 {
  left: 261px;
  top: 84px;
}
.animate-area .dot-lines.line-8 {
  left: 314px;
  top: 82px;
}
.animate-area .dot-lines.line-9 {
  left: 304px;
  top: 84px;
}
.animate-area .dot-lines.line-10 {
  left: 314px;
  top: 82px;
}
.animate-area .method-icons {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.bank-logos {
  margin-top: 34px;
}
.tm-trading-platforms {
  background-color: #f9f9f9;
  background-position: 100% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.tm-trading-platforms .flx {
  align-items: center;
}
.tm-trading-platforms .content-item {
  position: relative;
}
.tm-platform-logos {
  margin-top: 30px;
}
.tm-platform-logos a {
  display: inline-block;
  margin-right: 34px;
  text-decoration: none;
}
.tm-platform-logos img {
  max-width: 50px;
}
.tm-product-section {
  background-image: url(../images/product-section-bg4cde.png?91a69e386a79b0e7eb4280098c1d6e26);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  max-height: 848px;
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
}
.tm-product-section .item {
  height: 100%;
  text-align: center;
}
.tm-product-section .tm-content {
  padding-bottom: 0;
  position: relative;
}
.tm-product-section .tm-product-card {
  background-color: hsla(0, 0%, 100%, 0.14);
  border-radius: 14px;
  display: inline-block;
  height: 100%;
  max-width: 260px;
  min-height: 357px;
  padding: 40px 34px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;
}
.tm-product-section .tm-product-card .product-icon {
  margin-bottom: 35px;
}
.tm-product-section .tm-product-card .product-icon img {
  height: 50px;
  width: auto;
}
.tm-product-section .tm-product-card h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
.tm-product-section .tm-product-card p {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 24px;
}
.tm-product-section .tm-product-card p a {
  color: #fff;
}
.tm-product-section .tm-product-card .card-more-btn {
  bottom: 40px;
  display: inline-block;
  left: 34px;
  position: absolute;
}
.tm-product-section .tm-product-card .card-more-btn img {
  max-width: 25px;
  opacity: 0.66;
  transition: all 0.3s ease;
}
.tm-product-section .tm-product-card .card-more-btn:hover img {
  opacity: 1;
}
.tm-product-section .tm-product-card:hover {
  background-color: #4ca6ff;
  box-shadow: 0 0 14px rgba(131, 129, 215, 0.06);
}
.tm-product-section .owl-nav {
  bottom: 45%;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
.tm-product-section .owl-nav .owl-next,
.tm-product-section .owl-nav .owl-prev {
  background: hsla(0, 0%, 100%, 0.24) !important;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.tm-product-section .owl-nav .owl-next i,
.tm-product-section .owl-nav .owl-prev i {
  font-size: 14px;
}
.tm-product-section .owl-nav .owl-next.disabled,
.tm-product-section .owl-nav .owl-prev.disabled {
  background: hsla(0, 0%, 100%, 0.1) !important;
  cursor: default;
}
.tm-product-section .owl-nav .owl-next.disabled i,
.tm-product-section .owl-nav .owl-prev.disabled i {
  color: hsla(0, 0%, 100%, 0.28);
}
.tm-product-section .owl-nav .owl-next {
  margin-left: auto;
  margin-right: -34px;
}
.tm-product-section .owl-nav .owl-prev {
  margin-left: -34px;
}
.tm-section-cutting-edge {
  overflow: hidden;
}
.tm-section-cutting-edge .flx {
  align-items: center;
}
.tm-section-cutting-edge .tm-content {
  padding-right: 40px;
  text-align: right;
}
.tm-clients-logos {
  height: 180px;
  overflow: hidden;
  padding-top: 26px;
}
#tm-clients .item {
  text-align: center;
}
#tm-clients .item > img {
  margin: 0 auto;
  max-width: 180px;
}
.tm-insight-section {
  background-color: #eafef9;
}
.tm-insight-section .flx {
  align-items: center;
}
.tm-insight-section .tm-content:before {
  left: auto;
  right: 184px;
  top: 23%;
}
.tm-insight-section .insight-screens {
  position: relative;
}
.tm-insight-section .insight-screens .laptop-screen {
  margin-left: -20%;
}
.tm-insight-section .insight-screens .mobile-screen {
  bottom: 14px;
  position: absolute;
  right: 96px;
}
.tm-insight-section .insight-screens .insight-logo {
  left: auto;
  position: absolute;
  right: 86px;
  top: 104px;
}
.tm-innovate-section {
  margin-top: 100px;
  overflow-x: hidden;
}
.tm-innovate-section .flx {
  align-items: center;
}
.tm-innovate-section .tm-content {
  position: relative;
}
.tm-innovate-section .tm-content.right {
  background-color: #c0eafd;
  margin-left: 80px;
  margin-right: -25%;
  min-height: 400px;
  padding: 60px 0 0;
  text-align: center;
  width: 150%;
}
.tm-innovate-section .tm-content.right .content-item {
  display: inline-block;
  max-width: 668px;
  text-align: left;
  width: 100%;
}
.tm-innovate-section .tm-content.right:before {
  left: -50px;
}
.tm-innovate-section .tm-content img:nth-child(2),
.tm-innovate-section .tm-content img:nth-child(3),
.tm-innovate-section .tm-content img:nth-child(4) {
  left: 0;
  position: absolute;
  top: 0;
}
.tm-innovate-section .tm-content img:nth-child(2) {
  left: 154px;
  top: 130px;
}
.tm-innovate-section .tm-content img:nth-child(3) {
  left: 248px;
  top: 178px;
}
.tm-innovate-section .tm-content img:nth-child(4) {
  left: 136px;
  top: 238px;
}
.tm-partners {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 0;
}
.tm-partners .tm-btn-wrapper {
  padding-bottom: 20px;
  text-align: center;
}
.st0 {
  fill: none;
  stroke: #1366f2;
  stroke-width: 2;
  stroke-miterlimit: 2.6131;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  -webkit-animation: dash 5s linear infinite alternate;
  animation: dash 5s linear infinite alternate;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.cls-1 {
  fill: none;
  stroke: #1366f2;
  stroke-width: 1.4;
  stroke-miterlimit: 10.6131;
  stroke-dasharray: 6;
  stroke-dashoffset: 900;
  -webkit-animation: dash2 5s linear infinite;
  animation: dash2 5s linear infinite;
}
@-webkit-keyframes dash2 {
  0% {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 600;
  }
}
@keyframes dash2 {
  0% {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 600;
  }
}
#line-1,
#line-2,
#line_Four,
#line_eight,
#line_five,
#line_nine,
#line_seven,
#line_six,
#line_ten,
#line_three {
  fill: none;
}
.c-dashed-line__path {
  fill: none;
  stroke: #1366f2;
  stroke-dasharray: 940;
  stroke-dashoffset: 940;
  stroke-width: 2;
  -webkit-animation: c-dashed-line-path 3s ease-in-out infinite alternate;
  animation: c-dashed-line-path 3s ease-in-out infinite alternate;
}
.c-dashed-line__dash {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 6, 4;
  stroke-width: 10;
}
@-webkit-keyframes c-dashed-line-path {
  0% {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes c-dashed-line-path {
  0% {
    stroke-dashoffset: 900;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.partner-draw {
  margin-bottom: -60px;
  position: relative;
  width: 500px;
}
footer > .flx > div {
  flex: 1;
  padding-right: 20px;
}
footer > .flx > div p {
  color: rgba(0, 0, 0, 0.68);
  margin: 0 0 14px;
}
footer > .flx .footer-infos > img {
  margin-bottom: 24px;
}
footer > .flx .footer-infos p {
  color: rgba(0, 0, 0, 0.68);
  margin: 0 0 14px;
}
footer > .flx .footer-infos .address address {
  font-style: normal;
  padding-left: 80px;
}
footer > .flx .footer-infos .address address > p {
  display: flex;
}
footer > .flx .footer-infos .address address > p span {
  display: inline-block;
  line-height: 28px;
  margin-top: -5px;
  padding-left: 24px;
}
footer > .flx .footer-logo {
  max-width: 200px;
}
footer > .flx .footer-link {
  flex: 1;
}
footer > .flx .footer-link a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer > .flx .footer-link a:hover {
  color: #176af3;
}
footer > .flx .footer-link ul {
  display: inline-block;
  flex-wrap: wrap;
}
footer > .flx .footer-link ul li {
  padding: 0 0 15px;
}
footer > .flx .footer-disclaimer {
  flex: 0 0 100%;
  margin-top: 60px;
}
footer > .flx .footer-disclaimer h4 {
  font-size: 16px;
  margin: 0 0 15px;
}
footer > .flx .footer-disclaimer p {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.68;
}
footer > .flx .footer-disclaimer .flx > div {
  flex: 1;
  max-width: 50%;
}
footer > .flx .footer-disclaimer .flx > div:first-child {
  padding-right: 50px;
}
footer > .flx .tm-copyright {
  flex: 0 0 100%;
  font-size: 12px;
  margin-top: 24px;
  opacity: 0.5;
}
.tm-section.inr.tm-mission {
  padding-bottom: 0;
}
.tm-section.inr.tm-mission .flx-two-col {
  margin-left: 0;
  margin-right: 0;
}
.stat-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.stat-card-wrapper > div {
  flex: 1;
  margin: 0 8px;
}
.v-flex {
  display: flex;
  flex-direction: column;
}
.v-flex .tm-btn-wrapper {
  margin-top: auto;
}
.v-flex h4 {
  color: #176af3;
}
.tm-regulations {
  background-color: #e9f7fd;
  padding: 100px 0;
}
.tm-regulations .stat-card-wrapper .stat-card {
  margin: 0 12px;
  max-width: 100%;
}
.tm-regulations .stat-card-wrapper .stat-card .icon-holder {
  border: 4px solid rgba(23, 106, 243, 0.08);
  overflow: hidden;
}
.tm-regulations .stat-card-wrapper .stat-card .icon-holder > img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.tm-regulations .stat-card-wrapper .stat-card h5 {
  font-size: 24px;
  font-weight: 700;
}
.tm-regulations .stat-card-wrapper .stat-card p {
  font-size: 14px;
}
.tm-timeline {
  background-color: #176af3;
  color: #fff;
  overflow: hidden;
  padding: 100px 0;
}
.tm-timeline .time-line-wrapper {
  margin-top: 60px;
}
#tm-timelines {
  margin-top: 50px;
}
#tm-timelines .owl-nav {
  bottom: 45%;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
#tm-timelines .owl-nav .owl-next,
#tm-timelines .owl-nav .owl-prev {
  background: hsla(0, 0%, 100%, 0.24) !important;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
#tm-timelines .owl-nav .owl-next i,
#tm-timelines .owl-nav .owl-prev i {
  font-size: 14px;
}
#tm-timelines .owl-nav .owl-next.disabled,
#tm-timelines .owl-nav .owl-prev.disabled {
  background: hsla(0, 0%, 100%, 0.1) !important;
  cursor: default;
}
#tm-timelines .owl-nav .owl-next.disabled i,
#tm-timelines .owl-nav .owl-prev.disabled i {
  color: hsla(0, 0%, 100%, 0.28);
}
#tm-timelines .owl-nav .owl-next {
  margin-left: auto;
  margin-right: -34px;
}
#tm-timelines .owl-nav .owl-prev {
  margin-left: -34px;
}
#tm-timelines .tm-tl-card .circle {
  background-color: #40dcfd;
  border: 4px solid #40dcfd;
  border-radius: 50%;
  height: 14px;
  left: calc(50% - 7px);
  position: absolute;
  top: 74px;
  width: 14px;
}
#tm-timelines .tm-tl-card:before {
  border-top: 1px dashed hsla(0, 0%, 100%, 0.14);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
}
#tm-timelines .tm-tl-card .year-label {
  color: rgba(0, 0, 0, 0.68);
}
#tm-timelines .tm-tl-card p {
  color: #fff;
  opacity: 0.8;
}
#tm-timelines .tm-tl-card ul {
  margin-top: 0;
}
#tm-timelines .tm-tl-card ul li {
  color: hsla(0, 0%, 100%, 0.68);
}
#tm-timelines .tm-tl-card ul li:before {
  background-color: #40dcfd;
}
.time-line-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.time-line-wrapper .tm-tl-card {
  flex: 0 0 33.33%;
}
.tm-liquidity-provider {
  background-color: #fff;
  padding: 100px 0;
}
.tm-liquidity-provider .tm-container {
  flex-wrap: wrap;
  justify-content: center;
}
.tm-liquidity-provider .tm-container .lp-list {
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 0;
}
.tm-liquidity-provider .tm-container .lp-list .liq-logo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  flex: 0 0 20%;
  text-align: center;
}
.tm-liquidity-provider .tm-container .lp-list .liq-logo:last-child,
.tm-liquidity-provider .tm-container .lp-list .liq-logo:nth-child(5n) {
  border-right: none;
}
.capital-safety .icon-holder {
  margin-bottom: 15px;
}
.capital-safety h3 {
  color: #176af3;
  font-size: 22px;
  line-height: 1.2;
}
.capital-safety p {
  font-size: 16px;
}
.system-requirement h4 {
  margin: 0 0 15px;
}
.small-ul-li li {
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.small-ul-li li:before {
  background-color: #176af3;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 5px;
}
.tm-download-section .flx-two-col {
  align-items: flex-start;
}
.account-table {
  display: flex;
  flex-wrap: wrap;
}
.account-table .account-name {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  flex: 1;
  max-width: 248px;
  padding: 40px;
  text-align: center;
}
.account-table .account-name.premium-acc {
  background-color: #ecf9fe;
}
.account-table .account-name.vip-acc {
  background-color: #f0f4b7;
}
.account-table .account-name .flx {
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.account-table .account-name h3 {
  color: #176af3;
}
.account-table .account-name p {
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
}
.account-table .tm-account-table {
  background-image: url(../images/map-dotsfdb0.png?927b81f858d4fd2c4a46869286428dfe);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  flex: 2;
  padding: 40px;
  width: 100%;
}
.account-table .tm-account-table table {
  width: 100%;
}
.account-table .tm-account-table table tr th {
  color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
}
.account-table .tm-account-table table tr td {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  padding: 12px 20px;
}
.ask-change,
.bid-change,
.pip-value {
  display: inline-block;
  margin-left: 15px;
}
.LP-chart {
  background-image: url(../images/lp-chart-bgcd5c.png?07cb631a71abc44d86c00a0b2ebf9a5c);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 594px;
  position: relative;
  width: 612px;
}
.LP-chart .abs-img {
  position: absolute;
  z-index: 9;
}
.LP-chart .abs-img.lp-1 {
  left: 105px;
  top: 0;
}
.LP-chart .abs-img.lp-2 {
  left: 15px;
  top: 170px;
}
.LP-chart .abs-img.lp-3 {
  right: 105px;
  top: 0;
}
.LP-chart .abs-img.lp-4 {
  right: 15px;
  top: 170px;
}
.LP-chart .abs-img.tm-aggregator {
  left: calc(50% - 56px);
  left: -webkit-calc(50% - 56px);
  top: 223px;
}
.LP-chart .abs-img.bid-card {
  background-color: #176af3;
  color: #fff;
  left: 174px;
}
.LP-chart .abs-img.ask-card,
.LP-chart .abs-img.bid-card {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  top: 374px;
  width: 117px;
}
.LP-chart .abs-img.ask-card {
  background-color: #78f78b;
  color: rgba(0, 0, 0, 0.68);
  right: 174px;
}
.LP-chart .abs-img.pips-card {
  background-color: #f7f7f7;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 11px;
  font-weight: 700;
  left: calc(50% - 54px);
  left: -webkit-calc(50% - 54px);
  line-height: 1.2;
  padding: 10px 0;
  text-align: center;
  top: 424px;
  width: 108px;
}
.LP-chart .abs-img.pips-card > span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-left: 0;
}
.LP-chart .abs-img.down-terminal-arrow {
  -webkit-animation: blink-down 0.6s linear infinite;
  animation: blink-down 0.6s linear infinite;
  left: calc(50% - 7px);
  left: -webkit-calc(50% - 7px);
  top: 470px;
}
.LP-chart .abs-img.client-terminal {
  left: calc(50% - 133px);
  left: -webkit-calc(50% - 133px);
  top: 500px;
}
.LP-chart .abs-img.client-terminal-home {
  left: calc(50% - 50px);
  left: -webkit-calc(50% - 50px);
  top: 500px;
}
@-webkit-keyframes blink-down {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(5px);
  }
}
@keyframes blink-down {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(5px);
  }
}
.lp-lines {
  position: absolute;
  z-index: 5;
}
.lp-lines .cls-1 {
  stroke: #e5e5e5;
}
.lp-lines.lp1-bid-line {
  left: 258px;
  top: 84px;
}
.lp-lines.lp1-bid-line .cls-1 {
  stroke: #1366f2;
}
.lp-lines.lp1-ask-line {
  left: 238px;
  top: 140px;
}
.lp-lines.lp2-bid-line {
  left: 168px;
  top: 242px;
}
.lp-lines.lp2-ask-line {
  left: 168px;
  top: 296px;
}
.lp-lines.lp3-bid-line {
  right: 250px;
  top: 84px;
}
.lp-lines.lp3-ask-line {
  right: 256px;
  top: 140px;
}
.lp-lines.lp3-ask-line .cls-1 {
  stroke: #47e25e;
}
.lp-lines.lp4-bid-line {
  right: 168px;
  top: 242px;
}
.lp-lines.lp4-ask-line {
  right: 168px;
  top: 296px;
}
.lp-lines.aggregate-bid {
  left: 212px;
  top: 340px;
}
.lp-lines.aggregate-ask {
  right: 212px;
  top: 340px;
}
.cls-3 {
  fill: none;
  stroke: #ddd;
  stroke-width: 1.4;
  stroke-miterlimit: 10.6131;
  stroke-dasharray: 6;
  -webkit-animation: dash2 5s linear infinite;
  animation: dash2 5s linear infinite;
}
.cls-1 {
  -webkit-animation: dash3 5s linear infinite;
  animation: dash3 5s linear infinite;
}
@-webkit-keyframes dash3 {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 800;
  }
}
@keyframes dash3 {
  0% {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 800;
  }
}
.lp4-ask-line .cls-3,
.lp4-bid-line .cls-3 {
  -webkit-animation: dash3 5s linear infinite;
  animation: dash3 5s linear infinite;
}
.aggregate-bid .cls-3 {
  stroke: #1366f2;
}
.aggregate-ask .cls-3 {
  stroke: #26ab24;
}
.card-wrp {
  height: 184px;
  padding: 20px;
  width: 174px;
}
.card-wrp .lp-card {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 10px;
  width: 100%;
}
.card-wrp .lp-card .card-label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.scene-1 .lp1-bid-line .cls-3 {
  stroke: #1366f2;
}
.scene-1 .lp3-ask-line .cls-3 {
  stroke: #26ab24;
}
.scene-2 .lp2-bid-line .cls-3 {
  stroke: #1366f2;
}
.scene-2 .lp3-ask-line .cls-3 {
  stroke: #26ab24;
}
.scene-3 .lp2-bid-line .cls-3 {
  stroke: #1366f2;
}
.scene-3 .lp4-ask-line .cls-1 {
  stroke: #26ab24;
}
.scene-4 .lp1-bid-line .cls-3 {
  stroke: #1366f2;
}
.scene-4 .lp4-ask-line .cls-1 {
  stroke: #26ab24;
}
.tag-subname {
  color: rgba(0, 0, 0, 0.48);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.tag-subname:before {
  background-color: #176af3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  width: 6px;
}
.why-us-stats > .stat-card {
  max-width: none;
}
.section-protection {
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.section-protection .tm-container {
  position: relative;
  z-index: 2;
}
.section-protection-bg {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-protection h2 {
  color: #176af3;
}
.section-protection .gird-with-icon {
  margin-top: 80px;
}
.section-protection .legal-docs-list {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .section-assistance .gird-with-icon {
    margin-top: 80px;
  }
}
.legal-doc-list-bg {
  background-image: url(../images/logal-doc-bg854c.jpg?afeca8af8d1876597736c45f81750f58);
  background-position: 50%;
  background-size: cover;
}
.legal-docs-list {
  margin-top: 0;
}
.legal-docs-list > div {
  flex: 0 0 33.33%;
  margin-bottom: 60px;
}
.legal-docs-list > div .simple-card {
  background-color: #fff;
  border-radius: 14px;
  display: inline-block;
  height: 100%;
  padding: 40px 24px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.markets-icon {
  display: inline-block;
  margin-bottom: 20px;
}
.markets-icon img {
  max-width: 50px;
}
.tm-page-nav {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  left: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 60px;
  width: 100%;
  z-index: 98;
}
.tm-page-nav .page-list > a {
  color: rgba(0, 0, 0, 0.68);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  padding: 0 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tm-page-nav .page-list > a.active-page,
.tm-page-nav .page-list > a:hover {
  color: #176af3;
}
.tm-inst-pairs .tm-table,
.tm-product-facts .tm-card-wrapper {
  margin-top: 40px;
}
.tm-inst-pairs .tm-table h4 {
  color: #176af3;
  font-size: 22px;
  margin-bottom: 5px;
}
.tm-inst-pairs .tm-table p {
  font-size: 14px;
  margin-bottom: 24px;
  margin-top: 0;
}
.tm-trading-account-card .icon-card {
  max-width: 100%;
  position: relative;
}
.tm-trading-account-card .icon-card .ribbon {
  background-color: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  left: -30px;
  line-height: 28px;
  padding: 0 40px;
  position: absolute;
  text-transform: uppercase;
  top: 24px;
  transform: rotate(-45deg);
}
.tm-trading-account-card .icon-card .tm-card-title {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.tm-trading-account-card .icon-card .tm-card-title > span {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.tm-trading-account-card .icon-card .tm-card-title > span:nth-child(3) {
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
}
.tm-trading-account-card .icon-card .tm-card-title h4 {
  color: #176af3;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
.tm-trading-account-card .icon-card .tm-card-title h4 > span {
  font-size: 22px;
  font-weight: 600;
}
.tm-trading-account-card .icon-card .feat-row {
  display: flex;
  margin-bottom: 15px;
}
.tm-trading-account-card .icon-card .feat-row > span {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.tm-trading-account-card .icon-card .feat-row > span:nth-child(2) {
  font-size: 16px;
  margin-left: auto;
}
.tm-trading-account-card .icon-card .tm-btn-wrapper > a {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.tm-trading-account-card .icon-card.classic,
.tm-trading-account-card .icon-card.edge {
  background-color: #fff;
  overflow: hidden;
}
.tm-trading-account-card .icon-card.edge {
  background-color: #ecf9fe;
}
.tm-trading-account-card .icon-card.edge .ribbon {
  background-color: #176af3;
  left: -38px;
  padding: 0 60px;
  top: 24px;
}
.tick img {
  max-width: 16px;
}
.tm-quiz {
  margin-top: 20px;
}
.tm-quiz .qtn-sectn {
  display: none;
}
.tm-quiz h5 {
  font-size: 20px;
  margin-bottom: 28px;
}
.tm-quiz .answers-options {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.tm-quiz .answers-options > div {
  padding-right: 24px;
  position: relative;
}
.tm-quiz .answers-options input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}
.tm-quiz .answers-options label {
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
  z-index: 5;
}
.tm-quiz .answers-options label:before {
  background-color: #fff;
  border: 5px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 10px;
}
.tm-quiz .answers-options input[type="radio"]:checked + label:before {
  border-color: #176af3;
}
.quiz-result {
  display: none;
}
.quiz-result h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  margin-bottom: 28px;
}
.quiz-result h3 > span {
  display: inline-block;
  margin-left: 5px;
}
.quiz-result h3 > span.result-value {
  display: inline-block;
  font-size: 22px;
}
.quiz-result .tm-btn-wrapper {
  margin-top: 15px;
}
.tm-table.compare-table table thead tr {
  background-color: transparent;
}
.tm-table.compare-table table thead tr th:nth-last-child(2) {
  background-color: #ecf9fe;
}
.tm-table.compare-table table thead tr th:last-child {
  background-color: rgba(0, 0, 0, 0.02);
}
.tm-table.compare-table table thead tr th .label-classic,
.tm-table.compare-table table thead tr th .label-edge {
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 48px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 28px;
}
.tm-table.compare-table table thead tr th .label-edge {
  background-color: #176af3;
}
.tm-table.compare-table table tbody {
  max-height: none;
}
.tm-table.compare-table table tbody tr {
  background-color: transparent;
}
.tm-table.compare-table table tbody tr td {
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  font-weight: 700;
}
.tm-table.compare-table table tbody tr td:nth-last-child(2) {
  background-color: #ecf9fe;
}
.tm-table.compare-table table tbody tr td:last-child {
  background-color: rgba(0, 0, 0, 0.02);
}
.energy-instruments,
.live-price-cards {
  justify-content: center;
}
.energy-instruments > div,
.live-price-cards > div {
  margin-bottom: 0;
}
.energy-instruments .single-pricing-table,
.live-price-cards .single-pricing-table {
  flex-wrap: wrap;
}
.energy-instruments .single-pricing-table > div,
.live-price-cards .single-pricing-table > div {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
.energy-instruments .single-pricing-table > div:nth-child(3),
.energy-instruments .single-pricing-table > div:nth-child(5),
.live-price-cards .single-pricing-table > div:nth-child(3),
.live-price-cards .single-pricing-table > div:nth-child(5) {
  text-align: right;
}
.energy-instruments .single-pricing-table > div h4,
.live-price-cards .single-pricing-table > div h4 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 10px;
}
.energy-instruments .single-pricing-table > div > span,
.live-price-cards .single-pricing-table > div > span {
  color: rgba(0, 0, 0, 0.48);
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.energy-instruments .single-pricing-table > div > span.value,
.live-price-cards .single-pricing-table > div > span.value {
  color: rgba(0, 0, 0, 0.68);
  font-size: 15px;
  margin-top: 5px;
  position: static !important;
}
.energy-instruments .single-pricing-table > div > span.value:after,
.live-price-cards .single-pricing-table > div > span.value:after {
  display: none;
}
.energy-instruments .single-pricing-table > div:first-child,
.live-price-cards .single-pricing-table > div:first-child {
  flex: 0 0 100%;
  margin-bottom: 0;
}
.live-price-cards {
  margin-top: 40px;
}
.live-price-cards > div {
  max-width: 300px;
}
.live-price-cards > div.up .ask-val,
.live-price-cards > div.up .bid-val,
.live-price-cards > div.up h3 {
  color: #47db43 !important;
}
.live-price-cards > div.down .ask-val,
.live-price-cards > div.down .bid-val,
.live-price-cards > div.down h3 {
  color: #f78383 !important;
}
.live-price-cards h3 > img {
  float: right;
  margin-top: 10px;
}
.live-price-cards .icon-card {
  max-width: 100%;
}
#InstruCryptoHome .tm-price-row > div,
#InstruMetalSingle .tm-price-row > div {
  flex: 0 0 25%;
}
.inst-full-name {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.68;
}
.x-small-text {
  font-size: 15px !important;
}
.min-deposit-card {
  justify-content: center;
}
.min-deposit-card > div {
  margin-bottom: 0;
}
.min-deposit-card h3 {
  color: #176af3;
  font-size: 24px;
  margin-bottom: 0;
}
.min-deposit-card h4 {
  font-size: 28px;
  margin-top: 10px;
}
#DepositTab,
#WithdrawalTab {
  padding-top: 20px;
}
.tm-table.deposit-table {
  max-width: 100%;
}
.tm-table.deposit-table table {
  table-layout: auto;
}
.tm-table.deposit-table td > img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.currency-text {
  font-size: 13px !important;
  line-height: 1.4;
}
span.leverage-upto {
  font-size: 12px !important;
}
.choose-broker-card-wrap > div {
  max-width: 100%;
}
.broker-feat > div .icon-card {
  text-align: left;
}
.card-calculator {
  max-width: 100%;
}
.t-al-c .flag {
  margin: 0 auto 20px;
}
#managedFund {
  margin-top: 20px;
  width: 100%;
}
.ui-widget-content {
  background-color: #b7b7b7;
  border: none;
  height: 4px;
  position: relative;
}
.ui-widget-header {
  height: 100%;
}
.ui-slider-handle,
.ui-widget-header {
  background-color: #214472;
  position: absolute;
}
.ui-slider-handle {
  border-color: #214472;
  border-radius: 10px;
  height: 20px;
  top: -8px;
  width: 20px;
}
.earning-result,
.lot-earning-result {
  color: #176af3;
  display: inline-block;
  margin-top: 30px;
}
.lot-earning-result {
  margin-top: 0;
}
.slider-calculation {
  display: flex;
  flex-wrap: wrap;
}
.slider-calculation > div {
  flex: 0 0 25%;
  padding: 20px 40px;
  text-align: left;
}
.slider-calculation.lot-commission > div {
  flex: 0 0 20%;
}
.slider-calculation.lot-commission > div:first-child {
  flex: 0 0 60%;
}
.slider-calculation.lot-commission > div .earning-result {
  margin-top: 0;
}
.slider-calculation .range-slider {
  padding-bottom: 0;
  padding-top: 34px;
  position: relative;
}
.slider-calculation .range-slider > span {
  border-bottom: 0;
  bottom: -28px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 11px;
  font-weight: 500;
  left: 0;
  position: absolute;
}
.slider-calculation .range-slider > span:nth-child(2) {
  left: auto;
  right: 0;
}
.managed-fund h4 {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
}
.managed-fund p {
  font-size: 20px;
  text-align: center;
}
.val-preview {
  display: flex;
}
.val-preview input {
  border: none;
  color: rgba(0, 0, 0, 0.68);
  flex: auto;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
.val-preview input:nth-child(2) {
  text-align: right;
}
#FundManagerSectn .tm-btn-wrapper,
#IntroBrokerSectn .tm-btn-wrapper {
  margin-top: 0;
}
.time-zone-anim {
  height: 100%;
  position: relative;
  width: 100%;
}
.time-zone-anim .globe-anim {
  max-width: 468px;
  opacity: 0.14;
}
.time-zone-anim .time-zones {
  height: auto;
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 4;
}
.img-global-selection {
  max-width: 500px;
  width: 100%;
}
.section-regulations .icon-holder {
  margin-bottom: 24px;
}
.section-regulations .icon-holder > img {
  max-height: 58px;
}
h3 .x-small-text {
  color: rgba(0, 0, 0, 0.48);
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.footer-disclaimer a {
  color: rgba(0, 0, 0, 0.68);
  font-weight: 600;
}
.footer-disclaimer a:hover {
  color: #176af3;
}
#btmTbl1,
#btmTbl2,
#btmTbl3 {
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.tm-locations-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}
.tm-locations-wrap > div {
  flex: 0 0 33.33%;
  margin-bottom: 30px;
  padding: 0 30px;
}
.tm-locations-wrap .city-img {
  border: 6px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
  display: inline-block;
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 80px;
}
.tm-locations-wrap .city-img > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tm-locations-wrap h4 {
  color: #176af3;
  font-size: 18px;
  margin: 0 0 20px;
}
.tm-locations-wrap p {
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  margin: 0;
}
.small-note {
  color: rgba(0, 0, 0, 0.48);
  display: block;
  flex: 0 0 100%;
  font-size: 12px !important;
  font-style: italic;
  margin: 20px 0 0;
  text-align: center;
}
.footer-info {
  max-width: 400px;
}
.contact-card {
  display: flex;
  justify-content: center;
}
.contact-card > div {
  flex: 1;
  padding: 0 24px;
}
.contact-card > div .icon-card {
  max-width: 100%;
}
.tm-language-select-panel {
  background-color: hsla(0, 0%, 100%, 0.98);
  display: none;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.tm-language-select-panel .close-lang-panel {
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 40px;
  transition: all 0.3s ease;
}
.tm-language-select-panel .close-lang-panel:hover {
  color: #176af3;
}
.tm-language-select-panel .flx {
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.tm-language-select-panel h2 {
  color: #176af3;
  font-size: 28px;
  margin: 0 0 40px;
}
.tm-language-select-panel .item-lang {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 24px;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.tm-language-select-panel .item-lang > img {
  border: 4px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  height: 40px;
  margin-bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
  width: 40px;
}
.tm-language-select-panel .item-lang > a,
.tm-language-select-panel .item-lang > span {
  color: rgba(0, 0, 0, 0.68);
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
}
.tm-language-select-panel .item-lang.active-lang > img,
.tm-language-select-panel .item-lang:hover > img {
  border-color: #176af3;
}
.tm-language-select-panel .item-lang.active-lang > span,
.tm-language-select-panel .item-lang:hover > span {
  color: #176af3;
}
.tm-div-lang-options {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  min-width: 178px;
  opacity: 0;
  padding: 14px 0;
  pointer-events: none;
  position: absolute;
  right: calc(50% - 92px);
  right: -webkit-calc(50% - 92px);
  top: 20px;
  transition: all 0.3s ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 99;
}
.tm-div-lang-options:before {
  border: 20px solid transparent;
  border-bottom-color: #fff;
  content: "";
  left: calc(50% - 23px);
  left: -webkit-calc(50% - 23px);
  position: absolute;
  top: -28px;
}
.tm-div-lang-options .item-lang {
  margin-bottom: 0;
  padding: 0 18px;
}
.tm-div-lang-options .item-lang > img {
  height: 30px;
  margin-bottom: 4px;
  width: 30px;
}
.item-lang:hover .tm-div-lang-options {
  opacity: 1;
  pointer-events: auto;
  top: 50px;
  visibility: visible;
}
.item-lang:hover .tm-div-lang-options .item-lang:hover > img {
  border: 4px solid rgba(0, 0, 0, 0.08);
}
.tm-site-loader {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.tm-site-loader .flx {
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.tm-site-loader .flx p {
  margin: 0;
}
.country-region-wrap {
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
.country-region-wrap > .item-lang {
  flex: 0 0 16.66%;
}
.tm-continental-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 884px;
}
.tm-continental-wrap > h2 {
  flex: 0 0 100%;
}
.tm-continental-wrap > .item-lang {
  flex: 0 0 20%;
}
.tm-continental-wrap:last-child {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .logo-row {
    width: 100%;
  }
  .logo-row .top-lang {
    margin-left: auto;
  }
  .nav-row > nav {
    background-color: rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-row > nav > div > ul > li.has-submenu:before {
    right: 30px;
  }
}
.top-lang {
  position: relative;
}
.select-language-drop {
  background-color: #fff;
  border-radius: 8px;
  display: none;
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 999;
}
.select-language-drop:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  position: absolute;
  right: 14px;
  top: -15px;
}
.select-language-drop .item-lang {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.select-language-drop .item-lang > img {
  margin-right: 10px;
  max-width: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.select-language-drop .item-lang > span {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.select-language-drop .item-lang:hover > span {
  color: #176af3;
}
.coming-soon-banner {
  align-self: center;
  flex: 1;
  margin-top: 114px;
  max-width: 200px;
  text-align: center;
}
@media (max-width: 1275px) {
  .tm-container {
    max-width: 960px;
  }
  nav > div > ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  nav > div > ul > li.has-submenu:before {
    right: -3px;
  }
  .tm-main-banner .tm-banner-content h1 {
    font-size: 34px;
  }
  .tm-main-banner {
    background-position: 50%;
  }
  .tm-main-banner .tm-banner-content {
    min-width: 300px;
  }
  .responsive-logo-holder img {
    max-width: 180px;
  }
  .tm-sticky .sticky-header-nav {
    padding: 12px 20px;
  }
  .tm-keys {
    padding: 20px 20px 0;
  }
  .tm-keys .flx {
    justify-content: center;
    text-align: center;
  }
  .tm-keys .flx > div {
    flex: 1 1 25%;
    padding-bottom: 20px;
  }
  .tm-section {
    overflow: hidden;
    padding: 60px 20px;
  }
  .tm-section .tm-content,
  .tm-section .tm-title {
    padding: 30px 0;
  }
  .tm-inner-section.tm-deposit-section > .tm-container {
    max-width: 1000px;
  }
  .blue-card {
    bottom: 0;
    right: 50px;
  }
  .card-gold {
    position: absolute;
  }
  .tm-deposit-section .tm-content.left .content-item {
    text-align: right;
  }
  .tm-trading-platforms {
    background-position: 700% 0;
    margin-top: 0;
  }
  .tm-product-section .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .tm-product-section .owl-nav .owl-next {
    margin-right: -10px;
  }
  .tm-section-cutting-edge {
    padding: 20px;
  }
  .tm-innovate-section,
  .tm-partners {
    margin-top: 0;
  }
  .tm-innovate-section .tm-content img:nth-child(4) {
    left: 80px;
    top: 184px;
  }
  .partner-draw {
    margin-bottom: -94px;
  }
  .tm-cta-section .tm-title h2 {
    font-size: 40px;
  }
  footer {
    padding: 60px 40px;
  }
  footer > .flx > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .footer-link ul {
    display: block;
  }
  .price-cards .fiber-big {
    right: 0;
  }
  .tm-inner-banner {
    padding: 40px;
  }
  .tm-section.inr .tm-title.left {
    padding: 50px 40px;
  }
  .tm-keys-inner > div {
    padding: 20px 15px;
  }
  .stat-card h5 {
    font-size: 20px;
  }
  .tm-misson-2 .stat-card {
    height: 252px;
    max-width: 158px;
    padding: 30px 12px 12px;
  }
  .tm-misson-2 .stat-card h5 {
    font-size: 20px;
  }
  .tm-misson-2 .stat-card-wrapper > div:nth-child(2) {
    transform: scale(1);
  }
  .stat-card-wrapper > div {
    margin: 0 5px;
  }
  .inr.tm-regulations .flx {
    flex-wrap: wrap;
  }
  .inr.tm-regulations .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .inr.tm-liquidity-provider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tm-main-banner .fall-back-vid {
    height: 100%;
  }
  .card-back p {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .tm-main-header > .logo-row,
  .tm-main-header > nav {
    display: none;
  }
  .tm-main-banner > .tm-container {
    padding: 0;
  }
  nav > div > ul > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tm-inner-banner {
    height: 400px;
  }
  .tm-inner-banner > .flx > div:first-child {
    padding-bottom: 30px;
  }
  .tm-main-header .sticky-header-nav {
    padding: 10px 15px;
    top: 0;
  }
  .tm-main-header .sticky-header-nav nav {
    display: none;
  }
  .tm-inner-section {
    padding: 40px 0;
  }
  .LP-chart {
    margin: 0 auto;
  }
  .ea-anim {
    left: -20px;
  }
  .tm-inner-section.tm-section-full-container
    > .tm-container
    .tm-col
    .tm-section-content,
  .tm-inner-section.tm-section-full-container
    > .tm-container
    .tm-col
    .tm-section-heading {
    max-width: 100%;
  }
  .tm-inner-section.tm-section-full-container > .tm-container .tm-col {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .tm-main-header .sticky-header-nav-prime {
    display: none;
  }
  .tm-main-header .sticky-header-nav {
    display: block;
  }
  .tm-main-banner > .flx {
    flex-wrap: wrap;
  }
  .tm-main-banner > .flx > div {
    flex: 0 0 100%;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 200px;
    max-width: 100%;
    text-align: center;
  }
  .banner-img {
    margin: 0 auto;
    max-width: 84.05%;
  }
  .banner-right {
    margin-top: 40px;
    padding-left: 0;
  }
  .tm-main-banner {
    height: auto;
  }
  .blue-card {
    right: 0;
  }
  .price-cards .fiber-big {
    display: none;
  }
  .tm-section {
    padding: 40px 20px;
  }
  .tm-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .tm-section P {
    font-size: 15px;
  }
  .tm-section .flx {
    flex-wrap: wrap;
  }
  .tm-section .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .price-cards {
    text-align: center;
  }
  .tm-live-quotes {
    border-radius: 0;
  }
  .tm-deposit-section .tm-content.left {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    min-height: 400px;
    text-align: left;
    width: 100%;
  }
  .tm-content,
  .tm-titke {
    padding-bottom: 0;
  }
  .tm-title {
    max-width: 100%;
  }
  .tm-title,
  .tm-title .tm-btn-wrapper {
    text-align: center;
  }
  .footer-link {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .footer-link ul {
    display: flex;
  }
  .footer-link ul li {
    flex: 0 0 33.33%;
    padding-left: 0;
  }
  .tm-section-cutting-edge .tm-content {
    text-align: center;
  }
  .tm-section .tm-title {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tm-innovate-section .tm-content.right {
    margin-left: 0;
  }
  .tm-deposit-section .tm-content.left .content-item {
    max-width: 100%;
    text-align: center;
  }
  .tm-title .tm-simple-feat-list li {
    flex: 0 0 100%;
    text-align: left;
  }
  .tm-title .tm-simple-feat-list {
    margin: 0 auto;
    max-width: 400px;
  }
  .tm-trading-platforms .content-item {
    right: 0;
  }
  .tm-insight-section .insight-screens .laptop-screen {
    margin-left: 0;
  }
  .tm-cta-section {
    padding: 70px 20px;
  }
  .t-tm-pl-0 {
    padding-left: 0 !important;
  }
  .t-tm-pl-20 {
    padding-left: 20px !important;
  }
  .t-tm-pl-40 {
    padding-left: 40px !important;
  }
  .t-tm-pl-60 {
    padding-left: 60px !important;
  }
  .t-tm-pl-80 {
    padding-left: 80px !important;
  }
  .t-tm-pr-0 {
    padding-right: 0 !important;
  }
  .t-tm-pr-20 {
    padding-right: 20px !important;
  }
  .t-tm-pr-40 {
    padding-right: 40px !important;
  }
  .t-tm-pr-60 {
    padding-right: 60px !important;
  }
  .t-tm-pr-80 {
    padding-right: 80px !important;
  }
  .t-tm-pt-0 {
    padding-top: 0 !important;
  }
  .t-tm-pt-20 {
    padding-top: 20px !important;
  }
  .t-tm-pt-40 {
    padding-top: 40px !important;
  }
  .t-tm-pt-60 {
    padding-top: 60px !important;
  }
  .t-tm-pt-80 {
    padding-top: 80px !important;
  }
  .t-tm-pb-0 {
    padding-bottom: 0 !important;
  }
  .t-tm-pb-20 {
    padding-bottom: 20px !important;
  }
  .t-tm-pb-40 {
    padding-bottom: 40px !important;
  }
  .t-tm-pb-60 {
    padding-bottom: 60px !important;
  }
  .t-tm-pb-80 {
    padding-bottom: 80px !important;
  }
  .t-t-al-l {
    text-align: left !important;
  }
  .t-t-al-c {
    text-align: center !important;
  }
  .t-t-al-r {
    text-align: right !important;
  }
  .t-order-1 {
    order: 1;
  }
  .t-order-2 {
    order: 2;
  }
  .t-order-3 {
    order: 3;
  }
  .t-order-4 {
    order: 4;
  }
  .t-dn {
    display: none;
  }
  .t-db {
    display: block;
  }
  .t-dib {
    display: inline-block;
  }
  .tm-inner-banner {
    padding: 40px;
  }
  .tm-inner-banner h1 {
    font-size: 48px;
  }
  .tm-inner-banner p {
    font-size: 16px;
  }
  .tm-inner-banner > .flx {
    align-items: flex-end;
    height: 100%;
  }
  .tm-inner-section .flx-two-col {
    flex-wrap: wrap;
    margin: 0;
  }
  .tm-inner-section .flx-two-col .tm-col {
    flex: 0 0 50%;
    padding: 0;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-65 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-55 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-45 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm-inner-section .flx-two-col .tm-col:first-child {
    padding-right: 0;
  }
  .tm-inner-section .flx-two-col .tm-col:last-child {
    padding-left: 0;
  }
  .tm-table table {
    display: block;
  }
  .tm-table table thead {
    display: none;
  }
  .tm-table table tbody,
  .tm-table table tbody tr,
  .tm-table table tbody tr td {
    display: block;
    width: 100%;
  }
  .tm-table table tbody tr {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
  }
  .tm-table table tbody tr td {
    border-bottom: none;
    flex: 0 0 33.33%;
    padding: 20px 20px 0;
    position: relative;
  }
  .tm-table table tbody tr td:before {
    color: rgba(0, 0, 0, 0.68);
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .tm-table table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .tm-main-banner .tm-banner-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 80%;
  }
  .tm-section.tm-trading-platforms .tm-content,
  .tm-section.tm-trading-platforms .tm-title {
    padding-top: 15px;
  }
  #tm-timelines .owl-nav .owl-next {
    margin-right: -20px;
  }
  #tm-timelines .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .gird-with-icon > div {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .tm-liquidity-provider .tm-container .lp-list .liq-logo {
    padding: 10px;
  }
  .tm-inner-section .tm-section-flat-img.on-left {
    left: 0;
    width: 100%;
  }
  .tm-page-nav {
    padding: 0;
  }
  .tm-page-nav .page-list > a {
    font-size: 12px;
    padding: 0 12px;
  }
  .tm-main-banner .fall-back-vid {
    height: 484px;
  }
  .answers-options {
    justify-content: center;
  }
  .card-back p {
    font-size: 14px;
  }
  .flip-wrapper > div {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }
  .tm-col-has-bg-image {
    min-height: 400px;
  }
  .live-price-cards > div {
    flex: 0 0 33.33%;
    margin-top: 30px;
  }
  .live-price-cards {
    margin-top: 0;
  }
  #InstruCryptoHome .tm-price-row > div,
  #InstruMetalSingle .tm-price-row > div,
  #InstruMetalSingle > div {
    flex: 0 0 33.33%;
  }
  .min-deposit-card > div {
    flex: 0 0 50%;
    margin-bottom: 24px;
  }
  .min-deposit-card > div > div {
    max-width: 100%;
  }
  .stat-card-wrapper {
    padding-top: 20px;
  }
  .stat-card-wrapper > div {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }
  .choose-broker-card-wrap > div {
    flex: 1 1 33.33%;
  }
  .card-cfds-iress > div {
    flex: 0 0 50%;
  }
  .slider-calculation {
    flex-wrap: wrap;
  }
  .slider-calculation > div {
    flex: 0 0 50%;
  }
  .tm-table.fancy-table table tbody tr td {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .tm-table table tbody tr td {
    flex: 1;
  }
  .lang-trigger {
    margin-top: 5px;
  }
  .tm-continental-wrap > .item-lang {
    flex: 0 0 25%;
  }
  .country-region-wrap {
    padding: 0 40px;
  }
  .nav-row {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tm-table table tbody {
    display: block;
  }
  .tm-table table tbody tr,
  .tm-table table thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 1584px) {
  .tm-main-banner {
    min-height: 600px;
  }
  .tm-main-banner video {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ea-anim > .mt5-image {
    left: 50%;
    transform: translateX(-50%);
  }
  .mt5-content {
    display: flex;
    justify-content: center;
    padding: 0 40px !important;
  }
  .responsive-logo-holder img {
    max-width: 160px;
  }
  .tm-main-header > .logo-row,
  .tm-main-header > nav {
    display: none;
  }
  nav > div > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tm-main-header .sticky-header-nav {
    padding: 10px 15px;
    top: 0;
  }
  .tm-main-header .sticky-header-nav nav {
    display: none;
  }
  .btn-rounded {
    padding: 0 18px;
  }
  .tm-main-banner {
    background-color: #000850;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 20px 20px 0;
  }
  .accordion-head-wrap {
    display: flex;
    flex: 1;
  }
  .tm-banner-live-quotes .accordion-head {
    width: 100%;
  }
  .tm-banner-live-quotes .accordion-head:after {
    display: none;
  }
  .tm-banner-live-quotes .accordion-head span {
    position: relative;
  }
  .tm-banner-live-quotes .accordion-head span:before {
    background-color: #40dcfd;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.3s;
    z-index: 1;
  }
  .tm-banner-live-quotes .accordion-head.active-header span:before {
    right: -5px;
  }
  .inst-full-name {
    display: inline-block;
    margin-left: 13px;
    margin-top: 0;
    vertical-align: middle;
  }
  .tm-main-banner .tm-container {
    display: block;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 140px;
  }
  .tm-main-banner .tm-banner-content h1 {
    font-size: 32px;
  }
  .tm-main-banner .banner-right {
    margin-top: 0;
    padding-left: 0;
  }
  .tm-keys {
    background-color: #000850;
    padding: 40px 20px 10px;
  }
  .tm-keys .flx {
    justify-content: center;
    text-align: center;
  }
  .tm-keys .flx > div {
    flex: 1 1 33.33%;
    margin-bottom: 30px;
  }
  .sticky-header-nav .responsive-logo-holder img {
    max-width: 150px;
  }
  .tm-section .tm-title {
    padding-left: 0;
    padding-right: 0;
  }
  .tm-section {
    padding: 40px 20px;
  }
  .tm-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .tm-section P {
    font-size: 16px;
  }
  .tm-section .flx {
    flex-wrap: wrap;
  }
  .tm-section .flx > div {
    flex: 0 0 100%;
  }
  .tm-content,
  .tm-main-banner .tm-banner-content,
  .tm-title {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 40px;
  }
  .tm-main-banner .tm-banner-content .tm-btn-wrapper {
    margin-top: 20px;
  }
  .tm-title .tm-simple-feat-list li {
    flex: 0 0 100%;
  }
  .price-cards .fiber-big {
    bottom: 40px;
    left: -30px;
  }
  .price-cards {
    padding-bottom: 30px;
    text-align: center;
  }
  .price-cards > img {
    width: 100%;
  }
  .blue-card {
    width: 100%;
  }
  .blue-card,
  .card-shadow {
    bottom: 0;
    right: 0;
  }
  .tm-deposit-section .tm-content.left {
    margin-left: 0;
  }
  .tm-deposit-section {
    padding-top: 0;
  }
  .animate-area {
    margin-left: -31%;
    margin-top: -80px;
    transform: scale(0.84) !important;
  }
  .tm-deposit-section .tm-content.left:before {
    right: 0;
  }
  .tm-deposit-section {
    overflow: hidden;
    padding: 0;
  }
  .tm-deposit-section .tm-content.left {
    height: 378px;
    overflow: hidden;
  }
  .tm-deposit-section .tm-title {
    padding: 70px 20px 0;
  }
  .tm-trading-platforms {
    background-image: none;
  }
  .tm-trading-platforms .content-item {
    right: 0;
  }
  .tm-product-section .tm-content {
    margin-top: 40px;
  }
  .tm-product-section .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .tm-product-section .owl-nav .owl-next {
    margin-right: -10px;
  }
  .copy-trade-flow {
    height: 520px;
    transform: scale(0.74);
    transform-origin: 50% 50%;
  }
  .LP-chart,
  .copy-trade-flow {
    margin-bottom: -60px;
    margin-top: -60px;
  }
  .LP-chart {
    transform: scale(0.68);
    transform-origin: 50% 50%;
  }
  .tm-insight-section .insight-screens .laptop-screen {
    margin-left: 0;
  }
  .tm-insight-section .insight-screens .mobile-screen {
    max-width: 98px;
    right: 0;
  }
  .tm-section-cutting-edge {
    padding-bottom: 0;
  }
  .tm-innovate-section {
    margin-top: 0;
  }
  .tm-innovate-section .tm-content.right {
    margin: 0;
    min-height: 368px;
  }
  .tm-partners {
    margin-top: 0;
  }
  .partner-draw {
    margin-bottom: -104px;
    width: 100%;
  }
  .tm-cta-section .tm-title h2 {
    font-size: 38px;
  }
  footer {
    padding: 40px 20px;
  }
  .footer-infos .address address {
    padding-left: 0;
  }
  .footer-infos .address address > p,
  .footer-infos .address address > p strong {
    display: block;
  }
  .footer-infos .address address > p span {
    padding-left: 0;
    padding-top: 8px;
  }
  .footer-link {
    padding-left: 0;
  }
  .footer-link ul {
    display: block;
  }
  .footer-link ul li {
    padding-left: 0;
  }
  .tm-btn-wrapper .btn-big {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .tm-banner-live-quotes {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .tm-banner-live-quotes .tm-tab-nav {
    display: none;
  }
  .tm-banner-live-quotes .tm-price-row {
    flex-wrap: wrap;
  }
  .tm-banner-live-quotes .tm-price-row > div {
    flex: 0 0 25%;
  }
  .tm-banner-live-quotes .tm-price-row > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .tm-banner-live-quotes .accordion-head {
    display: block;
  }
  .tm-pricing-table-content-wrap {
    height: auto;
    overflow: visible;
  }
  .tm-innovate-section .tm-content {
    overflow: hidden;
  }
  .tm-innovate-section .tm-content img:first-child {
    margin-left: 40px;
    margin-top: 113px;
    transform: scale(1.3);
  }
  .tm-innovate-section .tm-content img:nth-child(2) {
    left: 60px;
    top: 56px;
  }
  .tm-innovate-section .tm-content img:nth-child(3) {
    left: 127px;
    top: 113px;
  }
  .tm-innovate-section .tm-content img:nth-child(4) {
    left: 32px;
    top: 175px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul {
    border-right: none;
    width: 100%;
  }
  .sticky-header-nav nav .close-menu {
    right: 18px;
    top: 15px;
  }
  .sticky-header-nav
    nav
    .mobile-menu-items-wraper
    ul
    li.has-submenu
    > a:before {
    border-color: #fff transparent transparent;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    opacity: 1;
    position: static;
    width: 100%;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper {
    align-items: flex-start;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    padding: 0 0 20px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu h4 {
    display: none;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    display: none;
    transition: none;
  }
  .tm-clients-logos {
    height: 150px;
    padding: 25px 15px 0;
  }
  .m-tm-pl-0 {
    padding-left: 0 !important;
  }
  .m-tm-pl-15 {
    padding-left: 15px !important;
  }
  .m-tm-pl-20 {
    padding-left: 20px !important;
  }
  .m-tm-pl-30 {
    padding-left: 30px !important;
  }
  .m-tm-pl-40 {
    padding-left: 40px !important;
  }
  .m-tm-pr-0 {
    padding-right: 0 !important;
  }
  .m-tm-pr-15 {
    padding-right: 15px !important;
  }
  .m-tm-pr-20 {
    padding-right: 20px !important;
  }
  .m-tm-pr-30 {
    padding-right: 30px !important;
  }
  .m-tm-pr-40 {
    padding-right: 40px !important;
  }
  .m-tm-pt-0 {
    padding-top: 0 !important;
  }
  .m-tm-pt-15 {
    padding-top: 15px !important;
  }
  .m-tm-pt-20 {
    padding-top: 20px !important;
  }
  .m-tm-pt-30 {
    padding-top: 30px !important;
  }
  .m-tm-pt-40 {
    padding-top: 40px !important;
  }
  .m-tm-pb-0 {
    padding-bottom: 0 !important;
  }
  .m-tm-pb-15 {
    padding-bottom: 15px !important;
  }
  .m-tm-pb-20 {
    padding-bottom: 20px !important;
  }
  .m-tm-pb-30 {
    padding-bottom: 30px !important;
  }
  .m-tm-pb-40 {
    padding-bottom: 40px !important;
  }
  .m-tm-ml-0 {
    margin-left: 0 !important;
  }
  .m-tm-ml-15 {
    margin-left: 15px !important;
  }
  .m-tm-ml-20 {
    margin-left: 20px !important;
  }
  .m-tm-ml-30 {
    margin-left: 30px !important;
  }
  .m-tm-ml-40 {
    margin-left: 40px !important;
  }
  .m-tm-mr-0 {
    margin-right: 0 !important;
  }
  .m-tm-mr-15 {
    margin-right: 15px !important;
  }
  .m-tm-mr-20 {
    margin-right: 20px !important;
  }
  .m-tm-mr-30 {
    margin-right: 30px !important;
  }
  .m-tm-mr-40 {
    margin-right: 40px !important;
  }
  .m-tm-mt-0 {
    margin-top: 0 !important;
  }
  .m-tm-mt-15 {
    margin-top: 15px !important;
  }
  .m-tm-mt-20 {
    margin-top: 20px !important;
  }
  .m-tm-mt-30 {
    margin-top: 30px !important;
  }
  .m-tm-mt-40 {
    margin-top: 40px !important;
  }
  .m-tm-mb-0 {
    margin-bottom: 0 !important;
  }
  .m-tm-mb-15 {
    margin-bottom: 15px !important;
  }
  .m-tm-mb-20 {
    margin-bottom: 20px !important;
  }
  .m-tm-mb-30 {
    margin-bottom: 30px !important;
  }
  .m-tm-mb-40 {
    margin-bottom: 40px !important;
  }
  .m-tm-mb-80 {
    margin-bottom: 80px !important;
  }
  .m-t-al-l {
    text-align: left !important;
  }
  .m-t-al-c {
    text-align: center !important;
  }
  .m-t-al-r {
    text-align: right !important;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  .m-order-4 {
    order: 4;
  }
  .m-dn {
    display: none;
  }
  .m-db {
    display: block;
  }
  .m-dib {
    display: inline-block;
  }
  .tm-inner-banner {
    height: auto;
    padding: 40px 20px;
  }
  .tm-inner-banner h1 {
    font-size: 40px;
  }
  .tm-inner-banner p {
    font-size: 16px;
  }
  .tm-inner-banner > .flx {
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
  }
  .tm-inner-banner > .flx > div:first-child {
    flex: 0 0 100%;
    padding: 74px 0 0;
    text-align: center;
  }
  .tm-inner-banner > .flx > div.banner-content-right {
    display: none;
    flex: 0 0 100%;
    padding-bottom: 0;
  }
  .tm-inner-banner > .flx > div.banner-content-right .animation-area {
    height: 210px;
    position: static;
    width: 100%;
  }
  .tm-inner-section {
    overflow-x: hidden;
    padding: 40px 0;
  }
  .tm-inner-section .flx-two-col {
    flex-wrap: wrap;
    margin: 0;
  }
  .tm-inner-section .flx-two-col .tm-col {
    flex: 0 0 50%;
    padding: 0;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-65 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-55 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-45 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm-inner-section .flx-two-col .tm-col:first-child {
    padding-right: 0;
  }
  .tm-inner-section .flx-two-col .tm-col:last-child {
    padding-left: 0;
  }
  .tm-inner-section h2 {
    font-size: 28px;
  }
  .tm-inner-section h3 {
    font-size: 24px;
  }
  .tm-inner-section p {
    font-size: 16px;
  }
  .tm-keys-inner {
    justify-content: center;
  }
  .tm-keys-inner > div {
    flex: 0 0 50%;
  }
  .stat-card-wrapper .stat-card {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .tm-title .tm-btn-wrapper {
    text-align: left;
  }
  .tm-cta-section .tm-title {
    text-align: center;
  }
  .tm-regulations .stat-card-wrapper .stat-card {
    margin: 0 12px 20px;
    max-width: 100%;
  }
  .tm-liquidity-provider .tm-container .lp-list {
    padding-top: 0;
  }
  .tm-liquidity-provider .tm-container .lp-list .liq-logo {
    border: none;
    flex: 0 0 33.33%;
  }
  .b-card-body > div,
  .b-card-foot > div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .blue-card .b-card-foot {
    padding: 10px 0 10px 16px;
  }
  .tm-section .tm-content,
  .tm-section .tm-title {
    padding: 0;
  }
  .tm-title,
  .tm-trading-platforms .flx {
    text-align: left;
  }
  .tm-simple-feat-list.three-col li,
  .tm-simple-feat-list.two-col li {
    flex: 1 1 100%;
  }
  .ea-anim {
    left: 0;
    margin-bottom: -110px;
    margin-top: -108px;
    transform: scale(0.5);
    transform-origin: 50% 50%;
  }
  .tm-table table {
    display: block;
  }
  .tm-table table thead {
    display: none;
  }
  .tm-table table tbody,
  .tm-table table tbody tr,
  .tm-table table tbody tr td {
    display: block;
    width: 100%;
  }
  .tm-table table tbody tr {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
  }
  .tm-table table tbody tr td {
    border-bottom: none;
    flex: 0 0 50%;
    padding: 20px 20px 0;
    position: relative;
  }
  .tm-table table tbody tr td:before {
    color: rgba(0, 0, 0, 0.68);
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .tm-table table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .breadcrumbs ul {
    justify-content: center;
  }
  .gird-with-icon > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .animated-languages {
    margin-bottom: -100px;
    margin-top: -100px;
    transform: scale(0.68);
    transform-origin: 50% 50%;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 80px;
  }
  .capital-safety h3 {
    margin-bottom: 0;
  }
  .tm-page-nav {
    display: none;
  }
  .tm-inner-section h2 {
    margin-bottom: 15px;
  }
  .tm-inner-section p {
    margin-top: 0;
  }
  .answers-options {
    flex-wrap: wrap;
  }
  .answers-options > div {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .tm-table.compare-table table tbody tr td:first-child {
    flex: 0 0 100%;
    padding-bottom: 15px;
  }
  .flip-wrapper > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .capital-safety h3 {
    margin-bottom: 15px;
  }
  .tm-col-has-bg-image {
    min-height: 300px;
  }
  .live-price-cards > div {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .live-price-cards > div .icon-card {
    max-width: 100%;
  }
  #InstruCryptoHome .tm-price-row > div,
  #InstruMetalSingle .tm-price-row > div {
    flex: 0 0 25%;
  }
  #InstruMetalSingle > div {
    flex: 0 0 100%;
  }
  .live-price-cards > div {
    max-width: 100%;
  }
  .crypto-card .icon-card {
    margin-bottom: 0;
  }
  .tm-card-wrapper.three-items > div {
    flex: 0 0 100% !important;
    margin-bottom: 30px;
  }
  .min-deposit-card > div {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
  .min-deposit-card > div > div {
    max-width: 100%;
  }
  .min-deposit-card > div:last-child {
    margin-bottom: 0;
  }
  .insight-screens .mobile-screen {
    max-height: 180px;
  }
  .slider-calculation {
    flex-wrap: wrap;
  }
  .slider-calculation > div {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tm-table table tbody tr td {
    flex: 1;
  }
  #forexTable table tbody tr td {
    flex: 0 0 50%;
  }
  #forexTable table tbody tr td:first-child,
  #forexTable table tbody tr td:last-child {
    flex: 0 0 100%;
  }
  .time-zone-anim .globe-anim {
    max-width: 100%;
  }
  .time-zone-anim .time-zones {
    top: 40px;
  }
  .slider-calculation.lot-commission > div,
  .slider-calculation.lot-commission > div:first-child {
    flex: 0 0 100%;
    text-align: center;
  }
  footer > .flx > div {
    flex: 0 0 100% !important;
    margin-top: 28px;
  }
  footer > .flx > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .footer-disclaimer {
    padding-right: 0 !important;
  }
  .tm-locations-wrap > div {
    flex: 0 0 100%;
  }
  footer > .flx .footer-disclaimer .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-card {
    flex-wrap: wrap;
  }
  .contact-card > div {
    flex: 0 0 100%;
  }
  .tm-continental-wrap > .item-lang {
    flex: 0 0 50%;
  }
  .country-region-wrap {
    padding: 0 40px;
  }
  .tm-language-select-panel .close-lang-panel {
    right: 20px;
    top: 20px;
  }
  .tm-language-select-panel {
    padding: 28px 0;
  }
  .select-language-drop {
    right: 55px;
    top: 64px;
  }
  .coming-soon-container {
    display: block;
  }
  .coming-soon-banner {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }
}
.map-bg {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.methods-image {
  position: relative;
  z-index: 9;
}
@media (max-width: 1025px) {
  .trading-container
    .tm-inner-section
    .tm-section-content.on-left.img-beyond-box
    img {
    margin-left: -13%;
  }
  .trading-container
    .tm-inner-section
    .tm-section-content.on-right.img-beyond-box
    img {
    float: right;
  }
}
@media (max-width: 769px) {
  .trading-container .tm-inner-section {
    padding: 40px 30px;
  }
  .trading-container .tm-inner-section h2 {
    font-size: 30px;
  }
  .trading-container .tm-inner-section p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .trading-container .tm-inner-section {
    padding: 40px 15px;
  }
  .trading-container .tm-inner-section .flx-two-col .tm-col.tm-col-40,
  .trading-container .tm-inner-section .flx-two-col .tm-col.tm-col-60 {
    flex: none;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .trading-container
    .tm-inner-section
    .tm-section-content.on-left.img-beyond-box
    img {
    margin-left: 0;
    width: 100%;
  }
  .trading-container
    .tm-inner-section
    .tm-section-content.on-right.img-beyond-box
    img {
    max-width: 100%;
    padding-left: 0 !important;
  }
  .trading-container .tm-inner-section .tm-section-heading:before {
    right: -10px;
  }
}
.data-inside-socket .down h3 {
  background: url(../images/down8ef5.png?4ec1024a5128148b0fc2135522562779) right
    11px no-repeat;
}
.data-inside-socket .up h3 {
  background: url(../images/upcf67.png?aa976435aa910918f0e784a2a935b614) right
    11px no-repeat;
}
.tm-trading-platforms.white-color-light {
  background: none;
}
.img-control img {
  display: none;
}
.img-control img:first-child {
  display: block;
}
#aoForm {
  overflow: hidden;
}
.ao-banner {
  height: 100vh;
}
.ao-banner .banner-content-left {
  align-self: center;
  padding-top: 50px;
  text-align: center;
}
.ao-banner .banner-content-left .ao-partner-logo {
  text-align: center;
}
.ao-partner-logo {
  margin-top: 40px;
  text-align: left;
}
.ao-partner-logo > img {
  max-width: 298px;
}
.ao-intro {
  background-color: #00084e;
  background-image: url(../images/intro-img258d.png?ed8d98fa20adf59530ab6137c143ba08);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding-bottom: 300px !important;
}
@media (min-width: 768px) {
  .ao-intro {
    background-position-x: calc(50% + 400px);
    padding-bottom: 40px !important;
  }
}
#timer {
  display: flex;
  flex-wrap: wrap;
}
#days,
#hours,
#minutes,
#seconds {
  background-color: #00084e;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  flex: 1;
  font-size: 62px;
  font-weight: lighter;
  line-height: 1;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
#days span,
#hours span,
#minutes span,
#seconds span {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
#days:after,
#hours:after,
#minutes:after {
  background-color: #00084e;
  border-radius: 8px;
  bottom: -10px;
  box-shadow: 0 0 30px 10px hsla(0, 0%, 84%, 0.3);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 1;
}
#hours {
  z-index: 3;
}
#hours:after {
  bottom: -20px;
  left: -8px;
  right: -8px;
  top: -20px;
}
#timer h4 {
  position: relative;
  z-index: 2;
}
#minutes {
  z-index: 1;
}
#seconds {
  margin-left: -8px;
  padding: 20px 0;
}
.tm-inner-section .on-timer:before {
  left: auto;
  right: -10%;
  top: -20%;
}
@media (min-width: 1260px) {
  #timer {
    padding-right: 66px;
  }
  .tm-inner-section .on-timer:before {
    right: 6%;
    top: -27%;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    padding: 20px 0;
  }
  #hours:after {
    bottom: -30px;
    left: -10px;
    right: -10px;
    top: -30px;
  }
  #days:after,
  #minutes:after {
    bottom: -24px;
    top: -24px;
  }
  #days span,
  #hours span,
  #minutes span,
  #seconds span {
    padding-top: 20px;
  }
}
.tm-speed-sectn {
  background-image: url(../images/speed-bgcd92.jpg?a92e5af58da7c622111ee8bdde0d8e12);
  background-position: 50%;
  background-size: cover;
  color: #fff;
}
.tm-best-offer .flx-two-col,
.tm-global-sectn .flx-two-col,
.tm-official-trading .flx-two-col,
.tm-speed-sectn .flx-two-col {
  min-height: 400px;
}
.tm-ao-form {
  background-color: #00084e;
  color: #fff;
  overflow: hidden;
}
.tm-form-fld {
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.tm-form-fld input[type="email"],
.tm-form-fld input[type="text"],
.tm-form-fld textarea {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 18px;
  width: 100%;
}
button[type="submit"] {
  border: none;
}
.tm-form-fld textarea {
  line-height: 1.4;
  padding: 15px;
}
.ao-form-wrap .tm-btn-wrapper {
  margin-top: 0;
}
.form-msg {
  background-color: #000;
  bottom: 0;
  color: #fff;
  font-size: 15px !important;
  left: 0;
  line-height: 68px !important;
  margin: 0;
  opacity: 1 !important;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.form-msg.form-err {
  background-color: #e55959;
}
.form-msg.form-succ {
  background-color: #48b058;
}
.ao-banner {
  position: relative;
}
.scroll-down {
  bottom: 24px;
  left: 0;
  margin-top: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.scroll-down > a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
  transition: all 0.3s ease;
  width: 40px;
}
.scroll-down > a:hover {
  background-color: #fff;
  color: #00084e;
}
.scroll-down > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.acroll-anim {
  text-align: center;
}
.acroll-anim i {
  -webkit-animation: scrollAnim 1s linear infinite;
  animation: scrollAnim 1s linear infinite;
  transition: all 0.3s ease;
}
.btn-explore {
  background-color: #00084e;
  border-radius: 84px;
  box-shadow: 0 0 24px rgba(0, 8, 78, 0.141);
  color: #fff !important;
  font-size: 24px;
  line-height: 65px !important;
}
.btn-explore:hover {
  background-color: #1588ec !important;
  color: #fff !important;
}
.tm-btn-float {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 999;
}
@-webkit-keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
  }
}
@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1480px) {
  .tm-trading-platforms {
    background-position: 145% 0;
  }
}
@media (max-width: 1275px) {
  .tm-container {
    max-width: 960px;
  }
  nav > div > ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  nav > div > ul > li.has-submenu:before {
    right: -3px;
  }
  .tm-main-banner .tm-banner-content h1 {
    font-size: 34px;
  }
  .tm-main-banner {
    background-attachment: scroll;
  }
  .tm-main-banner .tm-banner-content {
    min-width: 300px;
  }
  .responsive-logo-holder img {
    max-width: 180px;
  }
  .tm-sticky .sticky-header-nav {
    padding: 12px 20px;
  }
  .tm-keys {
    padding: 20px 20px 0;
  }
  .tm-keys .flx {
    justify-content: center;
    text-align: center;
  }
  .tm-keys .flx > div {
    flex: 1 1 25%;
    padding-bottom: 20px;
  }
  .tm-section {
    overflow: hidden;
    padding: 60px 20px;
  }
  .tm-section .tm-content,
  .tm-section .tm-title {
    padding: 30px 0;
  }
  .tm-inner-section.tm-deposit-section > .tm-container {
    max-width: 1000px;
  }
  .blue-card {
    bottom: 0;
    right: 50px;
  }
  .card-gold {
    position: absolute;
  }
  .tm-deposit-section .tm-content.left .content-item {
    text-align: right;
  }
  .tm-trading-platforms {
    background-position: 700% 0;
    margin-top: 0;
  }
  .tm-product-section .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .tm-product-section .owl-nav .owl-next {
    margin-right: -10px;
  }
  .tm-section-cutting-edge {
    padding: 20px;
  }
  .tm-innovate-section,
  .tm-partners {
    margin-top: 0;
  }
  .tm-innovate-section .tm-content img:nth-child(4) {
    left: 80px;
    top: 184px;
  }
  .partner-draw {
    margin-bottom: -94px;
  }
  .tm-cta-section .tm-title h2 {
    font-size: 40px;
  }
  footer {
    padding: 60px 40px;
  }
  footer > .flx > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .footer-link ul {
    display: block;
  }
  .price-cards .fiber-big {
    right: 0;
  }
  .tm-inner-banner {
    padding: 40px;
  }
  .tm-section.inr .tm-title.left {
    padding: 50px 40px;
  }
  .tm-keys-inner > div {
    padding: 20px 15px;
  }
  .stat-card h5 {
    font-size: 20px;
  }
  .tm-misson-2 .stat-card {
    height: 252px;
    max-width: 158px;
    padding: 30px 12px 12px;
  }
  .tm-misson-2 .stat-card h5 {
    font-size: 20px;
  }
  .tm-misson-2 .stat-card-wrapper > div:nth-child(2) {
    transform: scale(1);
  }
  .stat-card-wrapper > div {
    margin: 0 5px;
  }
  .inr.tm-regulations .flx {
    flex-wrap: wrap;
  }
  .inr.tm-regulations .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .inr.tm-liquidity-provider {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tm-main-banner .fall-back-vid {
    height: 100%;
  }
  .card-back p {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .tm-main-header > .logo-row,
  .tm-main-header > nav {
    display: none;
  }
  .tm-main-banner > .tm-container {
    padding: 0;
  }
  nav > div > ul > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tm-inner-banner {
    height: 400px;
  }
  .tm-inner-banner > .flx > div:first-child {
    padding-bottom: 30px;
  }
  .tm-main-header .sticky-header-nav {
    padding: 10px 15px;
    top: 0;
  }
  .tm-main-header .sticky-header-nav nav {
    display: none;
  }
  .tm-inner-section {
    padding: 40px 0;
  }
  .LP-chart {
    margin: 0 auto;
  }
  .ea-anim {
    left: -20px;
  }
  .tm-inner-section.tm-section-full-container
    > .tm-container
    .tm-col
    .tm-section-content,
  .tm-inner-section.tm-section-full-container
    > .tm-container
    .tm-col
    .tm-section-heading {
    max-width: 100%;
  }
  .tm-inner-section.tm-section-full-container > .tm-container .tm-col {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .tm-main-header .sticky-header-nav-prime {
    display: none;
  }
  .tm-main-header .sticky-header-nav {
    display: block;
  }
  .tm-main-banner > .flx {
    flex-wrap: wrap;
  }
  .tm-main-banner > .flx > div {
    flex: 0 0 100%;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 200px;
    max-width: 100%;
    text-align: center;
  }
  .banner-right {
    margin-top: 40px;
    padding-left: 0;
  }
  .tm-main-banner {
    height: auto;
  }
  .blue-card {
    right: 0;
  }
  .price-cards .fiber-big {
    display: none;
  }
  .tm-section {
    padding: 40px 20px;
  }
  .tm-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .tm-section P {
    font-size: 15px;
  }
  .tm-section .flx {
    flex-wrap: wrap;
  }
  .tm-section .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .price-cards {
    text-align: center;
  }
  .tm-live-quotes {
    border-radius: 0;
  }
  .tm-deposit-section .tm-content.left {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    min-height: 400px;
    text-align: left;
    width: 100%;
  }
  .tm-content,
  .tm-titke {
    padding-bottom: 0;
  }
  .tm-title {
    max-width: 100%;
  }
  .tm-title,
  .tm-title .tm-btn-wrapper {
    text-align: center;
  }
  .footer-link {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .footer-link ul {
    display: flex;
  }
  .footer-link ul li {
    flex: 0 0 33.33%;
    padding-left: 0;
  }
  .tm-section-cutting-edge .tm-content {
    text-align: center;
  }
  .tm-section .tm-title {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tm-innovate-section .tm-content.right {
    margin-left: 0;
  }
  .tm-deposit-section .tm-content.left .content-item {
    max-width: 100%;
    text-align: center;
  }
  .tm-title .tm-simple-feat-list li {
    flex: 0 0 100%;
    text-align: left;
  }
  .tm-title .tm-simple-feat-list {
    margin: 0 auto;
    max-width: 400px;
  }
  .tm-trading-platforms .content-item {
    right: 0;
  }
  .tm-insight-section .insight-screens .laptop-screen {
    margin-left: 0;
  }
  .tm-cta-section {
    padding: 70px 20px;
  }
  .t-tm-pl-0 {
    padding-left: 0 !important;
  }
  .t-tm-pl-20 {
    padding-left: 20px !important;
  }
  .t-tm-pl-40 {
    padding-left: 40px !important;
  }
  .t-tm-pl-60 {
    padding-left: 60px !important;
  }
  .t-tm-pl-80 {
    padding-left: 80px !important;
  }
  .t-tm-pr-0 {
    padding-right: 0 !important;
  }
  .t-tm-pr-20 {
    padding-right: 20px !important;
  }
  .t-tm-pr-40 {
    padding-right: 40px !important;
  }
  .t-tm-pr-60 {
    padding-right: 60px !important;
  }
  .t-tm-pr-80 {
    padding-right: 80px !important;
  }
  .t-tm-pt-0 {
    padding-top: 0 !important;
  }
  .t-tm-pt-20 {
    padding-top: 20px !important;
  }
  .t-tm-pt-40 {
    padding-top: 40px !important;
  }
  .t-tm-pt-60 {
    padding-top: 60px !important;
  }
  .t-tm-pt-80 {
    padding-top: 80px !important;
  }
  .t-tm-pb-0 {
    padding-bottom: 0 !important;
  }
  .t-tm-pb-20 {
    padding-bottom: 20px !important;
  }
  .t-tm-pb-40 {
    padding-bottom: 40px !important;
  }
  .t-tm-pb-60 {
    padding-bottom: 60px !important;
  }
  .t-tm-pb-80 {
    padding-bottom: 80px !important;
  }
  .t-t-al-l {
    text-align: left !important;
  }
  .t-t-al-c {
    text-align: center !important;
  }
  .t-t-al-r {
    text-align: right !important;
  }
  .t-order-1 {
    order: 1;
  }
  .t-order-2 {
    order: 2;
  }
  .t-order-3 {
    order: 3;
  }
  .t-order-4 {
    order: 4;
  }
  .t-dn {
    display: none;
  }
  .t-db {
    display: block;
  }
  .t-dib {
    display: inline-block;
  }
  .tm-inner-banner {
    padding: 40px;
  }
  .tm-inner-banner h1 {
    font-size: 48px;
  }
  .tm-inner-banner p {
    font-size: 16px;
  }
  .tm-inner-banner > .flx {
    align-items: flex-end;
    height: 100%;
  }
  .tm-inner-section .flx-two-col {
    flex-wrap: wrap;
    margin: 0;
  }
  .tm-inner-section .flx-two-col .tm-col {
    flex: 0 0 50%;
    padding: 0;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-65 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-55 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-45 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tm-inner-section .flx-two-col .tm-col.t-tm-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm-inner-section .flx-two-col .tm-col:first-child {
    padding-right: 0;
  }
  .tm-inner-section .flx-two-col .tm-col:last-child {
    padding-left: 0;
  }
  .tm-table table {
    display: block;
  }
  .tm-table table thead {
    display: none;
  }
  .tm-table table tbody,
  .tm-table table tbody tr,
  .tm-table table tbody tr td {
    display: block;
    width: 100%;
  }
  .tm-table table tbody tr {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
  }
  .tm-table table tbody tr td {
    border-bottom: none;
    flex: 0 0 33.33%;
    padding: 20px 20px 0;
    position: relative;
  }
  .tm-table table tbody tr td:before {
    color: rgba(0, 0, 0, 0.68);
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .tm-table table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .tm-main-banner .tm-banner-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 80%;
  }
  .tm-section.tm-trading-platforms .tm-content,
  .tm-section.tm-trading-platforms .tm-title {
    padding-top: 15px;
  }
  #tm-timelines .owl-nav .owl-next {
    margin-right: -20px;
  }
  #tm-timelines .owl-nav .owl-prev {
    margin-left: -20px;
  }
  .gird-with-icon > div {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .tm-liquidity-provider .tm-container .lp-list .liq-logo {
    padding: 10px;
  }
  .tm-inner-section .tm-section-flat-img.on-left {
    left: 0;
    width: 100%;
  }
  .tm-page-nav {
    padding: 0;
  }
  .tm-page-nav .page-list > a {
    font-size: 12px;
    padding: 0 12px;
  }
  .tm-main-banner .fall-back-vid {
    height: 484px;
  }
  .answers-options {
    justify-content: center;
  }
  .card-back p {
    font-size: 14px;
  }
  .flip-wrapper > div {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }
  .tm-col-has-bg-image {
    min-height: 400px;
  }
  .live-price-cards > div {
    flex: 0 0 33.33%;
    margin-top: 30px;
  }
  .live-price-cards {
    margin-top: 0;
  }
  #InstruCryptoHome .tm-price-row > div,
  #InstruMetalSingle .tm-price-row > div,
  #InstruMetalSingle > div {
    flex: 0 0 33.33%;
  }
  .min-deposit-card > div {
    flex: 0 0 50%;
    margin-bottom: 24px;
  }
  .min-deposit-card > div > div {
    max-width: 100%;
  }
  .stat-card-wrapper {
    padding-top: 20px;
  }
  .stat-card-wrapper > div {
    flex: 0 0 33.33%;
    margin-bottom: 20px;
  }
  .choose-broker-card-wrap > div {
    flex: 1 1 33.33%;
  }
  .card-cfds-iress > div {
    flex: 0 0 50%;
  }
  .slider-calculation {
    flex-wrap: wrap;
  }
  .slider-calculation > div {
    flex: 0 0 50%;
  }
  .tm-table.fancy-table table tbody tr td {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .tm-table table tbody tr td {
    flex: 1;
  }
  .lang-trigger {
    margin-top: 5px;
  }
  .tm-continental-wrap > .item-lang {
    flex: 0 0 25%;
  }
  .country-region-wrap {
    padding: 0 40px;
  }
  .nav-row {
    display: none;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    font-size: 28px;
  }
  #days span,
  #hours span,
  #minutes span,
  #seconds span {
    font-size: 11px;
  }
  .ao-intro p br,
  .tm-speed-sectn h2 br,
  .tm-speed-sectn p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .tm-table table tbody {
    display: block;
  }
  .tm-table table tbody tr,
  .tm-table table thead {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .t-tm-mb-20 {
    margin-bottom: 20px !important;
  }
  .t-tm-mb-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .ea-anim {
    transform: scale(0.8);
  }
  .tm-deposit-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .tm-main-header .tm-logo-holder > a img {
    max-width: 114px;
  }
  nav > div > ul > li > a {
    font-size: 12px;
  }
  .nav-row > nav > div > ul > li.has-submenu:last-child .tm-submenu {
    left: auto;
    right: 0;
  }
  .nav-row > nav > div > ul > li.has-submenu:before {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .responsive-logo-holder img {
    max-width: 160px;
  }
  .tm-main-header > .logo-row,
  .tm-main-header > nav {
    display: none;
  }
  nav > div > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tm-main-header .sticky-header-nav {
    padding: 10px 15px;
    top: 0;
  }
  .tm-main-header .sticky-header-nav nav {
    display: none;
  }
  .btn-rounded {
    padding: 0 18px;
  }
  .tm-main-banner {
    background-color: #000850;
    background-position: top;
    background-size: cover;
    height: auto;
    padding: 20px 20px 0;
  }
  .accordion-head-wrap {
    display: flex;
    flex: 1;
  }
  .tm-banner-live-quotes .accordion-head {
    width: 100%;
  }
  .tm-banner-live-quotes .accordion-head:after {
    display: none;
  }
  .tm-banner-live-quotes .accordion-head span {
    position: relative;
  }
  .tm-banner-live-quotes .accordion-head span:before {
    background-color: #40dcfd;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.3s;
    z-index: 1;
  }
  .tm-banner-live-quotes .accordion-head.active-header span:before {
    right: -5px;
  }
  .inst-full-name {
    display: inline-block;
    margin-left: 13px;
    margin-top: 0;
    vertical-align: middle;
  }
  .tm-main-banner .tm-container {
    display: block;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 140px;
  }
  .tm-main-banner .tm-banner-content h1 {
    font-size: 32px;
  }
  .tm-main-banner .banner-right {
    margin-top: 0;
    padding-left: 0;
  }
  .tm-keys {
    background-color: #000850;
    padding: 40px 20px 10px;
  }
  .tm-keys .flx {
    justify-content: center;
    text-align: center;
  }
  .tm-keys .flx > div {
    flex: 1 1 33.33%;
    margin-bottom: 30px;
  }
  .sticky-header-nav .responsive-logo-holder img {
    max-width: 150px;
  }
  .tm-section .tm-title {
    padding-left: 0;
    padding-right: 0;
  }
  .tm-section {
    padding: 40px 20px;
  }
  .tm-section h2 {
    font-size: 34px;
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .tm-section P {
    font-size: 16px;
  }
  .tm-section .flx {
    flex-wrap: wrap;
  }
  .tm-section .flx > div {
    flex: 0 0 100%;
  }
  .tm-content,
  .tm-main-banner .tm-banner-content,
  .tm-title {
    max-width: 100%;
    min-width: 100%;
    padding: 0 0 20px;
  }
  .tm-title .tm-simple-feat-list li {
    flex: 0 0 100%;
  }
  .price-cards .fiber-big {
    bottom: 40px;
    left: -30px;
  }
  .price-cards {
    padding-bottom: 30px;
    text-align: center;
  }
  .price-cards > img {
    width: 100%;
  }
  .blue-card {
    width: 100%;
  }
  .blue-card,
  .card-shadow {
    bottom: 0;
    right: 0;
  }
  .tm-deposit-section .tm-content.left {
    margin-left: 0;
  }
  .tm-deposit-section {
    padding-top: 0;
  }
  .animate-area {
    margin-left: -31%;
    margin-top: -80px;
    transform: scale(0.84) !important;
  }
  .tm-deposit-section .tm-content.left:before {
    right: 0;
  }
  .tm-deposit-section {
    overflow: hidden;
    padding: 0;
  }
  .tm-deposit-section .tm-content.left {
    height: 378px;
    overflow: hidden;
  }
  .tm-deposit-section .tm-title {
    padding: 70px 20px 0;
  }
  .tm-trading-platforms {
    background-image: none;
  }
  .tm-trading-platforms .content-item {
    right: 0;
  }
  .tm-product-section .tm-content {
    margin-top: 40px;
  }
  .tm-product-section .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .tm-product-section .owl-nav .owl-next {
    margin-right: -10px;
  }
  .copy-trade-flow {
    height: 520px;
    transform: scale(0.74);
    transform-origin: 50% 50%;
  }
  .LP-chart,
  .copy-trade-flow {
    margin-bottom: -60px;
    margin-top: -60px;
  }
  .LP-chart {
    transform: scale(0.68);
    transform-origin: 50% 50%;
  }
  .tm-insight-section .insight-screens .laptop-screen {
    margin-left: 0;
  }
  .tm-insight-section .insight-screens .mobile-screen {
    max-width: 98px;
    right: 0;
  }
  .tm-section-cutting-edge {
    padding-bottom: 0;
  }
  .tm-innovate-section {
    margin-top: 0;
  }
  .tm-innovate-section .tm-content.right {
    margin: 0;
    min-height: 368px;
  }
  .tm-partners {
    margin-top: 0;
  }
  .partner-draw {
    margin-bottom: -104px;
    width: 100%;
  }
  .tm-cta-section .tm-title h2 {
    font-size: 38px;
  }
  footer {
    padding: 40px 20px;
  }
  .footer-infos .address address {
    padding-left: 0;
  }
  .footer-infos .address address > p,
  .footer-infos .address address > p strong {
    display: block;
  }
  .footer-infos .address address > p span {
    padding-left: 0;
    padding-top: 8px;
  }
  .footer-link {
    padding-left: 0;
  }
  .footer-link ul {
    display: block;
  }
  .footer-link ul li {
    padding-left: 0;
  }
  .tm-btn-wrapper .btn-big {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .tm-banner-live-quotes {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .tm-banner-live-quotes .tm-tab-nav {
    display: none;
  }
  .tm-banner-live-quotes .tm-price-row {
    flex-wrap: wrap;
  }
  .tm-banner-live-quotes .tm-price-row > div {
    flex: 0 0 25%;
  }
  .tm-banner-live-quotes .tm-price-row > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .tm-banner-live-quotes .accordion-head {
    display: block;
  }
  .tm-pricing-table-content-wrap {
    height: auto;
    overflow: visible;
  }
  .tm-innovate-section .tm-content {
    overflow: hidden;
  }
  .tm-innovate-section .tm-content img:first-child {
    margin-left: 40px;
    margin-top: 113px;
    transform: scale(1.3);
  }
  .tm-innovate-section .tm-content img:nth-child(2) {
    left: 60px;
    top: 56px;
  }
  .tm-innovate-section .tm-content img:nth-child(3) {
    left: 127px;
    top: 113px;
  }
  .tm-innovate-section .tm-content img:nth-child(4) {
    left: 32px;
    top: 175px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul {
    border-right: none;
    width: 100%;
  }
  .sticky-header-nav nav .close-menu {
    right: 18px;
    top: 15px;
  }
  .sticky-header-nav
    nav
    .mobile-menu-items-wraper
    ul
    li.has-submenu
    > a:before {
    border-color: #fff transparent transparent;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    opacity: 1;
    position: static;
    width: 100%;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper {
    align-items: flex-start;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    padding: 0 0 20px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu h4 {
    display: none;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sticky-header-nav nav .mobile-menu-items-wraper ul li .tm-submenu {
    display: none;
    transition: none;
  }
  .tm-clients-logos {
    height: 150px;
    padding: 25px 15px 0;
  }
  .m-tm-pl-0 {
    padding-left: 0 !important;
  }
  .m-tm-pl-15 {
    padding-left: 15px !important;
  }
  .m-tm-pl-20 {
    padding-left: 20px !important;
  }
  .m-tm-pl-30 {
    padding-left: 30px !important;
  }
  .m-tm-pl-40 {
    padding-left: 40px !important;
  }
  .m-tm-pr-0 {
    padding-right: 0 !important;
  }
  .m-tm-pr-15 {
    padding-right: 15px !important;
  }
  .m-tm-pr-20 {
    padding-right: 20px !important;
  }
  .m-tm-pr-30 {
    padding-right: 30px !important;
  }
  .m-tm-pr-40 {
    padding-right: 40px !important;
  }
  .m-tm-pt-0 {
    padding-top: 0 !important;
  }
  .m-tm-pt-15 {
    padding-top: 15px !important;
  }
  .m-tm-pt-20 {
    padding-top: 20px !important;
  }
  .m-tm-pt-30 {
    padding-top: 30px !important;
  }
  .m-tm-pt-40 {
    padding-top: 40px !important;
  }
  .m-tm-pb-0 {
    padding-bottom: 0 !important;
  }
  .m-tm-pb-15 {
    padding-bottom: 15px !important;
  }
  .m-tm-pb-20 {
    padding-bottom: 20px !important;
  }
  .m-tm-pb-30 {
    padding-bottom: 30px !important;
  }
  .m-tm-pb-40 {
    padding-bottom: 40px !important;
  }
  .m-tm-ml-0 {
    margin-left: 0 !important;
  }
  .m-tm-ml-15 {
    margin-left: 15px !important;
  }
  .m-tm-ml-20 {
    margin-left: 20px !important;
  }
  .m-tm-ml-30 {
    margin-left: 30px !important;
  }
  .m-tm-ml-40 {
    margin-left: 40px !important;
  }
  .m-tm-mr-0 {
    margin-right: 0 !important;
  }
  .m-tm-mr-15 {
    margin-right: 15px !important;
  }
  .m-tm-mr-20 {
    margin-right: 20px !important;
  }
  .m-tm-mr-30 {
    margin-right: 30px !important;
  }
  .m-tm-mr-40 {
    margin-right: 40px !important;
  }
  .m-tm-mt-0 {
    margin-top: 0 !important;
  }
  .m-tm-mt-15 {
    margin-top: 15px !important;
  }
  .m-tm-mt-20 {
    margin-top: 20px !important;
  }
  .m-tm-mt-30 {
    margin-top: 30px !important;
  }
  .m-tm-mt-40 {
    margin-top: 40px !important;
  }
  .m-tm-mb-0 {
    margin-bottom: 0 !important;
  }
  .m-tm-mb-15 {
    margin-bottom: 15px !important;
  }
  .m-tm-mb-20 {
    margin-bottom: 20px !important;
  }
  .m-tm-mb-30 {
    margin-bottom: 30px !important;
  }
  .m-tm-mb-40 {
    margin-bottom: 40px !important;
  }
  .m-t-al-l {
    text-align: left !important;
  }
  .m-t-al-c {
    text-align: center !important;
  }
  .m-t-al-r {
    text-align: right !important;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  .m-order-4 {
    order: 4;
  }
  .m-dn {
    display: none;
  }
  .m-db {
    display: block;
  }
  .m-dib {
    display: inline-block;
  }
  .tm-inner-banner {
    height: auto;
    padding: 40px 20px;
  }
  .tm-inner-banner h1 {
    font-size: 40px;
  }
  .tm-inner-banner p {
    font-size: 16px;
  }
  .tm-inner-banner > .flx {
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
  }
  .tm-inner-banner > .flx > div:first-child {
    flex: 0 0 100%;
    padding: 74px 0 0;
    text-align: center;
  }
  .tm-inner-banner > .flx > div.banner-content-right {
    display: none;
    flex: 0 0 100%;
    padding-bottom: 0;
  }
  .tm-inner-banner > .flx > div.banner-content-right .animation-area {
    height: 210px;
    position: static;
    width: 100%;
  }
  .tm-inner-section {
    overflow-x: hidden;
    padding: 40px 0;
  }
  .tm-inner-section .flx-two-col {
    flex-wrap: wrap;
    margin: 0;
  }
  .tm-inner-section .flx-two-col .tm-col {
    flex: 0 0 50%;
    padding: 0;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-65 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-55 {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-45 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tm-inner-section .flx-two-col .tm-col.m-tm-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm-inner-section .flx-two-col .tm-col:first-child {
    padding-right: 0;
  }
  .tm-inner-section .flx-two-col .tm-col:last-child {
    padding-left: 0;
  }
  .tm-inner-section h2 {
    font-size: 28px;
  }
  .tm-inner-section h3 {
    font-size: 24px;
  }
  .tm-inner-section p {
    font-size: 16px;
  }
  .tm-keys-inner {
    justify-content: center;
  }
  .tm-keys-inner > div {
    flex: 0 0 50%;
  }
  .stat-card-wrapper .stat-card {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .tm-title .tm-btn-wrapper {
    text-align: left;
  }
  .tm-cta-section .tm-title {
    text-align: center;
  }
  .tm-regulations .stat-card-wrapper .stat-card {
    margin: 0 12px 20px;
    max-width: 100%;
  }
  .tm-liquidity-provider .tm-container .lp-list {
    padding-top: 0;
  }
  .tm-liquidity-provider .tm-container .lp-list .liq-logo {
    border: none;
    flex: 0 0 33.33%;
  }
  .b-card-body > div,
  .b-card-foot > div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .blue-card .b-card-foot {
    padding: 10px 0 10px 16px;
  }
  .tm-section .tm-content,
  .tm-section .tm-title {
    padding: 0;
  }
  .tm-title,
  .tm-trading-platforms .flx {
    text-align: left;
  }
  .tm-simple-feat-list.three-col li,
  .tm-simple-feat-list.two-col li {
    flex: 1 1 100%;
  }
  .ea-anim {
    left: 0;
    margin-bottom: -110px;
    margin-top: -108px;
    transform: scale(0.5);
    transform-origin: 50% 50%;
  }
  .tm-table table {
    display: block;
  }
  .tm-table table thead {
    display: none;
  }
  .tm-table table tbody,
  .tm-table table tbody tr,
  .tm-table table tbody tr td {
    display: block;
    width: 100%;
  }
  .tm-table table tbody tr {
    background-color: rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
  }
  .tm-table table tbody tr td {
    border-bottom: none;
    flex: 0 0 50%;
    padding: 20px 20px 0;
    position: relative;
  }
  .tm-table table tbody tr td:before {
    color: rgba(0, 0, 0, 0.68);
    content: attr(data-title);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .tm-table table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .breadcrumbs {
    text-align: center;
  }
  .breadcrumbs ul {
    justify-content: center;
  }
  .gird-with-icon > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .animated-languages {
    margin-bottom: -100px;
    margin-top: -100px;
    transform: scale(0.68);
    transform-origin: 50% 50%;
  }
  .tm-main-banner .tm-banner-content {
    margin-top: 80px;
  }
  .capital-safety h3 {
    margin-bottom: 0;
  }
  .tm-page-nav {
    display: none;
  }
  .tm-inner-section h2 {
    margin-bottom: 15px;
  }
  .tm-inner-section p {
    margin-top: 0;
  }
  .answers-options {
    flex-wrap: wrap;
  }
  .answers-options > div {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .tm-table.compare-table table tbody tr td:first-child {
    flex: 0 0 100%;
    padding-bottom: 15px;
  }
  .flip-wrapper > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .capital-safety h3 {
    margin-bottom: 15px;
  }
  .tm-col-has-bg-image {
    min-height: 300px;
  }
  .live-price-cards > div {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .live-price-cards > div .icon-card {
    max-width: 100%;
  }
  #InstruCryptoHome .tm-price-row > div,
  #InstruMetalSingle .tm-price-row > div {
    flex: 0 0 25%;
  }
  #InstruMetalSingle > div {
    flex: 0 0 100%;
  }
  .live-price-cards > div {
    max-width: 100%;
  }
  .crypto-card .icon-card {
    margin-bottom: 0;
  }
  .tm-card-wrapper.three-items > div {
    flex: 0 0 100% !important;
    margin-bottom: 30px;
  }
  .min-deposit-card > div {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
  .min-deposit-card > div > div {
    max-width: 100%;
  }
  .min-deposit-card > div:last-child {
    margin-bottom: 0;
  }
  .insight-screens .mobile-screen {
    max-height: 180px;
  }
  .slider-calculation {
    flex-wrap: wrap;
  }
  .slider-calculation > div {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tm-table table tbody tr td {
    flex: 1;
  }
  #forexTable table tbody tr td {
    flex: 0 0 50%;
  }
  #forexTable table tbody tr td:first-child,
  #forexTable table tbody tr td:last-child {
    flex: 0 0 100%;
  }
  .time-zone-anim .globe-anim {
    max-width: 100%;
  }
  .time-zone-anim .time-zones {
    top: 40px;
  }
  .slider-calculation.lot-commission > div,
  .slider-calculation.lot-commission > div:first-child {
    flex: 0 0 100%;
    text-align: center;
  }
  footer > .flx > div {
    flex: 0 0 100% !important;
    margin-top: 28px;
  }
  footer > .flx > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .footer-disclaimer {
    padding-right: 0 !important;
  }
  .tm-locations-wrap > div {
    flex: 0 0 100%;
  }
  footer > .flx .footer-disclaimer .flx > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-card {
    flex-wrap: wrap;
  }
  .contact-card > div {
    flex: 0 0 100%;
  }
  .tm-continental-wrap > .item-lang {
    flex: 0 0 50%;
  }
  .country-region-wrap {
    padding: 0 40px;
  }
  .tm-language-select-panel .close-lang-panel {
    right: 20px;
    top: 20px;
  }
  .tm-language-select-panel {
    padding: 28px 0;
  }
  .select-language-drop {
    right: 55px;
    top: 64px;
  }
  .coming-soon {
    display: block;
    margin: 5px auto 0;
    max-width: 120px;
    position: static;
  }
  #days,
  #hours,
  #minutes,
  #seconds {
    font-size: 34px;
  }
  #days span,
  #hours span,
  #minutes span,
  #seconds span {
    font-size: 11px;
  }
  .tm-best-offer .flx-two-col,
  .tm-global-sectn .flx-two-col,
  .tm-official-trading .flx-two-col,
  .tm-speed-sectn .flx-two-col {
    min-height: 100px;
  }
  .scroll-down {
    display: none;
  }
  .btn-explore {
    font-size: 15px;
    line-height: 46px;
    padding: 0 24px;
  }
  .tm-btn-float {
    bottom: 64px;
    left: auto;
    right: 14px;
  }
}
@media (max-width: 500px) {
  .copy-trade-flow {
    left: calc(50% - 265px);
    left: -webkit-calc(50% - 265px);
  }
  .LP-chart {
    left: calc(50% - 305px);
    left: -webkit-calc(50% - 305px);
  }
  .animated-languages {
    left: calc(50% - 270px);
    left: -webkit-calc(50% - 270px);
  }
  .ea-anim {
    left: calc(50% - 402px);
    left: -webkit-calc(50% - 402px);
  }
}
.tm-inner-banner.ao-banner {
  display: block;
}
.policy-popups {
  background-color: #fafafa;
  border-radius: 8px;
  height: auto;
  left: 15px;
  max-height: 680px;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 52;
}
.popups-mask {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.policy-popups-head {
  background: hsla(215, 8%, 43%, 0.2);
  height: 40px;
  padding: 0 15px;
  position: relative;
}
.policy-popups-head .icon {
  align-items: center;
  display: flex;
  height: 40px;
}
.policy-popups-head .close {
  background-size: cover;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.policy-popups-container {
  padding: 15px;
}
.policy-popups-container .title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}
.policy-popups-container .content {
  background-color: hsla(215, 8%, 43%, 0.1);
  color: #646b75;
  font-size: 12px;
  height: 250px;
  line-height: 1.42857;
  overflow-y: auto;
  padding: 15px;
}
.policy-popups-container .content p {
  padding-bottom: 10px;
}
.policy-popups-checkbox {
  font-size: 12px;
  line-height: 1.42857;
  padding-top: 15px;
}
.policy-popups-checkbox .desc {
  color: #282b33;
  padding-bottom: 5px;
}
.policy-popups-checkbox .item {
  color: #646b75;
  padding-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.policy-popups-checkbox .choose-icon {
  align-items: center;
  border: 1px solid #d70446;
  border-radius: 100%;
  display: flex;
  height: 11px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 11px;
}
.policy-popups-checkbox .choose-icon:after {
  background-color: #d70446;
  border-radius: 100%;
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
  width: 5px;
}
.policy-popups-checkbox .choose-icon.on:after {
  opacity: 1;
}
input.policy-popups-button {
  background-image: linear-gradient(50deg, #d70446, #84162f);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 10px;
  min-width: 120px;
  outline: none;
  padding: 0 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .policy-popups {
    left: 50%;
    max-width: 1024px;
    right: auto;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
@media (min-width: 1260px) {
  .policy-popups-head {
    padding: 0 60px;
  }
  .policy-popups-container {
    padding: 50px 60px 25px;
  }
  .policy-popups-container .title {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .policy-popups-container .content {
    font-size: 14px;
    height: auto;
    overflow: visible;
    padding: 25px 0;
    text-align: justify;
  }
  .policy-popups-container .content p {
    padding-bottom: 15px;
  }
  .policy-popups-container .thumb {
    height: 260px;
    overflow-y: auto;
    padding: 0 20px;
  }
  .policy-popups-container .thumb::-webkit-scrollbar {
    width: 4px;
  }
  .policy-popups-container .thumb::-webkit-scrollbar-thumb {
    background-color: hsla(215, 8%, 43%, 0.5);
    border-radius: 3px;
  }
  .policy-popups-checkbox {
    font-size: 14px;
    padding-top: 25px;
  }
  .policy-popups-checkbox .desc {
    padding-bottom: 10px;
  }
  .policy-popups-checkbox .choose-icon {
    top: 4px;
  }
  input.policy-popups-button {
    border-radius: 26px;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    margin-top: 46px;
    width: 236px;
  }
}
div[contenteditable] {
  display: none !important;
}
.tm-promotion-page h4 {
  margin-bottom: 30px;
}
.tm-col-full-img {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .changeEvent .flx {
    display: block;
  }
  .xs-nopadding {
    padding: 0 !important;
  }
}
.tm-ao-form-container {
  margin: 0 auto;
  padding-top: 20px;
  width: 90%;
}
.tm-ao-form-container .form-list {
  padding-bottom: 15px;
}
.tm-ao-form-container .form-list > li {
  padding-bottom: 17px;
}
.tm-ao-form-container .thumb {
  position: relative;
}
.tm-ao-form-container .select input {
  cursor: pointer;
}
.tm-ao-form-container input {
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
}
#ao-register-form input[type="password"],
.tm-ao-form-container input[type="text"] {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  padding: 0 10px;
  width: 100%;
}
.tm-ao-form-container input:-ms-input-placeholder {
  color: #00084e;
}
.tm-ao-form-container input::placeholder {
  color: #00084e;
}
.tm-ao-form-container input::-webkit-input-placeholder {
  color: #00084e;
}
.tm-ao-form-container input::-moz-placeholder {
  color: #00084e;
}
.tm-ao-form-container input[type="button"] {
  background-color: #1588ec;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  width: 130px;
}
.tm-ao-form-container .arrow:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #2998ff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.tm-ao-form-container .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.tm-ao-form-container .arrow.select:after {
  right: 16px;
}
.tm-ao-form-container input.tm-ao-country-menu {
  padding-right: 40px;
}
.tm-ao-country-drop {
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.tm-ao-country-drop a {
  background-color: #f7f7f7;
  color: #00084e;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
  text-align: left;
  text-decoration: none;
  transition: background 0.2s ease;
}
.tm-ao-country-drop a:nth-child(2n) {
  background-color: #fff;
}
.tm-flags-tel {
  align-items: center;
  cursor: pointer;
  justify-self: start;
  position: relative;
  top: 1px;
}
.tm-flags-tel-box {
  background-color: #fff;
  padding-left: 10px;
}
.tm-flags-icon {
  align-items: center;
  display: flex;
  height: 30px;
  width: 20px;
}
.tm-tel-text {
  color: #000850;
  display: block;
  font-size: 14px;
  padding-left: 9px;
  padding-right: 27px;
  position: relative;
}
.tm-tel-text:after {
  right: 5px;
}
.tm-flags-tel-box input.tel:-ms-input-placeholder {
  font-size: 12px;
}
.tm-flags-tel-box input.tel::placeholder {
  font-size: 12px;
}
.tm-flags-tel-box input.tel::-moz-placeholder {
  font-size: 12px;
}
.tm-flags-tel-box input.tel::-webkit-input-placeholder {
  font-size: 12px;
}
.tm-flags-tel-drop {
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  min-width: 100%;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}
.tm-ao-country-drop input.tm-country-drop-search,
.tm-flags-tel-drop input.tm-flags-tel-drop-search {
  background: #fff
    url(../images/search4429.png?26980780b2a6648c9112dd0c827dff87) 2px no-repeat;
  background-size: 16px;
  border: 1px solid #d2d6d6;
  border-radius: 3px;
  display: block;
  height: 30px !important;
  line-height: 1;
  margin: 0 auto;
  padding-left: 24px !important;
  width: 80%;
}
.tm-flags-tel-drop-menu {
  color: #606266;
  font-size: 12px;
  max-height: 180px;
  overflow-y: auto;
  width: 100%;
}
.tm-flags-tel-drop-menu ol {
  padding: 0;
}
.tm-country-search,
.tm-flag-search {
  padding-bottom: 10px;
  width: 100%;
}
.tm-flags-tel-drop-menu ol li {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 36px;
  padding: 0 20px;
  width: 100%;
}
.tm-flags-tel-drop-menu .iti-flag {
  position: relative;
  top: -1px;
}
.tm-flags-tel-drop-menu .countryName {
  padding-left: 12px;
}
.tm-ao-form {
  overflow: visible;
  position: relative;
}
.tm-ao-form.isVerify:after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 100;
}
#google_captcha {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.tm-flags-tel-mask {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.tm-form-tips {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 18px;
  left: 50%;
  line-height: 30px;
  padding: 10px 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.google_captcha_mask {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
}
#ao-register .tm-redirect-wrapper a {
  color: #56adf8;
  opacity: 0.8;
}
.tmgm-ajax_loading {
  background: rgba(25, 25, 25, 0.1);
  display: none;
  left: 0;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 101;
}
.tmgm-ajax_loading .circular {
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
.tmgm-ajax_loading .circular .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.tm-ao-form-submit,
.tm-ao-form-submit-demo {
  font-weight: 700;
  text-transform: uppercase;
}
#ao-register-form .password_requirement-wrapper {
  margin-top: 17px;
}
#ao-register-form .password_requirement-wrapper .password_requirement-text {
  color: #7e86b4;
  font-size: 11px;
  margin-bottom: 0;
  text-align: left;
}
#ao-register-form .portal-password-wrapper {
  display: none;
}
#ao-register-form .portal-password-wrapper .portal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  opacity: 0.8;
  text-align: left;
}
#ao-register-form .portal-password-wrapper .password_requirement-text,
#ao-register-form .portal-password-wrapper .portal-password {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tm-ao-form-container {
    max-width: 664px;
    width: 100%;
  }
  .tm-ao-form-container .form-list {
    margin: 0 -8px;
  }
  .tm-ao-form-container .form-list:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  #ao-register-form .portal-password .thumb,
  .tm-ao-form-container .form-list > li {
    float: left;
    padding: 0 8px 17px;
    width: 50%;
  }
  #ao-register-form .portal-password .thumb:first-child {
    padding-left: 0;
  }
  #ao-register-form .portal-password .thumb:last-child {
    padding-right: 0;
  }
  #ao-register-form .portal-password-wrapper .portal-title-wrapper {
    margin-bottom: 15px;
  }
  #ao-register-form .portal-password-wrapper .portal-password {
    display: flex;
  }
  #ao-register-form input[type="password"],
  .tm-ao-form-container input[type="text"] {
    height: 55px;
    padding: 0 20px;
  }
  .tm-ao-form-container input.tm-ao-country-menu {
    padding-right: 40px;
  }
  .tm-ao-form-container input[type="button"] {
    height: 58px;
    width: 146px;
  }
  .tm-ao-country-drop a {
    padding: 10px 20px;
  }
  .tm-flags-tel-drop-menu {
    font-size: 14px;
  }
  .tm-flags-tel-drop-menu ol li {
    white-space: nowrap;
  }
}
.tm-ao-form-container {
  position: relative;
}
.tm-ao-form-container:after {
  background-color: hsla(0, 0%, 100%, 0.06);
  border-radius: 100%;
  content: "";
  display: block;
  height: 58px;
  left: -30px;
  position: absolute;
  top: -50px;
  width: 58px;
}
@media (min-width: 1024px) {
  .tm-ao-form-container {
    padding-bottom: 25px;
    padding-top: 43px;
    position: relative;
  }
  .tm-ao-form-container:after {
    left: -163px;
    top: 55px;
  }
  .tm-flags-tel-drop-menu ol li:hover {
    background-color: #e9ecef;
    color: #282828;
  }
}
@media (min-width: 1200px) {
  .tm-ao-country-drop a:hover {
    background-color: #e9ecef;
    color: #282828;
  }
}
@media (max-width: 768px) {
  .tm-ao-form-container input[type="button"] {
    width: 100%;
  }
  #ao-register-form .portal-password-wrapper {
    margin-bottom: 25px;
  }
  #ao-register-form .portal-password-wrapper .portal-title-wrapper {
    margin-bottom: 20px;
  }
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.tm-tradingbonus-banner {
  vertical-align: top;
}
.tm-tradingbonus-banner h2 {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.142857;
}
.tm-tradingbonus-banner .text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  padding-top: 15px;
}
.tm-tradingbonus-banner .color {
  color: #35a0fd;
}
.tm-tradingbonus-banner .btn-big {
  background-color: #1588ec;
  color: #fff;
  position: relative;
}
.tm-tradingbonus-banner .btn-big:before {
  background: url(../images/btn-liner849b.png?848320ad742b8a9d5d6b192e6bec17d0)
    100% no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.tm-quicklyLink {
  background-color: #000850;
  width: 100%;
}
.tm-quicklyLink-item {
  border-right: 1px solid hsla(0, 0%, 100%, 0.24);
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.tm-quicklyLink-item:last-child {
  border-right: none;
}
.tm-quicklyLink-item .icon {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}
.tm-quicklyLink-item img {
  height: 30px;
}
.tm-why-tmgm {
  padding: 40px 0;
  text-align: center;
}
.tm-why-tmgm .title {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.tm-why-tmgm .mini-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 20px;
}
.tm-why-tmgm .icon {
  margin: 0 auto;
  max-width: 50%;
}
.tm-why-tmgm-list {
  margin: 0 auto;
  max-width: 1054px;
  padding-top: 15px;
}
.tm-why-tmgm-list li {
  padding: 15px 20px;
}
.tm-why-tmgm-list .thumb {
  border-radius: 8px;
  box-shadow: 0 0 20px 1px rgba(58, 73, 144, 0.14);
  padding: 25px 20px;
}
.tm-why-tmgm-list .thumb-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}
.tm-why-tmgm-list .desc {
  color: #000;
  font-size: 15px;
}
.tm-tradingbonus-form {
  background: url(../images/tradingbonus-form-bgc34d.jpg?379cad52a2ab320d0a72b2481e42974b)
    bottom no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
.tm-tradingbonus-form.isVerify:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 100;
}
.tm-tradingbonus-form .text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.tm-tradingbonus-form .tm-ao-form-container:after {
  display: none;
}
.tm-form-agreement {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 30px;
  padding-left: 27px;
  position: relative;
}
.tm-form-agreement .checkbox {
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 17px;
}
.tm-form-agreement .checkbox.active {
  background: #1588ec
    url(../images/tradingbonus-icon12c5c6.png?bf0cbd1933363e670498c7b96c8ddd83)
    50% no-repeat;
}
.tm-tradingbonus-form .disclaimer {
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
}
.tm-tradingbonus-logo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 25px;
  width: 100%;
}
.tm-tradingbonus-logo img {
  width: 200px;
}
.tm-tradingbonus-logo .lang-trigger {
  margin-top: 0;
}
.tm-tradingbonus-logo .select-language-drop {
  right: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tm-tradingbonus-banner .tm-banner-content {
    padding-bottom: 40px;
  }
  .tm-why-tmgm .title {
    font-size: 46px;
  }
  .tm-why-tmgm-list {
    padding-top: 30px;
  }
  .tm-why-tmgm-list ul {
    display: flex;
  }
  .tm-why-tmgm-list li {
    width: 33.3333%;
  }
  .tm-why-tmgm-list .thumb {
    height: 100%;
  }
  .tm-tradingbonus-form .text {
    font-size: 30px;
  }
  .tm-form-agreement {
    padding-left: 0;
    text-align: center;
  }
  .tm-form-agreement .checkbox {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .tm-tradingbonus-banner .tm-banner-content {
    max-width: 610px;
    padding-bottom: 0;
  }
  .tm-quicklyLink-item {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 25px 10px;
  }
  .tm-quicklyLink-item img {
    height: auto;
    margin-right: 25px;
    max-height: 100%;
    max-width: 100%;
  }
  .tm-why-tmgm {
    padding: 80px 0;
  }
  .tm-why-tmgm-list .icon {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: center;
  }
  .tm-why-tmgm .title {
    font-size: 54px;
  }
  .tm-why-tmgm .mini-title {
    font-size: 20px;
  }
  .tm-tradingbonus-form {
    padding: 60px 0;
  }
  .tm-tradingbonus-form .text {
    font-size: 44px;
  }
  .tm-form-agreement {
    padding-bottom: 45px;
    padding-top: 8px;
  }
  .tm-tradingbonus-logo {
    top: 45px;
  }
}
@media (min-width: 1260px) {
  .tm-tradingbonus-banner {
    background-attachment: unset;
  }
  .tm-tradingbonus-banner h2 {
    font-size: 35px;
    padding-top: 10px;
  }
  .tm-tradingbonus-banner .text {
    font-size: 72px;
    line-height: 0.9;
    padding-bottom: 10px;
  }
  .tm-why-tmgm {
    padding: 105px 0;
  }
  .tm-why-tmgm .title {
    font-size: 60px;
  }
  .tm-why-tmgm .mini-title {
    font-size: 28px;
    padding: 35px 0 45px;
  }
  .tm-why-tmgm-list {
    padding-top: 60px;
  }
  .tm-why-tmgm-list ul {
    margin: 0 -28px;
  }
  .tm-why-tmgm-list li {
    padding: 25px 28px;
  }
  .tm-why-tmgm-list .thumb {
    padding: 35px 45px 30px;
  }
  .tm-why-tmgm-list .thumb-title {
    font-size: 21px;
    padding: 20px 0;
  }
  .tm-tradingbonus-form {
    padding: 95px 0 115px;
  }
  .tm-tradingbonus-form .text {
    padding-bottom: 20px;
  }
  .tm-tradingbonus-logo {
    left: 50%;
    margin-left: -612px;
    padding: 0;
    text-align: left;
    width: 1224px;
  }
  .tm-tradingbonus-logo img {
    width: auto;
  }
}
@media (min-width: 1584px) {
  .tm-tradingbonus-banner {
    height: 719px;
  }
  .tm-tradingbonus-logo {
    top: 80px;
  }
}
#timer {
  padding: 20px 0;
}
.tm-official-trading-index h2,
.tm-official-trading-index p {
  opacity: 0.68;
}
.tm-official-trading-index .link-btn {
  background-color: #1861d7;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 48px;
  min-width: 164px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.tm-official-trading-index .link-btn span {
  position: relative;
  z-index: 1;
}
.tm-official-trading-index .link-btn:after {
  background: url(../images/tradingbonus-icon131506.png?df2fcaaca9dee65f5e41750e75847587)
    100% no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.tm-countdown-title {
  color: rgba(0, 0, 0, 0.28);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
.tm-countdown-img {
  padding-top: 25px;
  text-align: center;
}
.tm-countdown-img img {
  height: 50px;
}
.tm-official-trading-index .on-timer:before {
  top: 10%;
}
@media (min-width: 1260px) {
  #timer {
    padding: 30px 0;
  }
  .tm-official-trading-index .on-timer:before {
    right: -33px;
  }
  .tm-countdown-title {
    font-size: 28px;
    padding-bottom: 35px;
  }
  .tm-countdown-img {
    padding-top: 30px;
  }
  .tm-countdown-img img {
    height: 52px;
  }
  .tm-official-trading-index .link-btn {
    margin-top: 25px;
  }
  .tm-official-trading-index p {
    max-width: 530px;
  }
  .tm-official-trading-index .tm-section-heading {
    min-height: 348px;
  }
  .tm-inner-section .tm-section-heading:before {
    top: -110px;
  }
}
.australian-open-landing-container {
  margin-top: 116px;
  position: relative;
}
.australian-open-landing-language {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  line-height: 1;
  min-width: 200px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  white-space: nowrap;
  z-index: 20;
}
.australian-open-landing-language a {
  background-color: #1588ec;
  border-radius: 20px;
  display: block;
  height: 14px;
  margin: 0 10px;
  position: relative;
  width: 32px;
}
.australian-open-landing-language a:after {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -3px;
  transition: 0.3s;
  width: 20px;
}
.australian-open-landing-language a.female:after {
  left: 100%;
  margin-left: -20px;
}
.australian-open-landing-language.show {
  opacity: 1;
}
@media (min-width: 1200px) {
  .australian-open-landing-language-wrap {
    left: 50%;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
  }
  .australian-open-landing-language {
    float: right;
    min-width: auto;
    position: unset;
  }
}
@media (max-width: 600px) {
  .australian-open-landing-container {
    margin-top: 0;
  }
  .australian-open-landing-language {
    font-size: 13px;
    right: 66%;
    top: 69px;
    transform: translateX(50%);
  }
  [acuity-widget="australianopenlanding"] .WorldMap__titleWrapper__yy30q {
    padding-top: 100px !important;
  }
  [acuity-widget="australianopenlanding"][max-width~="600px"]
    .WorldMap__wrapper__2NoIe {
    height: 875px !important;
  }
  [acuity-widget="australianopenlanding"][max-width~="600px"]
    .WorldMap__svgWrapper__3EgWD
    .WorldMap__svgContainer__2B8z1 {
    padding-top: 75.56% !important;
  }
}
.tm-ao-tradingPlatform {
  background-color: #1588ec;
  color: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
}
.tm-ao-tradingPlatform-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.19048;
  padding-bottom: 20px;
}
.tm-ao-tradingPlatform-text {
  line-height: 1.18519;
  opacity: 0.8;
  padding-bottom: 30px;
}
.tm-ao-tradingPlatform p {
  font-size: 18px;
  margin: 0;
}
.tm-ao-tradingPlatform-button {
  font-size: 16px;
  text-align: center;
}
.tm-ao-tradingPlatform-playNow {
  *zoom: 1;
  background-color: #071379;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  *display: inline;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  min-width: 160px;
  padding: 15px;
  text-decoration: none;
  vertical-align: top;
}
.tm-ao-tradingPlatform-check {
  color: #fff;
  font-weight: 700;
  opacity: 0.68;
}
.tm-ao-tradingPlatform-img {
  margin-bottom: 10px;
  position: relative;
}
.tm-ao-tradingPlatform-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.tm-ao-tradingPlatform-img:after {
  background: url(../images/tm-ao21-section-map6ee1.png?eb20d932fe50cc672e0bb67660ea9a7d)
    50% no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  left: -10px;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 1;
}
.tm-ao-tradingPlatform-content {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .tm-ao-tradingPlatform {
    padding: 50px 0;
  }
  .tm-ao-tradingPlatform-content {
    float: left;
    width: 58.00654%;
  }
  .tm-ao-tradingPlatform-title {
    font-size: 30px;
    padding-bottom: 50px;
  }
  .tm-ao-tradingPlatform-text {
    padding-bottom: 80px;
  }
  .tm-ao-tradingPlatform p {
    font-size: 24px;
  }
  .tm-ao-tradingPlatform-playNow {
    margin-bottom: 20px;
    min-width: 202px;
    padding: 21px;
  }
  .tm-ao-tradingPlatform-img {
    float: right;
    width: 41.99346%;
  }
  .tm-ao-tradingPlatform-content {
    padding: 0;
  }
}
@media (min-width: 1260px) {
  .tm-ao-tradingPlatform {
    padding: 125px 0 100px;
  }
  .tm-ao-tradingPlatform .tm-common-web {
    padding: 0;
  }
  .tm-ao-tradingPlatform-title {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 42px;
  }
  .tm-ao-tradingPlatform-text {
    padding-bottom: 73px;
  }
  .tm-ao-tradingPlatform p {
    font-size: 27px;
  }
  .tm-ao-tradingPlatform-img {
    margin-top: 5px;
  }
  .tm-ao-tradingPlatform-img:after {
    background-position: left 80px;
    background-size: auto;
    left: -28px;
  }
}
.tm-home-ao-section {
  background-color: #f0f9fe;
  color: rgba(0, 0, 0, 0.68);
}
.tm-home-ao-section-img {
  overflow: hidden;
  padding-top: 71.5%;
  position: relative;
}
.tm-home-ao-section-img img {
  display: block;
  height: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
}
.tm-home-ao-section-content {
  padding: 20px 20px 40px;
}
.tm-home-ao-section-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.tm-home-ao-section-desc {
  font-size: 17px;
  line-height: 1.33333;
  padding-top: 15px;
}
.tm-home-ao-section-desc b {
  font-weight: 800;
}
.tm-home-ao-section-desc p {
  margin: 0;
}
.tm-home-ao-section-desc br {
  display: none;
}
.tm-home-ao-section-logo {
  padding-top: 20px;
  text-align: center;
}
.tm-home-ao-section-logo img {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
.tm-photo-credit {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 8px 5px;
  position: absolute;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .tm-home-ao-section {
    align-items: center;
    display: flex;
    position: relative;
  }
  .tm-home-ao-section-container {
    display: flex;
    justify-content: flex-end;
  }
  .tm-home-ao-section-img {
    padding-top: 35.84%;
    width: 50%;
  }
  .tm-home-ao-section-content {
    position: relative;
    width: 50%;
    z-index: 2;
  }
  .tm-home-ao-section-title {
    font-size: 34px;
  }
  .tm-home-ao-section-desc {
    font-size: 18px;
    padding-top: 25px;
  }
  .tm-home-ao-section-logo {
    padding-top: 30px;
  }
  .tm-home-ao-section-logo img {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .tm-home-ao-section {
    min-height: 580px;
  }
  .tm-home-ao-section-title {
    font-size: 42px;
  }
  .tm-home-ao-section-desc {
    font-size: 22px;
    padding-top: 30px;
  }
  .tm-home-ao-section-desc br {
    display: block;
  }
  .tm-home-ao-section-logo {
    padding-top: 40px;
  }
  .tm-home-ao-section-content {
    width: 58.0065%;
  }
  .tm-home-ao-section-article {
    display: inline-block;
    vertical-align: top;
  }
  .tm-home-ao-section-img {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 45.7516%;
    z-index: 1;
  }
  .tm-home-ao-section-img:hover .tm-photo-credit {
    bottom: 0;
  }
  .tm-photo-credit {
    bottom: -34px;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  .tm-home-ao-section-title {
    font-size: 54px;
  }
  .tm-home-ao-section-desc {
    font-size: 30px;
    padding-top: 40px;
  }
  .tm-home-ao-section-logo {
    padding-top: 85px;
  }
}
.competition-btn {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 2200px) {
  .tm-main-banner {
    background-position: bottom;
  }
}
.tm-common-web {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tm-common-web {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .tm-common-web {
    padding: 0;
  }
}
.tm-landingPage-container {
  position: relative;
}
.tm-landingPage-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.tm-landingPage-header .flx {
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
.tm-landingPage-header-ctrl {
  align-items: center;
  display: flex;
  white-space: nowrap;
}
.tm-landingPage-header-ctrl .top-lang {
  margin-left: 8px;
}
.tm-landingPage-header-ctrl .lang-trigger {
  background-color: #236cf1;
  margin-top: 0;
}
.tm-landingPage-logo {
  display: block;
  height: 30px;
}
.tm-landingPage-logo img {
  max-height: 100%;
}
.tm-landingPage-signUp-btn {
  background-color: #236cf1;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.tm-landingPage-banner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 50px;
}
.tm-landingPage-banner h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.tm-landingPage-banner .color {
  color: #478cfd;
}
.tm-landingPage-content {
  padding: 40px 0;
}
.tm-landingPage-start-subTitle {
  color: #000850;
  font-size: 18px;
  opacity: 0.68;
}
.tm-landingPage-start-title {
  color: #000850;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.04762;
  padding: 10px 0;
}
.tm-landingPage-start-item {
  align-items: center;
  color: #000850;
  padding: 10px 0;
}
.tm-landingPage-start-item .img {
  text-align: center;
  width: 50px;
}
.tm-landingPage-start-item p {
  font-weight: 700;
  margin: 0;
  padding-left: 20px;
  width: 80%;
}
.tm-landingPage-form.border {
  border-top: 1px solid #dbdce6;
}
.tm-landingPage-form-title {
  color: #000850;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.48;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.tm-landingPage-form .tm-ao-form-container {
  width: 100%;
}
.tm-landingPage-form .tm-ao-form-container .tm-flags-tel-box,
.tm-landingPage-form .tm-ao-form-container input[type="text"] {
  background-color: #f5f5f8;
}
.tm-landingPage-card {
  text-align: center;
}
.tm-landingPage-card-subTitle {
  color: #000850;
  font-size: 18px;
  opacity: 0.68;
}
.tm-landingPage-card-title {
  color: #000850;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.04762;
  padding: 10px 0;
}
.tm-landingPage-card-list {
  padding-bottom: 20px;
  padding-top: 10px;
}
.tm-landingPage-card-list li {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(208, 223, 250, 0.24);
  margin: 15px 0;
}
.tm-landingPage-card-list .thumb {
  padding: 10px;
}
.tm-landingPage-card-list .text {
  color: #000850;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.8;
  padding: 10px 0 20px;
}
.tm-landingPage-link {
  *zoom: 1;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-width: 200px;
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: top;
}
.tm-landingPage-link.blue {
  background-color: #176af3;
  background-image: linear-gradient(90deg, #176af3, rgba(43, 182, 246, 0.8));
  color: #fff;
  transition: 0.3s;
}
.tm-landingPage-link.white {
  background-color: #fff;
  color: #000850;
}
.tm-landingPage-link.white:after {
  background-color: #000850;
}
.tm-landingPage-link span {
  position: relative;
  z-index: 2;
}
.tm-landingPage-link:after {
  content: "";
  display: block;
  height: 300px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease;
  width: 0;
}
.tm-landingPage-container .tm-speed-sectn {
  background-image: url(../images/landingPage-img0938d6.jpg?adcf4ec0f9cfc226b8773bb901909da7);
}
.tm-landingPage-why-article {
  padding-bottom: 30px;
}
.tm-landingPage-why-title {
  color: #000850;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.07143;
  opacity: 0.8;
  padding-bottom: 20px;
}
.tm-landingPage-why-text {
  color: #000850;
  line-height: 1.5;
}
.tm-landingPage-why-text p {
  margin: 0;
}
.tm-landingPage-why-list .thumb {
  color: #000850;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
  padding-left: 47px;
  position: relative;
}
.tm-landingPage-why-list .thumb:before {
  background: #52d2be
    url(../images/landingPage-img107f58.png?874f53bebffe6546c87bf3b6fce78a57)
    50% no-repeat;
  border-radius: 100%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}
.tm-landingPage-container .tm-ao-form-container input[type="button"] {
  background-color: #176af3;
  background-image: linear-gradient(90deg, #176af3, rgba(43, 182, 246, 0.8));
  font-weight: 700;
  transition: 0.3s;
}
.tm-landingPage-whyList {
  background-color: #f5f5f8;
  text-align: center;
}
.tm-landingPage-whyList-item {
  padding-bottom: 20px;
}
.tm-landingPage-whyList-item li {
  padding: 10px 0;
  width: 100%;
}
.tm-landingPage-whyList-item .thumb {
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.tm-landingPage-whyList-item .thumb * {
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
.tm-landingPage-whyList-item .thumb:after {
  background-color: #000850;
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tm-landingPage-whyList-data {
  font-size: 28px;
  font-weight: 800;
  padding: 10px 0;
}
.tm-landingPage-whyList-desc {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.68;
}
.tm-landingPage-whyList-desc .tips {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.tm-landingPage-how {
  background-color: #f5f5f8;
  text-align: center;
}
.tm-landingPage-how-list {
  padding-top: 10px;
}
.tm-landingPage-how li {
  padding: 25px 0;
}
.tm-landingPage-how-thumb {
  box-shadow: 0 0 20px 1px rgba(189, 212, 255, 0.34);
  padding: 40px 0 35px;
  position: relative;
}
.tm-landingPage-how-num {
  background-color: #000850;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 800;
  height: 46px;
  left: 50%;
  line-height: 46px;
  margin-left: -23px;
  position: absolute;
  text-align: center;
  top: -23px;
  width: 46px;
}
.tm-landingPage-how-icon {
  display: block;
}
.tm-landingPage-how-icon img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.tm-landingPage-how-desc {
  color: #000850;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.13043;
  opacity: 0.8;
  padding: 25px 20px 0;
}
.tm-landingPage-how div a {
  margin: 10px 0;
}
.bg-gray {
  background-color: #f5f5f8;
}
.tm-landingPage-container .google_captcha_mask {
  background-color: rgba(0, 0, 0, 0.8);
}
.tm-landingPage-container #google_captcha {
  position: fixed;
}
@media (min-width: 768px) {
  .tm-landingPage-card-list ul {
    display: flex;
    width: 100%;
  }
  .tm-landingPage-card-list li {
    flex: 1;
    margin: 10px;
    padding: 0;
    width: 33.33333%;
  }
  .tm-landingPage-container .tm-ao-form-container input[type="button"] {
    min-width: 160px;
  }
  .tm-landingPage-whyList li {
    float: left;
    padding: 6px;
    width: 33.3333%;
  }
  .tm-landingPage-whyList-icon {
    display: block;
    height: 50px;
  }
  .tm-landingPage-whyList-desc {
    min-height: 35px;
  }
  .tm-landingPage-how div a {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .tm-landingPage-header {
    top: 50px;
  }
  .tm-landingPage-header .flx {
    height: 45px;
  }
  .tm-landingPage-logo {
    height: 40px;
  }
  .tm-landingPage-banner {
    padding-top: 150px;
  }
  .tm-landingPage-banner h1 {
    font-size: 40px;
  }
  .tm-landingPage-card-list {
    width: 100%;
  }
  .tm-landingPage-card-list li {
    margin: 10px 17px;
  }
  .tm-landingPage-how-list {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .tm-landingPage-how li {
    float: left;
    padding: 0 5px;
    width: 20%;
  }
  .tm-landingPage-how-icon {
    height: 60px;
  }
}
@media (min-width: 1260px) {
  .tm-common-web {
    padding: 0;
  }
  .tm-landingPage-header {
    top: 80px;
  }
  .tm-landingPage-header .flx {
    height: 45px;
  }
  .tm-landingPage-logo {
    height: 40px;
  }
  .tm-landingPage-banner {
    padding-bottom: 200px;
    padding-top: 320px;
  }
  .tm-landingPage-banner h1 {
    font-size: 50px;
    line-height: 1.07;
  }
  .tm-landingPage-start {
    padding-top: 90px;
  }
  .tm-landingPage-start-content {
    float: left;
    width: 44.16667%;
  }
  .tm-landingPage-start-thumb {
    padding-top: 10px;
    width: 90%;
  }
  .tm-landingPage-start-subTitle {
    font-size: 26px;
  }
  .tm-landingPage-start-title {
    font-size: 42px;
    padding-top: 5px;
  }
  .tm-landingPage-start-item {
    font-size: 18px;
    line-height: 1.33333;
    padding: 20px 0;
  }
  .tm-landingPage-start .tm-landingPage-form {
    float: right;
    margin-top: 40px;
    padding-bottom: 17px;
    padding-left: 50px;
    width: 55.83333%;
  }
  .tm-landingPage-start .tm-landingPage-form.border {
    border-left: 1px solid #dbdce6;
    border-top: none;
  }
  .tm-landingPage-start .tm-landingPage-form-title {
    font-size: 16px;
    padding-top: 75px;
  }
  .tm-landingPage-start .tm-landingPage-form .tm-ao-form-container {
    padding-top: 30px;
  }
  .tm-landingPage-card {
    padding: 85px 0;
  }
  .tm-landingPage-card-subTitle {
    font-size: 26px;
  }
  .tm-landingPage-card-title {
    font-size: 42px;
    padding-top: 5px;
  }
  .tm-landingPage-card .text {
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 23px;
  }
  .tm-landingPage-card-list {
    padding: 65px 14px 55px;
  }
  .tm-landingPage-card-list .thumb {
    padding: 32px 20px 20px;
  }
  .tm-landingPage-link {
    min-width: 245px;
    padding: 20px 10px;
  }
  .tm-landingPage-link.white:hover {
    color: #fff;
  }
  .tm-landingPage-link:hover:after {
    width: 300px;
  }
  .tm-landingPage-container .tm-speed-sectn {
    padding: 150px 0 140px;
  }
  .tm-landingPage-why {
    padding: 100px 0;
  }
  .tm-landingPage-why-article {
    float: left;
    width: 40.14901%;
  }
  .tm-landingPage-why-title {
    font-size: 60px;
    font-weight: 800;
  }
  .tm-landingPage-why-text {
    font-size: 16px;
    padding-top: 17px;
  }
  .tm-landingPage-why-form {
    float: right;
    width: 51.90397%;
  }
  .tm-landingPage-why-form .tm-ao-form-container {
    padding-top: 25px;
  }
  .tm-landingPage-why-form .tm-ao-form-container .form-list {
    padding-bottom: 75px;
  }
  .tm-landingPage-why-list {
    padding-top: 40px;
  }
  .tm-landingPage-why-list li {
    float: left;
    font-weight: 700;
    padding: 0 6px;
    width: 50%;
  }
  .tm-landingPage-whyList {
    padding: 80px 0 100px;
  }
  .tm-landingPage-whyList-item {
    padding: 65px 0;
  }
  .tm-landingPage-whyList ul {
    margin: 0 -30px;
  }
  .tm-landingPage-whyList li {
    width: 20%;
  }
  .tm-landingPage-whyList .thumb {
    padding: 48px 0 25px;
  }
  .tm-landingPage-whyList .thumb:after {
    transition: 0.3s;
  }
  .tm-landingPage-whyList .thumb:hover {
    z-index: 2;
  }
  .tm-landingPage-whyList .thumb:hover:after {
    box-shadow: 0 0 30px 10px hsla(0, 0%, 84%, 0.3);
    transform: scale(1.23);
  }
  .tm-landingPage-whyList .thumb:hover .tm-landingPage-whyList-data {
    font-size: 52px;
  }
  .tm-landingPage-whyList .thumb:hover .tm-landingPage-whyList-desc {
    font-size: 18px;
  }
  .tm-landingPage-whyList .thumb:hover .tm-landingPage-whyList-desc .tips {
    font-size: 14px;
  }
  .tm-landingPage-whyList-icon {
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 100%;
  }
  .tm-landingPage-whyList-data {
    font-size: 42px;
    line-height: 1;
    padding: 17px 0 5px;
  }
  .tm-landingPage-how {
    padding: 90px 0 105px;
  }
  .tm-landingPage-how-list {
    padding-bottom: 90px;
    padding-top: 60px;
  }
  .tm-landingPage-how ul {
    margin: 0 -16px;
  }
  .tm-landingPage-how li {
    padding: 0 16px 60px;
  }
  .tm-landingPage-how li:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .tm-landingPage-how li:nth-child(2n-1) .tm-landingPage-how-num {
    margin-top: -23px;
    top: 100%;
  }
  .tm-landingPage-how-thumb {
    padding: 55px 0;
    transition: 0.3s;
  }
  .tm-landingPage-how-thumb:hover {
    transform: translateY(-10px);
  }
  .tm-landingPage-how-icon {
    height: 80px;
  }
  .tm-landingPage-how-desc {
    padding: 23px 40px 0;
  }
  .tm-landingPage-container .tm-ao-form-container input[type="button"]:hover,
  .tm-landingPage-link.blue:hover {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .tm-landingPage-header-ctrl .select-language-drop {
    right: 0;
    top: 50px;
  }
}
.Page404 {
  background: url(../images/404-bg05b8.jpg?11711749b7f8563fd8808e23a802b26b)
    bottom no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  padding-top: 40px;
  text-align: center;
}
.Page404 .tm-common-web {
  padding-top: 30px;
}
.Page404-img {
  position: relative;
}
.Page404-img img {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
.Page404-title {
  font-size: 32px;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 60%;
  width: 100%;
}
.Page404-content {
  margin-top: -50px;
  position: relative;
}
.Page404-content:after {
  background: url(../images/404-mapc2dd.png?2c20ecbe073e9e1fc99b9838d484ed30)
    50% no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
}
.Page404-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.47826;
  position: relative;
  z-index: 1;
}
.Page404-link {
  font-size: 0;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.Page404-link a {
  *zoom: 1;
  background-color: #26357a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  *display: inline;
  font-size: 14px;
  font-weight: 700;
  margin: 8px;
  min-width: 45%;
  padding: 12px 5px;
  text-decoration: none;
  vertical-align: top;
}
@media (min-width: 768px) {
  .Page404-content {
    margin-top: -100px;
    min-height: 320px;
  }
  .Page404-content:after {
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  .Page404-title {
    font-size: 48px;
  }
  .Page404-text {
    font-size: 24px;
  }
  .Page404-link a {
    padding: 17px;
  }
}
@media (min-width: 1260px) {
  .Page404 {
    align-items: center;
    display: flex;
  }
  .Page404,
  .Page404 .tm-common-web {
    padding-top: 0;
  }
  .Page404-img {
    float: left;
    height: 400px;
    width: 50%;
  }
  .Page404-content {
    float: left;
    margin: 0;
    width: 50%;
  }
  .Page404-content:after {
    background-position: top;
    left: 0;
    right: 0;
    top: 17px;
  }
  .Page404-title {
    top: 83%;
  }
  .Page404-text {
    padding-top: 80px;
  }
  .Page404-link {
    padding-top: 35px;
  }
  .Page404-link a {
    min-width: 205px;
  }
}
.tm-trader-banner {
  background-image: url(../images/trader-banner62e2.jpg?4bc3a44b4b96efd24463ee12944437ca);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0 50px;
}
.tm-trader-banner h1 {
  font-size: 32px;
}
.tm-trader-banner .desc {
  font-size: 14px;
}
.tm-trader-banner .link {
  *zoom: 1;
  background-color: #3d9ef3;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  *display: inline;
  font-size: 14px;
  margin-top: 20px;
  min-width: 130px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.tm-trader-banner-logo {
  position: absolute;
  top: 35px;
  width: 180px;
}
.tm-trader-section {
  padding: 40px 0;
}
.tm-trader-first {
  background-color: #fafbfc;
}
.tm-trader-first .img {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  width: 100px;
}
.tm-trader-first .thumb {
  color: #000;
  font-size: 18px;
}
.tm-trader-first .text {
  color: rgba(0, 0, 0, 0.68);
  font-size: 13px;
  padding-top: 20px;
}
.tm-trader-first .text p {
  margin: 0;
}
.tm-trader-first .text a {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
.tm-trader-second {
  color: #000750;
}
.tm-trader-second .title {
  font-size: 28px;
  font-weight: 700;
  padding: 10px 0;
}
.tm-trader-second .text {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
}
.tm-trader-third {
  background-color: #ecf8fd;
}
.tm-trader-third .content {
  color: #000750;
  padding-bottom: 30px;
}
.tm-trader-third .title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
.tm-trader-third .text {
  font-size: 17px;
  font-weight: 700;
  opacity: 0.8;
}
.tm-trader-third .table {
  border-radius: 10px;
  box-shadow: 0 0 20px 3px rgba(56, 103, 222, 0.18);
  margin: 0 auto;
  max-width: 504px;
  overflow: hidden;
}
.tm-trader-third table {
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.tm-trader-third table td,
.tm-trader-third table th {
  color: #000750;
  line-height: 1;
}
.tm-trader-third table td:nth-child(2),
.tm-trader-third table th:nth-child(2) {
  background-color: #333971;
  color: #fff;
}
.tm-trader-third table th {
  height: 50px;
}
.tm-trader-third table td {
  border-top: 1px solid hsla(0, 0%, 82%, 0.24);
  height: 40px;
}
.tm-trader-third table th:first-child {
  width: 37.69841%;
}
.tm-trader-third table th:nth-child(2) {
  width: 31.34921%;
}
.tm-trader-third table td:first-child {
  padding-left: 4.96032%;
  text-align: left;
}
.tm-trader-four {
  background-color: #00074e;
  color: #fff;
  padding-bottom: 0;
}
.tm-trader-four .img {
  margin: 0 -20px;
  padding-top: 20px;
}
.tm-trader-four .text {
  max-width: 390px;
}
.tm-trader-title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
.tm-trader-text {
  font-size: 17px;
  font-weight: 700;
}
.tm-trader-fifth {
  background-color: #f5f5f8;
  color: #000750;
}
.tm-trader-fifth .text {
  max-width: 390px;
  opacity: 0.8;
  padding-bottom: 20px;
}
.tm-trader-sixth .tm-container {
  position: relative;
}
.tm-trader-sixth .title {
  color: #000950;
  padding-bottom: 0;
  text-align: center;
}
.tm-trader-sixth .list {
  border-radius: 10px;
  box-shadow: 0 0 15px 2px rgba(44, 29, 78, 0.14);
  margin-top: 20px;
  padding: 20px 15px;
}
.tm-trader-sixth .item-title {
  color: #002074;
  font-size: 18px;
  font-weight: 700;
}
.tm-trader-sixth .item-subTitle {
  display: block;
  padding-bottom: 20px;
}
.tm-trader-sixth .item-text {
  background: url(../images/trader-img-59e96.png?879fc423857ad5d6eeaa2613c78e0b82)
    0 0 no-repeat;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 7px;
  padding-left: 30px;
}
.tm-trader-sixth .item-text.noIcon {
  background: none;
}
.tm-trader-sixth .item .center-text {
  color: #002074;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 7px;
  text-align: center;
}
.tm-trader-sixth .item-thumb {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 25px;
}
.tm-trader-sixth .item-button {
  *zoom: 1;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  min-width: 120px;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
}
.tm-trader-sixth .item-list {
  color: rgba(0, 0, 0, 0.68);
  display: none;
  font-size: 12px;
  padding-bottom: 10px;
}
.tm-trader-sixth .item-list li {
  line-height: 1.66667;
  padding-left: 15px;
  position: relative;
}
.tm-trader-sixth .item-list li:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}
.tm-trader-sixth .thumb {
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66667;
  padding-top: 20px;
}
.tm-trader-sixth .thumb-title {
  font-size: 13px;
  font-weight: 900;
}
.tm-trader-sixth .thumb p {
  margin: 0;
}
.tm-trader-sixth .thumb .dot {
  padding-right: 10px;
}
.tm-trader-sixth .link {
  *zoom: 1;
  background-color: #3d9ef3;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  *display: inline;
  font-size: 16px;
  margin-top: 20px;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.tm-trader-seventh {
  background: url(../images/trader-img-9c9f1.jpg?b5714e96b53e791b12c9d4e7bfb9f5df)
    50% no-repeat;
  background-size: cover;
  color: #fff;
}
.tm-trader-seventh .item {
  line-height: 1.64286;
  padding-top: 20px;
}
.tm-trader-seventh .item-title {
  display: block;
  font-weight: 700;
}
.tm-trader-seventh .thumb {
  padding: 10px 0;
}
.tm-trader-seventh .text {
  font-size: 20px;
  font-weight: 700;
}
.tm-trader-seventh .article {
  opacity: 0.8;
  overflow: hidden;
  padding-left: 10px;
}
.tm-trader-seventh .icon {
  align-items: center;
  display: flex;
  float: left;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.tm-trader-seventh .img {
  display: none;
}
.iframe {
  border: none;
  margin-top: 80px;
  min-height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .tm-trader-sixth-container {
    display: flex;
    flex: 1;
    justify-content: center;
    padding-top: 30px;
  }
  .tm-trader-sixth .list {
    margin: 0 10px;
    max-width: 550px;
    padding-bottom: 80px;
    position: relative;
    width: 50%;
  }
  .tm-trader-sixth .link {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .tm-trader-seventh .content {
    float: left;
    width: 50%;
  }
  .tm-trader-seventh .thumb {
    margin-right: 37px;
  }
  .tm-trader-seventh .img {
    display: block;
    float: right;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .tm-trader-banner {
    padding: 150px 0 100px;
  }
  .tm-trader-banner h1 {
    font-size: 48px;
  }
  .tm-trader-banner .desc {
    font-size: 22px;
  }
  .tm-trader-banner .link {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    min-width: 254px;
    padding: 22px;
  }
  .tm-trader-banner-logo {
    width: 228px;
  }
  .tm-trader-first {
    padding: 80px 0;
  }
  .tm-trader-first .tm-container {
    align-items: center;
    display: flex;
  }
  .tm-trader-first .img {
    padding: 0;
    text-align: left;
    width: 28.78788%;
  }
  .tm-trader-first .content {
    overflow: hidden;
    padding-left: 60px;
    width: 71.21212%;
  }
  .tm-trader-first .thumb {
    font-size: 24px;
  }
  .tm-trader-first .text {
    font-size: 16px;
  }
  .tm-trader-second .tm-container {
    position: relative;
  }
  .tm-trader-second .img {
    height: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 51.81818%;
  }
  .tm-trader-second .img img {
    max-height: 100%;
  }
  .tm-trader-second .content {
    width: 53.53535%;
  }
  .tm-trader-second .title {
    font-size: 42px;
    padding-top: 100px;
  }
  .tm-trader-second .text {
    font-size: 24px;
  }
  .tm-trader-third {
    padding: 60px 0;
  }
  .tm-trader-third .table {
    float: left;
    width: 50.90909%;
  }
  .tm-trader-third .content {
    float: right;
    padding-left: 6.86869%;
    padding-top: 70px;
    width: 48.88889%;
  }
  .tm-trader-third .title {
    font-size: 42px;
  }
  .tm-trader-third .text {
    font-size: 24px;
  }
  .tm-trader-title {
    font-size: 42px;
  }
  .tm-trader-text {
    font-size: 24px;
  }
  .tm-trader-four {
    align-items: center;
    display: flex;
    min-height: 605px;
    padding: 0;
    position: relative;
  }
  .tm-trader-four .img {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
  }
  .tm-trader-fifth {
    padding: 60px 0 40px;
  }
  .tm-trader-fifth .img {
    float: left;
    max-width: 50%;
  }
  .tm-trader-fifth .content {
    float: right;
    padding-top: 30px;
  }
  .iframe {
    margin-top: 150px;
  }
}
@media (min-width: 1260px) {
  .tm-trader-banner {
    padding: 240px 0 120px;
  }
  .tm-trader-banner h1 {
    font-size: 66px;
  }
  .tm-trader-banner .desc {
    font-size: 22px;
  }
  .tm-trader-banner .link {
    font-size: 20px;
    line-height: 1;
    margin-top: 43px;
    min-width: 254px;
    padding: 22px;
  }
  .tm-trader-banner-logo {
    top: 90px;
  }
  .tm-trader-second {
    min-height: 615px;
    padding: 33px 0;
  }
  .tm-trader-second .img {
    height: auto;
    right: -30px;
  }
  .tm-trader-second .title {
    font-size: 58px;
    padding-top: 95px;
  }
  .tm-trader-second .text {
    font-size: 28px;
    line-height: 1.14286;
  }
  .tm-trader-third {
    padding: 90px 0;
  }
  .tm-trader-third table th {
    font-size: 20px;
    height: 66px;
  }
  .tm-trader-third table td {
    font-size: 16px;
    height: 50px;
  }
  .tm-trader-third .content {
    padding-top: 100px;
  }
  .tm-trader-third .title {
    font-size: 58px;
  }
  .tm-trader-third .text {
    font-size: 28px;
    line-height: 1;
  }
  .tm-trader-title {
    font-size: 54px;
  }
  .tm-trader-text {
    font-size: 28px;
    line-height: 1.25;
    padding-top: 5px;
  }
  .tm-trader-fifth .img {
    margin-left: -126px;
    max-width: 672px;
    padding-top: 20px;
  }
  .tm-trader-fifth .content {
    padding-top: 84px;
  }
  .tm-trader-sixth {
    padding: 72px 0 85px;
  }
  .tm-trader-sixth-container {
    padding-top: 38px;
  }
  .tm-trader-sixth .list {
    margin: 0 22px;
    padding: 40px 42px 135px;
  }
  .tm-trader-sixth .item-title {
    font-size: 28px;
  }
  .tm-trader-sixth .item-subTitle {
    font-size: 18px;
    padding-bottom: 28px;
  }
  .tm-trader-sixth .item-text {
    font-size: 16px;
    padding-bottom: 25px;
    padding-left: 45px;
  }
  .tm-trader-sixth .item .center-text {
    padding-bottom: 25px;
  }
  .tm-trader-sixth .item-list {
    margin-top: -15px;
  }
  .tm-trader-sixth .thumb {
    padding-top: 15px;
  }
  .tm-trader-sixth .link {
    bottom: 55px;
    font-size: 20px;
    min-width: 390px;
    padding: 19px;
  }
  .tm-trader-sixth .circle-box {
    height: 130px;
    position: absolute;
    right: -102px;
    top: 75px;
    width: 200px;
  }
  .tm-trader-sixth .circle-box i {
    border-radius: 100%;
    position: absolute;
  }
  .tm-trader-sixth .circle-box .big {
    background-color: #1181f3;
    height: 58px;
    opacity: 0.15;
    right: 0;
    top: 0;
    width: 58px;
  }
  .tm-trader-sixth .circle-box .middle {
    background-color: #5d6977;
    bottom: 0;
    height: 21px;
    opacity: 0.1;
    right: 54px;
    width: 21px;
  }
  .tm-trader-sixth .circle-box .small {
    background-color: #002074;
    height: 12px;
    left: 0;
    top: 16px;
    width: 12px;
  }
  .tm-trader-seventh {
    padding: 85px 0;
  }
  .tm-trader-seventh .content {
    padding-top: 35px;
    width: 50%;
  }
  .tm-trader-seventh .text {
    font-size: 36px;
    line-height: 1.16667;
    padding-right: 20%;
  }
  .tm-trader-seventh .item {
    display: flex;
  }
  .tm-trader-seventh .article {
    padding-left: 20px;
  }
  .tm-trader-seventh .img {
    text-align: right;
  }
  .tm-trader-seventh .list {
    padding-top: 45px;
  }
  .tm-trader-seventh .thumb:last-child {
    margin-right: 0;
  }
}
.hidden-xs {
  display: none;
}
.tm-section-xs {
  padding: 40px 0;
}
.tm-iress-account {
  background-color: #f1f2f5;
}
.tm-iress-account-title {
  color: #000;
  font-size: 26px;
  letter-spacing: -1px;
  opacity: 0.68;
  text-align: center;
}
.tm-iress-account-wrap {
  padding-top: 30px;
}
.tm-iress-account-item {
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
.tm-iress-account-item-type {
  padding: 70px 0 20px;
}
.tm-iress-account-item-title {
  font-size: 32px;
  font-weight: lighter;
  letter-spacing: -0.64px;
}
.tm-iress-account-item-label {
  font-size: 22px;
}
.tm-iress-account-item-deposit {
  font-size: 15px;
}
.tm-iress-account-item .solid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tm-iress-account-item-data,
.tm-iress-account-item-platform {
  padding: 15px 10px;
}
.tm-iress-account-item-fee {
  font-size: 20px;
}
.tm-iress-account-item-thumb {
  color: #2f72e7;
  font-size: 15px;
  font-weight: 700;
}
.tm-iress-account-item-desc {
  font-size: 12px;
  opacity: 0.8;
}
.tm-iress-account-item-tab {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.tm-iress-account-item-tab .flex {
  align-content: center;
  display: flex;
  text-align: center;
}
.tm-iress-account-item-tab span {
  cursor: pointer;
  font-weight: 700;
  line-height: 50px;
  opacity: 0.48;
  white-space: nowrap;
  width: 100%;
}
.tm-iress-account-item-tab span:first-child {
  padding-left: 0;
}
.tm-iress-account-item-tab span:last-child {
  padding-right: 0;
}
.tm-iress-account-item-tab span i {
  *zoom: 1;
  display: inline-block;
  *display: inline;
  font-style: normal;
  padding: 0 3px;
  position: relative;
  vertical-align: top;
}
.tm-iress-account-item-tab span i:after {
  background-color: #2f72e7;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.tm-iress-account-item-tab span.on {
  opacity: 1;
}
.tm-iress-account-item-tab span.on i {
  color: #2f72e7;
}
.tm-iress-account-item-tab span.on i:after {
  opacity: 1;
}
.tm-iress-account-item-tab-content {
  margin: 0 auto;
  padding: 15px 0;
  width: 82%;
}
.tm-iress-account-item-tab-content .bd {
  display: none;
}
.tm-iress-account-item-tab-content .bd:first-child {
  display: block;
}
.tm-iress-account-item-tab-content .flex {
  align-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.tm-iress-account-item-tab-content .flex span {
  display: block;
  font-weight: 700;
}
.tm-iress-account-item-tab-content .flex .label {
  font-size: 14px;
  opacity: 0.48;
  text-align: left;
  white-space: nowrap;
}
.tm-iress-account-item-tab-content .flex .label b {
  font-weight: 400;
}
.tm-iress-account-item-tab-content .flex .value {
  font-size: 16px;
  text-align: right;
  width: 100%;
}
.tm-iress-account-item-link {
  background: #1861d7;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 50px;
  margin: 0 auto;
  text-decoration: none;
  width: 82%;
}
.tm-iress-account-item .ovhid {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(73, 73, 73, 0.039);
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.tm-iress-account-item-icon {
  background-color: #ecf9fe;
  color: #2f72e7;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  transform: rotate(-45deg) translate(-60px, -25px);
  width: 200px;
}
.tm-live-data-fee-list {
  padding-top: 30px;
}
.tm-live-data-fee-item {
  color: #000;
  float: left;
  margin-bottom: 15px;
  padding: 0 5px;
  text-align: center;
  width: 50%;
}
.tm-live-data-fee-thumb {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(180, 185, 201, 0.251);
}
.tm-live-data-fee-img {
  margin: 0 auto;
  max-width: 80%;
  min-height: 110px;
  padding: 10px 0;
}
.tm-live-data-fee-img .img-box {
  display: inline-block;
  position: relative;
}
.tm-live-data-fee-img .area {
  color: #1861d7;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.tm-live-data-fee-title {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.tm-live-data-fee-value {
  *zoom: 1;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  *display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  vertical-align: top;
}
.tm-live-data-fee-value.depth {
  font-size: 16px;
}
.tm-live-data-fee-main {
  padding-bottom: 15px;
}
.tm-live-data-fee-depth,
.tm-live-data-fee-mid {
  padding: 15px 0;
}
.tm-live-data-fee .solid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tm-live-data-fee-label {
  *zoom: 1;
  background-color: #f87b7b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  *display: inline;
  line-height: 26px;
  min-width: 47px;
  padding: 0 5px;
  vertical-align: top;
}
.tm-live-data-fee-label.green {
  background-color: #6ed075;
}
.tm-live-data-fee-label.golden {
  background-color: #e9b286;
}
@media (min-width: 768px) {
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .tm-live-data-fee-item {
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .tm-iress-account {
    padding-bottom: 95px;
    padding-top: 70px;
  }
  .tm-iress-account-title {
    font-size: 45px;
    font-weight: 700;
  }
  .tm-iress-account-wrap {
    padding-top: 50px;
    text-align: center;
  }
  .tm-iress-account-item {
    *zoom: 1;
    display: inline-block;
    *display: inline;
    max-width: 310px;
    padding: 0 10px;
    vertical-align: top;
    width: 33.333%;
  }
  .tm-iress-account-item .ovhid {
    padding-bottom: 40px;
  }
  .tm-iress-account-item-type {
    padding-bottom: 35px;
  }
  .tm-iress-account-item-label {
    padding-bottom: 5px;
  }
  .tm-iress-account-item-thumb {
    padding-top: 5px;
  }
  .tm-iress-account-item-tab {
    width: 268px;
  }
  .tm-iress-account-item-link,
  .tm-iress-account-item-tab-content {
    width: 252px;
  }
  .tm-live-data-fee {
    text-align: center;
  }
  .tm-live-data-fee-item {
    *zoom: 1;
    display: inline-block;
    *display: inline;
    float: none;
    max-width: 236px;
    vertical-align: top;
    width: 16.3%;
  }
}
@media (min-width: 1260px) {
  .tm-iress-account-item {
    max-width: 345px;
  }
  .tm-live-data-fee {
    padding: 70px 0 165px;
  }
  .tm-live-data-fee-list {
    padding-top: 45px;
  }
  .tm-live-data-fee-item {
    padding: 0 10px;
  }
  .tm-live-data-fee-img {
    height: 148px !important;
  }
  .tm-live-data-fee-img img {
    max-height: 100%;
  }
  .tm-live-data-fee-img .img-box {
    height: 128px;
  }
  .tm-live-data-fee-img .area {
    font-size: 20px;
  }
  .tm-live-data-fee-title {
    font-size: 19px;
  }
  .tm-live-data-fee-main {
    padding-bottom: 25px;
  }
  .tm-live-data-fee-depth,
  .tm-live-data-fee-mid {
    padding: 25px 0;
  }
  .tm-live-data-fee-depth .tm-live-data-fee-value {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tm-accout-type-first {
    padding-top: 0;
  }
  .tm-accout-type-first .flx-two-col .tm-col:last-child {
    padding-top: 0 !important;
  }
  .tm-card-wrapper.tm-trading-account-card {
    flex-direction: column;
  }
}
.tm-trader-aware {
  background-color: #fafafb;
}
.tm-trader-aware-title {
  color: #000750;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.tm-trader-aware-subtitle {
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.tm-trader-aware-list {
  padding-top: 25px;
}
.tm-trader-aware-list .thumb {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  line-height: 1.35714;
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.tm-trader-aware-list .thumb:before {
  border: 4px solid #3d9ef3;
  border-radius: 100%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 4px;
}
.tm-trader-aware-tips {
  font-size: 13px;
  margin: 0 auto;
  max-width: 985px;
}
.tm-trader-aware-tips a {
  color: #000;
  text-decoration: underline;
}
.tm-trader-sixth-bottom {
  color: #000;
  padding-top: 15px;
  text-align: center;
}
.tm-trader-sixth-bottom-title {
  font-size: 20px;
  font-weight: 700;
}
.tm-trader-sixth-bottom-desc {
  font-size: 15px;
  line-height: 1.53333;
  padding-top: 10px;
}
.tm-trader-sixth-bottom-desc a {
  color: #000;
  font-weight: 700;
}
.policy-link {
  *zoom: 1;
  color: #000;
  display: inline-block;
  *display: inline;
  margin-bottom: 20px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .tm-trader-aware-title {
    font-size: 36px;
  }
  .tm-trader-aware-list {
    margin: 0 auto;
    max-width: 985px;
    padding-top: 40px;
  }
  .tm-trader-aware-list ul {
    margin: 0 -10px;
  }
  .tm-trader-aware-list li {
    float: left;
    padding: 0 10px;
    width: 50%;
  }
  .tm-trader-aware-list .thumb {
    min-height: 74px;
  }
  .tm-trader-sixth-bottom {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .tm-trader-sixth-bottom-title {
    padding-bottom: 10px;
  }
  .policy-link {
    margin-bottom: 30px;
  }
}
@media (min-width: 1260px) {
  .tm-trader-aware {
    padding-bottom: 90px;
    padding-top: 75px;
  }
  .tm-trader-aware-title {
    padding-bottom: 10px;
  }
  .tm-trader-aware-list {
    padding-top: 60px;
  }
  .tm-trader-aware-list ul {
    margin: 0 -30px;
  }
  .tm-trader-aware-list li {
    padding: 0 30px;
  }
  .tm-trader-aware-list .thumb {
    min-height: 64px;
    padding-bottom: 10px;
  }
  .tm-trader-aware-tips {
    padding-top: 20px;
  }
}
.tm-vertical-center {
  align-items: center;
  display: flex;
}
.tm-horizontal-center {
  display: flex;
  justify-content: center;
}
.tm-horizontal-right {
  margin-left: auto;
  margin-right: 0;
}
html[lang="ar"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.trustpilot-widget {
  background-color: #003a9e;
  height: 72px;
  padding-top: 25px;
  position: relative;
}
#blocked-countries-disclaimer-popup .popup-layer {
  text-align: left !important;
}
#blocked-countries-disclaimer-popup .popup-layer h1 {
  font-size: 1.5em;
  margin-bottom: 40px;
}
#blocked-countries-disclaimer-popup .popup-layer .btn-group {
  float: right;
  margin-top: 40px;
}
#blocked-countries-disclaimer-popup
  .popup-layer
  .btn-group
  #disclaimer-cancel-btn {
  color: #052275;
  margin-right: 20px;
}
#blocked-countries-disclaimer-popup
  .popup-layer
  .btn-group
  #disclaimer-continue-btn {
  background-color: #052275;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.15;
  padding: 10px 30px;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-transform: capitalize !important;
}
.popup-layer {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 16px;
  left: 50%;
  padding: 40px 30px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .popup-layer {
    margin-left: -260px;
    padding: 50px;
    transform: translateY(-50%);
    width: 520px;
  }
}
.popup-layer .enter-btn {
  margin-top: 11px;
}
@media (min-width: 1024px) {
  .popup-layer .enter-btn {
    margin-top: 20px;
  }
}
.popup-layer .enter-btn a {
  border: 1px solid #06c878;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 10px;
  min-width: 100px;
}
.popup-layer .enter-btn a.site-button {
  background: #06c878;
  background-image: -moz- oldlinear-gradient(left, #06c878 29%, #0093df 100%),
    -moz- oldlinear-gradient(#f5f7fa, #f5f7fa);
  background-image: linear-gradient(90deg, #06c878 29%, #0093df),
    linear-gradient(#f5f7fa, #f5f7fa);
  border: 0;
  color: #fff;
}
.social-media-logo {
  margin-top: 10px;
  max-width: 37px;
}
@media (max-width: 576px) {
  .tm-col-sm-100 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .tm-col-md-100 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.tm-font-italic {
  font-style: italic;
}
.tm-heading-10 {
  font-size: 10px;
}
.tm-heading-10,
.tm-heading-11 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-11 {
  font-size: 11px;
}
.tm-heading-12 {
  font-size: 12px;
}
.tm-heading-12,
.tm-heading-13 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-13 {
  font-size: 13px;
}
.tm-heading-14 {
  font-size: 14px;
}
.tm-heading-14,
.tm-heading-15 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-15 {
  font-size: 15px;
}
.tm-heading-16 {
  font-size: 16px;
}
.tm-heading-16,
.tm-heading-17 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-17 {
  font-size: 17px;
}
.tm-heading-18 {
  font-size: 18px;
}
.tm-heading-18,
.tm-heading-19 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-19 {
  font-size: 19px;
}
.tm-heading-20 {
  font-size: 20px;
}
.tm-heading-20,
.tm-heading-21 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-21 {
  font-size: 21px;
}
.tm-heading-22 {
  font-size: 22px;
}
.tm-heading-22,
.tm-heading-23 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-23 {
  font-size: 23px;
}
.tm-heading-24 {
  font-size: 24px;
}
.tm-heading-24,
.tm-heading-25 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-25 {
  font-size: 25px;
}
.tm-heading-26 {
  font-size: 26px;
}
.tm-heading-26,
.tm-heading-27 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-27 {
  font-size: 27px;
}
.tm-heading-28 {
  font-size: 28px;
}
.tm-heading-28,
.tm-heading-29 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-29 {
  font-size: 29px;
}
.tm-heading-30 {
  font-size: 30px;
}
.tm-heading-30,
.tm-heading-31 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-31 {
  font-size: 31px;
}
.tm-heading-32 {
  font-size: 32px;
}
.tm-heading-32,
.tm-heading-33 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-33 {
  font-size: 33px;
}
.tm-heading-34 {
  font-size: 34px;
}
.tm-heading-34,
.tm-heading-35 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-35 {
  font-size: 35px;
}
.tm-heading-36 {
  font-size: 36px;
}
.tm-heading-36,
.tm-heading-37 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-37 {
  font-size: 37px;
}
.tm-heading-38 {
  font-size: 38px;
}
.tm-heading-38,
.tm-heading-39 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-39 {
  font-size: 39px;
}
.tm-heading-40 {
  font-size: 40px;
}
.tm-heading-40,
.tm-heading-41 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-41 {
  font-size: 41px;
}
.tm-heading-42 {
  font-size: 42px;
}
.tm-heading-42,
.tm-heading-43 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-43 {
  font-size: 43px;
}
.tm-heading-44 {
  font-size: 44px;
}
.tm-heading-44,
.tm-heading-45 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-45 {
  font-size: 45px;
}
.tm-heading-46 {
  font-size: 46px;
}
.tm-heading-46,
.tm-heading-47 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-47 {
  font-size: 47px;
}
.tm-heading-48 {
  font-size: 48px;
}
.tm-heading-48,
.tm-heading-49 {
  color: inherit;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-heading-49 {
  font-size: 49px;
}
.tm-heading-50 {
  color: inherit;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.1;
  opacity: 0.88;
}
.tm-font-weight-1 {
  font-weight: 100;
}
.tm-font-weight-2 {
  font-weight: 200;
}
.tm-font-weight-3 {
  font-weight: 300;
}
.tm-font-weight-4 {
  font-weight: 400;
}
.tm-font-weight-5 {
  font-weight: 500;
}
.tm-font-weight-6 {
  font-weight: 600;
}
.tm-font-weight-7 {
  font-weight: 700;
}
.tm-font-weight-8 {
  font-weight: 800;
}
.tm-font-weight-9 {
  font-weight: 900;
}
.tm-font-weight-10 {
  font-weight: 1000;
}
.tm-font-size-10 {
  font-size: 10px;
}
.tm-font-size-11 {
  font-size: 11px;
}
.tm-font-size-12 {
  font-size: 12px;
}
.tm-font-size-13 {
  font-size: 13px;
}
.tm-font-size-14 {
  font-size: 14px;
}
.tm-font-size-15 {
  font-size: 15px;
}
.tm-font-size-16 {
  font-size: 16px;
}
.tm-font-size-17 {
  font-size: 17px;
}
.tm-font-size-18 {
  font-size: 18px;
}
.tm-font-size-19 {
  font-size: 19px;
}
.tm-font-size-20 {
  font-size: 20px;
}
.tm-font-size-21 {
  font-size: 21px;
}
.tm-font-size-22 {
  font-size: 22px;
}
.tm-font-size-23 {
  font-size: 23px;
}
.tm-font-size-24 {
  font-size: 24px;
}
.tm-font-size-25 {
  font-size: 25px;
}
.tm-font-size-26 {
  font-size: 26px;
}
.tm-font-size-27 {
  font-size: 27px;
}
.tm-font-size-28 {
  font-size: 28px;
}
.tm-font-size-29 {
  font-size: 29px;
}
.tm-font-size-30 {
  font-size: 30px;
}
.tm-font-size-31 {
  font-size: 31px;
}
.tm-font-size-32 {
  font-size: 32px;
}
.tm-font-size-33 {
  font-size: 33px;
}
.tm-font-size-34 {
  font-size: 34px;
}
.tm-font-size-35 {
  font-size: 35px;
}
.tm-font-size-36 {
  font-size: 36px;
}
.tm-font-size-37 {
  font-size: 37px;
}
.tm-font-size-38 {
  font-size: 38px;
}
.tm-font-size-39 {
  font-size: 39px;
}
.tm-font-size-40 {
  font-size: 40px;
}
.tm-font-size-41 {
  font-size: 41px;
}
.tm-font-size-42 {
  font-size: 42px;
}
.tm-font-size-43 {
  font-size: 43px;
}
.tm-font-size-44 {
  font-size: 44px;
}
.tm-font-size-45 {
  font-size: 45px;
}
.tm-font-size-46 {
  font-size: 46px;
}
.tm-font-size-47 {
  font-size: 47px;
}
.tm-font-size-48 {
  font-size: 48px;
}
.tm-font-size-49 {
  font-size: 49px;
}
.tm-font-size-50 {
  font-size: 50px;
}
.tm-font-size-51 {
  font-size: 51px;
}
.tm-font-size-52 {
  font-size: 52px;
}
.tm-font-size-53 {
  font-size: 53px;
}
.tm-font-size-54 {
  font-size: 54px;
}
.tm-font-size-55 {
  font-size: 55px;
}
.tm-font-size-56 {
  font-size: 56px;
}
.tm-font-size-57 {
  font-size: 57px;
}
.tm-font-size-58 {
  font-size: 58px;
}
.tm-font-size-59 {
  font-size: 59px;
}
.tm-font-size-60 {
  font-size: 60px;
}
.tm-section-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 28px rgba(161, 205, 193, 0.24);
  max-width: 100%;
  padding-bottom: 45px;
}
.tm-section-card .tm-section-card-title {
  background-color: #f6f8fd;
  margin-bottom: 20px;
  padding: 31px 55px 34px;
  text-align: center;
}
.tm-section-card .tm-section-card-title h1 {
  color: #176af3;
  font-size: 41px;
  line-height: 1.4;
}
.tm-section-card .tm-section-card-feat-rows {
  padding: 20px 55px 0;
}
.tm-section-card .tm-section-card-feat-rows .tm-section-card-feat-row {
  display: flex;
  margin-bottom: 21px;
}
.tm-section-card .tm-section-card-feat-rows .tm-section-card-feat-row > span {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.tm-section-card
  .tm-section-card-feat-rows
  .tm-section-card-feat-row
  > span:first-child {
  margin-right: 146px;
}
@media (max-width: 768px) {
  .tm-section-card
    .tm-section-card-feat-rows
    .tm-section-card-feat-row
    > span:first-child {
    margin-right: auto;
  }
}
.tm-section-card
  .tm-section-card-feat-rows
  .tm-section-card-feat-row
  > span:nth-child(2) {
  color: #1d4fd6;
  font-size: 18px;
  margin-left: auto;
}
.tm-section-card
  .tm-section-card-feat-rows
  .tm-section-card-feat-row
  .tick
  img {
  max-width: 18px;
}
.tm-section-card .tm-section-card-btn-wrap {
  margin-top: 34px;
}
#tm-cookie-bar {
  background-color: #eaeaea;
  bottom: 70px;
  display: flex;
  padding: 1rem 0 0.75rem;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#tm-cookie-bar .tm-cookie-bar-container {
  display: flex;
}
#tm-cookie-bar .tm-cookie-bar-title {
  color: #000851;
  margin: auto 0;
}
#tm-cookie-bar .button-wrap {
  display: flex;
  font-size: 0.875rem;
  margin-left: auto;
}
.tm-cookie-bar-accept-btn {
  background-color: #000851;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  padding: 0.75rem 2.25rem;
}
.tm-cookie-bar-accept-btn:focus,
.tm-cookie-bar-accept-btn:hover {
  background-image: url(../images/btn-layer8cde.png?46447b8622b8d0c6206b68989f4f4ed1);
  background-size: cover;
}
.tm-cookie-bar-more-info-btn {
  background-color: transparent;
  border: 0;
  color: #000851;
  cursor: pointer;
  font-weight: 700;
  margin-left: 1rem;
  text-decoration: underline;
}
#tm-cookie-popup-mask {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#tm-cookie-popup-mask .tm-popup-layer {
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  padding: 2.5rem 2.5rem 3rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 523px;
}
#tm-cookie-popup-mask h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#tm-cookie-popup-mask p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.5rem;
}
#tm-cookie-popup-mask .tm-cookie-popup-checkbox label {
  font-weight: 700;
  vertical-align: middle;
}
#tm-cookie-popup-mask .tm-cookie-popup-checkbox input {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #tm-cookie-bar {
    bottom: 80px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.615;
    padding: 1.5rem;
  }
  #tm-cookie-bar .tm-cookie-bar-container {
    display: block;
  }
  #tm-cookie-bar .button-wrap {
    font-size: 14px;
    margin-top: 1rem;
  }
  #tm-cookie-popup-mask .tm-popup-layer {
    width: 80%;
  }
  .button-wrap {
    display: flex;
    justify-content: space-between;
  }
}
#competition_modal {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#competition_modal .competition-modal-mask {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
#competition_modal #competition_modal_content {
  background-image: url(../images/bg-competition-popup37d5.png?aadb9475d658e26f3bc6d7f8f22451e8);
  background-size: cover;
  border-radius: 15px;
  display: grid;
  margin: 0 auto;
  max-width: 824px;
  min-height: 370px;
  padding: 30px;
}
#competition_modal #competition_modal_content .close {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  justify-self: end;
}
#competition_modal #competition_modal_content .close:focus,
#competition_modal #competition_modal_content .close:hover {
  cursor: pointer;
  opacity: 80%;
}
#competition_modal #competition_modal_content .main-content {
  align-self: center;
  color: #fff;
  margin: 0 30px 30px;
}
#competition_modal #competition_modal_content .main-content h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 500px;
}
#competition_modal #competition_modal_content .main-content p {
  font-size: 24px;
  max-width: 400px;
}
#competition_modal #competition_modal_content .main-content p .prize-pool {
  color: #78cef6;
}
#competition_modal #competition_modal_content .main-content .button-wrap {
  margin-top: 30px;
  max-width: 600px;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  button {
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 20px;
  min-width: 218px;
  padding: 12px;
  text-align: center;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  button:hover {
  cursor: pointer;
  opacity: 90%;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  .member-btn {
  background-color: #7bd3fb;
  color: #100f59;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  .client-btn {
  background-color: #100f59;
  color: #fff;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  .btn-sub-content {
  font-size: 12px;
}
#competition_modal
  #competition_modal_content
  .main-content
  .button-wrap
  .btn-content {
  font-size: 16px;
}
@media (max-width: 768px) {
  #competition_modal .button-wrap {
    display: block !important;
  }
  #competition_modal .button-wrap button {
    display: block;
    margin-bottom: 15px;
    width: 100% !important;
  }
}
html[lang="ar"]
  .my-banner-right
  .tm-banner-live-quotes
  .accordion-head-wrap
  .accordion-head {
  margin-left: 10px;
  margin-right: 0;
}
@media (min-width: 768px) {
  html[lang="ar"] .tm-live-quotes .tm-tab-nav li {
    margin-left: 40px;
    margin-right: 0;
  }
}
.tm-container.my-container {
  margin-top: 30px;
}
.my-container .tm-banner-content.my-banner-content h1 {
  font-size: 40px;
  letter-spacing: -0.8px;
}
.tm-main-banner > .tm-container.align-start {
  align-items: flex-start;
}
.my-banner-right {
  flex: 1;
}
.my-banner-right .tm-live-quotes {
  padding-top: 0;
}
.my-banner-right .tm-live-quotes .tm-price-row label.down,
.my-banner-right .tm-live-quotes .tm-price-row label.up {
  text-shadow: none;
}
.my-banner-right .tm-banner-live-quotes {
  background-color: transparent;
}
.my-banner-right .tm-banner-live-quotes .accordion-head-wrap .accordion-head {
  align-items: center;
  border-bottom: none;
  color: hsla(0, 0%, 100%, 0.48);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  letter-spacing: -0.28px;
  min-width: 53px;
  padding: 0 6px;
  width: auto;
}
.my-banner-right
  .tm-banner-live-quotes
  .accordion-head-wrap
  .accordion-head:not(:last-child) {
  margin-right: 10px;
}
.my-banner-right
  .tm-banner-live-quotes
  .accordion-head-wrap
  .accordion-head.active-header {
  background-color: #1588ec;
  border-radius: 2px;
  color: #fff;
  text-shadow: none;
}
.my-banner-right
  .tm-banner-live-quotes
  .accordion-head-wrap
  .accordion-head.active-header
  span:before {
  display: none;
}
.my-banner-right .tm-banner-live-quotes.tm-live-quotes .tm-tab-nav {
  border-bottom: none;
}
.my-banner-right .tm-banner-live-quotes.tm-live-quotes .tm-tab-nav li {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  letter-spacing: -0.28px;
  min-width: 53px;
  padding: 0 6px;
}
.my-banner-right
  .tm-banner-live-quotes.tm-live-quotes
  .tm-tab-nav
  li.active-li {
  background-color: #1588ec;
  border-radius: 2px;
  color: #fff;
  text-shadow: none;
}
.my-banner-right
  .tm-banner-live-quotes.tm-live-quotes
  .tm-tab-nav
  li.active-li:after {
  display: none;
}
.my-banner-right .tm-banner-live-quotes .tm-pricing-table-content-wrap {
  height: auto;
  min-height: auto;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row {
  background-color: hsla(0, 0%, 100%, 0.24);
  border-bottom: none;
  border-radius: 2px;
  margin-bottom: 3px;
  padding: 0;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container {
  display: flex;
  flex: 0 0 calc(20% - 8px);
  justify-content: center;
  min-width: 54px;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container:last-child {
  justify-content: space-evenly;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container.has-indicator {
  flex: 0 0 40px;
  min-width: 0;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container
  .sub-label {
  margin-left: 4px;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container
  .btn-buy,
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container
  .btn-sell {
  color: #fff;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container
  .btn-buy {
  background-color: #4ebe65;
  margin-right: 4px;
}
.my-banner-right
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-price-row
  .trading-item-container
  .btn-sell {
  background-color: #d36155;
}
.my-banner-right .indicator-arrow {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 1px;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
}
.my-banner-right .indicator-arrow.up {
  background-image: url(../images/arrow-upc233.svg?00052084076445639db3d52f609bbb54);
}
.my-banner-right .indicator-arrow.down {
  background-image: url(../images/arrow-down009c.svg?dfbbc14d7830bf3ef21e75eb62fda55d);
}
@media (min-width: 768px) {
  .tm-price-row {
    align-items: center;
  }
  .tm-price-row .trading-item-container {
    align-items: center;
    height: 43px;
    padding: 0 8px;
  }
  .tm-price-row .trading-item-container .sub-label.text-spread {
    display: none !important;
  }
  .hide-on-desktop {
    display: none;
  }
  .my-container .my-banner-content #home-banner-caption {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .my-banner-right {
    background-color: #00103d;
    margin-top: 0 !important;
    margin: 0 -20px;
    padding-top: 20px;
    width: 100vw;
  }
  .my-banner-right .my-banner-right-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .my-container .tm-banner-content.my-banner-content h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .my-container .display-col {
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
  }
  .my-container .display-col .sub-label {
    margin-left: 0 !important;
    order: 0;
    width: 100%;
  }
  .my-container .display-col .big-txt,
  .my-container .display-col .down,
  .my-container .display-col .up {
    order: 1;
  }
  .my-container .display-col .big-txt {
    font-size: 14px !important;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .tm-price-row {
    padding: 10px 0 0 !important;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container {
    align-items: flex-end;
    flex: 0 0 calc(25% - 20px) !important;
    height: 66px;
    margin-bottom: 0;
    min-width: 0;
    padding: 10px 8px;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:first-child {
    margin-bottom: 0;
    padding-left: 20px;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:first-child
    h4
    span {
    display: block;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(2) {
    align-items: center;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(2).has-indicator {
    transform: translateY(-25px);
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(3) {
    display: none;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(4) {
    justify-content: flex-end !important;
    transform: translateX(-30%);
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(4)
    span {
    margin-bottom: 4px;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:nth-child(5) {
    flex: 0 0 45px;
    justify-content: flex-end !important;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:last-child {
    justify-content: flex-end;
    margin-left: 0;
    padding-right: 2px;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:last-child
    a {
    margin-right: 0;
  }
  .tm-banner-live-quotes
    .tm-pricing-table-content-wrap
    .tm-tab-content-wrap
    .tm-tab-content
    .trading-item-container:last-child
    a:first-child {
    margin-bottom: 2px;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: flex;
  }
  #home-banner-caption {
    margin-top: 15px;
  }
  .keys-and-carousel-container {
    background-color: #00103d;
  }
}
@media (max-width: 1023px) {
  .my-banner-right {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .my-container .tm-banner-content.my-banner-content {
    min-width: 660px;
  }
}
@media (min-width: 1584px) {
  .tm-main-banner {
    min-height: 0;
  }
}
.my-home-carousel-container {
  border-top: 1px solid hsla(0, 0%, 100%, 0.14);
}
.my-home-carousel-container .my-home-carousel-card {
  border-radius: 10px;
  display: flex;
  height: 100%;
  justify-content: center;
}
.my-home-carousel-container .my-home-carousel-card a {
  display: block;
}
.my-home-carousel-container .owl-carousel {
  padding: 0 30px;
  position: relative;
}
.my-home-carousel-container .owl-carousel .owl-stage-outer {
  width: 100%;
}
.my-home-carousel-container .owl-carousel .owl-stage {
  display: flex;
  padding: 25px;
}
.my-home-carousel-container .owl-carousel .owl-nav button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  color: inherit;
  display: flex;
  font: inherit;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
}
.my-home-carousel-container .owl-carousel .owl-nav button .fa {
  color: #000;
  font-size: 12px;
}
.my-home-carousel-container .owl-carousel .owl-nav button.disabled {
  border-color: #d1d1d1;
}
.my-home-carousel-container .owl-carousel .owl-nav button.disabled .fa {
  color: #d1d1d1;
}
.my-home-carousel-container .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
}
.my-home-carousel-container .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}
@media (max-width: 1024px) {
  .my-home-carousel-container .owl-carousel .owl-stage {
    padding: 25px 0;
  }
  .my-home-carousel-container .owl-carousel .owl-nav button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    font: inherit;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 28px;
  }
  .keys-and-carousel-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
html[lang="ar"] header .sticky-header-nav .tm-btn-holder {
  margin-left: 0;
  margin-right: auto;
}
html[lang="ar"] header .sticky-header-nav .menu-trigger {
  margin-left: 0;
  margin-right: 10px;
}
html[lang="ar"] header .sticky-header-nav .select-language-drop {
  left: 55px;
  right: auto;
}
html[lang="ar"] header .sticky-header-nav .select-language-drop:before {
  left: 14px;
  right: auto;
}
html[lang="ar"] header .sticky-header-nav nav .mobile-menu-items-wraper ul {
  width: 100px;
}
html[lang="ar"]
  header
  .sticky-header-nav
  nav
  .mobile-menu-items-wraper
  .tm-submenu
  li
  a {
  text-align: right;
}
@media (min-width: 1024px) {
  html[lang="ar"] header .tm-container.logo-row .top-lang {
    margin-left: 0;
    margin-right: auto;
  }
  html[lang="ar"]
    header
    .tm-container.logo-row
    .top-lang
    .select-language-drop {
    left: 0;
    right: auto;
  }
  html[lang="ar"]
    header
    .tm-container.logo-row
    .top-lang
    .select-language-drop:before {
    left: 14px;
    right: auto;
  }
}
html[lang="ar"] footer .tm-container div {
  margin-right: 0;
  padding-right: 0;
}
html[lang="ar"] footer .tm-container .footer-disclaimer .flx .tm-col {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  footer .tm-container .footer-disclaimer .flx .tm-col:first-child,
  footer .tm-container .footer-disclaimer .flx .tm-col:nth-child(2) {
    padding-right: 50px;
  }
  html[lang="ar"]
    footer
    .tm-container
    .footer-disclaimer
    .flx
    .tm-col:first-child,
  html[lang="ar"]
    footer
    .tm-container
    .footer-disclaimer
    .flx
    .tm-col:nth-child(2) {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .tm-fixed-bottom {
    padding: 5px;
  }
  .tm-fixed-bottom .tm-fixed-bottom-button {
    margin: 0 8px;
    min-width: 353px;
  }
}
@media (min-width: 1024px) {
  .tm-fixed-bottom.my-fixed-bottom .trustpilot-widget {
    transform: translateX(-20px);
  }
  .tm-fixed-bottom.my-fixed-bottom .tm-fixed-button-container {
    transform: translateX(-170px);
  }
  html[lang="ar"] .tm-fixed-bottom .trustpilot-widget {
    transform: translateX(20px);
  }
  html[lang="ar"] .tm-fixed-bottom .tm-fixed-button-container {
    transform: translateX(170px);
  }
}
html[lang="ar"] .tm-cta-section .sign-up-link {
  margin: 0 auto 10px !important;
}
@media (min-width: 768px) {
  html[lang="ar"] .tm-cta-section .sign-up-link {
    margin-left: 15px !important;
    margin-right: 0 !important;
  }
}
#sign_up_popup {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sign_up_popup .modal-mask {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 70px;
  transform: translate(-50%);
}
#sign_up_popup .modal {
  background-color: #fff;
  border-radius: 15px;
  display: grid;
  margin: 0 auto;
  width: 360px;
}
#sign_up_popup .modal .close {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 700;
  justify-self: end;
  margin: 15px;
  position: absolute;
  z-index: 1;
}
#sign_up_popup .modal .close:focus,
#sign_up_popup .modal .close:hover {
  cursor: pointer;
  opacity: 80%;
}
#sign_up_popup .modal .modal-header {
  padding: 15px;
  position: relative;
}
#sign_up_popup .modal .modal-header-1 {
  background-image: url(../images/sign-up-popup-bg-mobile-193f5.png?40c772653d9e77354451cdceaae1f523);
  height: 375px;
}
#sign_up_popup .modal .modal-header-1 .header-content {
  bottom: 0;
  color: #fff;
  display: grid;
  float: right;
  font-size: 15px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  width: 60%;
}
#sign_up_popup .modal .modal-header-1 .header-content .quote {
  justify-self: end;
  transform: rotate(180deg);
  width: 40px;
}
#sign_up_popup .modal .modal-header-1 .header-content .signature {
  justify-self: end;
  margin-bottom: 40px;
  width: 150px;
}
#sign_up_popup .modal .modal-header-2 {
  background-image: url(../images/sign-up-popup-bg-mobile-2f87d.png?15ad64bdd21599587152ef694dbfebdb);
  height: 307px;
}
#sign_up_popup .modal .modal-header-2 .header-content {
  color: #fff;
  padding: 50px 0 0 20px;
}
#sign_up_popup .modal .modal-header-2 .header-content h2 {
  font-size: 27px;
}
#sign_up_popup .modal .modal-header-2 .header-content h1 {
  font-size: 43px;
}
#sign_up_popup .modal .modal-header-3 {
  background-image: url(../images/sign-up-popup-bg-mobile-3aeff.png?6a7b9569d4544392b497dfa42b6293b1);
  height: 307px;
}
#sign_up_popup .modal .modal-header-3 .header-content {
  color: #fff;
  padding-top: 40px;
}
#sign_up_popup .modal .modal-header-3 .header-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sign_up_popup .modal .modal-header-3 .header-content ul li {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 25px;
  width: 50%;
}
#sign_up_popup .modal .modal-header-3 .header-content ul li img {
  display: block;
  margin-right: 10px;
  width: 20px;
}
#sign_up_popup .modal .modal-content {
  color: #000850;
  padding-top: 30px;
}
#sign_up_popup .modal .modal-content h2 {
  font-weight: 700;
  text-align: center;
}
#sign_up_popup .modal .modal-form {
  padding: 20px 0 30px;
}
#sign_up_popup .modal .modal-form:after {
  display: none;
}
#sign_up_popup .modal .modal-form input {
  border-bottom: 1px solid #efefef;
  color: #000850;
}
#sign_up_popup .modal .modal-form .tm-ao-form-submit,
#sign_up_popup .modal .modal-form .tm-ao-form-submit-demo {
  background-color: transparent;
  background-image: url(../images/button-bg-blue7ecf.png?52efa083aa37296971ab4b5b8e4ea6a7);
  background-position: 100%;
  color: #fff;
  display: none;
  width: 100%;
}
#sign_up_popup .modal .modal-footer {
  border-top: 1px solid #efefef;
  padding: 10px 15px;
}
#sign_up_popup .modal .modal-footer .trustpilot .trustpilot-widget {
  background-color: transparent !important;
  height: auto !important;
  padding-top: 0;
}
#sign_up_popup .modal .modal-footer-1 {
  display: flex;
}
#sign_up_popup .modal .modal-footer-1 .suzuki img {
  display: block;
  width: 100px;
}
#sign_up_popup .modal .modal-footer-1 .trustpilot {
  flex: 1;
}
#sign_up_popup .modal .modal-footer-1 .trustpilot .trustpilot-widget {
  margin: 10px -200px 0;
  transform: scale(0.8);
}
#sign_up_popup .modal .modal-footer-3 {
  display: flex;
}
#sign_up_popup .modal .modal-footer-3 .ao-tmgm img {
  display: block;
  width: 100px;
}
#sign_up_popup .modal .modal-footer-3 .trustpilot {
  flex: 1;
}
#sign_up_popup .modal .modal-footer-3 .trustpilot .trustpilot-widget {
  margin: 0 -200px;
  transform: scale(0.8);
}
@media (min-width: 1024px) {
  #sign_up_popup .modal-mask {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #sign_up_popup .modal {
    display: flex;
    width: auto;
  }
  #sign_up_popup .modal .close {
    margin: 20px;
    right: 0;
  }
  #sign_up_popup .modal .modal-header {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    height: auto;
  }
  #sign_up_popup .modal .modal-header-1 {
    background-image: url(../images/sign-up-popup-bg-desktop-15520.png?1769e888a6ddd3e4b6978645bc65ec2f);
    background-size: cover;
    width: 360px;
  }
  #sign_up_popup .modal .modal-header-1 .header-content {
    float: none;
    font-size: 19px;
    margin: 0 20px;
    width: auto;
  }
  #sign_up_popup .modal .modal-header-1 .header-content .quote {
    justify-self: start;
    transform: rotate(0);
  }
  #sign_up_popup .modal .modal-header-1 .header-content > p {
    max-width: 270px;
  }
  #sign_up_popup .modal .modal-header-1 .header-content .signature {
    display: block;
    justify-self: center;
    width: 200px;
  }
  #sign_up_popup .modal .modal-header-2 {
    background-color: #001b62;
    background-image: url(../images/sign-up-popup-bg-desktop-21192.png?a5b27bd1052988f87c2e12309ba1baa3);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
  }
  #sign_up_popup .modal .modal-header-2 .header-content {
    padding: 90px 0 0 30px;
  }
  #sign_up_popup .modal .modal-header-2 .header-content h2 {
    font-size: 30px;
  }
  #sign_up_popup .modal .modal-header-2 .header-content h1 {
    font-size: 45px;
  }
  #sign_up_popup .modal .modal-header-3 {
    background-image: url(../images/sign-up-popup-bg-desktop-3191b.png?27311ecb06cb143a6858889e3e2fa1b0);
    background-size: cover;
    width: 360px;
  }
  #sign_up_popup .modal .modal-header-3 .header-content {
    padding: 120px 40px 0;
  }
  #sign_up_popup .modal .modal-header-3 .header-content ul li {
    font-size: 16px;
    width: 100%;
  }
  #sign_up_popup .modal .modal-header-3 .header-content ul li img {
    width: 24px;
  }
  #sign_up_popup .modal .modal-content {
    padding: 30px 0 0;
    width: 630px;
  }
  #sign_up_popup .modal .modal-content h2 {
    font-size: 28px;
  }
  #sign_up_popup .modal .modal-form {
    padding: 20px 50px;
  }
  #sign_up_popup .modal .modal-footer-2 .trustpilot .trustpilot-widget {
    margin: 0 -200px;
    transform: scale(0.8);
  }
  html[lang="ar"]
    #sign_up_popup
    .modal
    .modal-header-3
    .header-content
    ul
    li
    img {
    margin-left: 10px;
    margin-right: 0 !important;
  }
  html[lang="ar"] #sign_up_popup .modal .close {
    left: 0;
    right: auto !important;
  }
}
@media (max-width: 1024px) {
  #sign_up_popup .modal .modal-header-1 .header-content {
    left: auto;
    right: 0;
  }
}
html[lang="ar"] form[tag="member-registration-form"] li .country-region-title {
  left: auto !important;
  padding-left: 0 !important;
  padding-right: 25px;
  right: 0;
}
html[lang="ar"]
  form[tag="member-registration-form"]
  .password_requirement-wrapper
  .password_requirement-text,
html[lang="ar"] form[tag="member-registration-form"] .portal-title {
  text-align: right !important;
}
form[tag="member-registration-form"] li .tm-flags-tel-box input {
  padding-left: 10px;
}
form[tag="member-registration-form"] li.country-region-container {
  position: relative;
}
form[tag="member-registration-form"] li.mobile-number-container input {
  border-bottom: none !important;
}
form[tag="member-registration-form"]
  li.mobile-number-container
  .tm-flags-tel-box {
  border-bottom: 1px solid #efefef;
  padding-left: 0;
}
form[tag="member-registration-form"]
  li.mobile-number-container
  .tm-flags-tel-box
  .tm-flags-tel {
  border-right: 1px solid #efefef;
  padding-right: 5px;
}
form[tag="member-registration-form"] li .country-region-title {
  color: #001156;
  font-size: 10px;
  left: 0;
  letter-spacing: 0;
  margin: 0;
  opacity: 1;
  padding-left: 25px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: -4%;
  z-index: 10;
}
form[tag="member-registration-form"] .portal-title {
  color: #00114f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin: 0;
  padding: 0 14px;
  text-align: left;
}
form[tag="member-registration-form"] .portal-password-wrapper {
  display: none;
  margin-bottom: 50px;
}
form[tag="member-registration-form"] .portal-password-wrapper .portal-password {
  display: flex;
  justify-content: space-between;
}
form[tag="member-registration-form"]
  .portal-password-wrapper
  .portal-password
  .thumb {
  font-size: 14px;
  height: 56px;
  width: 48%;
}
form[tag="member-registration-form"]
  .portal-password-wrapper
  .portal-password
  .thumb
  input {
  height: 100%;
  padding: 0 20px;
  width: 100%;
}
form[tag="member-registration-form"]
  .portal-password-wrapper
  .portal-password
  .thumb
  .password_requirement-wrapper {
  margin: 10px 0;
}
form[tag="member-registration-form"]
  .portal-password-wrapper
  .portal-password
  .thumb
  .password_requirement-wrapper
  .password_requirement-text {
  color: #001156;
  font-size: 9px;
  letter-spacing: 0;
  margin: 0;
  opacity: 0.68;
  text-align: left;
}
@media (max-width: 428px) {
  form[tag="member-registration-form"] .portal-password-wrapper {
    margin-bottom: 15px;
  }
  form[tag="member-registration-form"]
    .portal-password-wrapper
    .portal-password {
    flex-direction: column;
  }
  form[tag="member-registration-form"]
    .portal-password-wrapper
    .portal-password
    .thumb {
    padding-bottom: 17px;
    width: 100%;
  }
  form[tag="member-registration-form"]
    .portal-password-wrapper
    .portal-password
    .thumb:first-child {
    margin-bottom: 20px;
  }
  form[tag="member-registration-form"]
    .portal-password-wrapper
    .portal-password
    .thumb
    input {
    padding: 0 10px;
  }
  form[tag="member-registration-form"]
    li.mobile-number-container
    .tm-flags-tel-box
    .tm-flags-tel {
    padding-right: 0;
  }
  form[tag="member-registration-form"] .portal-title {
    margin-bottom: 10px;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  form[tag="member-registration-form"] li .country-region-title {
    padding-left: 10px;
    padding-right: 0;
  }
  form[tag="member-registration-form"] .password_requirement-wrapper {
    padding: 0 10px;
  }
}
.country-selection-confirm-popup {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.country-selection-confirm-popup .modal-mask {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.country-selection-confirm-popup .modal {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  width: auto;
}
.country-selection-confirm-popup .modal .modal-content-container {
  color: #001156;
  font-size: 12px;
  height: 100%;
  letter-spacing: 0;
  line-height: 19px;
  opacity: 1;
  padding: 35px 40px 48px;
  text-align: left;
}
.country-selection-confirm-popup .modal .modal-content-container .title {
  color: #00114f;
  font-size: 22px;
  font-weight: 700 !important;
  letter-spacing: -0.44px;
  line-height: 46px;
  opacity: 1;
  text-align: left;
}
.country-selection-confirm-popup .modal .modal-content-container p {
  font-size: 12px !important;
}
.country-selection-confirm-popup .modal .modal-content-container .main-content {
  max-width: 400px;
}
.country-selection-confirm-popup
  .modal
  .modal-content-container
  .main-content
  p:last-child {
  margin-bottom: 35px;
  margin-top: 20px;
}
.country-selection-confirm-popup .modal .exapmle-list li {
  padding-left: 18px;
  position: relative;
}
.country-selection-confirm-popup .modal .exapmle-list li:not(:last-child) {
  margin-bottom: 15px;
}
.country-selection-confirm-popup .modal .exapmle-list li:before {
  background-color: #1fcdff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.country-selection-confirm-popup .modal .btn-wrapper button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  text-transform: uppercase;
  width: 87px !important;
}
.country-selection-confirm-popup .modal .btn-wrapper button:first-child {
  background-color: #1fcdff !important;
  color: #fff;
  margin-right: 15px;
}
.country-selection-confirm-popup .modal .btn-wrapper button:last-child {
  background-color: #d6d6d6 !important;
  color: #000;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .country-selection-confirm-popup .modal {
    border-radius: 6px;
    width: 340px;
  }
  .country-selection-confirm-popup .modal .modal-content-container {
    padding: 26px 30px 34px 24px;
    width: 100%;
  }
  .country-selection-confirm-popup .modal .modal-content-container .title {
    line-height: 1.1;
  }
  .country-selection-confirm-popup
    .modal
    .modal-content-container
    .main-content {
    max-width: 280px;
  }
  .country-selection-confirm-popup .modal .exapmle-list li:before {
    top: 0;
    transform: translateY(90%);
  }
}
.tm-fixed-bottom .dark-blue {
  background-color: #000f4b;
}
.tm-fixed-bottom {
  background-color: rgba(0, 0, 63, 0.24);
  bottom: 0;
  font-weight: 800;
  left: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 98;
}
.tm-fixed-bottom.my-fixed-bottom {
  align-items: center;
  background-color: hsla(0, 0%, 92%, 0.94);
  display: flex;
  justify-content: center;
}
.tm-fixed-bottom.my-fixed-bottom .trustpilot-widget {
  background-color: transparent;
  flex: 1;
}
.my-fixed-bottom__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1224px;
  width: 100%;
}
.tm-fixed-bottom .trustpilot-widget {
  height: auto;
  padding: 0;
}
.tm-fixed-bottom .tm-fixed-bottom-button {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 2%;
  padding: 22px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  vertical-align: top;
  width: auto;
}
.tm-fixed-bottom .blue {
  background-color: #319dff;
}
@media (min-width: 769px) {
  .tm-fixed-bottom {
    padding: 5px;
  }
  .tm-fixed-bottom .tm-fixed-bottom-button {
    margin: 0 8px;
    min-width: 353px;
  }
}
@media (min-width: 1024px) {
  .tm-fixed-bottom.my-fixed-bottom .trustpilot-widget {
    transform: translateX(-20px);
  }
  .tm-fixed-bottom.my-fixed-bottom .tm-fixed-button-container {
    transform: translateX(-170px);
  }
}
@media (max-width: 769px) {
  .tm-fixed-bottom.my-fixed-bottom .trustpilot-widget {
    display: none;
  }
  .tm-fixed-bottom.my-fixed-bottom .tm-fixed-button-container {
    width: 100%;
  }
}
#buffon_modal {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#buffon_modal .buffon-modal-mask {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
}
#buffon_modal #buffon_modal_content {
  background-color: #001465;
  background-size: cover;
  border-radius: 15px;
  display: grid;
  margin: 0 auto;
  max-width: 826px;
  min-height: 373px;
  padding: 20px;
}
#buffon_modal #buffon_modal_content .close {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  justify-self: end;
  margin-right: 15px;
}
#buffon_modal #buffon_modal_content .close:focus,
#buffon_modal #buffon_modal_content .close:hover {
  cursor: pointer;
  opacity: 80%;
}
#buffon_modal #buffon_modal_content .main-content {
  align-self: center;
  color: #fff;
  margin: -20px 15px 0;
  max-width: 400px;
}
#buffon_modal #buffon_modal_content .main-content h1 {
  font-size: 38px;
  font-weight: 900;
}
#buffon_modal #buffon_modal_content .main-content h1 span {
  color: #21ffff;
}
#buffon_modal #buffon_modal_content .main-content h2 {
  color: #21ffff;
  font-size: 20px;
  font-weight: 700;
}
#buffon_modal #buffon_modal_content .main-content p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  max-width: 366px;
}
#buffon_modal #buffon_modal_content .main-content p.content-1 {
  margin-top: 10px;
  max-width: 360px;
}
#buffon_modal #buffon_modal_content .main-content p.content-1 span {
  font-weight: 900;
}
#buffon_modal #buffon_modal_content .main-content p.content-2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
#buffon_modal #buffon_modal_content .main-content p.content-2 span {
  color: #21ffff;
  display: block;
  font-size: 30px;
  font-weight: 900;
}
#buffon_modal #buffon_modal_content .main-content p.content-3 {
  font-style: italic;
  font-weight: 300;
}
#buffon_modal #buffon_modal_content .main-content p.note {
  font-size: 10px;
  font-weight: 250;
}
#buffon_modal #buffon_modal_content .main-content p.note span {
  font-weight: 700;
}
#buffon_modal #buffon_modal_content .main-content .button-wrap {
  display: block !important;
  margin: 10px 0;
  max-width: 366px;
}
#buffon_modal #buffon_modal_content .main-content .button-wrap a {
  text-decoration: none;
}
#buffon_modal #buffon_modal_content .main-content .button-wrap button {
  background-image: linear-gradient(0deg, #005190, #0ff);
  background-size: cover;
  border: 0;
  border-radius: 5px;
  color: #000850;
  display: block;
  font-weight: 800;
  padding: 12px 40px;
  text-align: center;
  width: 100% !important;
}
#buffon_modal #buffon_modal_content .main-content .button-wrap button:hover {
  cursor: pointer;
  opacity: 90%;
}
#buffon_modal.zh-Hans #buffon_modal_content .main-content .button-wrap button,
#buffon_modal.zh-Hant #buffon_modal_content .main-content .button-wrap button {
  letter-spacing: 8px;
}
#buffon_modal.zh-Hans #buffon_modal_content .main-content p.note,
#buffon_modal.zh-Hant #buffon_modal_content .main-content p.note {
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  #buffon_modal #buffon_modal_content {
    background-image: url(../images/popup-bg-buffon4553.png?14a159a3f308947e72cd975474326398);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #buffon_modal #buffon_modal_content .main-content h2 {
    font-size: 23px;
    font-weight: 900;
  }
  #buffon_modal #buffon_modal_content .main-content p.content-2 span {
    display: inline;
  }
  #buffon_modal #buffon_modal_content .main-content p.note {
    font-size: 12px;
  }
  #buffon_modal.zh-Hans #buffon_modal_content .main-content h1,
  #buffon_modal.zh-Hant #buffon_modal_content .main-content h1 {
    letter-spacing: 5px;
  }
  #buffon_modal.ar .main-content {
    float: left !important;
  }
}
#time_zone_modal {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#time_zone_modal .modal-mask {
  background-color: #fff;
  border-radius: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#time_zone_modal .close-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 20px 20px 0 0;
  width: 100%;
}
#time_zone_modal .close {
  background-color: #fff;
  border: none;
  color: #00114f;
  cursor: pointer;
  display: block;
  opacity: 0.68;
  text-align: right;
  width: 100%;
}
#time_zone_modal .time-zone-container {
  padding: 10px 40px 60px;
}
#time_zone_modal .time-zone-container .time-zone-wrapper {
  display: flex;
  flex-direction: column;
}
#time_zone_modal .time-zone-container .time-zone-wrapper h2 {
  color: #00114f;
  font-size: 24px;
  letter-spacing: -0.46px;
  margin-bottom: 32px;
  opacity: 1;
  text-align: center;
}
#time_zone_modal .time-zone-container .time-zone-wrapper .time-zone-selector {
  display: flex;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .left,
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right {
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  height: 62px;
  justify-content: center;
  padding: 9px 16px;
  width: 218px;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .left
  p,
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  p {
  color: #001156;
  font-size: 11px;
  margin: 0;
  opacity: 0.68;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .left
  h3,
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  h3 {
  color: #001156;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.8;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .left {
  margin-right: 6px;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right {
  justify-content: space-evenly;
  position: relative;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right:after {
  border: 8px solid transparent;
  border-top-color: #000536;
  content: "";
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-25%);
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .select-time-zone {
  padding: 5px 0;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  #timezone-search-bar {
  color: #001156;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.8;
  padding: 0;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  #timezone-search-bar::-moz-placeholder {
  color: #001156;
  font-weight: 400;
  opacity: 0.5;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  #timezone-search-bar:-ms-input-placeholder {
  color: #001156;
  font-weight: 400;
  opacity: 0.5;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  #timezone-search-bar::placeholder {
  color: #001156;
  font-weight: 400;
  opacity: 0.5;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop {
  background-color: #edeaea;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: none;
  height: 130px;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item {
  cursor: pointer;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item:hover {
  background-color: #fff;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item
  .item {
  color: #001156;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
  padding: 4px 6px;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item
  .item
  .item-wrapper {
  display: flex;
  justify-content: space-between;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item
  .item
  .item-wrapper
  .abbr {
  font-size: 13px;
  font-weight: 700;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item
  .item
  .item-wrapper
  .offset {
  font-size: 11px;
}
#time_zone_modal
  .time-zone-container
  .time-zone-wrapper
  .time-zone-selector
  .right
  .time-zone-drop
  .time-zone-item
  .item
  .name {
  font-size: 10px;
}
#time_zone_modal .time-zone-container .time-zone-wrapper .current-time {
  color: #001156;
  font-size: 24px;
  margin-top: 32px;
  opacity: 0.8;
  text-align: center;
}
#time_zone_modal .time-zone-container .time-zone-wrapper .current-date {
  color: #001156;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
#time_zone_modal #timezone-search-bar {
  background-color: #f4f4f4;
  border: none;
  margin-right: 20px;
  outline: none;
}
@media (max-width: 768px) {
  #time_zone_modal .modal-mask {
    top: 55%;
  }
  #time_zone_modal .time-zone-container .time-zone-wrapper .time-zone-selector {
    flex-direction: column;
  }
  #time_zone_modal
    .time-zone-container
    .time-zone-wrapper
    .time-zone-selector
    .left,
  #time_zone_modal
    .time-zone-container
    .time-zone-wrapper
    .time-zone-selector
    .right {
    width: 261px;
  }
  #time_zone_modal
    .time-zone-container
    .time-zone-wrapper
    .time-zone-selector
    .left {
    margin-bottom: 18px;
  }
}
html[lang="ar"] .tm-inner-banner .breadcrumbs i.fa.fa-chevron-right {
  transform: rotate(180deg);
}
html[lang="ar"] .live-price-cards .single-pricing-table div:nth-child(2),
html[lang="ar"] .live-price-cards .single-pricing-table div:nth-child(4) {
  text-align: right;
}
html[lang="ar"] .live-price-cards .single-pricing-table div:nth-child(3),
html[lang="ar"] .live-price-cards .single-pricing-table div:nth-child(5) {
  text-align: left;
}
html[lang="ar"] .icon-card {
  text-align: right;
}
html[lang="ar"] .data-inside-socket .down h3 {
  background: url(../images/down8ef5.png?4ec1024a5128148b0fc2135522562779) left
    11px no-repeat;
}
html[lang="ar"] .data-inside-socket .up h3 {
  background: url(../images/upcf67.png?aa976435aa910918f0e784a2a935b614) left
    11px no-repeat;
}
html[lang="ar"] .data-table-socket thead tr th {
  text-align: right;
}
html[lang="ar"] .tm-simple-feat-list li {
  padding-left: 14px !important;
  padding-right: 34px !important;
}
html[lang="ar"] .tm-simple-feat-list li:before {
  left: auto;
  right: 0;
}
html[lang="ar"] .tm-ao-form-container .tm-ao-country-drop a {
  text-align: right;
}
html[lang="ar"] .tm-ao-form-container .tm-flags-tel-box {
  padding-left: 0;
  padding-right: 10px;
}
html[lang="ar"] .tm-ao-form-container .tm-flags-tel-drop-menu .countryName {
  padding-right: 12px;
}
#songkran_modal {
  background-color: hsla(0, 0%, 100%, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#songkran_modal .songkran_modal-mask {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#songkran_modal .songkran_modal_content {
  background-image: url(../images/songkran-modal-bg-mobile5450.png?4572e343a2b6d5bee188e9b2207fa99f);
  border-radius: 10px;
  margin: 0 auto;
  max-height: 530px;
  max-width: 337px;
}
#songkran_modal .songkran_modal_content-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 25px 220px;
}
#songkran_modal #songkran_modal_close_button {
  font-size: 28px;
  justify-self: flex-end;
  line-height: 1.2;
  margin-right: 0;
  text-align: right;
}
#songkran_modal .main-content {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
  text-align: center;
}
#songkran_modal .main-content h1 {
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
#songkran_modal .main-content .sub-heading {
  font-weight: 600;
}
#songkran_modal .main-content .content {
  font-weight: 400;
  margin-bottom: 20px;
}
#songkran_modal .main-content .content p {
  line-height: 1.3;
  margin: 0;
}
#songkran_modal .button-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 255px;
}
#songkran_modal .button-wrap button {
  background-color: #02054b;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 10px 25px;
  text-align: center;
  width: 100% !important;
}
#songkran_modal .button-wrap button .button-text-1 {
  display: block;
  font-size: 16px;
}
#songkran_modal .button-wrap button .button-text-2 {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  #songkran_modal .songkran_modal_content {
    background-image: url(../images/songkran-modal-bg-desktop7a7c.png?cef29c8cb96ed086f1b8f62c0be304c3);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 494px;
    max-width: 824px;
    padding: 25px 25px 15px 82px;
  }
  #songkran_modal .content-wrapper {
    flex: 1;
    margin-right: 60px;
  }
  #songkran_modal .songkran_modal_content-wrapper {
    padding: 0;
  }
  #songkran_modal #songkran_modal_close_button {
    margin-right: 25px;
  }
  #songkran_modal .main-content {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    text-align: left;
  }
  #songkran_modal .main-content h1 {
    font-size: 44px;
    line-height: 1.4;
  }
  #songkran_modal .main-content .sub-heading {
    margin-bottom: 30px;
    margin-top: 0;
  }
  #songkran_modal .content {
    margin-bottom: 30px;
  }
  #songkran_modal .content p {
    line-height: 1.4;
  }
  #songkran_modal .content .content-1 {
    max-width: 430px;
  }
  #songkran_modal .button-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }
  #songkran_modal .button-wrap button {
    padding: 15px 20px;
  }
  #songkran_modal .button-wrap button .button-text-2 {
    font-size: 20px;
  }
}
#my-home-banner-carousel .carousel-card-wrapper {
  position: relative;
}
#my-home-banner-carousel .carousel-card-text-wrapper {
  color: #02187e;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 900;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.songkran-section-container {
  background-image: url(../images/songkran-bga6cd.png?1b1c404a3986dbdb746906e9d0cbc1bf);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.songkran-section-container .center-section-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 64px;
}
.songkran-section-container .center-section-wrapper .center-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 104px;
}
.songkran-section-container .songkran-content {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.306);
}
@media (max-width: 768px) {
  .songkran-section-container {
    background-image: url(../images/songkran-bg-mobile98e1.png?46fd53dd76e4da260cc4b55216cbd5a5);
    background-position-y: bottom;
    background-size: cover;
  }
  .songkran-section-container .center-section-wrapper {
    margin-bottom: 0;
    padding-top: 140px;
  }
  .songkran-section-container .center-section-wrapper .center-section {
    margin-bottom: 280px;
  }
  .songkran-section-container
    .center-section-wrapper
    .center-section
    .title-img {
    max-width: 271px;
  }
  .songkran-section-container .songkran-content {
    padding: 0 40px;
  }
}
@media (max-width: 1275px) {
  .tm-keys.my-keys {
    max-width: 960px;
  }
}
@media (min-width: 1275px) {
  .tm-keys.my-keys {
    max-width: 1224px;
  }
}
#home-banner-carousel .owl-nav {
  bottom: 45%;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
#home-banner-carousel .owl-nav .owl-next,
#home-banner-carousel .owl-nav .owl-prev {
  background: hsla(0, 0%, 100%, 0.24) !important;
  border-radius: 50%;
  color: #d3d3d3;
  display: inline-block;
  height: 50px;
  text-align: center;
  width: 50px;
}
#home-banner-carousel .owl-nav .owl-next i,
#home-banner-carousel .owl-nav .owl-prev i {
  font-size: 20px;
  margin-top: 4px;
}
#home-banner-carousel .owl-nav .owl-next {
  margin-left: auto;
  margin-right: 34px;
}
#home-banner-carousel .owl-nav .owl-prev {
  margin-left: 34px;
}
#home-banner-carousel .owl-nav .owl-next:hover,
#home-banner-carousel .owl-nav .owl-prev:hover {
  background: #fff !important;
  color: #6ed075;
}
#home-banner-carousel .owl-dots {
  bottom: 5%;
  position: absolute;
  text-align: center;
  width: 100%;
}
#home-banner-carousel .owl-dots .owl-dot {
  margin: 0 0.3rem;
}
#home-banner-carousel .owl-dots .owl-dot span {
  background: #0093df;
  display: block;
  height: 5px;
  width: 5px;
}
#home-banner-carousel .owl-dots .owl-dot.active span {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: active-dot;
  animation-name: active-dot;
  background-image: linear-gradient(90deg, #06c878 29%, #0093df),
    linear-gradient(#f5f7fa, #f5f7fa);
  width: 50px;
}
#home-banner-caption {
  cursor: pointer;
  opacity: 0.8;
  position: relative;
  text-align: center;
}
#home-banner-caption #home-banner-caption-detail {
  background-color: #fff;
  border-radius: 0.3rem;
  color: #333;
  display: none;
  margin-top: 0.5rem;
  opacity: 1;
  padding: 1rem;
  position: absolute;
}
@media (max-width: 1023px) {
  #home-banner-carousel {
    margin-top: 62px;
  }
  #home-banner-carousel .item {
    margin-top: 0 !important;
  }
}
@-webkit-keyframes active-dot {
  0% {
    background: #0093df;
    width: 5px;
  }
  to {
    background-image: linear-gradient(90deg, #06c878 29%, #0093df),
      linear-gradient(#f5f7fa, #f5f7fa);
    width: 50px;
  }
}
@keyframes active-dot {
  0% {
    background: #0093df;
    width: 5px;
  }
  to {
    background-image: linear-gradient(90deg, #06c878 29%, #0093df),
      linear-gradient(#f5f7fa, #f5f7fa);
    width: 50px;
  }
}
#home-section-buffon {
  background-image: url(../images/bg-buffona9c2.jpg?c285de5a1ea9b8350e0a8192df330ce5);
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding: 160px 20px 40px;
}
#home-section-buffon h1 {
  margin-bottom: 30px;
}
#home-section-buffon h1 .first-name {
  font-size: 65px;
  letter-spacing: 15px;
}
#home-section-buffon h1 .last-name {
  color: #1fcdff;
  font-size: 113px;
}
#home-section-buffon p {
  font-size: 28px !important;
  max-width: 550px;
}
#home-section-buffon img {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #home-section-buffon {
    background-color: #001b64;
    background-image: url(../images/bg-buffon-mobile5ffe.jpg?99c49ff7f4c05f2d53335e62ee7f72ba);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 929px;
    padding: 70px 20px;
  }
  #home-section-buffon.fr {
    background-position: bottom;
    background-position-y: 20px;
    padding-top: 45px;
  }
  #home-section-buffon h1 .first-name {
    font-size: 40px;
    letter-spacing: 10px;
  }
  #home-section-buffon h1 .last-name {
    font-size: 70px;
  }
  #home-section-buffon p {
    font-size: 18px !important;
    line-height: 1.2;
    opacity: 60%;
  }
  #home-section-buffon img {
    display: none;
  }
}
.sg.suzuki-section {
  background-image: url(../images/section-bg-suzuki-mobilee269.jpg?522dfc338028b0d7822f0e55f1b92d9c);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 890px;
}
.sg.suzuki-section img.icon {
  margin-bottom: 25px;
  max-width: 180px;
}
.sg.suzuki-section h2 {
  margin-bottom: 25px;
}
.sg.suzuki-section h2 span {
  color: #fff !important;
}
.sg.suzuki-section h2 span:nth-child(odd) {
  font-weight: 400;
}
.sg.suzuki-section p {
  margin-bottom: 25px;
}
.global.suzuki-section {
  background-image: url(../images/section-bg-suzuki-global-mobile3c6c.jpg?bccb16efd2e2c2e5ff06b482769c16cf);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.global.suzuki-section img.icon {
  display: block;
  margin: 0 auto 10px;
  max-height: 110px;
}
.global.suzuki-section .ppl {
  margin: 0 -20px -60px;
}
.global.suzuki-section .ppl img {
  width: 100%;
}
.global.suzuki-section h2 {
  margin-bottom: 25px;
}
.global.suzuki-section h2 span {
  color: #fff !important;
}
.global.suzuki-section h2 span:nth-child(odd) {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .suzuki-section {
    margin: 0 auto;
    max-width: 1884px;
    min-height: 722px !important;
  }
  .sg.suzuki-section {
    background-image: url(../images/section-bg-suzuki-sgf0dd.jpg?95539cdfb9b910862f2f5243f427a98f);
  }
  .global.suzuki-section {
    background-image: url(../images/section-bg-suzuki-global-desktop9642.jpg?0a250cc5142e830fd93aa5a469714bff);
    background-position: 50%;
  }
  .global.suzuki-section img.icon {
    display: block;
    margin: 0 0 25px;
    max-height: 110px;
  }
  .global.suzuki-section .ppl,
  .hidden-for-desktop {
    display: none;
  }
}
.home-ao-section {
  background-color: #01177c;
  background-image: url(../images/home-ao-bg35b3.png?0d1592a1110dcabf6f6a6321c02815af);
  background-position-x: 85%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 1000px;
  color: #fff;
  padding-bottom: 100px;
}
.home-ao-section .tm-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.home-ao-section .tm-container .tm-home-ao-heading {
  font-weight: 900;
  text-transform: uppercase;
}
.home-ao-section h1 {
  margin-bottom: 15px;
}
.home-ao-section p {
  opacity: 80%;
}
.home-ao-section p span {
  font-weight: 700;
}
.home-ao-section #ao-section-timer {
  display: flex;
  justify-content: start;
}
.home-ao-section #ao-section-timer div {
  background-color: #fff;
  border-radius: 5px;
  color: #02187e;
  font-weight: 700;
  margin-right: 11px;
  padding: 14px;
  text-align: center;
}
.home-ao-section #ao-section-timer div .day,
.home-ao-section #ao-section-timer div .hour,
.home-ao-section #ao-section-timer div .minute,
.home-ao-section #ao-section-timer div .second {
  font-size: 33px;
}
.home-ao-section #ao-section-timer div .time {
  font-size: 12px;
}
.home-ao-section #ao-section-timer .split {
  align-self: center;
  font-size: 48px;
  font-weight: 700;
  margin-right: 11px;
}
.home-ao-section .left-content,
.home-ao-section .right-content {
  width: 100%;
}
.home-ao-section .left-content {
  margin-bottom: 40px;
}
.home-ao-section .left-content .btn-normal {
  font-size: 16px;
}
.home-ao-section .right-content img {
  display: block;
  margin: 0 auto 200px;
  width: 221px;
}
@media (max-width: 1280px) {
  .tm-home-ao-heading {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .home-ao-section {
    background-position-x: 80%;
    background-position-y: center;
    background-size: auto;
    height: 778px;
  }
  .home-ao-section .tm-container {
    height: 100%;
    padding: 0;
  }
  .home-ao-section h1 {
    font-size: 62px;
  }
  .home-ao-section p {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .home-ao-section #ao-section-timer div {
    padding: 28px;
  }
  .home-ao-section #ao-section-timer div .day,
  .home-ao-section #ao-section-timer div .hour,
  .home-ao-section #ao-section-timer div .minute,
  .home-ao-section #ao-section-timer div .second {
    font-size: 48px;
  }
  .home-ao-section .left-content {
    width: 60%;
  }
  .home-ao-section .right-content {
    flex: 1;
  }
  .home-ao-section .left-content {
    align-self: center;
    margin-bottom: 0;
  }
  .home-ao-section .right-content img {
    margin: 0 0 0 auto;
    width: auto;
  }
}
@media (max-width: 414px) {
  .tm-banner-live-quotes .accordion-head:nth-child(5) {
    text-align: right;
  }
}
.tm-product-card-watermark {
  bottom: 10px;
  height: 120px;
  position: absolute;
  right: 10px;
  width: 120px !important;
}
.home-banner-ao-version {
  background-color: #00103d;
  background-image: url(../images/banner-home-ao-version-mobileee1b.png?7830b0f46db32cd34b7520a3468d764a);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 748px) {
  .home-banner-ao-version {
    background-image: url(../images/banner-home-ao-version9eab.png?616006452ca9dfd1219e4db22d28ba8e);
    background-size: cover;
  }
  .home-banner-ao-version .tm-banner-live-quotes {
    margin: 0;
    padding: 0 0 28px;
  }
}
@media (min-width: 748px) and (min-width: 768px) {
  .home-banner-ao-version .tm-banner-live-quotes {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.home-banner-buffon-version {
  background-color: #071a5d;
  background-image: url(../images/banner-home-buffon-version-mobile7155.png?c26fa530d1b2493778a1d9ed2a928567);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: -20px;
  background-position-y: -20px;
  background-repeat: no-repeat;
  background-size: 430px 719px;
}
.home-banner-buffon-version.ko,
.home-banner-buffon-version.vi {
  -ms-background-position-y: -50px;
  background-position-y: -50px;
}
.home-banner-buffon-version.tl {
  -ms-background-position-y: 20px;
  background-position-y: 20px;
}
.home-banner-buffon-version.th {
  -ms-background-position-y: -10px;
  background-position-y: -10px;
}
.home-banner-buffon-version.zh-Hans,
.home-banner-buffon-version.zh-Hant {
  -ms-background-position-y: -90px;
  background-position-y: -90px;
}
@media (min-width: 768px) {
  .home-banner-buffon-version {
    background-color: #001466;
    background-image: url(../images/banner-home-buffon-version-desktop2f86.png?d217e8ddaf9283259414ce27e5f3b91b);
    -ms-background-position-y: 20px !important;
    background-position-y: 20px !important;
    background-size: contain;
  }
  .home-banner-buffon-version:before {
    background: #00185b;
    height: 20px;
  }
  .home-banner-buffon-version .my-banner-content {
    padding-right: 100px;
  }
}
.home-banner-buffon-version .my-banner-content h1 {
  margin-bottom: 190px;
}
@media (min-width: 768px) {
  .home-banner-buffon-version .my-banner-content h1 {
    margin-bottom: 0;
  }
}
.home-banner-buffon-version .banner-img {
  display: none;
}
.home-banner-buffon-version .tm-banner-live-quotes {
  margin: 0;
  padding: 0 0 28px;
}
@media (min-width: 768px) {
  .home-banner-buffon-version .tm-banner-live-quotes {
    padding-bottom: 0;
    padding-left: 40px;
  }
}
.tm-keys {
  background-color: transparent !important;
  margin: 0 auto;
}
.tm-banner-live-quotes .tm-tab-nav {
  margin-bottom: 0;
}
.tm-banner-live-quotes .tm-tab-nav li {
  background-color: hsla(0, 0%, 92%, 0.08);
  padding: 5px 10px !important;
}
.tm-banner-live-quotes .accordion-head {
  background-color: hsla(0, 0%, 92%, 0.08);
}
.tm-banner-live-quotes .tm-price-row {
  background-color: rgba(0, 0, 0, 0.44) !important;
  padding: 5px 0 !important;
}
.tm-banner-live-quotes .tm-price-row.placeholder {
  display: none;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:first-child {
  flex: 0 0 95px !important;
  justify-content: left !important;
  padding: 10px 0 10px 10px !important;
}
.tm-banner-live-quotes
  .tm-price-row
  .trading-item-container:first-child
  h4
  span.name {
  line-height: 2;
}
.tm-banner-live-quotes
  .tm-price-row
  .trading-item-container:first-child
  h4
  div
  label {
  vertical-align: bottom;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(2) {
  flex: 0 0 20px !important;
  padding: 10px 0 !important;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(3) {
  margin-right: 5px;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(4) {
  flex: 0 0 95px !important;
  justify-content: left !important;
  padding: 10px 0 !important;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(4) span {
  margin-bottom: 2px;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(5) {
  flex: 0 0 30px !important;
  padding: 10px 0 !important;
}
.tm-banner-live-quotes .tm-price-row .trading-item-container:last-child {
  flex: 1 !important;
}
.tm-banner-live-quotes .tm-price-row .up {
  color: #34ff0f !important;
}
.tm-banner-live-quotes .tm-price-row .down {
  color: #ff2b2b !important;
}
.tm-banner-live-quotes .tm-price-row .btn-buy {
  background-color: #34ff0f !important;
  color: #434343 !important;
}
.tm-banner-live-quotes .tm-price-row .btn-sell {
  background-color: #ff2b2b !important;
}
@media (min-width: 768px) {
  .tm-banner-live-quotes .tm-price-row.placeholder {
    background-color: transparent !important;
    display: flex;
  }
  .tm-banner-live-quotes .tm-price-row .trading-item-container:first-child {
    flex: 0 0 80px !important;
  }
  .tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(2) {
    flex: 0 0 40px !important;
  }
  .tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(3),
  .tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(4) {
    flex: 0 0 110px !important;
    justify-content: left !important;
  }
  .tm-banner-live-quotes
    .tm-price-row
    .trading-item-container:nth-child(3)
    label,
  .tm-banner-live-quotes
    .tm-price-row
    .trading-item-container:nth-child(4)
    label {
    min-width: 54px;
  }
  .tm-banner-live-quotes
    .tm-price-row
    .trading-item-container:nth-child(3)
    span,
  .tm-banner-live-quotes
    .tm-price-row
    .trading-item-container:nth-child(4)
    span {
    white-space: nowrap;
  }
  .tm-banner-live-quotes .tm-price-row .trading-item-container:nth-child(5) {
    flex: 0 0 40px !important;
  }
}
.tm-banner-live-quotes .sub-label {
  display: inline !important;
}
@media (max-width: 768px) {
  .tm-banner-live-quotes .sub-label {
    transform: translateY(0) !important;
  }
}
.tm-banner-live-quotes #home-banner-caption {
  margin-top: 20px;
}
.tm-section.tm-section-single-col .tm-title .sub-header {
  max-width: 710px;
}
html[lang="ar"] #trading_btn {
  margin-right: 0;
}
html[lang="ar"] .tm-banner-live-quotes .sub-label {
  text-align: right;
}
html[lang="ar"]
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-tab-content-wrap
  .tm-tab-content
  .trading-item-container:first-child {
  justify-content: right !important;
  padding-left: 0 !important;
  padding-right: 10px !important;
}
html[lang="ar"]
  .tm-banner-live-quotes
  .tm-pricing-table-content-wrap
  .tm-tab-content-wrap
  .tm-tab-content
  .trading-item-container:nth-child(4) {
  transform: translateX(15%);
}
@media (min-width: 768px) {
  html[lang="ar"] .tm-main-banner .sign-up-link {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  html[lang="ar"] .tm-banner-live-quotes {
    padding-left: 0;
    padding-right: 40px;
  }
  #home-section-buffon .tm-container .tm-content-wrap {
    float: left;
  }
}
html[lang="ar"] .tm-home-section-1 .tm-section-heading {
  padding-left: 60px;
  padding-right: 20px !important;
}
html[lang="ar"] .tm-home-section-1 .tm-section-heading .tm-simple-feat-list li {
  padding-left: 0;
  padding-right: 34px;
}
html[lang="ar"]
  .tm-home-section-1
  .tm-section-heading
  .tm-simple-feat-list
  li:before {
  left: auto;
  right: 0;
}
html[lang="ar"] .tm-home-section-1 .LP-chart {
  left: auto;
  right: -webkit-calc(50% - 305px);
}
@media (min-width: 768px) {
  html[lang="ar"] .tm-home-section-1 .tm-home-section-1 .tm-section-heading {
    padding-right: 0;
  }
  html[lang="ar"] .tm-home-section-1 .LP-chart {
    right: auto;
  }
}
.tm-home-section-2 .tm-section-heading {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tm-home-section-2 .tm-section-heading {
    padding: 0 40px;
  }
}
html[lang="ar"] .tm-home-section-2 .ea-anim {
  left: auto;
  right: -webkit-calc(50% - 402px);
}
@media (min-width: 1024px) {
  html[lang="ar"] .tm-home-section-2 .tm-section-heading {
    padding-left: 0;
  }
}
html[lang="ar"] .tm-home-section-3 .tm-section-heading {
  padding-right: 20px !important;
  text-align: right !important;
}
html[lang="ar"] .tm-home-section-3 .tm-section-content {
  text-align: right !important;
  transform: scale(0.9) translateX(15%);
}
@media (min-width: 768px) {
  html[lang="ar"] .tm-home-section-3 .tm-section-heading {
    padding-right: 10px !important;
  }
}
html[lang="ar"] .tm-product-section .tm-title {
  text-align: right;
}
html[lang="ar"] .tm-product-section .owl-carousel .tm-product-card {
  text-align: right !important;
}
html[lang="ar"] .tm-product-section .owl-carousel .owl-nav .owl-prev {
  margin-left: auto;
  margin-right: -10px;
}
html[lang="ar"] .tm-product-section .owl-carousel .owl-nav .owl-next {
  margin-left: -10px;
  margin-right: auto;
}
@media (min-width: 1280px) {
  html[lang="ar"] .tm-product-section .tm-title {
    text-align: center;
  }
  html[lang="ar"] .tm-product-section .owl-carousel .owl-nav .owl-prev {
    margin-right: -34px;
  }
  html[lang="ar"] .tm-product-section .owl-carousel .owl-nav .owl-next {
    margin-left: -34px;
  }
}
html[lang="ar"] .tm-home-section-5 .tm-section-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: right;
}
html[lang="ar"] .tm-home-section-5 .tm-section-heading .tm-platform-logos a {
  margin-left: 34px;
  margin-right: 0 !important;
}
html[lang="ar"] .tm-home-section-5 .tm-section-heading .tm-os span {
  margin-left: 10px;
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  html[lang="ar"] .tm-home-section-8 .tm-btn-wrapper,
  html[lang="ar"] .tm-home-section-8 .tm-title {
    text-align: right;
  }
}
html[lang="ar"] body[page-tag="markets"] .tm-simple-feat-list li {
  padding-left: 0;
  padding-right: 34px;
  text-align: right;
}
html[lang="ar"] body[page-tag="markets"] .tm-simple-feat-list li:before {
  left: auto;
  right: 0;
}
.tm-inner-section .section-sub {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}
.tm-inner-section .section-sub .section-sub-content {
  color: rgba(0, 0, 0, 0.58);
  font-size: 14px;
  font-weight: 800;
  line-height: 50px;
  margin: 0;
}
.tm-inner-section .section-sub .section-sub-images {
  display: flex;
  justify-content: center;
}
.tm-inner-section .section-sub .section-sub-images .section-sub-link {
  text-decoration: none;
}
.tm-inner-section
  .section-sub
  .section-sub-images
  .section-sub-link
  .media-icon {
  height: 35px;
  width: 35px;
}
.tm-inner-section
  .section-sub
  .section-sub-images
  .section-sub-link:not(:last-child) {
  margin-right: 10px;
}
.tm-comment-section {
  background-color: #f4f4f4;
}
.tm-comment-section .tm-comment-heading h2 {
  color: #000;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 0;
}
.tm-comment-section .tm-section-sub-heading {
  margin: 20px 0 40px;
}
.tm-comment-section .tm-comment-content {
  padding: 0 40px;
}
.tm-comment-section .tm-comment-content .comment {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 30px 30px;
}
.tm-comment-section .tm-comment-content .comment .comment-stars {
  margin-top: auto;
}
.tm-comment-section .tm-comment-content .comment .comment-stars img {
  width: auto;
}
.tm-comment-section .tm-comment-content .comment .tm-comment-card {
  margin-bottom: 15px;
}
.tm-comment-section
  .tm-comment-content
  .comment
  .tm-comment-card
  .comment-card-heading {
  color: #000;
  display: flex;
  font-size: 14px;
}
.tm-comment-section
  .tm-comment-content
  .comment
  .tm-comment-card
  .comment-card-heading
  span {
  margin-right: 4px;
}
.tm-comment-section
  .tm-comment-content
  .comment
  .tm-comment-card
  .comment-card-heading
  .reviewer-link {
  color: #000;
  text-decoration: none;
}
.tm-comment-section
  .tm-comment-content
  .comment
  .tm-comment-card
  .comment-card-heading
  .reviewer-link
  h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.tm-comment-section .tm-comment-content .comment .tm-comment-card p {
  color: #000;
  font-size: 14px;
  font-style: italic;
  line-height: 23px;
  margin: 15px 0 0;
  text-align: left;
}
.tm-comment-section .tm-comment-content .owl-carousel {
  position: relative;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-stage {
  display: flex;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav button {
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: inherit;
  display: flex;
  font: inherit;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav button .fa {
  color: #000;
  font-size: 10px;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav button.disabled {
  border-color: #d1d1d1;
}
.tm-comment-section
  .tm-comment-content
  .owl-carousel
  .owl-nav
  button.disabled
  .fa {
  color: #d1d1d1;
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav button.owl-prev {
  transform: translateX(-30px);
}
.tm-comment-section .tm-comment-content .owl-carousel .owl-nav button.owl-next {
  transform: translateX(30px);
}
@media screen and (min-width: 1024px) {
  .hidden-for-desktop {
    display: none;
  }
}
html[lang="ar"] body[page-tag="contact"] .section-sub-link:not(:last-child) {
  margin-left: 10px;
  margin-right: 0 !important;
}
html[lang="ar"] body[page-tag="contact"] .owl-prev {
  transform: translateX(30px) !important;
}
html[lang="ar"] body[page-tag="contact"] .owl-next {
  transform: translateX(-30px) !important;
}
html[lang="ar"] body[page-tag="contact"] .comment-card-heading span {
  margin-left: 4px;
  margin-right: 0 !important;
}
html[lang="ar"] body[page-tag="contact"] .animated-languages {
  right: calc(50% - 270px);
  right: -webkit-calc(50% - 270px);
}
html[lang="ar"] body[page-tag="contact"] .simple-card {
  text-align: right;
}
@media (min-width: 768px) {
  html[lang="ar"] body[page-tag="contact"] .animated-languages {
    right: 0;
  }
}
#tmgm-webinars {
  position: relative;
}
.tm-inner-banner.webinar-tm-inner-banner {
  background-image: url(../images/banner-tmgm-webinars1a76.png?06fa20f57c4a968d1e751406da55cd1e);
}
.webinar-container {
  background-color: #f6f6f6;
  min-height: 600px;
  padding-bottom: 170px;
  padding-top: 80px;
}
.webinar-heading-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.webinar-heading-container .webinar-heading {
  color: #00104f;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}
.webinar-heading-container .filter-container {
  display: flex;
  font-size: 13px;
}
.webinar-heading-container .filter-container .filter-previous-text,
.webinar-heading-container .filter-container button {
  background-color: #f6f6f6;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  height: 45px;
  text-align: center;
}
.webinar-heading-container .filter-container .filter-language {
  align-items: center;
  display: flex;
  margin-right: 36px;
  position: relative;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-time-convert {
  color: #319dff;
  font-size: 12px;
  margin-right: 10px;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-time-convert.hide-on-desktop {
  display: none;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-text {
  margin-right: 20px;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop {
  position: relative;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop {
  background-color: #fff;
  border-radius: 8px;
  display: none;
  margin-top: 10px;
  max-height: 450px;
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 140px !important;
  z-index: 999;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop:before {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content: "";
  position: absolute;
  right: 14px;
  top: -15px;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang
  .select-all-lang {
  text-align: center;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang
  img {
  display: inline-block !important;
  margin-right: 10px;
  max-width: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang
  div,
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang
  span {
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-drop
  .webinar-select-language-drop
  .item-lang:hover
  span {
  color: #176af3;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-select {
  line-height: 43px;
  padding-left: 18px;
  padding-right: 37px;
  position: relative;
}
.webinar-heading-container
  .filter-container
  .filter-language
  .filter-language-select:after {
  border: 5px solid transparent;
  border-top-color: #07135d;
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
}
.webinar-heading-container .filter-container .filter-previous {
  margin-right: 10px;
}
.webinar-heading-container
  .filter-container
  .filter-previous
  .filter-previous-text {
  display: block;
  line-height: 43px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}
.webinar-heading-container .filter-container .filter-date {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  height: 45px;
  max-width: 187px;
  text-align: center;
  width: 187px;
}
.webinar-heading-container .filter-container .filter-date .filter-date-wrapper {
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 4px;
  display: flex;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}
.webinar-heading-container .filter-container .filter-date .filter-date-next,
.webinar-heading-container .filter-container .filter-date .filter-date-prev {
  border: none;
  height: 100%;
}
.webinar-heading-container .filter-container .filter-date .date-next,
.webinar-heading-container .filter-container .filter-date .date-prev {
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  height: 15px;
  justify-content: center;
  width: 15px;
}
.webinar-heading-container .filter-container .filter-date .date-next .arrow,
.webinar-heading-container .filter-container .filter-date .date-prev .arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
}
.webinar-heading-container .filter-container .filter-date .date-prev .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.webinar-heading-container .filter-container .filter-date .filter-date-text {
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 400;
  opacity: 1;
}
.webinar-heading-container .filter-container .filter-date .date-next .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #tmgm-webinars .tm-inner-banner.webinar-tm-inner-banner {
    background-image: url(../images/banner-tmgm-webinars-mobile46b6.png?828aac1086334c9df5d1e0e58b0964cd) !important;
  }
  .webinar-container {
    padding-bottom: 55px;
    padding-top: 40px;
  }
  .webinar-heading-container {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .webinar-heading-container .webinar-heading {
    flex: 1;
    font-size: 28px;
    margin-bottom: 26px;
  }
  .webinar-heading-container .filter-container {
    flex-direction: row-reverse;
    width: 100%;
  }
  .webinar-heading-container .filter-container button {
    font-size: 11px;
    height: 37px;
    line-height: 35px;
  }
  .webinar-heading-container .filter-container .filter-language {
    margin-left: auto;
    margin-right: 0;
  }
  .webinar-heading-container
    .filter-container
    .filter-language
    .filter-language-text {
    margin-right: 8px;
  }
  .webinar-heading-container
    .filter-container
    .filter-language
    .filter-language-select {
    line-height: 35px;
  }
  .webinar-heading-container
    .filter-container
    .filter-language
    .filter-language-select:after {
    transform: translateY(-25%);
  }
  .webinar-heading-container .filter-container .filter-previous {
    display: none;
  }
  .webinar-heading-container .filter-container .filter-date {
    height: 37px;
    max-width: 124px;
    width: 124px;
  }
  .webinar-heading-container .filter-container .filter-date .filter-date-text {
    font-size: 11px;
  }
  .webinar-heading-container .filter-time-convert.hide-on-mobile {
    display: none;
  }
  .webinar-heading-container .filter-time-convert.hide-on-desktop {
    color: #319dff;
    font-size: 14px;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
}
.webinar-content-container .webinar-list .webinar-item {
  align-items: center;
  background-color: #ecedef;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 25px 20px;
}
.webinar-content-container .webinar-list .webinar-info-container {
  display: flex;
  width: calc(60% - 72px);
}
.webinar-content-container
  .webinar-list
  .webinar-info-container
  .webinar-title {
  color: #00104f;
  font-size: 18px;
  width: 55%;
}
.webinar-content-container
  .webinar-list
  .webinar-info-container
  .time-container {
  padding-left: 10px;
}
.webinar-content-container
  .webinar-list
  .webinar-info-container
  .time-container
  .webinar-date {
  color: #00104f;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
}
.webinar-content-container
  .webinar-list
  .webinar-info-container
  .time-container
  .webinar-time-wrapper {
  align-items: center;
  display: flex;
}
.webinar-content-container
  .webinar-list
  .webinar-info-container
  .time-container
  .webinar-time-wrapper
  .webinar-time {
  font-size: 12px;
  margin-right: 5px;
}
.webinar-content-container .webinar-list .webinar-other-info-container {
  align-items: center;
  display: flex;
  width: calc(40% - 72px);
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .speaker-info-container {
  padding-right: 20px;
  width: 50%;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .speaker-info-container
  .speaker-name {
  color: #00104f;
  font-size: 16px;
  font-weight: 700;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .speaker-info-container
  .speaker-title {
  font-size: 10px;
  margin: 8px 0 4px;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .speaker-info-container
  .duration {
  font-size: 12px;
  font-weight: 700;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .language-container {
  display: flex;
  padding-left: 15px;
  width: 50%;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .language-container
  .flag {
  margin-right: 5px;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .language-container
  .language-wrapper
  .language-text {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.webinar-content-container
  .webinar-list
  .webinar-other-info-container
  .language-container
  .language-wrapper
  .language-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.webinar-content-container .webinar-list .register-container {
  padding-left: 16px;
  width: 160px;
}
.webinar-content-container .webinar-list .register-wrapper {
  background-color: #319dff;
  border-radius: 8px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  width: 100%;
}
.webinar-content-container .webinar-list .register-wrapper .register-text {
  color: #fff !important;
}
.webinar-content-container .webinar-list .register-wrapper:hover {
  background-color: #c7ddf2;
}
.webinar-content-container
  .webinar-list
  .register-wrapper:hover
  .register-text {
  color: #319dff !important;
}
.webinar-content-container .webinar-list .register-wrapper .register-text {
  color: #319dff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 768px) {
  .webinar-content-container .webinar-list .webinar-item {
    flex-direction: column;
    padding: 0;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-info-container {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    width: 100%;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-info-container
    .webinar-title {
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-info-container
    .time-container {
    padding-left: 0;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-info-container
    .time-container
    .webinar-date,
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-info-container
    .time-container
    .webinar-time-wrapper
    .webinar-time {
    font-size: 12px;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container {
    background-color: #e3e5ea;
    border-radius: 0 0 8px 8px;
    justify-content: space-between;
    padding: 13px 20px;
    width: 100%;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .speaker-info-container {
    width: 100%;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .speaker-info-container
    .speaker-name {
    font-size: 14px;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .speaker-info-container
    .speaker-title {
    font-size: 10px;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .speaker-info-container
    .duration {
    font-size: 12px;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .language-container {
    justify-content: flex-end;
  }
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .language-container
    .flag {
    margin: 0;
  }
  .webinar-content-container .webinar-list .webinar-item .register-container,
  .webinar-content-container
    .webinar-list
    .webinar-item
    .webinar-other-info-container
    .language-container
    .language-wrapper {
    display: none;
  }
}
.section-one-container {
  padding: 0 6px;
}
.shares-left {
  flex: 1;
  padding-right: 20px;
  position: relative;
}
.shares-left:before {
  background: url(../images/mt4-bga7b8.png?54421514f4bbbbcc3a3e6e416cda8dbe)
    no-repeat;
  content: "";
  display: inline-block;
  height: 431px;
  mix-blend-mode: luminosity;
  position: absolute;
  right: 0;
  top: 0;
  width: 452px;
}
.shares-left .mt4-heading {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.shares-left h2 {
  color: #6f6f6f;
  letter-spacing: -0.04px;
  line-height: 1.2;
  max-width: 432px;
}
.shares-left .tm-btn-wrapper {
  margin-top: 82px;
}
.shares-right {
  flex: 0 1 auto;
  margin-left: auto;
  width: 55%;
}
.shares-carousel-container {
  display: flex;
}
.shares-carousel-container .img-container {
  height: 150px;
  width: 150px;
}
.shares-carousel-container .img-container:not(:last-child) {
  margin-bottom: 24px;
}
.shares-carousel-container .img-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.shares-carousel-container .owl-dots {
  margin-top: 32px;
  text-align: center;
}
.shares-carousel-container .owl-dots .owl-dot {
  background-color: #ddd;
  border-radius: 50%;
  height: 8px;
  margin: 0 3px;
  width: 8px;
}
.shares-carousel-container .owl-dots .owl-dot.active {
  background-color: #1883f6;
}
@media (max-width: 768px) {
  .section-one-container {
    display: flex;
    flex-direction: column;
  }
  .section-one-container .shares-left {
    flex: 1;
    max-width: 100%;
    padding-right: 0;
  }
  .section-one-container .shares-left:before {
    background: url(../images/mt4-bga7b8.png?54421514f4bbbbcc3a3e6e416cda8dbe)
      no-repeat;
    background-size: 100%;
    height: 268px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -20px);
    width: 280px;
  }
  .section-one-container .shares-left .mt4-heading {
    margin-top: 0;
  }
  .section-one-container .shares-left h2 {
    letter-spacing: -0.03pt;
  }
  .section-one-container .shares-left .tm-btn-wrapper {
    margin-top: 64px;
  }
  .section-one-container .shares-left .tm-btn-wrapper a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
  }
  .section-one-container .shares-right {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
  .section-one-container .shares-carousel-container {
    margin-top: 25px;
  }
  .section-one-container .shares-carousel-container .img-container {
    height: 100%;
    width: 100%;
  }
  .section-one-container .shares-carousel-container .owl-stage {
    padding: 0;
  }
  .section-one-container
    .shares-carousel-container
    .owl-stage
    .owl-item:nth-child(2n)
    .img-container {
    margin-left: auto;
  }
}
.section-two .heading-normal {
  font-weight: 400;
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-content:before {
  z-index: 10;
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-content
  .tm-section-img-ar {
  transform: rotateY(180deg);
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-content:before {
  left: auto;
  right: -50px;
  transform: rotateY(180deg);
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-heading {
  padding-left: 0 !important;
  padding-right: 40px;
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-heading:before {
  left: -50px;
  right: auto;
  transform: rotateY(180deg);
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-heading
  .tm-os
  span {
  margin-left: 10px;
  margin-right: 0;
}
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-btn-wrapper,
html[lang="ar"]
  body[page-tag="platform-overview"]
  .tm-platforms-ar
  .tm-section-heading {
  text-align: right;
}
@media (min-width: 768px) {
  html[lang="ar"]
    body[page-tag="platform-overview"]
    .tm-platforms-ar
    .tm-inner-section
    .tm-section-heading:before {
    left: -30px;
    right: auto;
  }
}
html[lang="ar"]
  body[page-tag="metatrader-4"]
  .tm-section-content.mt4-section-one
  > img {
  display: block;
}
html[lang="ar"] body[page-tag="metatrader-4"] .tm-section-content:before {
  left: auto;
  right: 0;
}
html[lang="ar"] body[page-tag="metatrader-4"] .tm-title {
  text-align: right;
}
html[lang="ar"] body[page-tag="metatrader-4"] .tm-section-heading:before {
  left: -30px;
  right: auto;
}
html[lang="ar"] body[page-tag="metatrader-4"] .ea-anim {
  left: auto !important;
  right: calc(50% - 402px);
  right: -webkit-calc(50% - 402px);
}
html[lang="ar"] body[page-tag="metatrader-4"] .flx-two-col .tm-pl-40 {
  padding-left: 0 !important;
  padding-right: 40px;
}
html[lang="ar"] body[page-tag="metatrader-4"] .LP-chart {
  left: auto;
  right: -webkit-calc(50% - 305px);
}
@media (min-width: 768px) {
  html[lang="ar"] body[page-tag="metatrader-4"] .tab-content {
    padding-bottom: 60px;
  }
  html[lang="ar"] body[page-tag="metatrader-4"] .LP-chart {
    right: auto;
  }
}
@media (min-width: 1024px) {
  html[lang="ar"] body[page-tag="metatrader-4"] > img {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -10%);
  }
}
html[lang="ar"] body[page-tag="metatrader-5"] .tm-title {
  text-align: right;
}
html[lang="ar"] body[page-tag="metatrader-5"] .tm-section-heading {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[lang="ar"] body[page-tag="metatrader-5"] .tm-os span {
  margin-left: 10px;
  margin-right: 0;
}
html[lang="ar"] body[page-tag="metatrader-5"] .ea-anim {
  left: 50%;
}
html[lang="ar"] body[page-tag="metatrader-5"] .LP-chart {
  left: auto;
  right: -webkit-calc(50% - 305px);
}
@media (min-width: 768px) {
  html[lang="ar"] body[page-tag="metatrader-5"] .flx-two-col .tm-pr-60 {
    padding-left: 60px;
    padding-right: 0 !important;
  }
  html[lang="ar"] body[page-tag="metatrader-5"] .ea-anim {
    left: 0;
  }
  html[lang="ar"] body[page-tag="metatrader-5"] .LP-chart {
    right: auto;
  }
}
@media (min-width: 1024px) {
  html[lang="ar"] body[page-tag="metatrader-5"] .mt5-content {
    padding-left: 0 !important;
    padding-right: 40px;
  }
  html[lang="ar"] body[page-tag="metatrader-5"] .tm-pr-60 {
    padding-left: 60px;
    padding-right: 0 !important;
  }
}
html[lang="ar"] body[page-tag="iress"] .tm-section-heading {
  text-align: right;
}
html[lang="ar"] body[page-tag="iress"] .tm-pl-40 {
  padding-left: 0 !important;
  padding-right: 20px;
}
html[lang="ar"] body[page-tag="iress"] .tm-simple-feat-list li {
  padding-right: 30px;
}
html[lang="ar"] body[page-tag="iress"] .tm-simple-feat-list li:before {
  left: auto;
  right: 0;
}
html[lang="ar"] body[page-tag="iress"] .img-indicator {
  display: flex;
  justify-content: space-around;
}
html[lang="ar"] body[page-tag="about-us"] .owl-prev {
  margin-left: auto !important;
  margin-right: -10px !important;
}
html[lang="ar"] body[page-tag="about-us"] .owl-next {
  margin-left: -10px !important;
  margin-right: auto !important;
}
html[lang="ar"] body[page-tag="about-us"] .liq-logo {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  border-right: none !important;
}
html[lang="ar"] body[page-tag="about-us"] .liq-logo:last-child,
html[lang="ar"] body[page-tag="about-us"] .liq-logo:nth-child(5n) {
  border-left: none;
}
@media (min-width: 1024px) {
  html[lang="ar"] body[page-tag="about-us"] .owl-prev {
    margin-left: auto !important;
    margin-right: -28px !important;
  }
  html[lang="ar"] body[page-tag="about-us"] .owl-next {
    margin-left: -28px !important;
    margin-right: auto !important;
  }
}
html[lang="ar"] body[page-tag="why-us"] .simple-card {
  text-align: right;
}
html[lang="ar"] body[page-tag="why-us"] .LP-chart {
  right: calc(50% - 305px);
  right: -webkit-calc(50% - 305px);
}
html[lang="ar"] body[page-tag="why-us"] .animated-languages {
  right: calc(50% - 270px);
  right: -webkit-calc(50% - 270px);
}
@media (min-width: 768px) {
  html[lang="ar"] body[page-tag="why-us"] .LP-chart,
  html[lang="ar"] body[page-tag="why-us"] .animated-languages {
    right: 0;
  }
}
html[lang="ar"] body[page-tag="regulations"] .tm-col:first-child {
  padding-right: 0 !important;
}
html[lang="ar"] body[page-tag="regulations"] .tag-subname:before {
  margin-left: 5px;
  margin-right: 0 !important;
}
@media (min-width: 1024px) {
  html[lang="ar"] body[page-tag="regulations"] .tm-col:first-child {
    padding-left: 20px;
  }
}
html[lang="ar"] body[page-tag="australian-open"] .tm-col:first-child {
  padding-left: 80px;
  padding-right: 20px !important;
}
html[lang="ar"] body[page-tag="australian-open"] .tm-col .ao-partner-logo {
  text-align: right;
}
html[lang="ar"] body[page-tag="australian-open"] .tm-speed-sectn {
  background-position-x: calc(50% - 300px);
}
html[lang="ar"] body[page-tag="australian-open"] .tm-simple-feat-list {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  html[lang="ar"] body[page-tag="australian-open"] .ao-intro {
    background-position-x: calc(50% - 100px);
  }
  html[lang="ar"] body[page-tag="australian-open"] .tm-speed-sectn {
    background-position-x: calc(50% - 350px);
  }
}
@media (min-width: 1024px) {
  html[lang="ar"] body[page-tag="australian-open"] .ao-intro {
    background-position-x: calc(50% - 100px);
  }
  html[lang="ar"] body[page-tag="australian-open"] .tm-speed-sectn {
    background-position-x: calc(50% - 550px);
  }
}
html[lang="ar"]
  body[page-tag="australian-open"]
  .password_requirement-wrapper
  .password_requirement-text,
html[lang="ar"]
  body[page-tag="australian-open"]
  .portal-password-wrapper
  .portal-title {
  text-align: right !important;
}
@media (min-width: 768px) {
  html[lang="ar"]
    body[page-tag="australian-open"]
    #ao-register-form
    .portal-password
    .thumb:first-child {
    padding-left: 8px;
    padding-right: 0 !important;
  }
  html[lang="ar"]
    body[page-tag="australian-open"]
    #ao-register-form
    .portal-password
    .thumb:last-child {
    padding-left: 0 !important;
    padding-right: 8px;
  }
}
[page-tag="trading-accounts"]
  .tm-trading-account-card
  .feat-row
  span:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
[page-tag="trading-accounts"] .tm-quiz .answers-options label {
  padding-left: 0;
  padding-right: 30px;
}
[page-tag="trading-accounts"] .tm-quiz .answers-options label:before {
  left: auto;
  right: 0;
}
[page-tag="trading-accounts"] .compare-table,
html[lang="ar"] [page-tag="deposit-and-withdrawal"] #DepositTab th,
html[lang="ar"] [page-tag="deposit-and-withdrawal"] #WithdrawalTab th,
html[lang="ar"] [page-tag="deposit-and-withdrawal"] .tm-section-heading {
  text-align: right !important;
}
html[lang="ar"]
  [page-tag="iress-accounts"]
  .tm-iress-account-item-tab-content
  .flex
  .value {
  text-align: left;
}
html[lang="ar"] [page-tag="hubx"] .tm-section-heading {
  margin-left: 40px;
  margin-right: 0 !important;
}
html[lang="ar"] [page-tag="hubx"] .copy-trade-flow {
  left: auto;
  right: -webkit-calc(50% - 265px);
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  .top-lang
  .select-language-drop {
  left: 0;
  right: auto !important;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  .top-lang
  .select-language-drop:before {
  left: 14px;
  right: auto !important;
}
html[lang="ar"] body[page-tag="landing-promo-credit"] .tm-btn-wrapper .btn-big {
  margin-right: 0 !important;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  .tm-quicklyLink-item:not(:last-child) {
  border-left: 1px solid hsla(0, 0%, 100%, 0.24);
  border-right: none;
}
html[lang="ar"] body[page-tag="landing-promo-credit"] .tm-quicklyLink-item img {
  margin-left: 0 !important;
}
@media (min-width: 1024px) {
  html[lang="ar"]
    body[page-tag="landing-promo-credit"]
    .tm-quicklyLink-item
    img {
    margin-left: 25px !important;
    margin-right: 0 !important;
  }
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .portal-password-wrapper
  .portal-title {
  text-align: right !important;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .portal-password-wrapper
  .portal-password
  .thumb
  input {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  height: 40px;
  line-height: 1;
  padding: 0 10px;
  width: 100%;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .portal-password-wrapper
  .portal-password
  .thumb
  input:first-child {
  margin-top: 10px;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .tm-form-agreement
  .checkbox {
  left: auto;
  right: 0;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .tm-form-agreement
  .form-agreement-text {
  margin-right: 25px;
}
html[lang="ar"]
  body[page-tag="landing-promo-credit"]
  #tm-trading-bonus-form
  .password_requirement-wrapper
  .password_requirement-text {
  text-align: right !important;
}
@media (min-width: 768px) {
  html[lang="ar"]
    body[page-tag="landing-promo-credit"]
    #tm-trading-bonus-form
    .portal-password
    .thumb:first-child {
    padding-left: 8px;
    padding-right: 0 !important;
  }
  html[lang="ar"]
    body[page-tag="landing-promo-credit"]
    #tm-trading-bonus-form
    .portal-password
    .thumb:last-child {
    padding-left: 0 !important;
    padding-right: 8px;
  }
  html[lang="ar"]
    body[page-tag="landing-promo-credit"]
    #tm-trading-bonus-form
    .portal-password
    .thumb
    input {
    height: 55px !important;
  }
  html[lang="ar"]
    body[page-tag="landing-promo-credit"]
    #tm-trading-bonus-form
    .tm-form-agreement
    .form-agreement-text {
    margin-right: 5px;
  }
}
#tm-trading-bonus-form .password_requirement-wrapper {
  margin-top: 17px;
}
#tm-trading-bonus-form
  .password_requirement-wrapper
  .password_requirement-text {
  color: #7e86b4;
  font-size: 11px;
  margin-bottom: 0;
  text-align: left;
}
#tm-trading-bonus-form .portal-password-wrapper {
  display: none;
}
#tm-trading-bonus-form .portal-password-wrapper .portal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  opacity: 0.8;
  text-align: left;
}
#tm-trading-bonus-form .portal-password-wrapper .password_requirement-text,
#tm-trading-bonus-form .portal-password-wrapper .portal-password {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #tm-trading-bonus-form .portal-password .thumb {
    float: left;
    padding: 0 8px 17px;
    width: 50%;
  }
  #tm-trading-bonus-form .portal-password .thumb:first-child {
    padding-left: 0;
  }
  #tm-trading-bonus-form .portal-password .thumb:last-child {
    padding-right: 0;
  }
  #tm-trading-bonus-form .portal-password-wrapper .portal-title-wrapper {
    margin-bottom: 15px;
  }
  #tm-trading-bonus-form .portal-password-wrapper .portal-password {
    display: flex;
  }
  #tm-trading-bonus-form input[type="password"] {
    font-size: 14px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
  }
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-landingPage-header {
  padding: 10px 15px;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-commonweb.tm-container {
  padding: 0 15px;
}
html[lang="ar"] body[page-tag="landing-start-trading-with-tmgm"] .top-lang {
  margin-left: 5px !important;
  margin-right: 8px;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .top-lang
  .select-language-drop {
  left: 0;
  right: auto !important;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .top-lang
  .select-language-drop:before {
  left: 14px;
  right: auto !important;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-landingPage-start-item
  p {
  padding-left: 0 !important;
  padding-right: 20px;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-ao-form-container {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-ao-form-container
  .portal-password
  .password_requirement-wrapper
  .password_requirement-text,
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-ao-form-container
  .portal-title-wrapper
  .portal-title {
  text-align: right !important;
}
@media (min-width: 768px) {
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-ao-form-container
    .portal-password
    .thumb:first-child {
    padding-left: 8px !important;
    padding-right: 0;
  }
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-ao-form-container
    .portal-password
    .thumb:last-child {
    padding-left: 0;
    padding-right: 8px !important;
  }
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-landingPage-why.tm-landingPage-content {
  overflow: hidden;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-landingPage-why-list
  .thumb {
  padding-left: 0 !important;
  padding-right: 47px;
}
html[lang="ar"]
  body[page-tag="landing-start-trading-with-tmgm"]
  .tm-landingPage-why-list
  .thumb:before {
  left: auto !important;
  right: 0;
}
@media (min-width: 768px) {
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-speed-sectn {
    background-position-x: 150%;
  }
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-landingPage-how-list
    ul,
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-landingPage-whyList-item
    ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-commonweb.tm-container,
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-landingPage-header {
    padding: 0;
  }
}
@media (min-width: 1260px) {
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-landingPage-start-content {
    padding-right: 40px;
  }
  html[lang="ar"]
    body[page-tag="landing-start-trading-with-tmgm"]
    .tm-landingPage-why
    .tm-commonweb {
    display: flex;
    justify-content: space-between;
  }
}
#start-trading-form-1 .portal-password-wrapper,
#start-trading-form-2 .portal-password-wrapper {
  display: none;
}
#start-trading-form-1 .portal-password-wrapper .portal-title,
#start-trading-form-2 .portal-password-wrapper .portal-title {
  color: #000950;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  opacity: 0.8;
  text-align: left;
}
#start-trading-form-1 .portal-password-wrapper .portal-password,
#start-trading-form-2 .portal-password-wrapper .portal-password {
  margin-bottom: 15px;
}
#start-trading-form-1 .portal-password-wrapper .password_requirement-text,
#start-trading-form-2 .portal-password-wrapper .password_requirement-text {
  color: #001156;
  font-size: 11px;
  margin-bottom: 0;
  text-align: left;
}
#start-trading-form-1 .password_requirement-wrapper,
#start-trading-form-2 .password_requirement-wrapper {
  margin-top: 17px;
}
#start-trading-form-1 input[type="password"],
#start-trading-form-2 input[type="password"] {
  background-color: #f5f5f8;
  font-size: 14px;
  height: 55px;
  padding: 0 20px;
}
@media (min-width: 1260px) {
  #start-trading-form-2 .tm-ao-form-container .form-list {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  #start-trading-form-1 .portal-title-wrapper,
  #start-trading-form-2 .portal-title-wrapper {
    margin-bottom: 15px;
  }
  #start-trading-form-1 .portal-password,
  #start-trading-form-2 .portal-password {
    display: flex;
  }
  #start-trading-form-1 .portal-password .thumb,
  #start-trading-form-2 .portal-password .thumb {
    float: left;
    padding: 0 8px 17px;
    width: 50%;
  }
  #start-trading-form-1 .portal-password .thumb input,
  #start-trading-form-2 .portal-password .thumb input {
    width: 100%;
  }
  #start-trading-form-1 .portal-password .thumb:first-child,
  #start-trading-form-2 .portal-password .thumb:first-child {
    padding-left: 0;
  }
  #start-trading-form-1 .portal-password .thumb:last-child,
  #start-trading-form-2 .portal-password .thumb:last-child {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #start-trading-form-1 .portal-password-wrapper,
  #start-trading-form-2 .portal-password-wrapper {
    margin-bottom: 25px;
  }
  #start-trading-form-1 .portal-password-wrapper .portal-title-wrapper,
  #start-trading-form-2 .portal-password-wrapper .portal-title-wrapper {
    margin-bottom: 20px;
  }
  #start-trading-form-1 .portal-password-wrapper .password_requirement-text,
  #start-trading-form-2 .portal-password-wrapper .password_requirement-text {
    margin-bottom: 15px;
  }
  #start-trading-form-1 input[type="password"],
  #start-trading-form-2 input[type="password"] {
    border-radius: 2px;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 0 10px;
    width: 100%;
  }
}
