html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.hide {
  display: none !important;
}

.loaded {
  animation: fx-animation-showUpOpacity 0.25s forwards;
}

/* partials/helpers/fx-buttons.scss */
.btn {
  border-radius: 9px;
  min-width: 230px;
  position: relative;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.4s, color 0.4s, background-color 0.4s, transform 0.4s;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  transform: translateY(0);
}

.btn:hover:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transform: translateY(-2px);
}

.btn.not-animated:hover {
  transform: translateY(0);
}

.btn.disabled {
  cursor: none;
  background: #dfe6e9 !important;
  color: #c8c8c8 !important;
  pointer-events: none;
}

.btn.btn-default {
  border: 1px solid #b2bec3;
  background: transparent;
  color: #2d3436;
}

.btn.btn-default:hover {
  background: #00b894;
  color: #fff;
}

.btn.btn-default:focus {
  background: #00b894;
  color: #fff;
}

.btn.btn-default.active {
  background: #00b894;
  color: #fff;
  border-color: #00b894;
}

.btn.btn-default.active:hover {
  background: #00b894;
  color: #fff;
}

.btn.btn-default.active:focus {
  background: #00b894;
  color: #fff;
}

.btn.btn-default:hover {
  border-color: #00b894;
}

.btn.btn-default:hover:focus,
.btn.btn-default:focus {
  border-color: #00b894;
}

.btn.btn-default.btn-error {
  background: transparent;
  color: #2d3436;
}

.btn.btn-default.btn-error:hover {
  background: #d63031;
  color: #fff;
}

.btn.btn-default.btn-error:focus {
  background: #d63031;
  color: #fff;
}

.btn.btn-default.btn-error.active {
  background: #d63031;
  color: #fff;
  border-color: #d63031;
}

.btn.btn-default.btn-error.active:hover {
  background: #d63031;
  color: #fff;
}

.btn.btn-default.btn-error.active:focus {
  background: #d63031;
  color: #fff;
}

.btn.btn-default.btn-error:hover {
  border-color: #d63031;
}

.btn.btn-default.btn-error:hover:focus,
.btn.btn-default.btn-error:focus {
  border-color: #d63031;
}

.btn.btn-outline {
  padding: 10px 1rem;
  min-width: 190px;
}

.btn.btn-outline-primary {
  background: transparent;
  color: #2d3436;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #303135;
}

.btn.btn-outline-primary:hover {
  background: #303135;
  color: #fff;
}

.btn.btn-outline-primary:focus {
  background: #303135;
  color: #fff;
}

.btn.btn-outline-primary:hover .btn-arrow {
  border-color: #fff;
}

.btn.btn-outline-primary:hover:focus,
.btn.btn-outline-primary:focus {
  border-color: #d91222;
}

.btn.btn-outline-primary:hover:focus .btn-arrow,
.btn.btn-outline-primary:focus .btn-arrow {
  border-color: #fff;
}

.btn.btn-outline-primary .btn-arrow {
  border-color: #d91222;
}

.btn.btn-outline-primary.fx-color-base {
  background: transparent;
  color: #636e72;
}

.btn.btn-outline-primary.fx-color-base:hover {
  background: #303135;
  color: #fff;
}

.btn.btn-outline-primary.fx-color-base:focus {
  background: #303135;
  color: #fff;
}

.btn.btn-outline-success {
  border: 1px solid #00b894;
  background: transparent;
  color: #00b894;
}

.btn.btn-outline-success:hover {
  background: #00b894;
  color: #fff;
}

.btn.btn-outline-success:focus {
  background: #009678;
  color: #fff;
}

.btn.btn-outline-success:hover {
  border-color: #00b894;
}

.btn.btn-outline-success:hover .btn-arrow {
  border-color: #fff;
}

.btn.btn-outline-success:hover:focus,
.btn.btn-outline-success:focus {
  border-color: #009678;
}

.btn.btn-outline-success:hover:focus .btn-arrow,
.btn.btn-outline-success:focus .btn-arrow {
  border-color: #fff;
}

.btn.btn-outline-success .btn-arrow {
  border-color: #00b894;
}

.btn.btn-outline-gold {
  border: 1px solid #a58c66;
  background: transparent;
  color: #a58c66;
  padding: 10px 26px;
  font-size: 16px;
}

.btn.btn-outline-gold:hover {
  background: #a58c66;
  color: #fff;
}

.btn.btn-outline-gold:focus {
  background: #a58c66;
  color: #fff;
}

@media (min-width: 1024px) {
  .btn.btn-outline-gold {
    font-size: 18px;
    padding: 18px 26px;
  }
}

.btn.btn-outline-gold:hover {
  border-color: #a58c66;
}

.btn.btn-outline-gold:hover .btn-arrow {
  border-color: #fff;
}

.btn.btn-outline-gold:hover:focus,
.btn.btn-outline-gold:focus {
  border-color: #a58c66;
}

.btn.btn-outline-gold i {
  font-size: 37px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-outline--icon {
  background: #fff;
  z-index: 3;
  font-size: 14px;
  border-color: #dfe6e9;
}

.btn.btn-outline--icon:focus,
.btn.btn-outline--icon:hover {
  border-color: #0984e3;
  background: #0984e3;
  outline: none;
}

.btn.btn-outline--icon i {
  margin-right: 10px;
  font-size: 16px;
}

[lang="ar"] .btn.btn-outline--icon i {
  margin-right: 0;
  margin-left: 10px;
}

.btn.btn-single-line {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1.5rem 1rem;
}

.btn.btn-link {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  min-width: 10px;
  color: #009cfc;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
}

.btn.btn-link span {
  position: relative;
}

@media (min-width: 1024px) {
  .btn.btn-link span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d91222;
    transition: width 0.4s ease-in-out;
  }
}

.btn.btn-link:hover,
.btn.btn-link.hover {
  box-shadow: none;
  transform: none;
}

@media (min-width: 1024px) {
  .btn.btn-link:hover span:after,
  .btn.btn-link.hover span:after {
    width: 100%;
  }
}

.btn.btn-link:hover .btn-arrow,
.btn.btn-link.hover .btn-arrow {
  margin-left: 11px;
}

.btn.btn-link:hover:focus,
.btn.btn-link:focus {
  color: #d91222;
}

@media (min-width: 1024px) {
  .btn.btn-link:hover:focus span:after,
  .btn.btn-link:focus span:after {
    width: 100%;
    background: #d91222;
  }
}

.btn.btn-link:hover:focus .btn-arrow,
.btn.btn-link:focus .btn-arrow {
  margin-left: 11px;
  border-color: #d91222;
}

.btn.btn-link.not-animated:hover .btn-arrow,
.btn.btn-link.not-animated.hover .btn-arrow,
.btn.btn-link.not-animated:hover:focus .btn-arrow,
.btn.btn-link.not-animated:focus .btn-arrow {
  margin-left: 7px;
}

.btn.btn-link .btn-arrow {
  margin-left: 7px;
  border-color: #009cfc;
}

.btn.btn-link--static {
  padding: 5px 15px 5px 0;
  position: relative;
}

.btn.btn-link--static.not-animated:hover .btn-arrow,
.btn.btn-link--static.not-animated.hover .btn-arrow,
.btn.btn-link--static.not-animated:hover:focus .btn-arrow,
.btn.btn-link--static.not-animated:focus .btn-arrow {
  right: 0;
}

.btn.btn-link--static .btn-arrow {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 0;
  transition: color 0.4s, transform 0.4s;
  border-color: #009cfc;
}

.btn.btn-link .icon {
  color: #009cfc;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 0;
}

.btn.btn-link--back i {
  transform: rotateY(180deg);
}

.btn.btn-go {
  font-size: 18px;
  min-width: 79px;
  height: 79px;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-go:hover {
  font-size: 0;
  line-height: 0;
}

.btn.btn-go:hover i {
  font-size: 27px;
}

.btn.btn-go i {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.btn.btn-primary {
  background: #303135;
  color: #fff;
}

.btn.btn-primary.has-dark-bg,
.btn.btn-primary.has-dark-bg:hover,
.btn.btn-primary.has-dark-bg:focus {
  background: #32a071;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #303135;
  color: #fff;
}

.btn.btn-primary:focus {
  background: #303135;
  color: #fff;
}

.btn.btn-primary small {
  color: rgba(255, 255, 255, 0.8);
}

.btn.btn-secondary {
  background: #ff4aa1;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: #e84393;
  color: #fff;
}

.btn.btn-secondary:focus {
  background: #cf3c83;
  color: #fff;
}

.btn.btn-danger {
  background: #ed1c24;
  color: #fff;
}

.btn.btn-danger:hover {
  background: #d63031;
  color: #fff;
}

.btn.btn-danger:focus {
  background: #b32727;
  color: #fff;
}

.btn.btn-success {
  background: #00d9ad;
  color: #fff;
}

.btn.btn-success:hover {
  background: #00b894;
  color: #fff;
}

.btn.btn-success:focus {
  background: #009678;
  color: #fff;
}

.btn.btn-blue-light {
  background: rgba(176, 219, 245, 0.5);
  color: #009cfc;
}

.btn.btn-blue-light:hover {
  background: #0984e3;
  color: #fff;
}

.btn.btn-blue-light:focus {
  background: #065b9c;
  color: #fff;
}

.btn.btn-sm {
  min-width: 10px;
  font-size: 14px;
  padding: 10px 1rem;
  display: inline-flex;
  align-items: center;
}

.btn.btn-md {
  padding: 12px 1rem;
  min-width: 190px;
}

.btn.btn-width-md {
  min-width: 210px;
}

@media (min-width: 1024px) {
  .btn.btn-width-md {
    min-width: 260px;
  }
}

.btn.btn-radius-lg {
  border-radius: 30px;
}

.btn.btn-large {
  font-size: 16px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0 25px;
}

@media (min-width: 1024px) {
  .btn.btn-large {
    padding: 0 30px;
    font-size: 18px;
    height: 76px;
  }
}

.btn.btn-lg {
  font-size: 18px;
  padding: 1.25rem 3.5rem;
}

.btn i {
  font-size: 80%;
}

.btn > img {
  margin-right: 5px;
}

.btn small {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.btn .icon {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
}

.btn-block {
  width: 100%;
}

@media (min-width: 480px) {
  .btn-sm-inline-block {
    width: auto;
  }
}

.default-text {
  color: #2d3436;
  display: inline-block;
  font-weight: 400;
}

.default-text small {
  color: #b2bec3;
}

.btn:focus .default-text,
.btn:hover .default-text {
  opacity: 0;
}

.hover-text {
  display: none;
  color: #fff;
  font-weight: 400;
}

.hover-text i {
  font-size: 80%;
  margin-left: 10px;
}

.btn:focus .hover-text,
.btn:hover .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.direct-register-button-block {
  display: inline-flex;
  text-align: center;
  flex-direction: column;
}

.direct-register-button-block .btn {
  align-self: center;
}

.btn-arrow {
  position: relative;
  display: inline-flex;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transform: rotate(135deg);
  margin-left: 5px;
  transition: all 0.4s;
}

.btn-arrow.arrow-left {
  transform: rotate(-45deg);
  margin: 0 10px 0 0;
}

.btn-arrow.arrow-up {
  transform: rotate(45deg);
}

.btn-arrow.arrow-down {
  transform: rotate(225deg);
}

.btn-arrow.arrow-primary {
  border-color: #009cfc;
}

.btn-arrow.arrow-default {
  border-color: #636e72;
}

@media (min-width: 1024px) {
  .btn-arrow.position {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: rotate(135deg) translateY(6px);
  }
}

.btn-go .btn-arrow {
  margin-left: 0;
}

.btn-text-xs {
  font-size: 13px;
}

.btn-text {
  position: relative;
}

.border-width-2 {
  border-width: 2px !important;
}

.arrow-item {
  display: inline-block;
  width: 18px;
  position: relative;
  margin-left: 7px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #009cfc;
  border-color: #009cfc transparent #009cfc #009cfc;
  transition: transform 0.4s;
}

.btn:hover .arrow-item {
  transform: rotate(360deg);
  border-color: #0984e3 transparent #0984e3 #0984e3;
}

.btn:hover:focus .arrow-item,
.btn:focus .arrow-item {
  border-color: #065b9c transparent #065b9c #065b9c;
}

.arrow-item .curve {
  position: absolute;
  width: 0;
  height: 0;
  left: 12px;
  top: -1px;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  transform: rotate(220deg);
  border-color: transparent #009cfc transparent transparent;
}

.btn:hover .arrow-item .curve {
  border-color: transparent #0984e3 transparent transparent;
}

.btn:hover:focus .arrow-item .curve,
.btn:focus .arrow-item .curve {
  border-color: transparent #065b9c transparent transparent;
}

a {
  transition: color 0.4s;
}

a:hover {
  text-decoration: none;
  color: #0984e3;
}

a:focus,
a:hover:focus {
  color: #065b9c;
}

button,
input[type="submit"] {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.close-icon {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  padding: 4px;
}

@media (min-width: 1024px) {
  .close-icon:hover:after,
  .close-icon:hover:before {
    background: #2d3436;
  }
}

.close-icon:after,
.close-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background: #929daa;
  transition: all 0.4s;
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

.arrow-opener .btn-arrow {
  margin: auto;
}

.icon-decline {
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.icon-decline:after,
.icon-decline:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background: #ed1c24;
  transition: all 0.4s;
  border-radius: 2px;
}

.icon-decline:before {
  transform: rotate(45deg);
}

.icon-decline:after {
  transform: rotate(-45deg);
}

.icon-accept {
  display: inline-block;
  width: 12px;
  height: 18px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #009cfc;
  margin: 0 auto;
  transform: rotate(45deg);
  border-radius: 2px;
}

.live-chat-link i {
  margin-right: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #a58c66;
  margin-top: 4px;
  margin-bottom: -4px;
}

[lang="ar"] .live-chat-link i {
  margin-left: 15px;
  margin-right: 0;
}

[lang="ar"] .btn > img {
  margin-right: 0;
  margin-left: 5px;
}

[lang="ar"] .btn .icon {
  margin-right: 0;
  margin-left: 10px;
}

[lang="ar"] .btn-gold i {
  margin-left: 0;
  margin-right: 10px;
}

[lang="ar"] .btn.btn-link {
  text-align: right;
}

@media (min-width: 1024px) {
  [lang="ar"] .btn.btn-link span:after {
    left: auto;
    right: 0;
  }
}

[lang="ar"] .btn.btn-link .icon {
  transform: rotateZ(180deg);
  margin-left: 0;
  margin-right: 10px;
}

[lang="ar"] .btn.btn-link:hover:focus .btn-arrow,
[lang="ar"] .btn.btn-link:focus .btn-arrow,
[lang="ar"] .btn.btn-link:hover .btn-arrow,
[lang="ar"] .btn.btn-link.hover .btn-arrow {
  margin-right: 11px;
  margin-left: 0;
}

[lang="ar"] .btn.btn-link.not-animated:hover .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated.hover .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated:hover:focus .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated:focus .btn-arrow {
  margin-right: 7px;
  margin-left: 0;
}

[lang="ar"] .btn.btn-link .btn-arrow {
  margin-right: 7px;
  margin-left: 0;
}

[lang="ar"] .btn.btn-link--static {
  padding: 5px 0 5px 15px;
}

[lang="ar"] .btn.btn-link--static.not-animated:hover .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated.hover .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated:hover:focus .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated:focus .btn-arrow {
  left: 0;
  right: auto;
}

[lang="ar"] .btn.btn-link--static .btn-arrow {
  left: 0;
  right: auto;
}

[lang="ar"] .btn.btn-go i {
  margin-left: 0;
  margin-right: 5px;
}

[lang="ar"] .hover-text i {
  margin-left: 0;
  margin-right: 10px;
}

[lang="ar"] .btn-arrow {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(-45deg);
}

[lang="ar"] .btn-arrow.arrow-left {
  margin: 0 0 0 10px;
  transform: rotate(135deg);
}

@media (min-width: 1024px) {
  [lang="ar"] .btn-arrow.position {
    left: -17px;
    right: auto;
  }
}

.btn-go [lang="ar"] .btn-arrow {
  margin-right: 0;
}

[lang="ar"] .fx-symbol-chevron {
  transform: rotate(180deg);
  display: inline-block;
}

.fx-symbol-chevron.rotated {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: unset;
  margin-right: 5px;
}

.btn-group .btn {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.btn-group small {
  font-size: 14px;
  color: #636e72;
}

.btn-group small a {
  margin-left: 3px;
}

a,
.primary-link,
.primary-link:hover {
  color: #d91222;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #d91222;
  text-decoration: none !important;
}

a:hover i,
a:focus i,
a:active i,
a:hover span i,
a:focus span i,
a:active span i {
  color: #d91222;
}

p {
  margin-bottom: 1.5rem;
}

p a {
  font-weight: 500;
}

.text-black {
  color: #2d3436;
}

.font-size-big {
  font-size: 1.3em;
}

.list-two-columns {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: none;
}

.list-two-columns li {
  padding: 0 0 1.5rem;
}

.risk {
  color: #c8c8c8;
  font-size: 14px;
}

@media (min-width: 480px) {
  .risk {
    font-size: 14px;
  }
}

.decoration {
  border-bottom: 2px solid #009cfc;
  transition: border 0.4s;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.decoration:hover {
  border-bottom-color: transparent;
}

.hover-decoration {
  border: none;
}

.no-decoration {
  border: none;
}

.text-center {
  text-align: center;
}

@media (max-width: 1023.98px) {
  .text-center--sm {
    text-align: center;
  }
}

.h-100 {
  height: 100%;
}

.fx-warning {
  box-shadow: 0 0 16px 0 #dfe6e9;
  background-color: #ffffff;
  border: solid 1px #dfe6e9;
  padding: 3px 0;
  margin: 0 3px 3px;
  color: #636e72;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .fx-warning {
    font-size: 14px;
    margin: 0 0 3px;
    padding: 5px 0;
  }
}

.fx-warning__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.fx-warning__content-wrapper {
  display: flex;
  align-items: center;
  padding: 0 5px;
}

@media (min-width: 1024px) {
  .fx-warning__content-wrapper {
    padding: 0 10px;
  }
}

.fx-warning__text {
  padding-left: 25px;
  position: relative;
  line-height: 1;
}

.fx-warning__text strong {
  color: #2d3436;
}

.fx-warning__accept-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 3px;
  border: solid 1px #00b894;
  font-size: 11px;
  line-height: 1;
  color: #00b894;
  text-transform: uppercase;
  transition: background-color 0.4s;
  justify-content: center;
  margin-left: 10px;
  padding: 5px;
}

@media (min-width: 1024px) {
  .fx-warning__accept-button {
    padding: 8px 8px 7px;
  }
}

.fx-warning__accept-button:hover {
  color: #00b894;
  background: rgba(99, 110, 114, 0.05);
}

.fx-warning__accept-button .icon-close {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.fx-warning__accept-button .icon-close:before,
.fx-warning__accept-button .icon-close:after {
  content: " ";
  left: 0;
  top: 50%;
  position: absolute;
  height: 1px;
  width: 12px;
  background-color: #00b894;
  transform: translateY(-50%) rotate(45deg);
}

.fx-warning__accept-button .icon-close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.fx-warning__cross:before,
.fx-warning__cross:after {
  left: 8px;
  top: 50%;
  position: absolute;
  content: " ";
  height: 1px;
  width: 14px;
  background-color: #009cfc;
  transform: translateY(-50%) rotate(45deg);
}

.fx-warning__cross:after {
  transform: translateY(-50%) rotate(-45deg);
}

.fx-lazy--transparent {
  opacity: 0;
}

.fx-lazy.loaded,
.fx-lazy.fx-loaded {
  -webkit-animation: fx-animation-showUpOpacity 0.25s forwards;
  animation: fx-animation-showUpOpacity 0.25s forwards;
}

.fx-lazy.lqip {
  width: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.panel__heading {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 3rem;
}

.panel__heading--title-color {
  color: #a79582 !important;
}

.panel__heading--title-color small {
  font-weight: 400;
}

.panel__heading sup {
  font-size: 47%;
  top: -1em;
  font-weight: 600;
}

.panel__heading .notes {
  color: #b2bec3;
  font-size: 14px;
}

.panel__heading .icon {
  color: #a79582;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.search-component {
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.2s ease-out;
  background-color: #303135;
}

.search-component.slideInTop {
  transform: translateY(0);
}

.search-component.slideInTop + .search-component__backdrop {
  opacity: 0;
}

@media (min-width: 480px) {
  .search-component {
    padding: 32px 0;
  }
}

.search-component .container {
  position: relative;
}

.search-component .text-size-h2 {
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0 30px;
  color: white;
}

.search-component .text-note {
  font-size: 12px;
}

@media (min-width: 480px) {
  .search-component .text-note {
    font-size: 14px;
  }
}

.search-component .text-note span {
  color: #fff;
}

.search-component .text-note a {
  color: #d91222;
}

.search-component .text-note a:hover,
.search-component .text-note a:focus {
  color: #d91222;
}

.search-component .close-button {
  padding: 10px;
  font-size: 0;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 999;
}

.search-component .close-button:hover .close-icon:after,
.search-component .close-button:hover .close-icon:before,
.search-component .close-button .close-icon:after,
.search-component .close-button .close-icon:before {
  background: #fff;
}

.search-component .close-button:after,
.search-component .close-button:before {
  background: #fff;
}

.search-component .help-center {
  color: #fff;
  font-size: 14px;
}

.search-component .help-center a {
  font-weight: 500;
  color: #d91222;
}

[lang="ar"] .search-component .close-button {
  right: auto !important;
  left: 10px !important;
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100]:hover {
  box-shadow: none;
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-arrow[_ngcontent-ng-cli-universal-c100] {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.ng-select.ng-select-opened[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-arrow[_ngcontent-ng-cli-universal-c100]:hover {
  border-color: transparent transparent #333;
}

.ng-select.ng-select-opened.ng-select-bottom[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ng-select.ng-select-opened.ng-select-top[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ng-select.ng-select-focused[_ngcontent-ng-cli-universal-c100]:not(
    .ng-select-opened
  )
  > .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  border-color: #303135;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 3px rgba(0, 126, 255, 0.1);
}

.ng-select.ng-select-disabled[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  background-color: #f9f9f9;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-has-value[_ngcontent-ng-cli-universal-c100]
  .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
  display: none;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100] {
  align-items: center;
  padding-left: 10px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100] {
  padding-right: 10px;
  padding-left: 0;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
  color: #999;
}

.ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100] {
  height: 36px;
}

.ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-input[_ngcontent-ng-cli-universal-c100] {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-single[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-input[_ngcontent-ng-cli-universal-c100] {
  padding-right: 10px;
  padding-left: 50px;
}

.ng-select.ng-select-multiple.ng-select-disabled[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100] {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}

.ng-select.ng-select-multiple.ng-select-disabled[_ngcontent-ng-cli-universal-c100]
  > .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-label[_ngcontent-ng-cli-universal-c100] {
  padding: 0 5px;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100] {
  padding-top: 5px;
  padding-left: 7px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100] {
  padding-right: 7px;
  padding-left: 0;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100] {
  font-size: 0.9em;
  margin-bottom: 5px;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100] {
  margin-right: 0;
  margin-left: 5px;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100] {
  background-color: #f9f9f9;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100]
  .ng-value-label[_ngcontent-ng-cli-universal-c100] {
  padding-left: 5px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value.ng-value-disabled[_ngcontent-ng-cli-universal-c100]
  .ng-value-label[_ngcontent-ng-cli-universal-c100] {
  padding-left: 0;
  padding-right: 5px;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-label[_ngcontent-ng-cli-universal-c100] {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon[_ngcontent-ng-cli-universal-c100] {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon[_ngcontent-ng-cli-universal-c100]:hover {
  background-color: #d1e8ff;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon.left[_ngcontent-ng-cli-universal-c100] {
  border-right: 1px solid #b8dbff;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon.left[_ngcontent-ng-cli-universal-c100] {
  border-left: 1px solid #b8dbff;
  border-right: none;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon.right[_ngcontent-ng-cli-universal-c100] {
  border-left: 1px solid #b8dbff;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-value[_ngcontent-ng-cli-universal-c100]
  .ng-value-icon.right[_ngcontent-ng-cli-universal-c100] {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-input[_ngcontent-ng-cli-universal-c100] {
  padding: 0 0 3px 3px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-input[_ngcontent-ng-cli-universal-c100] {
  padding: 0 3px 3px 0;
}

.ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select.ng-select-multiple[_ngcontent-ng-cli-universal-c100]
  .ng-select-container[_ngcontent-ng-cli-universal-c100]
  .ng-value-container[_ngcontent-ng-cli-universal-c100]
  .ng-placeholder[_ngcontent-ng-cli-universal-c100] {
  padding-right: 3px;
  padding-left: 0;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-clear-wrapper[_ngcontent-ng-cli-universal-c100] {
  color: #999;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-clear-wrapper[_ngcontent-ng-cli-universal-c100]:hover
  .ng-clear[_ngcontent-ng-cli-universal-c100] {
  color: #d0021b;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-spinner-zone[_ngcontent-ng-cli-universal-c100] {
  padding: 5px 5px 0 0;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-spinner-zone[_ngcontent-ng-cli-universal-c100] {
  padding: 5px 0 0 5px;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100] {
  width: 25px;
  padding-right: 5px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100] {
  padding-left: 5px;
  padding-right: 0;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100]:hover
  .ng-arrow[_ngcontent-ng-cli-universal-c100] {
  border-top-color: #666;
}

.ng-select[_ngcontent-ng-cli-universal-c100]
  .ng-arrow-wrapper[_ngcontent-ng-cli-universal-c100]
  .ng-arrow[_ngcontent-ng-cli-universal-c100] {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}

.ng-dropdown-panel.ng-select-bottom[_ngcontent-ng-cli-universal-c100] {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}

.ng-dropdown-panel.ng-select-bottom[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option[_ngcontent-ng-cli-universal-c100]:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-top[_ngcontent-ng-cli-universal-c100] {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-top[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option[_ngcontent-ng-cli-universal-c100]:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-header[_ngcontent-ng-cli-universal-c100] {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-footer[_ngcontent-ng-cli-universal-c100] {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-optgroup[_ngcontent-ng-cli-universal-c100] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-optgroup.ng-option-disabled[_ngcontent-ng-cli-universal-c100] {
  cursor: default;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-optgroup.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
  background-color: #f5faff;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-optgroup.ng-option-selected[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-optgroup.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
  background-color: #ebf5ff;
  font-weight: 600;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option[_ngcontent-ng-cli-universal-c100] {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-selected[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
  color: #333;
  background-color: #ebf5ff;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-selected[_ngcontent-ng-cli-universal-c100]
  .ng-option-label[_ngcontent-ng-cli-universal-c100],
.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-selected.ng-option-marked[_ngcontent-ng-cli-universal-c100]
  .ng-option-label[_ngcontent-ng-cli-universal-c100] {
  font-weight: 600;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-marked[_ngcontent-ng-cli-universal-c100] {
  background-color: #f5faff;
  color: #333;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-disabled[_ngcontent-ng-cli-universal-c100] {
  color: #ccc;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-child[_ngcontent-ng-cli-universal-c100] {
  padding-left: 22px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option.ng-option-child[_ngcontent-ng-cli-universal-c100] {
  padding-right: 22px;
  padding-left: 0;
}

.ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option[_ngcontent-ng-cli-universal-c100]
  .ng-tag-label[_ngcontent-ng-cli-universal-c100] {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel-items[_ngcontent-ng-cli-universal-c100]
  .ng-option[_ngcontent-ng-cli-universal-c100]
  .ng-tag-label[_ngcontent-ng-cli-universal-c100] {
  padding-left: 5px;
  padding-right: 0;
}

[dir="rtl"][_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel[_ngcontent-ng-cli-universal-c100] {
  direction: rtl;
  text-align: right;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-group[_ngcontent-ng-cli-universal-c100] {
  margin-bottom: 15px;
  position: relative;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100] {
  width: 100%;
  display: block;
  font-size: 16px;
  background: #fff;
  padding: 13px 13px 13px 24px;
  border: none;
  height: 48px;
  border-radius: 3px;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
  color: #2d3436;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100]::-webkit-input-placeholder {
  color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100]:-moz-placeholder {
  color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100]::-moz-placeholder {
  color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100]:-ms-input-placeholder {
  color: #b2bec3;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control.autocomplete-visible[_ngcontent-ng-cli-universal-c100] {
  border-radius: 3px 3px 0 0;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100]:focus {
  outline: none;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .btn-search[_ngcontent-ng-cli-universal-c100] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.09);
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .btn-search[_ngcontent-ng-cli-universal-c100]
  svg {
  width: 14px;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .autocomplete[_ngcontent-ng-cli-universal-c100] {
  position: absolute;
  bottom: 0;
  background: white;
  color: #2d3436;
  padding: 0;
  margin: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
  box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .autocomplete[_ngcontent-ng-cli-universal-c100]
  a[_ngcontent-ng-cli-universal-c100] {
  padding: 12px 20px;
  display: block;
  color: #2d3436;
  margin: 0;
  transition: background-color 0.2s;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .autocomplete[_ngcontent-ng-cli-universal-c100]
  a[_ngcontent-ng-cli-universal-c100]:hover {
  color: #2d3436;
  background: rgba(0, 0, 0, 0.05);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel {
  top: 100%;
  border-radius: 3px;
  margin-top: 5px;
  right: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-dropdown-panel .ng-option {
  padding: 0.5rem 1.5rem;
  color: #2d3436;
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel
  .search-results
  .ng-option.selected {
  background: rgba(223, 230, 233, 0.5);
}

.search-widget[_ngcontent-ng-cli-universal-c100]
  .ng-dropdown-panel
  .ng-dropdown-panel-items {
  max-height: 400px !important;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-placeholder {
  color: #636e72;
  font-weight: 300;
}

.search-widget[_ngcontent-ng-cli-universal-c100] .ng-input input {
  padding: 0;
  line-height: 1;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100] {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .search-widget.faq[_ngcontent-ng-cli-universal-c100] {
    margin-bottom: 60px;
  }
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .btn-search[_ngcontent-ng-cli-universal-c100],
.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100] {
  box-shadow: none !important;
  background: #fff !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .form-control[_ngcontent-ng-cli-universal-c100] {
  font-size: 16px !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .form-group[_ngcontent-ng-cli-universal-c100] {
  border-radius: 3px;
  border: 1px solid #b2bec3;
  margin-bottom: 5px !important;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .btn-search[_ngcontent-ng-cli-universal-c100] {
  color: #b2bec3;
}

.search-widget.faq[_ngcontent-ng-cli-universal-c100]
  .btn-search[_ngcontent-ng-cli-universal-c100]
  i[_ngcontent-ng-cli-universal-c100] {
  font-size: 21px !important;
}

@media (min-width: 1024px) {
  .search-widget.faq {
    margin-bottom: 60px;
  }
}

.search-widget.faq .btn-search,
.search-widget.faq .form-control {
  box-shadow: none !important;
  background: #fff !important;
}

.search-widget.faq .form-control {
  font-size: 16px !important;
}

.search-widget.faq .form-group {
  border-radius: 3px;
  border: 1px solid #b2bec3;
  margin-bottom: 5px !important;
}

.search-widget.faq .btn-search {
  color: #b2bec3;
}

.search-widget.faq .btn-search i {
  font-size: 21px !important;
}

[lang="ar"] .search-widget .form-control {
  padding: 13px 24px 13px 60px !important;
}

[lang="ar"] .search-widget .form-control.autocomplete-visible {
  border-radius: 3px 0 0 3px !important;
}

[lang="ar"] .search-widget .btn-search {
  right: auto !important;
  left: 0 !important;
}

[lang="ar"] .search-widget .ng-dropdown-panel {
  right: auto !important;
  left: 0 !important;
  padding: 0 !important;
}

.ng-select {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.ng-select div,
.ng-select input,
.ng-select span {
  box-sizing: border-box;
}

.ng-select [hidden] {
  display: none;
}

.ng-select.ng-select-searchable
  .ng-select-container
  .ng-value-container
  .ng-input {
  opacity: 1;
}

.ng-select.ng-select-opened .ng-select-container {
  z-index: 1001;
}

.ng-select.ng-select-disabled
  .ng-select-container
  .ng-value-container
  .ng-placeholder,
.ng-select.ng-select-disabled
  .ng-select-container
  .ng-value-container
  .ng-value {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.ng-select.ng-select-disabled .ng-arrow-wrapper {
  cursor: default;
}

.ng-select.ng-select-filtered .ng-placeholder {
  display: none;
}

.ng-select .ng-select-container {
  color: #333;
  cursor: default;
  display: flex;
  outline: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ng-select .ng-select-container .ng-value-container {
  display: flex;
  flex: 1;
}

.ng-select .ng-select-container .ng-value-container .ng-input {
  opacity: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  box-sizing: content-box;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
  cursor: default;
  width: 100%;
}

.ng-select
  .ng-select-container
  .ng-value-container
  .ng-input
  > input::-ms-clear {
  display: none;
}

.ng-select
  .ng-select-container
  .ng-value-container
  .ng-input
  > input[readonly] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  padding: 0;
}

.ng-select.ng-select-single.ng-select-filtered
  .ng-select-container
  .ng-value-container
  .ng-value {
  visibility: hidden;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-select.ng-select-single
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon {
  display: none;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%;
}

.ng-select.ng-select-multiple.ng-select-disabled
  > .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon {
  display: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex-wrap: wrap;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value {
  white-space: nowrap;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value.ng-value-disabled
  .ng-value-icon {
  display: none;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-value
  .ng-value-icon {
  cursor: pointer;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-input {
  flex: 1;
  z-index: 2;
}

.ng-select.ng-select-multiple
  .ng-select-container
  .ng-value-container
  .ng-placeholder {
  position: absolute;
  z-index: 1;
}

.ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ng-select .ng-clear-wrapper .ng-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.ng-select .ng-spinner-loader {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(66, 66, 66, 0.2);
  border-right: 2px solid rgba(66, 66, 66, 0.2);
  border-bottom: 2px solid rgba(66, 66, 66, 0.2);
  border-left: 2px solid #424242;
  transform: translateZ(0);
  -webkit-animation: 0.8s linear infinite load8;
  animation: 0.8s linear infinite load8;
}

.ng-select .ng-spinner-loader:after {
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ng-select .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  pointer-events: none;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.ng-dropdown-panel {
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
}

.ng-dropdown-panel .ng-dropdown-panel-items {
  display: block;
  height: auto;
  box-sizing: border-box;
  max-height: 240px;
  overflow-y: auto;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  font-weight: 700;
  text-decoration: underline;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.disabled {
  cursor: default;
}

.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
}

.ng-dropdown-panel .scrollable-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ng-dropdown-panel .total-padding {
  width: 1px;
  opacity: 0;
}

.modal-backdrop {
  background: red;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.2s;
}

regulator-popup {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-68%);
  z-index: 9999;
}

@media (min-width: 1024px) {
  regulator-popup {
    bottom: 64px;
    top: auto;
    transform: translateY(0);
  }
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #d91222;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.language-switcher[_ng-cu92] {
  position: static;
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92] {
  position: relative;
  background: none;
  font-weight: 500;
  border: none;
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92]
  i {
  color: #969a9b;
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92].btn.btn-link
  span:after {
  display: none;
}

@media (min-width: 1024px) {
  .fx-theme--dark
    .language-switcher[_ng-cu92]
    .language-current[_ng-cu92]
    .fx-symbol-language.fx-color--main {
    color: #6c757d;
  }
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92]:hover
  span[_ng-cu92]:after {
  display: none;
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92]
  > i[_ng-cu92] {
  margin-right: 5px;
  transition: color 0.1s ease-out;
}

.language-switcher[_ng-cu92]
  .language-current[_ng-cu92]:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  margin-top: -5px;
  border: 1px solid #969a9b;
  border-width: 2px 0 0 2px;
  transform: rotate(-135deg);
  transition: transform 0.2s ease-out, border-color 0.1s;
}

.language-switcher .language-current:after,
.fx-theme-light .language-switcher .language-current:after {
  border-color: #fff transparent transparent transparent;
}

.fx-theme--dark .language-switcher .language-current:after {
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 1024px) {
  .language-switcher .language-current:after,
  .fx-theme-light .language-switcher .language-current:after {
    border-color: #d91222 transparent transparent transparent;
  }

  .fx-theme--dark .language-switcher .language-current:after {
    border-color: #d91222 transparent transparent transparent;
  }
}

.language-switcher .language-current,
.fx-theme-light .language-switcher .language-current {
  color: #fff;
}

.language-switcher .language-current:hover,
.fx-theme-light .language-switcher .language-current:hover,
s {
  color: #d91222;
  .fx-symbol-language {
    color: #d91222;
  }
}

.fx-theme--dark .language-switcher .language-current {
  color: white;
}

.fx-theme--dark .language-switcher .language-current:hover,
.fx-theme--dark .language-switcher .language-current:active,
.fx-theme--dark .language-switcher .language-current:focus,
.fx-theme--dark .language-switcher .language-current:hover:focus {
  color: white;
}

.language-switcher.show[_ng-cu92]
  .language-current[_ng-cu92] {
  color: #d91222;
}

.language-switcher.show[_ng-cu92]
  .language-current[_ng-cu92]
  i[_ng-cu92] {
  color: #d91222;
}

.language-switcher.show[_ng-cu92]
  .language-current[_ng-cu92]:after {
  transform: rotate(45deg) translateY(2px) translateX(2px);
  border-color: #d91222;
}

.language-switcher.show.menu-behavior--hover[_ng-cu92]:before {
  background: red;
  content: "";
  left: 0;
  right: 0;
  height: 90px;
  top: 0;
  opacity: 0;
  z-index: 0;
}

@media (min-width: 1024px) {
  .language-switcher.show.menu-behavior--hover[_ng-cu92]:before {
    position: absolute;
    display: block;
  }
}

.language-switcher[_ng-cu92]
  .dropdown-menu[_ng-cu92] {
  transform: none !important;
  top: 80px !important;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  border-radius: 0;
  border: none;
  float: none;
  margin: 0 -20px;
  left: 20px !important;
  right: 20px;
  z-index: 9999;
  padding: 20px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .language-switcher[_ng-cu92]
    .dropdown-menu[_ng-cu92] {
    margin: 0;
    border-radius: 3px;
    padding: 40px 20px 15px 60px;
    box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
  }
}

.language-switcher[_ng-cu92]
  .dropdown-item[_ng-cu92] {
  line-height: 2.25;
  padding: 0;
  margin-right: 40px;
}

.language-switcher[_ng-cu92]
  .dropdown-item[_ng-cu92]:hover,
.language-switcher[_ng-cu92]
  .dropdown-item[_ng-cu92]:focus,
.language-switcher[_ng-cu92]
  .dropdown-item[_ng-cu92]:hover:focus {
  background: none;
  color: #d91222;
}

.language-switcher[_ng-cu92]
  .flag-icon[_ng-cu92] {
  margin-right: 9px;
}

@media (max-width: 1023.98px) {
  .language-switcher[_ng-cu92]
    .flag-icon[_ng-cu92] {
    margin-right: 3px;
    vertical-align: middle;
  }
}

.language-switcher[_ng-cu92]
  .language-holder[_ng-cu92] {
  padding-bottom: 30px;
}

@media (min-width: 480px) {
  .language-switcher[_ng-cu92]
    .language-holder[_ng-cu92] {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 1024px) {
  .language-switcher[_ng-cu92]
    .language-holder[_ng-cu92] {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
}

.language-switcher[_ng-cu92]
  .language-title[_ng-cu92] {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfe6e9;
  font-size: 22px;
  color: #2d3436;
  line-height: 1.2;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}

@media (min-width: 1024px) {
  .col-right {
    margin-top: 7px;
  }
}

.col-right .language-switcher {
  display: none;
}

@media (min-width: 1024px) {
  .col-right .language-switcher {
    display: block;
  }
}

.navbar-collapse .language-switcher {
  display: block;
  padding: 0 0 0 20px;
}

@media (min-width: 1024px) {
  .navbar-collapse .language-switcher {
    display: none;
    padding: 35px 0 0;
  }
}

.navbar-collapse .language-switcher .language-current {
  color: #d91222;
  font-weight: 500 !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}

.navbar-collapse .language-switcher .language-current .flag-icon {
  vertical-align: 0;
  font-size: 100%;
}

.navbar-collapse .language-switcher .dropdown-menu {
  position: static;
  margin-top: 20px !important;
  background: rgba(223, 230, 233, 0.5);
}

[lang="ar"] .language-switcher .language-current > i {
  margin-left: 5px !important;
  margin-right: 0 !important;
}

[lang="ar"] .language-switcher .language-current:after {
  margin-right: 4px !important;
  margin-left: 0 !important;
}

[lang="ar"] .language-switcher .dropdown-menu {
  padding: 28px 39px 28px 20px !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .language-switcher .dropdown-menu {
    padding-left: 20px !important;
    padding-right: 60px !important;
  }
}

[lang="ar"] .language-switcher .dropdown-item {
  margin-left: 40px !important;
  margin-right: 0 !important;
  text-align: right !important;
}

[lang="ar"] .language-switcher .flag-icon {
  margin-right: 0 !important;
  margin-left: 9px !important;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* SIGN IN BLOCK */

.sign-in-block {
  line-height: 1.3;
  position: relative;
}

.sign-in-block a {
  height: 40px;
}

/* REGISTER BUTTON */

.sign-in-block .btn-register,
.sign-in-block .btn-register:focus {
  min-width: 120px;
  font-weight: 500;
  padding: 10px 1rem;
  transition: box-shadow 0.2s, color 0.2s, background-color 0.2s, transform 0.2s;
  margin-left: 10px;
  color: #ffffff;
  border-radius: 6px;
  border-color: #d91222;
  background: #d91222;
}

.sign-in-block .btn-register:hover {
  background-color: transparent;
  color: #d91222;
  border-color: #d91222;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 1440px) {
  [lang="bg"] .sign-in-block .btn-register {
    padding: 10px 5px;
  }
}

@media (max-width: 1080px) {
  [lang="bg"] .sign-in-block .btn-register {
    padding: 10px 5px;
    font-size: 14px;
    margin-right: -16px;
  }

  [lang="fi"] .sign-in-block .btn-register {
    margin-right: -15px;
  }

  [lang="da"] .sign-in-block .btn-register {
    margin-right: -15px;
  }
}

@media (max-width: 1040px) {
  [lang="de"] .sign-in-block .btn-register {
    margin-right: -10px;
  }

  [lang="pl"] .sign-in-block .btn-register {
    margin-right: -10px;
  }

  [lang="hr"] .sign-in-block .btn-register {
    margin-right: -10px;
  }

  [lang="mn"] .sign-in-block .btn-register {
    margin-right: -10px;
    min-width: 106px;
    padding: 10px 5px;
  }
}

/* REGISTER BUTTON END */

/* LOGIN BUTTON WITH TEXT */

.sign-in-block .btn-login-text,
.sign-in-block .btn-login-text:focus {
  min-width: 90px;
  font-weight: 500;
  padding: 10px 1rem;
  transition: box-shadow 0.2s, color 0.2s, background-color 0.2s, transform 0.2s;
  margin-left: 10px;
  color: #d91222;
  border-radius: 6px;
  border-color: #d91222;
  background: transparent;
}

.sign-in-block .btn-login-text:hover {
  background-color: #d91222;
  color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  border-color: #d91222;
}

[lang="ar"] .sign-in-block .btn-login-text {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

[lang="et"] .sign-in-block .btn-login-text {
  display: none !important;
}

@media (max-width: 1099px) {
  [lang="sv"] .sign-in-block .btn-login-text,
  [lang="lt"] .sign-in-block .btn-login-text,
  [lang="no"] .sign-in-block .btn-login-text,
  [lang="ro"] .sign-in-block .btn-login-text,
  [lang="ar"] .sign-in-block .btn-login-text {
    display: none;
  }
}

@media (max-width: 1315px) {
  [lang="bg"] .sign-in-block .btn-login-text,
  [lang="de"] .sign-in-block .btn-login-text,
  [lang="es"] .sign-in-block .btn-login-text,
  [lang="pl"] .sign-in-block .btn-login-text,
  [lang="fi"] .sign-in-block .btn-login-text,
  [lang="da"] .sign-in-block .btn-login-text,
  [lang="hr"] .sign-in-block .btn-login-text,
  [lang="mn"] .sign-in-block .btn-login-text,
  [lang="ru"] .sign-in-block .btn-login-text,
  [lang="id"] .sign-in-block .btn-login-text {
    display: none;
  }
}

/* LOGIN BUTTON WITH TEXT END */

/* LOGIN ICON */

.sign-in-block .login-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  border: 1px solid #d91222;
  background: transparent;
  color: #d91222;
  font-size: 20px;
  padding: 0;
  margin-left: 10px;
}

.sign-in-block .login-icon:focus,
.sign-in-block .login-icon:hover {
  background: #d91222;
}

.sign-in-block .login-icon:focus i,
.sign-in-block .login-icon:hover i {
  color: #fff;
}

[lang="ar"] .sign-in-block .btn-login {
  margin-right: 10px !important;
}

@media (min-width: 1315px) {
  [lang="bg"] .sign-in-block .login-icon,
  [lang="de"] .sign-in-block .login-icon,
  [lang="es"] .sign-in-block .login-icon,
  [lang="fi"] .sign-in-block .login-icon,
  [lang="pl"] .sign-in-block .login-icon,
  [lang="da"] .sign-in-block .login-icon,
  [lang="hr"] .sign-in-block .login-icon,
  [lang="mn"] .sign-in-block .login-icon,
  [lang="ru"] .sign-in-block .login-icon,
  [lang="id"] .sign-in-block .login-icon {
    display: none !important;
  }
}

@media (min-width: 1023px) {
  [lang="en"] .sign-in-block .login-icon,
  [lang="fr"] .sign-in-block .login-icon,
  [lang="it"] .sign-in-block .login-icon,
  [lang="cs"] .sign-in-block .login-icon,
  [lang="hu"] .sign-in-block .login-icon,
  [lang="nl"] .sign-in-block .login-icon,
  [lang="pt"] .sign-in-block .login-icon,
  [lang="ms"] .sign-in-block .login-icon,
  [lang="ko"] .sign-in-block .login-icon,
  [lang="zh"] .sign-in-block .login-icon,
  [lang="tw"] .sign-in-block .login-icon,
  [lang="vi"] .sign-in-block .login-icon,
  [lang="th"] .sign-in-block .login-icon,
  [lang="ja"] .sign-in-block .login-icon {
    display: none;
  }
}

@media (min-width: 1100px) {
  [lang="sv"] .sign-in-block .login-icon,
  [lang="lt"] .sign-in-block .login-icon,
  [lang="no"] .sign-in-block .login-icon,
  [lang="ro"] .sign-in-block .login-icon,
  [lang="ar"] .sign-in-block .login-icon {
    display: none;
  }
}

/* LOGIN ICON END*/

.header-link-register {
  line-height: 34px;
}

.header-link-register .btn-login {
  padding: 6px 17px;
  min-width: 10px;
  font-size: 13px;
  border-color: #d91222;
  color: #d91222;
}

.header-link-register .link-login {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 24px;
}

@media screen and (min-width: 375px) {
  .header-link-register .link-login {
    margin-left: 12px;
  }
}

.fx-theme--light .header-link-register .link-login {
  color: #636e72;
}

.fx-theme--dark .header-link-register .link-login {
  color: white;
}

@media (min-width: 1200px) {
  [lang="ar"] .sign-in-block {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  [lang="ar"] .sign-in-block:before {
    left: auto !important;
    right: 0 !important;
  }
}

[lang="ar"] .sign-in-block .dropdown-toogle:after {
  margin-left: 0 !important;
  margin-right: 4px !important;
}

[lang="ar"] .sign-in-block .btn-register {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

[lang="ar"] .header-web .quick-access-button {
  margin-left: 0px !important;
  margin-right: 10px !important;
}

[lang="ar"] .header-link-register .link-login {
  margin-left: 0 !important;
  margin-right: 7px !important;
  transform: rotate(180deg) !important;
}

.header-web .sub-menu-holder .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1899.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1900px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.header-ghost {
  height: 144px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.header-ghost + .subheader-ghost {
  height: 57px;
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  opacity: 0.3;
  pointer-events: none;
  background: red;
  transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.header-ghost + .subheader-ghost.sticky-header {
  top: 145px;
  background: white;
}

.sub-menu {
  background: transparent;
}

.sub-menu-holder {
  height: 57px;
}

.header-web.sticky-header {
  height: 57px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.header-web.sticky-header > .container {
  max-width: 100%;
  padding: 0;
}

.header-web {
  padding: 10px 0 30px;
  background: none;
  position: relative;
  position: absolute;
  left: 0;
  z-index: 9998;
  right: 0;
  transition: border-color 0.4s;
}

@media (min-width: 1024px) {
  .header-web {
    padding: 5px 0 30px;
  }
}

.header-web-wrapper {
  background: none;
}

@-webkit-keyframes fadeIn {
  0% {
    background: transparent;
  }

  100% {
    background: white;
  }
}

@keyframes fadeIn {
  0% {
    background: transparent;
  }

  100% {
    background: white;
  }
}

.header-web .logo {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0 auto;
  transition: box-shadow 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .header-web .logo {
    position: static;
    width: 110px;
    transform: none;
    margin: 0 40px 0 0;
    max-height: 110px;
  }

  [lang="bg"] .header-web .logo {
    margin: 0 15px 0 0;
  }

  [lang="mn"] .header-web .logo {
    margin: 0 15px 0 0;
  }

  [lang="de"] .header-web .logo {
    margin: 0 30px 0 0;
  }

  .header-web .logo:hover {
    box-shadow: 0 3px 16px 0 rgba(237, 28, 36, 0.52);
  }

  .header-web .logo:hover:focus {
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .header-web .logo img {
    width: 100%;
    height: 100%;
  }
}

.header-web .logo i {
  color: #ed1c24;
}

@media (min-width: 1024px) {
  .header-web .logo-mobile {
    display: none;
  }
}

.header-web .logo-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .header-web .logo-desktop {
    display: block;
  }
}

.header-web .navbar-toggler {
  position: relative;
  display: inline-block;
  min-width: fit-content;
  height: 27px;
  border-radius: 13.5px;
  color: #d91222;
  font-size: 13px;
  max-width: fit-content;
  border: 1px solid #d91222;
  outline: none;
  padding: 6px 5px 6px 26px;
}

@media (min-width: 1024px) {
  .header-web .navbar-toggler {
    display: none;
  }
}

.header-web .navbar-toggler span {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 11px;
  height: 1px;
  margin-top: -1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s;
  background: #d91222;
}

.header-web .navbar-toggler span:after,
.header-web .navbar-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d91222;
  transition: transform 0.3s;
}

.header-web .navbar-toggler span:before {
  transform: translateY(-4px);
}

.header-web .navbar-toggler span:after {
  transform: translateY(4px);
}

.header-web .navbar {
  position: static;
  padding: 0;
}

@media (min-width: 1024px) {
  .header-web .navbar {
    position: relative;
    z-index: 9;
  }
}

.header-web .navbar-collapse.collapsing {
  height: calc(100vh - 76px) !important;
}

@media (min-width: 1024px) {
  .header-web .navbar-collapse.collapsing {
    height: auto !important;
  }
}

.header-web .heading-top {
  padding: 0 20px;
}

.header-web .heading-top .logo-menu {
  font-size: 24px;
}

.header-web .navbar-collapse {
  position: absolute;
  height: calc(100vh - 76px);
  visibility: hidden;
  left: 0;
  z-index: -1;
  opacity: 0.9;
  transition: all 0.4s;
  overflow: auto;
  position: fixed;
  min-width: 100%;
  bottom: 0;
  height: auto;
}

@media (max-width: 1023.98px) {
  .header-web .navbar-collapse {
    top: 0;
    padding-top: 10px;
    padding-bottom: 130px;
    transform: translateX(-100%);
  }
}

@media (min-width: 480px) {
  .header-web .navbar-collapse {
    max-width: 425px;
    min-width: 400px;
  }
}

.cookie-warning-displayed .header-web .navbar-collapse {
  top: 100px !important;
}

@media (min-width: 1024px) {
  .header-web .navbar-collapse {
    display: flex;
    flex: auto;
    position: static;
    overflow: visible;
    opacity: 1;
    height: auto;
    z-index: 3;
    visibility: visible;
  }
}

.header-web .navbar-collapse.top-position-menu {
  padding-top: 10px;
}

@media (min-width: 1024px) {
  .header-web .navbar-collapse.top-position-menu {
    padding: 0;
  }
}

.header-web .navbar-collapse.top-position-menu .left-holder {
  display: flex;
  align-items: center;
}

.header-web .navbar-collapse div,
.header-web .navbar-collapse ul {
  opacity: 0;
  transition: opacity 0.4s;
}

@media (min-width: 1024px) {
  .header-web .navbar-collapse div,
  .header-web .navbar-collapse ul {
    opacity: 1;
  }
}

.header-web .navbar-collapse.show {
  background: #fff;
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 0 9px 0 rgba(19, 19, 19, 0.13);
  z-index: 999;
  visibility: visible;
}

@media (min-width: 1024px) {
  .header-web .navbar-collapse.show {
    background: none;
    box-shadow: none;
  }
}

.header-web .navbar-collapse.show div,
.header-web .navbar-collapse.show ul {
  opacity: 1;
}

.header-web .navbar-nav {
  padding: 7px 0 0;
}

@media (min-width: 1024px) {
  .header-web .navbar-nav {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.header-web .navbar-nav .nav-item .nav-link {
  display: flex;
  font-size: 20px;
  line-height: 1.8;
  color: #2d3436;
  padding: 2px 20px;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item .nav-link,
  .fx-theme--light .header-web .navbar-nav .nav-item .nav-link {
    color: #636e72;
  }

  .header-web .navbar-nav .nav-item .nav-link:hover,
  .header-web .navbar-nav .nav-item .nav-link:active,
  .header-web .navbar-nav .nav-item .nav-link:focus,
  .header-web .navbar-nav .nav-item .nav-link:hover:focus,
  .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:hover,
  .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:active,
  .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:focus,
  .fx-theme--light .header-web .navbar-nav .nav-item .nav-link:hover:focus {
    color: #636e72;
  }
}

@media (min-width: 1024px) {
  .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link {
    color: white;
  }

  .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:hover,
  .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:active,
  .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:focus,
  .fx-theme--dark .header-web .navbar-nav .nav-item .nav-link:hover:focus {
    color: white;
  }
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-right: 25px;
    font-size: 15px;
  }

  [lang="bg"] .header-web .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  [lang="bg"] .header-web .quick-access-button {
    margin-left: 10px !important;
    width: 95px !important;
  }

  [lang="mn"] .header-web .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  [lang="mn"] .header-web .quick-access-button {
    margin-left: 10px !important;
    width: 95px !important;
  }

  [lang="vi"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 15px;
  }

  [lang="de"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 15px;
  }

  [lang="es"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 15px;
  }

  [lang="da"] .header-web .navbar-nav .nav-item .nav-link,
  [lang="hr"] .header-web .navbar-nav .nav-item .nav-link,
  [lang="vi"] .header-web .navbar-nav .nav-item .nav-link,
  [lang="mn"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 15px;
  }
}

[lang="bg"] .header-web .navbar-nav .nav-item .nav-link span {
  font-size: 15px;
}

@media (min-width: 1024px) and (max-width: 1124px) {
  [lang="bg"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 14px;
  }

  [lang="es"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 15px;
  }

  [lang="mn"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1065px) {
  [lang="de"] .header-web .navbar-nav .nav-item .nav-link span,
  [lang="fi"] .header-web .navbar-nav .nav-item .nav-link span,
  [lang="hr"] .header-web .navbar-nav .nav-item .nav-link span,
  [lang="id"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 15px;
  }
}

.header-web .navbar-nav .nav-item .nav-link i {
  color: #303135;
  font-size: 12px;
  transform: rotate(90deg);
  display: block;
  transform-origin: 50% 50%;
  position: relative;
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item .nav-link i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 5px;
    width: 0;
    height: 1px;
    background: #636e72;
    transition: width 0.4s ease-in-out;
  }
}

.header-web .navbar-nav .nav-item .nav-link:after {
  display: none;
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item .nav-link:after {
    display: inline-block;
  }
}

@media (max-width: 479.98px) {
  .header-web .navbar-nav .nav-item {
    overflow: hidden;
  }
}

.menu-behavior--hover .header-web .navbar-nav .nav-item.show {
  position: relative;
}

.menu-behavior--hover .header-web .navbar-nav .nav-item.show:before {
  background: red;
  display: block;
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  height: 90px;
  top: 0;
  opacity: 0;
  z-index: -1;
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item.active .nav-link:before {
    width: calc(100% - 30px);
    transform: translateX(-5px);
  }
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item.show .nav-link:after {
    transform: rotate(45deg) translateY(2px) translateX(2px);
  }
}

.header-web .navbar-nav .nav-item.show .nav-link i {
  transform: rotate(-90deg);
}

@media (min-width: 1024px) {
  .header-web .navbar-nav .nav-item:last-child.active .nav-link:before {
    width: calc(100% - 20px);
  }
}

@media (min-width: 1024px) {
  .header-web .dropdown-holder {
    padding-top: 30px;
  }
}

.header-web .dropdown-column {
  margin-bottom: 20px;
}

.header-web .dropdown-column:last-child {
  margin: 0;
}

@media (min-width: 1024px) {
  .header-web .dropdown-column {
    margin-bottom: 0;
    padding-bottom: 15px;
    min-width: 260px;
  }
}

.header-web .dropdown-column .title {
  font-weight: 500;
  color: #a4b1b7;
  padding: 0 20px 5px;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .header-web .dropdown-column .title {
    padding: 0 30px 20px;
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .header-web .dropdown-column {
    width: 50%;
  }

  .header-web .dropdown-column:first-child {
    border-right: 1px solid #dfe6e9;
  }

  .header-web
    .dropdown-column:first-child[dir="ar"][_nghost-ng-cli-universal-c93]
    .header-web
    .dropdown-column:first-child,
  [dir="ar"]
    [_nghost-ng-cli-universal-c93]
    .header-web
    .dropdown-column:first-child {
    border-left: 1px solid #dfe6e9;
    border-right: 0;
  }
}

.header-web .nav-item .dropdown-menu {
  border: none;
  margin: 0 !important;
  background: #f8f8f9;
  border-radius: 0;
  padding: 0;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  transition: all 0.1s ease-in-out;
}

@media (min-width: 1024px) {
  .header-web .nav-item .dropdown-menu {
    min-width: 250px;
    margin-top: 20px !important;
    left: -30px;
    background-color: #fff;
    box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
  }
}

.header-web .dropdown-menu.show {
  margin: 5px 0;
  padding: 15px 0;
}

@media (min-width: 1024px) {
  .header-web .dropdown-menu.show {
    position: absolute;
    margin: 20px 0 0;
    padding: 0;
    border-radius: 3px;
  }
}

@media (max-width: 1023.98px) {
  .header-web .dropdown-menu.fx-animation-fadeInDown20px {
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 1023.98px) {
  .header-web .dropdown-menu.fx-animation-fadeInUp20px {
    -webkit-animation: none;
    animation: none;
  }
}

.header-web .dropdown-item {
  font-size: 18px;
  line-height: 2;
  color: #2d3436;
  transition: background 0.1s, color 0.1s;
  padding: 1px 20px;
}

@media (min-width: 1024px) {
  .header-web .dropdown-item {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    padding: 7px 30px;
    line-height: 2.25;
  }

  .header-web .dropdown-item:first-child {
    padding-top: 14px;
  }

  .header-web .dropdown-item:last-child {
    padding-bottom: 14px;
  }
}

.header-web .dropdown-item:hover,
.header-web .dropdown-item:focus,
.header-web .dropdown-item:hover:focus {
  background: #fff;
  color: #2d3436;
}

@media (min-width: 1024px) {
  .header-web .dropdown-item:hover,
  .header-web .dropdown-item:focus,
  .header-web .dropdown-item:hover:focus {
    background: #f8f8f8;
    color: #d91222;
  }
}

.header-web .dropdown-item.current-page {
  pointer-events: none;
  color: #b2bec3 !important;
}

.header-web .dropdown-item.has-icon {
  display: flex;
  position: relative;
  align-items: center;
  transition: color 0.2s;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .header-web .dropdown-item.has-icon {
    width: auto;
    display: inline-flex;
    position: relative;
    justify-self: center;
  }
}

@media (min-width: 1024px) {
  .header-web .dropdown-item.has-icon {
    justify-content: flex-start;
  }
}

.header-web .dropdown-item.has-icon > i {
  font-size: 27px;
  margin-right: 15px;
}

@media (max-width: 1023.98px) {
  .header-web .dropdown-item.has-icon > i {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% - 5px));
  }
}

.header-web .dropdown-item.has-icon:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #d91222;
}

@media (min-width: 1024px) {
  .header-web .dropdown-item.has-icon:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-web .dropdown-item.has-icon:last-child:hover {
  color: #0984e3;
  text-decoration: none;
  background: none;
}

@media (min-width: 1024px) {
  .header-web .dropdown-item.has-icon:last-child:hover {
    background: #fbfbfc;
  }
}

.header-web .dropdown-item.has-icon:last-child:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #dfe6e9;
  position: absolute;
  display: none;
}

@media (min-width: 1024px) {
  .header-web .dropdown-item.has-icon:last-child:before {
    display: block;
  }
}

.header-web .dropdown-toggle.expanded + .dropdown-menu {
  display: block;
}

.header-web .dropdown-toggle:after {
  display: none;
}

@media (min-width: 1024px) {
  .header-web .dropdown-toggle:after {
    display: inline-block;
    position: relative;
    display: inline-flex;
    width: 7px;
    height: 7px;
    opacity: 1;
    margin-left: 7px;
    transform: rotate(-135deg);
    transition: all 0.4s;
    margin-top: -3px;
  }

  .header-web .dropdown-toggle:after,
  .fx-theme--light .header-web .dropdown-toggle:after {
    border: 1px solid #969a9b;
    border-width: 2px 0 0 2px;
  }

  .fx-theme--dark .header-web .dropdown-toggle:after {
    border: 1px solid white;
    border-width: 2px 0 0 2px;
  }
}

.header-web .button-holder {
  padding: 0 20px 15px;
}

.header-web .text-sign-in a {
  color: #d91222;
}

.header-web .button-holder .btn-primary {
  padding: 15px 10px;
  min-width: 100%;
  margin-top: 20px;
  border-radius: 9px;
  max-width: 450px;
  background-color: #303135;
}

.header-web .sub-menu-holder {
  flex: 1 1 100%;
  margin-top: 14px;
  z-index: 3;
}

.header-web .sub-menu-holder .inline-menu-list {
  overflow: hidden;
}

.header-web .sub-menu-holder .inline-menu-list a,
.header-web .sub-menu-holder .inline-menu-list span {
  margin-right: 15px;
  font-size: 13px;
  transition: transform 0.2s, opacity 0.2s, color 0.4s;
  display: inline-block;
}

.header-web .sub-menu-holder .inline-menu-list span {
  cursor: default;
}

.fx-theme--light .header-web .sub-menu-holder .inline-menu-list span {
  color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list span {
  color: #798e96;
}

.header-web .sub-menu-holder .inline-menu-list a {
  color: #d91222;
}

.fx-theme--light .header-web .sub-menu-holder .inline-menu-list a:hover,
.fx-theme--light .header-web .sub-menu-holder .inline-menu-list a:active {
  color: #8e9da1;
}

.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list a:hover,
.fx-theme--dark .header-web .sub-menu-holder .inline-menu-list a:active {
  color: #ebeef0;
}

.header-web .sub-menu-holder .inline-menu-list.submenu-visible a,
.header-web .sub-menu-holder .inline-menu-list.submenu-visible span {
  transform: translateX(300px);
  opacity: 0;
}

.header-web .sub-menu-holder .inline-menu-list__wrapper {
  display: inline-flex;
  align-items: center;
}

.header-web .sub-menu-holder.show-full-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #b2bec3;
}

.header-web .sub-menu-holder.show-full-menu .heading {
  z-index: 3;
  padding: 0;
  border-bottom: none;
  display: inline-flex !important;
}

.header-web .sub-menu-holder.show-full-menu .title {
  padding: 0;
  flex: auto;
}

.header-web .sub-menu-holder.show-full-menu .opener-sub-menu {
  display: none;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu li {
  margin-left: 20px;
}

.header-web .sub-menu-holder.show-full-menu .sub-menu a,
.header-web .sub-menu-holder.show-full-menu .sub-menu span {
  padding: 0;
  display: inline-block;
  font-size: 13px;
}

.header-web .sub-menu-holder.show-full-menu .dropdown-menu {
  background: none;
  position: static;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  width: auto;
  opacity: 1;
  z-index: 3;
}

.header-web .sub-menu-holder .heading {
  padding: 8px 0;
  border-bottom: 1px solid #b2bec3;
  justify-content: space-between;
  z-index: 9999;
}

@media (max-width: 1023.98px) {
  .header-web .sub-menu-holder .heading.expanded .title,
  .header-web .sub-menu-holder .heading.expanded .current-page span {
    color: #2d3436;
  }
}

.header-web
  .sub-menu-holder
  .heading.expanded
  + .dropdown-menu
  .current-page
  span {
  color: #2d3436 !important;
}

@media (max-width: 1023.98px) {
  .header-web .sub-menu-holder .heading.expanded .title {
    z-index: 9999;
  }
}

.header-web .sub-menu-holder .title {
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 9;
}

@media (min-width: 480px) {
  .header-web .sub-menu-holder .title {
    font-size: 16px;
  }
}

.header-web .sub-menu-holder .title,
.sticky-header-wrapper .header-web .sub-menu-holder .title,
.fx-theme--dark .header-web .sub-menu-holder .title {
  color: white;
}

.fx-theme--light .header-web .sub-menu-holder .title,
.sticky-header-wrapper .header-web .sub-menu-holder .title {
  color: #2d3436;
}

.header-web .sub-menu-holder .opener-sub-menu {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  z-index: 9999;
  color: #d91222;
}

@media (min-width: 480px) {
  .header-web .sub-menu-holder .opener-sub-menu {
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .opener-sub-menu {
    border: solid 1px #dfe6e9;
    background: white;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu {
    border: solid 1px #798e96;
    background: rgba(255, 255, 255, 0.1);
  }
}

.header-web .sub-menu-holder .opener-sub-menu__title {
  padding-right: 5px;
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .opener-sub-menu__title {
    padding: 0;
  }
}

.header-web .sub-menu-holder .opener-sub-menu:after {
  content: "";
  display: inline-flex;
  border-width: 1px 0 0 1px;
  border-style: solid;
  width: 6px;
  height: 6px;
  top: -2px;
  position: relative;
  opacity: 1;
  transform: rotate(-135deg);
  transform-origin: 50%;
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .opener-sub-menu:after {
    display: none;
  }
}

[lang="ar"][_nghost-ng-cli-universal-c93]
  .header-web
  .sub-menu-holder
  .opener-sub-menu:after,
[lang="ar"]
  [_nghost-ng-cli-universal-c93]
  .header-web
  .sub-menu-holder
  .opener-sub-menu:after {
  right: auto;
  left: 0;
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu:after {
  border-color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu:after {
  border-color: #b2bec3;
}

.header-web .sub-menu-holder .opener-sub-menu.expanded {
  border-color: transparent;
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .opener-sub-menu.expanded {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .opener-sub-menu.expanded:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: -24px;
    right: -1px;
    height: 16px;
    background: #fff;
    z-index: 2;
  }

  [lang="ar"][_nghost-ng-cli-universal-c93]
    .header-web
    .sub-menu-holder
    .opener-sub-menu.expanded:before,
  [lang="ar"]
    [_nghost-ng-cli-universal-c93]
    .header-web
    .sub-menu-holder
    .opener-sub-menu.expanded:before {
    right: -22px;
    left: -1px;
  }
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu.expanded:after {
  border-color: #b2bec3;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu.expanded:after {
  border-color: #2d3436;
}

@media (max-width: 1023.98px) {
  .header-web .sub-menu-holder .opener-sub-menu .bullets {
    display: none;
  }
}

.header-web .sub-menu-holder .opener-sub-menu__title {
  -webkit-animation: animateTitle 0.1s forwards;
  animation: animateTitle 0.1s forwards;
}

@media (max-width: 1023.98px) {
  .header-web .sub-menu-holder .opener-sub-menu__title {
    display: none;
  }
}

@-webkit-keyframes animateTitle {
  from {
    transform: translateY(-20px);
  }

  to {
    transform: none;
  }
}

@keyframes animateTitle {
  from {
    transform: translateY(-20px);
  }

  to {
    transform: none;
  }
}

.fx-theme--light .header-web .sub-menu-holder .opener-sub-menu__title {
  color: #2d3436;
}

.fx-theme--dark .header-web .sub-menu-holder .opener-sub-menu__title {
  color: #b2bec3;
}

.header-web .sub-menu-holder .expanded .opener-sub-menu:after {
  top: 1px;
  transform: rotate(45deg);
}

.header-web .sub-menu-holder .sub-menu {
  padding: 10px;
}

.header-web .sub-menu-holder .sub-menu .current-page a,
.header-web .sub-menu-holder .sub-menu .current-page span {
  pointer-events: none;
}

.fx-theme--dark .header-web .sub-menu-holder .sub-menu .current-page a,
.fx-theme--dark .header-web .sub-menu-holder .sub-menu .current-page span {
  color: white;
}

.header-web .sub-menu-holder .sub-menu .current-page a,
.fx-theme--light .header-web .sub-menu-holder .sub-menu .current-page a,
.sticky-header-wrapper .header-web .sub-menu-holder .sub-menu .current-page a,
.header-web .sub-menu-holder .sub-menu .current-page span,
.fx-theme--light .header-web .sub-menu-holder .sub-menu .current-page span,
.sticky-header-wrapper
  .header-web
  .sub-menu-holder
  .sub-menu
  .current-page
  span {
  color: #b2bec3;
}

.header-web .sub-menu-holder .sub-menu a,
.header-web .sub-menu-holder .sub-menu span {
  font-size: 13px;
  padding: 5px 10px;
  display: block;
}

.header-web .sub-menu-holder .sub-menu a:hover,
.header-web .sub-menu-holder .sub-menu a:focus,
.header-web .sub-menu-holder .sub-menu span:hover,
.header-web .sub-menu-holder .sub-menu span:focus {
  color: #303135;
}

.header-web .sub-menu-holder .dropdown-menu {
  top: 0;
  right: -20px;
  left: -20px;
  padding: 37px 20px 0;
  margin-top: 0 !important;
  background: none;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .header-web .sub-menu-holder .dropdown-menu.fx-animation-fadeInDown20px {
    -webkit-animation-name: fx-animation-fadeInDown20px;
    animation-name: fx-animation-fadeInDown20px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

@media (min-width: 1024px) {
  .header-web .sub-menu-holder .dropdown-menu {
    width: 265px;
    top: 49px;
    left: auto;
    box-shadow: 0px 2px 13px 0 rgba(0, 0, 0, 0.15);
    right: 0;
    text-align: left;
    padding: 0 30px 0 20px;
  }
}

.header-web .sub-menu-holder .dropdown-menu a {
  color: #d91222;
}

.header-web .sub-menu-holder .dropdown-menu a:hover,
.header-web .sub-menu-holder .dropdown-menu a:focus {
  color: #2d3436;
}

.header-web .header-holder {
  flex-wrap: wrap;
  position: relative;
}

.header-web .header-holder .topright-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 20px;
}

@media (min-width: 1024px) {
  .header-web .header-holder .topright-menu {
    position: absolute;
  }
}

.header-web .topright-menu-wrapper {
  display: flex;
  align-items: center;
}

.header-web .header-holder .topright-menu-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6c4d2d;
}

.header-web .header-holder .topright-menu-item a {
  color: #d91222;
}

.header-web .header-holder .topright-menu .bullet {
  color: #6d6455;
  padding: 0 10px;
}

.header-web .navbar-close-menu {
  color: #d91222;
  font-size: 15px;
  position: relative;
}

.header-web .notifications-amount {
  position: absolute;
  right: -1px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  background-color: #f8c83c;
  font-size: 10px;
  line-height: 16px;
}

.header-web .notifications-amount.important {
  background-color: red;
}

.header-web .logo-menu {
  color: #ed1c24;
}

.header-web .navbar-opener {
  display: none;
}

@media (min-width: 1024px) {
  .header-web.sticky-header {
    border-bottom: 1px solid #b2bec3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-opener {
    display: inline-block;
    color: #d91222;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    margin-right: 24px;
    outline: 0;
    flex: 0 0 60px;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .header-holder {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .col-right {
    display: none !important;
  }
}

.header-web.sticky-header .logo:hover {
  box-shadow: none;
}

@media (min-width: 1024px) {
  .header-web.sticky-header .logo {
    width: auto;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .logo-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .logo-mobile {
    display: block;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-opener {
    display: inline-block;
    color: #d91222;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    margin-right: 24px;
    outline: none;
    flex: 0 0 60px;
    min-width: fit-content;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-opener:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d91222;
    border-width: 1px 0 0 1px;
    width: 6px;
    height: 6px;
    opacity: 1;
    transform: rotate(135deg);
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-opener.collapsed:after {
    transform: rotate(-45deg);
  }

  .header-web.sticky-header .navbar-opener.collapsed .text-open {
    display: none;
  }

  .header-web.sticky-header .navbar-opener.collapsed .text-close {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-opener .text-close {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-collapse {
    display: none;
    margin-right: 5rem;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar-collapse.show {
    display: flex;
  }
}

.header-web.sticky-header .navbar-collapse.show ul {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar {
    flex-wrap: nowrap;
    flex: 0 0 auto;
  }
}

@media (min-width: 1024px) {
  .header-web.sticky-header .navbar .dropdown-menu {
    white-space: normal;
  }
}

.header-web.sticky-header .sub-menu-holder {
  z-index: 3;
}

@media (min-width: 1024px) {
  .header-web.sticky-header .sub-menu-holder {
    padding: 0;
    border: none;
    width: auto;
    white-space: nowrap;
    flex: auto;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: 0;
    overflow: visible;
  }
}

.header-web.sticky-header .sub-menu-holder .heading {
  border: none;
}

@media (min-width: 1024px) {
  .header-web.sticky-header .sub-menu-holder .heading {
    padding: 8px 0;
  }
}

.header-web .mark-label {
  color: #ed1c24;
  font-size: 11px;
  line-height: 1;
  top: -0.8em;
}

.header-web .navbar-collapse.show .btn.btn-link {
  color: #d91222;
}

.header-web .help-section {
  margin: 0 20px 15px;
  border-width: 1px 0;
}

.header-web .help-section a {
  color: #303135;
  font-size: 13px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  display: flex;
  background: #f8f8f9;
  border-radius: 9px;
}

.header-web .help-section a .text {
  text-align: left;
}

.header-web .help-section a i {
  font-size: 26px;
  margin-right: 10px;
  color: #d91222;
  font-weight: 300;
  font-style: inherit;
}

[lang="ar"][_nghost-ng-cli-universal-c93] .header-web .help-section a i,
[lang="ar"] [_nghost-ng-cli-universal-c93] .header-web .help-section a i {
  margin-right: 0;
  margin-left: 10px;
}

@media (min-width: 1024px) {
  body.sticky-header-visible {
    overflow: visible !important;
  }
}

@media (min-width: 1024px) {
  body.sticky-header-visible .sticky-header .sub-menu-holder {
    justify-content: flex-start !important;
  }

  body.sticky-header-visible .sticky-header .sub-menu-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    z-index: 9999;
    bottom: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      white 100%
    );
  }
}

.fx-theme--dark .header-web.sticky-header .dropdown-toggle:after {
  border-color: #636e72;
}

.sub-menu-backdrop {
  background: red;
  opacity: 0.3;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .logo {
    margin: 0 0 0 50px !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item .nav-link {
    text-align: right !important;
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item .nav-link:before {
    left: auto !important;
    right: 0 !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-left: 20px !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-menu {
    text-align: right !important;
    left: auto !important;
    right: -30px !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-item {
    text-align: right !important;
  }
}

[lang="ar"] .header-web .dropdown-item.has-icon > i {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

@media (max-width: 1023.98px) {
  [lang="ar"] .header-web .dropdown-item.has-icon > i {
    left: auto !important;
    right: 0 !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-toggle:after {
    margin-left: 0 !important;
    margin-right: 7px !important;
  }
}

[lang="ar"] .header-web .sub-menu-holder .inline-menu-list a,
[lang="ar"] .header-web .sub-menu-holder .inline-menu-list span {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

[lang="ar"] .header-web .sub-menu-holder.show-full-menu .sub-menu li {
  margin-left: 0 !important;
  margin-right: 20px !important;
}

[lang="ar"] .header-web .sub-menu-holder.show-full-menu .title {
  padding: 0 0 0 10px !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web .sub-menu-holder .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 20px 20px 0 30px !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .logo {
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener:after {
    margin-left: 0 !important;
    margin-right: 10px !important;
    transform: rotate(-45deg) !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener.collapsed:after {
    transform: rotate(135deg) !important;
  }
}

@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-collapse {
    margin-right: 0 !important;
    margin-left: 5rem !important;
  }
}

.search-toggle {
  position: relative;
  z-index: 3;
  color: #969a9b !important;
}

.search-toggle:hover,
.search-toggle:focus {
  color: #d91222;
}

@media (min-width: 1024px) {
  .search-toggle {
    margin-top: 10px;
  }

  [lang="bg"] .search-toggle {
    margin-left: -10px;
  }

  [lang="fi"] .search-toggle {
    padding: 6px;
  }
}

.search-toggle--mobile {
  position: relative;
  display: inline-block;
  min-width: 27px;
  height: 27px;
  border-radius: 13.5px;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  outline: none;
  padding: 6px 5px;
  margin-left: 6px;
}
[lang="ar"] .search-toggle--mobile {
  margin-right: 6px;
}

.btn.btn-blue-light.search-toggle--mobile {
  background: rgba(182, 135, 86, 0.2);
  color: #d91222;
}

.cn-phone-number {
  position: absolute;
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 10;
  left: -96px;
  top: 20%;
}

.cn-phone-number a {
  text-decoration: none !important;
  color: #d91222;
  margin-right: 20px;
}

.cn-phone-number a:hover {
  color: #d91222;
}

.cn-phone-number--mobile {
  margin-top: 10px;
  margin-left: 20px;
}

.cn-phone-number--mobile a {
  text-decoration: none !important;
  color: #d91222;
  margin-bottom: 5px;
}

/* QUICK ACCESS BUTTON */

.header-web .quick-access-button {
  display: flex;
  min-width: 90px;
  min-height: 40px;
  border-radius: 6px;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  line-height: 95%;
  font-size: 12px;
  min-width: 0;
  text-align: left;
  color: #d91222;
  border: none;
  background-color: rgba(182, 135, 86, 0.2);
  padding: 9px;
}

@media (max-width: 1230px) {
  [lang="mn"] .header-web .quick-access-button,
  [lang="de"] .header-web .quick-access-button,
  [lang="bg"] .header-web .quick-access-button,
  [lang="fi"] .header-web .quick-access-button,
  [lang="hr"] .header-web .quick-access-button,
  [lang="pl"] .header-web .quick-access-button,
  [lang="sv"] .header-web .quick-access-button,
  [lang="da"] .header-web .quick-access-button,
  [lang="et"] .header-web .quick-access-button,
  [lang="no"] .header-web .quick-access-button,
  [lang="ro"] .header-web .quick-access-button,
  [lang="ru"] .header-web .quick-access-button,
  [lang="id"] .header-web .quick-access-button {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  [lang="es"] .header-web .quick-access-button,
  [lang="lt"] .header-web .quick-access-button,
  [lang="en"] .header-web .quick-access-button,
  [lang="it"] .header-web .quick-access-button,
  [lang="hu"] .header-web .quick-access-button,
  [lang="pt"] .header-web .quick-access-button,
  [lang="ar"] .header-web .quick-access-button,
  [lang="ms"] .header-web .quick-access-button,
  [lang="vi"] .header-web .quick-access-button {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  [lang="fr"] .header-web .quick-access-button,
  [lang="nl"] .header-web .quick-access-button,
  [lang="vi"] .header-web .quick-access-button,
  [lang="cs"] .header-web .quick-access-button,
  [lang="th"] .header-web .quick-access-button,
  [lang="ja"] .header-web .quick-access-button {
    display: none !important;
  }
}

@media (max-width: 1030px) {
  [lang="ko"] .header-web .quick-access-button,
  [lang="zh"] .header-web .quick-access-button,
  [lang="tw"] .header-web .quick-access-button {
    display: none !important;
  }
}

.header-web .quick-access-button:hover,
.header-web .quick-access-button:focus {
  color: #d91222;
  background-color: rgba(182, 135, 86, 0.4);
}

.header-web .quick-access-button .settings-icon {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  flex-shrink: 0;
}
[lang="ar"] .header-web .quick-access-button .settings-icon {
  margin-right: 0;
  margin-left: 7px;
}

/* QUICK ACCESS BUTTON END */

.new-instruments-popup-mobile {
  display: flex;
  background: rgba(24, 134, 255, 0.1);
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 23px 32px 23px 20px;
  justify-content: space-between;
}

.new-instruments-popup-mobile .popup-title {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 0 20px 0 10px;
}

.new-instruments-popup-mobile .popup-link-new {
  padding: 5px 20px 0 10px;
}

.new-instruments-popup-mobile .popup-link-new a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.new-instruments-popup-mobile span.new-badge {
  position: relative;
  padding: 4px 6px 4px 7px;
  margin: 0;
  border-radius: 6px;
  font-family: Inter;
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background: #ff0000;
  border-radius: 57px;
}

.new-instruments-popup-mobile
  .icon-circle:host-context([lang="ar"])
  .new-instruments-popup
  .icon-circle {
  left: auto;
  right: 28px;
}

.new-instruments-popup-mobile.collapsed {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.new-instruments-popup-mobile.collapsed .close-icon {
  display: none;
}

.new-instruments-popup-mobile.collapsed .notifications-popup__text {
  display: none;
}

.new-instruments-popup-mobile.collapsed .notifications-popup__icon {
  margin: 0;
}

.new-instruments-popup-mobile .close-icon {
  color: #1886ff;
}

:host-context([lang="ar"]) .new-instruments-popup-mobile .close-icon {
  right: auto;
  left: 10px;
}

.new-instruments-popup-mobile .close-icon::before,
.new-instruments-popup-mobile .close-icon::after {
  background: #1886ff;
  height: 2px;
}

.new-instruments-popup-mobile .notifications-popup__icon {
  margin-right: 10px;
  margin-left: 6px;
  margin-bottom: 0;
  margin-top: 3px;
}

:host-context([lang="ar"])
  .new-instruments-popup-mobile
  .notifications-popup__icon {
  margin-right: 6px;
  margin-left: 10px;
}

.urgent-notification-popup-mobile {
  display: flex;
  background: rgba(244, 17, 18, 0.1);
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 23px 32px 23px 20px;
  justify-content: space-between;
}

.urgent-notification-popup-mobile .popup-text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 0 20px 0 10px;
}

.urgent-notification-popup-mobile .popup-link {
  padding: 5px 20px 0 10px;
}

.urgent-notification-popup-mobile .popup-link a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.urgent-notification-popup-mobile .icon-circle {
  font-size: 16px;
  background-color: #f41112;
  color: #fff;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.urgent-notification-popup-mobile .icon-circle:host-context([lang="ar"]) {
  left: auto;
  right: 28px;
}

.urgent-notification-popup-mobile.collapsed {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.urgent-notification-popup-mobile.collapsed .close-icon {
  display: none;
}

.urgent-notification-popup-mobile.collapsed .notifications-popup__text {
  display: none;
}

.urgent-notification-popup-mobile.collapsed .notifications-popup__icon {
  margin: 0;
}

.urgent-notification-popup-mobile .close-icon {
  color: #f41112;
}

:host-context([lang="ar"]) .urgent-notification-popup-mobile .close-icon {
  right: auto;
  left: 10px;
}

.urgent-notification-popup-mobile .close-icon::before,
.urgent-notification-popup-mobile .close-icon::after {
  background: #f41112;
  height: 2px;
}

.urgent-notification-popup-mobile .notifications-popup__icon {
  margin-right: 10px;
  margin-left: 6px;
  margin-bottom: 0;
  margin-top: 3px;
}

:host-context([lang="ar"])
  .urgent-notification-popup-mobile
  .notifications-popup__icon {
  margin-right: 6px;
  margin-left: 10px;
}

.navbar-nav .new-badge {
  position: absolute;
  padding: 0 4px 0 4px;
  margin: 0;
  background: #ff0000;
  border-radius: 57px;
  line-height: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
  color: white;
  z-index: 1;
  right: 6px;
  top: -6px;
}

@media (max-width: 1024px) {
  .navbar-nav .new-badge {
    right: 60%;
    top: 6px;
  }
}

@media (min-width: 1024px) {
  .uk-check .header-web .navbar-nav .nav-item .nav-link,
  .uk-check .header-web .navbar-nav .nav-item .nav-link,
  .uk-check .fx-theme--light .header-web .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  .uk-check .header-web .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .uk-check .header-web .logo {
    margin: 0 30px 0 0;
  }

  .uk-check .sign-in-block .btn-register {
    margin-left: 15px !important;
  }

  .uk-check .quick-access-button {
    width: 90px;
    margin-left: 15px;
  }
}

@media (max-width: 1024px) {
  .uk-check .sign-in-block .btn-register {
    margin-left: 0 !important;
  }
}

[lang="bg"] .header-web .contfix,
[lang="de"] .header-web .contfix,
[lang="es"] .header-web .contfix,
[lang="pl"] .header-web .contfix,
[lang="fi"] .header-web .contfix,
[lang="da"] .header-web .contfix,
[lang="hr"] .header-web .contfix,
[lang="ru"] .header-web .contfix,
[lang="mn"] .header-web .contfix,
[lang="id"] .header-web .contfix {
  max-width: 1300px;
}

@media (max-width: 1440px) {
  .header-web .contfix {
    max-width: 100%;
  }
}

.qr-popup-scan {
  position: fixed;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  z-index: 10000;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 430px;
  max-height: 430px;
}

.qr-popup-scan .qr-popup-scan-outter {
  padding: 55px 80px;
  text-align: center;
  position: relative;
}

.qr-popup-scan .close-qr-scan {
  position: absolute;
  right: 20px;
  top: 20px;
}

.qr-popup-scan .close-qr-scan button {
  outline: none;
  border: none;
}

.qr-popup-scan .qr-popup-scan-text {
  line-height: 150%;
  color: #000000;
}

.qr-popup-scan .qr-popup-scan-text h3 {
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
}

.qr-popup-scan .qr-popup-scan-text h4 {
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}

.qr-popup-scan .link-container {
  margin-top: 20px;
}

.qr-popup-scan .link-container a {
  background: #efe5ff;
  border-radius: 52px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6100ff;
  padding: 20px;
}

.qr-popup-scan .link-container a:hover span.arrow-icon-out i {
  color: #6100ff !important;
}

.qr-popup-scan .link-container a span.arrow-icon-out {
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 7px;
}
.mobile-language-panel {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
  z-index: 999999;
  background: #fff;
  top: 0;
}

.mobile-language-panel.show {
  display: block;
}

.mobile-language-panel .languages-container {
  background-color: rgba(223, 230, 233, 0.5);
  min-height: 100%;
  padding-bottom: 1em;
}

.mobile-language-panel.show .dropdown-item {
  padding: 0;
  line-height: 2.25;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-language-panel.show .dropdown-item:focus,
.mobile-language-panel.show .dropdown-item:hover {
  background-color: transparent;
}

.mobile-language-panel.show .dropdown-item.active-item:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #d91222;
  transform: rotate(46deg) translate(5px, -10px);
}

.mobile-language-panel.show .dropdown-item .flag-icon {
  width: 16px;
  height: 16px;
  margin-right: 1em;
  flex-shrink: 0;
}

.mobile-language-panel.show .dropdown-item .language-name {
  color: #636e72;
  white-space: pre-wrap;
}

.mobile-language-panel.show .title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-language-panel.show .language-title {
  font-size: 20px;
  line-height: 2.25;
  border-bottom: 1px solid #dfe6e9;
  margin-bottom: 1em;
  padding: 0.5rem 0;
}

.mobile-language-panel.show .close-icon {
  width: 2rem;
  height: 2rem;
}
@-webkit-keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fading {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.quick-access-popup {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #303135;
  z-index: 99996;
  padding: 20px 10%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: none;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.quick-access-popup::-webkit-scrollbar {
  display: none;
}

.quick-access-popup.show {
  display: flex;
}

.quick-access-popup .header {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.quick-access-popup .logo-desktop {
  width: 110px;
}

.quick-access-popup .image-container .image {
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 9px;
}

.quick-access-popup .image-container img {
  width: 100%;
  height: 100%;
}

.quick-access-popup .image-container {
  position: relative;
  cursor: pointer;
  animation: fading ease-in 0.4s;
  opacity: 0;
  animation-fill-mode: forwards;
  margin-bottom: 20px;
}

.quick-access-popup .image-container:hover img {
  filter: blur(2px);
}

.quick-access-popup .image-text-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-access-popup .image-text-container .fx-symbol-arrow-right {
  margin-left: 0.5em;
}

.quick-access-popup .close-button {
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  color: #fff;
}

.quick-access-popup .close-button svg {
  width: 100%;
  height: 100%;
}

.quick-access-popup .image-set:last-child {
  margin-top: 10px;
}
.popup-cookies {
  position: relative;
  z-index: 996;
  padding: 25px 10px 20px;
  margin-bottom: 5px;
  background: white;
  border: 2px solid #dfe6e9;
  border-radius: 9px;
  box-shadow: 0px 4px 6px rgba(178, 190, 195, 0.18);
  font-size: 12px;
  line-height: 1.35;
  color: #2d3436;
  width: 300px;
  display: none;
}

@media (min-width: 480px) {
  .popup-cookies {
    font-size: 14px;
    width: 440px;
    padding: 30px 20px;
  }
}

.popup-cookies.show {
  display: block;
}

.popup-cookies .text {
  display: none;
}

.popup-cookies .text.show {
  display: block;
}

.popup-cookies .icon-circle {
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid #dfe6e9;
  border-radius: 50%;
}

.popup-cookies
  .icon-circle[lang="ar"][_nghost-ng-cli-universal-c122]
  .popup-cookies
  .icon-circle,
[lang="ar"] [_nghost-ng-cli-universal-c122] .popup-cookies .icon-circle {
  left: auto;
  right: 28px;
}

.popup-cookies .title {
  margin-bottom: 1.5em;
  color: #2d3436;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

@media (min-width: 480px) {
  .popup-cookies .title {
    font-size: 18px;
  }
}

.popup-cookies p {
  margin-bottom: 1em;
}

.popup-cookies strong {
  font-weight: 700;
}

.popup-cookies .close-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}

.popup-cookies
  .close-icon[lang="ar"][_nghost-ng-cli-universal-c122]
  .popup-cookies
  .close-icon,
[lang="ar"] [_nghost-ng-cli-universal-c122] .popup-cookies .close-icon {
  right: auto;
  left: 10px;
}

.popup-cookies .buttons-holder {
  margin-top: 2em;
  text-align: center;
}

.popup-cookies .btn {
  font-size: 12px;
  display: block;
  padding: 12px 1rem;
  margin-bottom: 3px;
}

@media (min-width: 480px) {
  .popup-cookies .btn {
    font-size: 14px;
  }
}

.popup-cookies .btn-link {
  color: #2d3436;
  font-weight: 400;
  padding: 5px;
  text-decoration: underline;
  display: inline-block;
}

.popup-cookies .tabset-cookies__nav {
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  display: inline-flex;
  width: 100%;
  border: 1px solid #303135;
  border-radius: 4px;
}

.popup-cookies .tabset-cookies__nav li {
  border-left: 1px solid #303135;
  flex: 1;
}

.popup-cookies .tabset-cookies__nav li:first-child {
  border: none;
}

.popup-cookies .tabset-cookies__nav li a {
  display: block;
  padding: 8px;
  position: relative;
  color: #303135;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.4s;
}

@media (min-width: 1024px) {
  .popup-cookies .tabset-cookies__nav li a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.popup-cookies .tabset-cookies__nav li a:hover,
.popup-cookies .tabset-cookies__nav li.active a {
  transform: scale(1.05);
  color: white;
  background-color: #303135;
  transition: all 0.4s;
}

.popup-cookies .tabset-cookies .tab {
  display: none;
  height: 60vh;
  padding-right: 22px;
  overflow: auto;
}

.popup-cookies .tabset-cookies .tab ::-webkit-scrollbar:hover {
  width: 22px;
}

@media (min-width: 1024px) {
  .popup-cookies .tabset-cookies .tab {
    height: 370px;
  }
}

.popup-cookies .tabset-cookies .tab .title {
  margin-bottom: 1rem;
}

.popup-cookies .tabset-cookies .tab.active {
  display: block;
}

.popup-cookies .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  margin: 0;
}

.popup-cookies .switch input {
  display: none;
}

.popup-cookies .switch .slider {
  position: absolute;
  cursor: pointer;
  height: 26px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  box-shadow: inset 0 0 0 1px #b2bec3;
  transition: 0.4s;
  border-radius: 4px;
}

.popup-cookies .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 30px;
  left: 0;
  bottom: 0;
  background-color: #b2bec3;
  transition: 0.4s;
  border-radius: 4px;
}

.popup-cookies input:checked + .slider {
  box-shadow: inset 0 0 0 1px #303135;
}

.popup-cookies input:focus + .slider {
  box-shadow: 0 0 1px #303135, inset 0 0 0 1px #303135;
}

.popup-cookies input:checked + .slider:before {
  transform: translateX(30px);
  background-color: #303135;
}

.popup-cookies .settings-box {
  background-color: #f8f8f9;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 10px;
}

.popup-cookies .settings-box__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
}

.popup-cookies .settings-box__title {
  font-size: 18px;
  font-weight: 700;
  color: #2d3436;
  display: block;
}

.popup-cookies .settings-box__name {
  font-weight: 500;
}

.popup-cookies .settings-box__holder {
  height: 0;
  overflow: hidden;
}

.popup-cookies .settings-box em {
  display: block;
}

.popup-cookies .settings-box em a {
  color: #2d3436;
}
/* partials/helpers/fx-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 40px;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 10px;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #00d9ad;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #b2bec3;
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.custom-control-label::after {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300d9ad' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300d9ad' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300d9ad'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.grecaptcha-badge {
  display: none;
}

form {
  position: relative;
}

form .form-group {
  text-align: left;
}

form .form-group:last-child .form-control {
  margin-bottom: 0;
}

form .form-group.underline-only {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

form .form-group.underline-only.fx-dropdown__wrapper {
  z-index: 3;
}

form .form-group.underline-only .fx-dropdown__container {
  bottom: -3px;
  z-index: 1;
}

form .form-group.underline-only .fx-dropdown__toggle {
  height: 50px;
  padding-bottom: 0;
}

form .form-group.underline-only .fx-dropdown__title {
  color: #2d3436;
  font-weight: 400;
  font-size: 16px;
}

form .form-group.underline-only textarea,
form .form-group.underline-only input,
form .form-group.underline-only .fx-dropdown__toggle {
  border: none;
  width: 100%;
  background: none;
  box-shadow: none;
  margin: 0;
  color: #2d3436;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}

form .form-group.underline-only textarea.ng-touched + label,
form .form-group.underline-only input.ng-touched + label,
form .form-group.underline-only .fx-dropdown__toggle.ng-touched + label {
  transform: none;
}

form .form-group.underline-only textarea + label,
form .form-group.underline-only input + label,
form .form-group.underline-only .fx-dropdown__toggle + label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  color: #c8c8c8;
  transition: color 0.4s, top 0.4s, transform 0.4s;
  pointer-events: none;
}

form .form-group.underline-only textarea + label.translatable,
form .form-group.underline-only input + label.translatable,
form .form-group.underline-only .fx-dropdown__toggle + label.translatable {
  transform: translateY(35px);
}

form .form-group.underline-only textarea + label + .bar,
form .form-group.underline-only input + label + .bar,
form .form-group.underline-only .fx-dropdown__toggle + label + .bar {
  width: 100%;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #c8c8c8;
  transition: height 0.4s;
  display: flex;
  justify-content: center;
}

form .form-group.underline-only textarea + label + .bar:after,
form .form-group.underline-only input + label + .bar:after,
form .form-group.underline-only .fx-dropdown__toggle + label + .bar:after {
  width: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 3px;
  border-radius: 1.5px;
  background-color: #009cfc;
  transition: width 0.4s;
}

form .form-group.underline-only textarea:focus,
form .form-group.underline-only textarea.dropdown-visible,
form .form-group.underline-only input:focus,
form .form-group.underline-only input.dropdown-visible,
form .form-group.underline-only .fx-dropdown__toggle:focus,
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible {
  border: none;
  box-shadow: none;
}

form .form-group.underline-only textarea:focus + label,
form .form-group.underline-only textarea.dropdown-visible + label,
form .form-group.underline-only input:focus + label,
form .form-group.underline-only input.dropdown-visible + label,
form .form-group.underline-only .fx-dropdown__toggle:focus + label,
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible + label {
  top: 0;
  transform: none;
  color: #009cfc;
}

form .form-group.underline-only textarea:focus + label + .bar:after,
form .form-group.underline-only textarea.dropdown-visible + label + .bar:after,
form .form-group.underline-only input:focus + label + .bar:after,
form .form-group.underline-only input.dropdown-visible + label + .bar:after,
form .form-group.underline-only .fx-dropdown__toggle:focus + label + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.dropdown-visible
  + label
  + .bar:after {
  width: 100%;
}

form .form-group.underline-only textarea.success + label,
form .form-group.underline-only textarea.success:focus + label,
form .form-group.underline-only textarea.success.dropdown-visible + label,
form .form-group.underline-only input.success + label,
form .form-group.underline-only input.success:focus + label,
form .form-group.underline-only input.success.dropdown-visible + label,
form .form-group.underline-only .fx-dropdown__toggle.success + label,
form .form-group.underline-only .fx-dropdown__toggle.success:focus + label,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label {
  color: #00d9ad;
}

form .form-group.underline-only textarea.success + label + .bar,
form .form-group.underline-only textarea.success:focus + label + .bar,
form
  .form-group.underline-only
  textarea.success.dropdown-visible
  + label
  + .bar,
form .form-group.underline-only input.success + label + .bar,
form .form-group.underline-only input.success:focus + label + .bar,
form .form-group.underline-only input.success.dropdown-visible + label + .bar,
form .form-group.underline-only .fx-dropdown__toggle.success + label + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success:focus
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label
  + .bar {
  background-color: #00d9ad;
}

form .form-group.underline-only textarea.success + label + .bar:after,
form .form-group.underline-only textarea.success:focus + label + .bar:after,
form
  .form-group.underline-only
  textarea.success.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only input.success + label + .bar:after,
form .form-group.underline-only input.success:focus + label + .bar:after,
form
  .form-group.underline-only
  input.success.dropdown-visible
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success:focus
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label
  + .bar:after {
  background-color: #00d9ad;
}

form .form-group.underline-only textarea.danger + label,
form .form-group.underline-only textarea.danger:focus + label,
form .form-group.underline-only textarea.danger.dropdown-visible + label,
form .form-group.underline-only input.danger + label,
form .form-group.underline-only input.danger:focus + label,
form .form-group.underline-only input.danger.dropdown-visible + label,
form .form-group.underline-only .fx-dropdown__toggle.danger + label,
form .form-group.underline-only .fx-dropdown__toggle.danger:focus + label,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label {
  color: #ed1c24;
}

form .form-group.underline-only textarea.danger + label + .bar,
form .form-group.underline-only textarea.danger:focus + label + .bar,
form .form-group.underline-only textarea.danger.dropdown-visible + label + .bar,
form .form-group.underline-only input.danger + label + .bar,
form .form-group.underline-only input.danger:focus + label + .bar,
form .form-group.underline-only input.danger.dropdown-visible + label + .bar,
form .form-group.underline-only .fx-dropdown__toggle.danger + label + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger:focus
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label
  + .bar {
  background-color: #ed1c24;
}

form .form-group.underline-only textarea.danger + label + .bar:after,
form .form-group.underline-only textarea.danger:focus + label + .bar:after,
form
  .form-group.underline-only
  textarea.danger.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only input.danger + label + .bar:after,
form .form-group.underline-only input.danger:focus + label + .bar:after,
form
  .form-group.underline-only
  input.danger.dropdown-visible
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger:focus
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label
  + .bar:after {
  background-color: #ed1c24;
}

form .error-message {
  color: #007bff;
  margin-top: 10px;
}

form label {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #2d3436;
}

@media (min-width: 480px) {
  form label {
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  form label {
    font-size: 1rem;
  }
}

form textarea,
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #b2bec3;
  color: #2d3436;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px;
  transition: box-shadow 0.4s, border-color 0.4s;
}

@media (min-width: 1024px) {
  form textarea,
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"] {
    padding: 10px 20px;
  }
}

form textarea::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}

form textarea:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}

form textarea::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}

form textarea:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}

form textarea.error,
form textarea.ng-touched.ng-invalid,
form input[type="text"].error,
form input[type="text"].ng-touched.ng-invalid,
form input[type="email"].error,
form input[type="email"].ng-touched.ng-invalid,
form input[type="tel"].error,
form input[type="tel"].ng-touched.ng-invalid {
  box-shadow: 0 0 0 1px #ed1c24;
  border-color: #ed1c24;
}

form textarea:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus {
  box-shadow: 0 0 0 1px #009cfc;
  border-color: #009cfc;
  outline: none;
}

form textarea:disabled,
form input[type="text"]:disabled,
form input[type="email"]:disabled,
form input[type="tel"]:disabled {
  background-color: #ebebe4;
  cursor: not-allowed;
}

form textarea {
  resize: none;
  height: 100px !important;
}

.checkbox {
  margin-bottom: 20px;
}

.custom-checkbox {
  padding: 0;
}

.custom-checkbox .custom-control-label {
  height: 24px;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  padding-left: 40px;
  font-weight: 400;
}

.custom-checkbox .custom-control-label:hover {
  cursor: pointer;
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
  top: 0;
}

.custom-checkbox .custom-control-input ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #b2bec3;
}

.custom-checkbox .custom-control-input ~ .custom-control-label:hover:before {
  box-shadow: 0 0 0 1px #929daa;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: #00d9ad;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: "";
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  width: 9px;
  height: 17px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: white;
  margin: 0.1rem 1.5rem 0.1rem 0.5rem;
  transform: rotate(45deg);
}

.custom-checkbox-secondary {
  margin: 0;
}

@media (min-width: 480px) {
  .custom-checkbox-secondary {
    margin: 0 0 0 40px;
  }
}

.custom-checkbox-secondary .custom-control-label {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding-top: 0;
  padding-left: 28px;
  color: #2d3436;
  white-space: nowrap;
}

.custom-checkbox-secondary
  .custom-control-input
  ~ .custom-control-label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #21a1fc;
}

.custom-checkbox-secondary .custom-control-input ~ .custom-control-label:after {
  width: 18px;
  height: 18px;
}

.custom-checkbox-secondary
  .custom-control-input
  ~ .custom-control-label:hover:before {
  box-shadow: 0 0 0 1px #21a1fc;
}

.custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background: #fff;
}

.custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  content: "";
  position: absolute;
  background: none;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #21a1fc;
  margin: 0.1rem 1.5rem 0.1rem 0.5rem;
  transform: rotate(45deg);
}

.fx-dropdown__toggle {
  min-width: 180px;
  min-height: 42px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #2d3436;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.fx-dropdown__toggle_disabled {
  cursor: default;
  color: #6c757d;
}

.fx-dropdown__toggle_disabled.fx-dropdown__toggle:after {
  display: none;
}

.fx-dropdown__toggle.dropdown-visible:after {
  transform: rotate(180deg);
}

.fx-dropdown__toggle:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  transition: transform 0.4s;
  margin-left: 10px;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #636e72 transparent transparent transparent;
}

.fx-dropdown__container {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(100% - 10px));
  border-radius: 3px;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  background: white;
  color: #2d3436;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
}

.fx-dropdown__container.show {
  transform: translateY(100%);
  opacity: 1;
  pointer-events: auto;
}

.fx-dropdown--scrollable .fx-dropdown__options {
  max-height: 270px;
  overflow-y: scroll;
}

.fx-dropdown__options > div {
  padding: 10px;
  transition: background-color 0.2s;
}

.fx-dropdown__options > div:hover {
  background-color: rgba(223, 230, 233, 0.3);
}

.fx-dropdown__title {
  font-size: 14px;
  text-align: left;
  color: #b2bec3;
}

.fx-dropdown__title > * {
  pointer-events: none;
}

.fx-dropdown__title span {
  color: #2d3436;
}

.fx-dropdown__search {
  position: relative;
  padding: 10px;
}

.fx-dropdown__search-icon {
  font-size: 15px;
  color: #636e72;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.fx-dropdown__search input {
  width: 100%;
  border-radius: 2px;
  height: 30px;
  padding-left: 25px !important;
  background-color: #fff;
  border: solid 1px #dfe6e9;
}

[lang="ar"] form .form-group {
  text-align: right !important;
}

[lang="ar"] form .form-group.underline-only textarea + label,
[lang="ar"] form .form-group.underline-only input + label,
[lang="ar"] form .form-group.underline-only .fx-dropdown__toggle + label {
  left: auto !important;
  right: 0 !important;
}

[lang="ar"] form .form-group.underline-only .fx-dropdown__toggle {
  margin: 0 !important;
}

[lang="ar"] form label {
  text-align: right !important;
}

[lang="ar"] .custom-checkbox {
  padding: 0;
}

[lang="ar"] .custom-checkbox .custom-control-label {
  padding-right: 40px !important;
  padding-left: 0 !important;
}

[lang="ar"] .custom-checkbox .custom-control-label:before {
  right: 0 !important;
  left: auto !important;
}

[lang="ar"]
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  left: auto !important;
  right: 0 !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

@media (min-width: 480px) {
  [lang="ar"] .custom-checkbox-secondary {
    margin: 0 40px 0 0 !important;
  }
}

[lang="ar"] .custom-checkbox-secondary .custom-control-label {
  padding-right: 28px !important;
  padding-left: 0 !important;
}

[lang="ar"]
  .custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  left: auto !important;
  right: -2px !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

[lang="ar"] .fx-dropdown__toggle {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

[lang="ar"] .fx-dropdown__toggle:after {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

[lang="ar"] .fx-dropdown__container {
  left: auto !important;
  right: 0 !important;
}

[lang="ar"] .fx-dropdown__title {
  text-align: right !important;
}

[lang="ar"] .fx-dropdown__search-icon {
  left: auto !important;
  right: 16px !important;
}

[lang="ar"] .fx-dropdown__search input {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
section,
.footer {
  padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {
  section,
  .footer {
    padding: 5rem 0;
  }
}

.fx-section {
  padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {
  .fx-section {
    padding: 5rem 0;
  }
}

.fx-section--full-viewport-height {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fx-margin-bottom-section {
  margin-bottom: 2.2727272727rem !important;
}

@media (min-width: 1024px) {
  .fx-margin-bottom-section {
    margin-bottom: 5rem !important;
  }
}

.fx-margin-top-section {
  margin-top: 2.2727272727rem !important;
}

@media (min-width: 1024px) {
  .fx-margin-top-section {
    margin-top: 5rem !important;
  }
}

h2 {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  h2 {
    margin-bottom: 40px;
  }
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.section-space-after-header {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .section-space-after-header {
    padding-top: 224px;
  }
}

.fx-section--small-padding {
  padding: 3.3333333333rem 0;
}

@media (min-width: 1024px) {
  .fx-section--small-padding {
    padding: 5rem 0;
  }
}
.fx-theme--light {
  color: #636e72;
  background-color: #fff;
}

.fx-theme--light h1,
.fx-theme--light h2,
.fx-theme--light h3,
.fx-theme--light h4,
.fx-theme--light h5,
.fx-theme--light h6,
.fx-theme--light .text-size-h1,
.fx-theme--light .text-size-h2,
.fx-theme--light .text-size-h3,
.fx-theme--light .text-size-h4,
.fx-theme--light .text-size-h5,
.fx-theme--light .text-size-h6,
.fx-theme--light .fx-color--heading {
  color: #2d3436;
}

.fx-theme--light .fx-color--secondary {
  color: #979797;
}

.fx-theme--light .fx-color--main {
  color: #636e72;
}

.fx-theme--light .fx-color--highlight {
  color: #009cfc;
}

.fx-theme--light .fx-color--highlight-bg {
  background-color: #009cfc;
}

.fx-theme--light .fx-color-border--secondary {
  border-color: #979797;
}

.fx-theme--light .risk,
.fx-theme--light .fx-color--risk {
  color: #575757;
}

.fx-theme--light .fx-color--header {
  color: rgba(85, 85, 85, 0.75);
}

.fx-theme--dark {
  color: white;
  background-color: #131416;
}

.fx-theme--dark h1,
.fx-theme--dark h2,
.fx-theme--dark h3,
.fx-theme--dark h4,
.fx-theme--dark h5,
.fx-theme--dark h6,
.fx-theme--dark .text-size-h1,
.fx-theme--dark .text-size-h2,
.fx-theme--dark .text-size-h3,
.fx-theme--dark .text-size-h4,
.fx-theme--dark .text-size-h5,
.fx-theme--dark .text-size-h6,
.fx-theme--dark .fx-color--heading {
  color: white;
}

.fx-theme--dark .fx-color--secondary {
  color: #979797;
}

.fx-theme--dark .fx-color--main {
  color: white;
}

.fx-theme--dark .fx-color--highlight {
  color: #009cfc;
}

.fx-theme--dark .fx-color--highlight-bg {
  background-color: #009cfc;
}

.fx-theme--dark .fx-color-border--secondary {
  border-color: #979797;
}

.fx-theme--dark .risk,
.fx-theme--dark .fx-color--risk {
  color: #a9abb0;
}

.fx-theme--dark .fx-color--header {
  color: #c8c8c8;
}

.fx-theme--gray {
  color: #636e72;
  background-color: #f8f8f8;
}

.fx-theme--gray h1,
.fx-theme--gray h2,
.fx-theme--gray h3,
.fx-theme--gray h4,
.fx-theme--gray h5,
.fx-theme--gray h6,
.fx-theme--gray .text-size-h1,
.fx-theme--gray .text-size-h2,
.fx-theme--gray .text-size-h3,
.fx-theme--gray .text-size-h4,
.fx-theme--gray .text-size-h5,
.fx-theme--gray .text-size-h6,
.fx-theme--gray .fx-color--heading {
  color: #333333;
}

.fx-theme--gray .fx-color--secondary {
  color: #575757;
}

.fx-theme--gray .fx-color--main {
  color: #636e72;
}

.fx-theme--gray .fx-color--highlight {
  color: #009cfc;
}

.fx-theme--gray .fx-color--highlight-bg {
  background-color: #009cfc;
}

.fx-theme--gray .fx-color-border--secondary {
  border-color: #575757;
}

.fx-theme--gray .risk,
.fx-theme--gray .fx-color--risk {
  color: #575757;
}

.fx-theme--gray .fx-color--header {
  color: rgba(0, 0, 0, 0.5);
}

.fx-theme--highlight {
  color: white;
  background-color: #303135;
}

.fx-theme--highlight h1,
.fx-theme--highlight h2,
.fx-theme--highlight h3,
.fx-theme--highlight h4,
.fx-theme--highlight h5,
.fx-theme--highlight h6,
.fx-theme--highlight .text-size-h1,
.fx-theme--highlight .text-size-h2,
.fx-theme--highlight .text-size-h3,
.fx-theme--highlight .text-size-h4,
.fx-theme--highlight .text-size-h5,
.fx-theme--highlight .text-size-h6,
.fx-theme--highlight .fx-color--heading {
  color: white;
}

.fx-theme--highlight .fx-color--secondary {
  color: #fefefe;
}

.fx-theme--highlight .fx-color--main {
  color: white;
}

.fx-theme--highlight .fx-color--highlight {
  color: #575757;
}

.fx-theme--highlight .fx-color--highlight-bg {
  background-color: #575757;
}

.fx-theme--highlight .fx-color-border--secondary {
  border-color: #fefefe;
}

.fx-theme--highlight .risk,
.fx-theme--highlight .fx-color--risk {
  color: #fefefe;
}

.fx-theme--highlight .fx-color--header {
  color: white;
}

.fx-color--danger {
  color: #ed1c24;
}

.fx-color--primary {
  color: #009cfc;
}

.fx-color--success {
  color: #00b894;
}

.fx-color-gray-100 {
  color: #b2bec3;
}

.fx-color--yellow {
  color: #ffc600;
}

.fx-color--black {
  color: #2d3436;
}
.fx-section--support {
  padding: 0 0 2rem;
}

.fx-section--support .footerbtn,
.fx-section--support .footerbtn:hover {
  background-color: #f8f2ec;
  box-shadow: none;
  transition: none;
}

.fx-section--support .footerbtn a .icon {
  color: #2d3436;
}

.fx-section--support .footerbtn .text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 22px;
  line-height: 112%;
  color: #2d3436;
}

.fx-section--support .footerbtn .text strong {
  text-decoration: underline;
  color: #d91222;
  font-weight: 700;
}

.fx-section--support .footerbtn .text strong:hover {
  text-decoration: none;
}

.fx-section--support .qr-code {
  position: absolute;
  right: 100%;
  margin-right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 4px solid #32a071;
}

.fx-section--support .btn-qr-code-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--support .btn-qr-code-desktop {
    display: block;
  }
}

@media (min-width: 1024px) {
  .fx-section--support .btn-qr-code-mobile {
    display: none;
  }
}

.fx-section--support .floating-panel {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 15;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .fx-section--support .floating-panel {
    right: 20px;
  }
}

.fx-section--support .floating-panel .btn {
  font-size: 11px;
  line-height: 1.1;
  min-width: 60px;
  height: 60px;
  border-radius: 4px 0 0 4px;
  padding: 5px;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease-in;
}

.fx-section--support .floating-panel .btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  font-size: 31px;
  margin: 0 auto 4px;
}

.fx-section--support .floating-panel .btn .icon.fx-symbol-feedback {
  font-size: 25px;
}

.fx-section--support .floating-panel .btn-faq-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d91222;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  font-style: normal;
  transition: box-shadow 0.2s;
}

.fx-section--support .floating-panel .floating-panel-inner:hover .btn-faq-icon {
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 25%);
}

.fx-section--support .floating-panel .btn-faq-text {
  display: inline-block;
  padding: 2px 5px;
  margin-top: 5px;
  max-width: 75px;
  min-width: 40px;
  background: rgba(182, 135, 86, 0.2);
  border-radius: 18px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #d91222;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: box-shadow 0.2s, opacity 0.2s;
}

.fx-section--support .floating-panel .floating-panel-inner:hover .btn-faq-text {
  box-shadow: 0 6px 10px 0 rgb(0 0 0 / 25%);
  opacity: 1;
}

.fx-section--support .static-panel {
  position: relative;
  z-index: 13;
  opacity: 1;
  transition: opacity 0.4s;
}

.fx-section--support .static-panel .btn {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media (min-width: 480px) {
  .fx-section--support .static-panel .btn {
    font-size: 3vw;
    justify-content: center;
  }

  .fx-section--support .static-panel .btn br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fx-section--support .static-panel .btn {
    font-size: 27px;
  }
}

.fx-section--support .static-panel .btn a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-section--support .static-panel .btn mark {
  background: white;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

.fx-section--support .static-panel .btn mark .btn-arrow {
  border-color: #303135;
  margin: 0 0 0 -2px;
}

.fx-section--support .static-panel .btn .icon-faq {
  font-size: 31px;
  line-height: 31px;
  font-weight: 300;
  color: #d91222;
  font-style: inherit;
  margin: 0 6px;
}

.popup-regulator {
  max-width: 574px;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 0 18px 0 rgba(76, 83, 107, 0.25);
  background: #fff;
  font-size: 12px;
  color: #2d3436;
}

@media (min-width: 1024px) {
  .popup-regulator {
    padding: 30px;
    font-size: 14px;
  }
}

.popup-regulator .text-size-h3 {
  color: #f5a305;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .popup-regulator .text-size-h3 {
    font-size: 18px;
  }
}

.popup-regulator .text-size-h3 i {
  color: currentColor;
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}

[lang="ar"][_nghost-ng-cli-universal-c72] .popup-regulator .text-size-h3 i,
[lang="ar"] [_nghost-ng-cli-universal-c72] .popup-regulator .text-size-h3 i {
  margin-right: 0;
  margin-left: 10px;
}

.popup-regulator .btn {
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 51px;
  display: flex;
}

@media (min-width: 1024px) {
  .popup-regulator .btn {
    display: inline-flex;
  }
}

.popup-regulator .btn + .btn {
  margin-top: 10px;
}

@media (min-width: 480px) {
  .popup-regulator .btn + .btn {
    margin-left: 20px;
    margin-top: 0;
  }

  [lang="ar"][_nghost-ng-cli-universal-c72] .popup-regulator .btn + .btn,
  [lang="ar"] [_nghost-ng-cli-universal-c72] .popup-regulator .btn + .btn {
    margin-left: 0;
    margin-right: 20px;
  }
}

.popup-regulator .box-info {
  color: #929daa;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .popup-regulator .box-info {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dfe6e9;
    margin-top: 0;
  }

  [lang="ar"][_nghost-ng-cli-universal-c72] .popup-regulator .box-info,
  [lang="ar"] [_nghost-ng-cli-universal-c72] .popup-regulator .box-info {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #dfe6e9;
  }
}

.popup-regulator .box-info a {
  color: #d91222;
}

footer .pt-risk-2-0 .block--3 ul,
footer .pt-risk-2-0 .block--3 li,
footer .pt-risk-direct .block3 ul,
footer .col-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer {
  font-size: 0.7857rem;
}

@media (min-width: 480px) {
  footer {
    font-size: 0.6875rem;
  }
}

footer .pre-footer {
  border: 1px solid rgba(146, 157, 170, 0.22);
  border-width: 1px 0;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 1rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  footer .pre-footer {
    padding: 5px 0;
    margin-bottom: 0.6875rem;
    text-align: left;
    justify-content: space-between;
  }
}

footer .pre-footer:hover .fx-logo {
  color: #ed1c24;
}

footer .pre-footer__content {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(146, 157, 170, 0.22);
  padding-bottom: 1rem;
}

@media (min-width: 480px) {
  footer .pre-footer__content {
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

footer .fx-dropdown__toggle {
  min-height: 50px;
  padding: 5px 10px;
  margin: 1rem 0 0;
  width: 100%;
}

@media (min-width: 1024px) {
  footer .fx-dropdown__toggle {
    font-size: 27px;
    width: auto;
    min-height: 30px;
    margin: 0 0 0 20px;
  }
}

@media (max-width: 1024px) {
  [lang="ar"] footer .fx-dropdown__toggle {
    margin-right: 0 !important;
  }

  [lang="ar"] footer .copyright {
    margin-right: 0 !important;
  }

  [lang="ar"] footer .copyright .fx-logo {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
}

footer .fx-dropdown__container {
  font-size: 14px;
  z-index: 15;
}

@media (min-width: 1024px) {
  footer .regulator-dropdowns__container {
    display: flex;
    justify-content: flex-end;
  }
}

footer .copyright {
  cursor: default;
  line-height: 1;
}

@media (min-width: 480px) {
  footer .copyright {
    margin-right: 2rem;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .copyright,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .copyright {
    margin-left: 2rem;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  footer .copyright {
    margin-right: 3rem;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .copyright,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .copyright {
    margin-left: 3rem;
    margin-right: 0;
  }
}

footer .copyright .fx-logo {
  font-size: 1rem;
  margin-right: 1rem;
  transition: color 0.4s ease-out;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .copyright .fx-logo,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .copyright .fx-logo {
  margin-left: 1rem;
  margin-right: 0;
}

footer .socials-links a {
  font-size: 1rem;
  color: #dfe6e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .socials-links a,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .socials-links a {
  margin-left: 15px;
  margin-right: 0;
}

@media (min-width: 1024px) {
  footer .socials-links a {
    margin-right: 32px;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .socials-links a,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .socials-links a {
    margin-left: 32px;
  }
}

@media (min-width: 1200px) {
  footer .socials-links a {
    margin-right: 2.5rem;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .socials-links a,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .socials-links a {
    margin-left: 2.5rem;
  }
}

footer .socials-links a:hover {
  color: #0984e3;
}

footer .socials-links a:hover:focus,
footer .socials-links a:focus {
  color: #065b9c;
}

@media (min-width: 480px) {
  footer .footer-content {
    padding-bottom: 2rem;
  }
}

footer .footer-content a {
  color: #d91222;
}

footer .footer-content .info-sponsor-block {
  margin: 40px 0;
}

footer .footer-content .info-sponsor-block img {
  width: 100%;
  margin: 0;
}

footer .footer-content .separator.dot {
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: none;
}

footer .footer-content p {
  margin-bottom: 0;
}

footer .contact-info {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  footer .contact-info {
    margin-bottom: 0;
  }
}

footer .link-sitemap {
  color: #636e72;
  height: 39px;
  line-height: 39px;
  padding-right: 10px;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .link-sitemap,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .link-sitemap {
  padding-left: 10px;
  padding-right: 0;
}

@media (min-width: 480px) {
  footer .link-sitemap {
    height: auto;
    padding-right: 0;
    line-height: 1.2;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .link-sitemap,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .link-sitemap {
    padding-left: 0;
  }
}

footer .link-sitemap:hover {
  color: #d91222;
}

footer .footer-columns{
  padding: 20px 0;
}

@media (min-width: 1024px) {
  footer a[href^="tel"] {
    pointer-events: none;
    color: #636e72;
  }
}

footer .footer-columns {
  margin: 0 0 2.8571rem;
}

@media (min-width: 480px) {
  footer .footer-columns {
    margin: 0 -20px 0;
  }
}

footer .col-footer {
  line-height: 1.25rem;
  padding: 0;
  border-bottom: 1px solid rgba(146, 157, 170, 0.22);
}

@media (min-width: 480px) {
  footer .col-footer {
    border: none;
    padding: 0 20px;
  }
}

footer .col-footer.expanded .title i {
  transform: rotate(45deg);
}

footer .col-footer .title {
  color: #2d3436;
  height: 39px;
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 480px) {
  footer .col-footer .title {
    margin-bottom: 10px;
    font-weight: 600;
    height: auto;
    display: block;
  }
}

footer .col-footer .title i {
  transition: transform 0.4s;
  font-size: 8px;
}

@media (min-width: 480px) {
  footer .col-footer .title i {
    display: none;
  }
}

footer .col-footer ul {
  padding: 0 0 10px 20px;
}

@media (min-width: 480px) {
  footer .col-footer ul {
    margin-bottom: 2rem;
    padding: 0;
  }
}

footer .col-footer ul:last-child {
  margin-bottom: 0;
}

footer .col-footer ul li {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

footer .col-footer ul li:last-child {
  margin-bottom: 0;
}

footer .col-footer ul a,
footer .col-footer ul span {
  color: #2d3436;
}

footer .col-footer ul a:hover,
footer .col-footer ul a:hover:focus,
footer .col-footer ul a:focus {
  color: #d91222;
}

footer .footer-frame {
  padding: 0 0 2.5rem;
}

footer .footer-frame a {
  color: #d91222;
}

@media (min-width: 480px) {
  footer .footer-frame {
    border-top: 1px solid rgba(146, 157, 170, 0.22);
    padding: 0 0 1.75rem;
    border: none;
  }
}

@media (min-width: 1024px) {
  footer .text-entry {
    padding-right: 2.75rem;
  }

  [lang="ar"][_nghost-ng-cli-universal-c89] footer .text-entry,
  [lang="ar"] [_nghost-ng-cli-universal-c89] footer .text-entry {
    padding-left: 2.75rem;
    padding-right: 0;
  }
}

.footer-frame [class*="col-"]:last-child footer .text-entry {
  padding-right: 0;
}

[lang="ar"][_nghost-ng-cli-universal-c89]
  .footer-frame
  [class*="col-"]:last-child
  footer
  .text-entry,
[lang="ar"]
  [_nghost-ng-cli-universal-c89]
  .footer-frame
  [class*="col-"]:last-child
  footer
  .text-entry {
  padding-left: 0;
}

footer .text-entry strong {
  color: #2d3436;
  font-weight: 700;
}

footer .footer-logo {
  margin-right: 1.25rem;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .footer-logo,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .footer-logo {
  margin-left: 1.25rem;
  margin-right: 0;
}

footer .img-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100px;
  height: auto;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .img-decor,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .img-decor {
  left: auto;
  right: 0;
}

footer .img-decor.right {
  left: auto;
  right: 0;
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .img-decor.right,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .img-decor.right {
  right: auto;
  left: 0;
}

footer .sponsor__row {
  border-bottom: 1px solid rgba(146, 157, 170, 0.22);
  position: relative;
  margin-bottom: 2rem;
  margin-top: 5rem;
}

@media (min-width: 1024px) {
  footer .sponsor__row {
    margin: 0 0 2.9375rem;
  }
}

footer .sponsor__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}

@media screen and (min-width: 900px) {
  footer .sponsor__info.flexfix {
    justify-content: end;
    transform: translateX(7%);
  }
}

@media screen and (max-width: 900px) {
  footer .sponsor__info {
    max-width: 50% !important;
    flex: 0 0 50%;
    padding-bottom: 30px;
    margin-top: -2rem;
  }
}

footer .sponsor__title {
  display: flex;
  justify-content: flex-start;
}

footer .sponsor__title sup {
  font-size: 11px;
  line-height: 2;
}

footer .sponsor__title > span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  justify-content: center;
  line-height: 1.22;
  color: #636e72;
  transition: color ease-out 0.4s;
}

footer .sponsor__title > span > strong {
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #010d16;
  transition: color ease-out 0.4s;
}

footer .sponsor__logo {
  margin-right: 20px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  position: relative;
}

footer .sponsor__logo img {
  width: 100%;
}

footer .sponsor__logo.monaco-logo {
  max-width: 329px;
}

footer .sponsor__logo.monaco-logo {
  max-width: 329px;
}

footer .sponsor__logo.mclaren-logo {
  max-width: 229px;
}

@media (min-width: 900px) and (max-width: 1200px) {
  footer .sponsor__logo.monaco-logo {
    max-width: 225px;
  }

  footer .sponsor__poster--mclaren {
    max-width: 220px !important;
  }
}

[lang="ar"][_nghost-ng-cli-universal-c89] footer .sponsor__logo,
[lang="ar"] [_nghost-ng-cli-universal-c89] footer .sponsor__logo {
  margin-left: 20px;
  margin-right: 0;
}

@media screen and (max-width: 900px) {
  footer .sponsor__poster {
    display: none !important;
  }
}

footer .sponsor__poster > img,
footer .sponsor__poster > picture img {
  width: 100%;
  align-self: flex-end;
}

footer .sponsor__poster--mclaren {
  padding-bottom: 30px;
  max-width: 300px;
}

footer .sponsor__poster--beda {
  width: 143px;
}

footer .sponsor__poster--beda img {
  max-width: 143px;
}

footer .sponsor__poster--mclaren > img,
footer .sponsor__poster--mclaren > picture img {
  transform: translateX(-10%);
  max-width: 300px;
  width: auto;
}

[lang="ar"] footer .sponsor__poster--mclaren > img,
[lang="ar"] footer .sponsor__poster--mclaren > img,
[lang="ar"] footer .sponsor__poster--mclaren > picture img,
[lang="ar"] footer .sponsor__poster--mclaren > picture img {
  transform: translateX(40px);
}

footer .sponsor__poster-shadow {
  display: flex;
  display: none;
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  outline: 1px solid red;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer .sponsor__poster-shadow {
    display: none;
  }
}

footer .sponsor__poster-shadow > img,
footer .sponsor__poster-shadow > picture img {
  align-self: flex-end;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  max-width: 146px;
  align-self: flex-end;
}

footer .sponsor__poster-shadow--mclaren > img,
footer .sponsor__poster-shadow--mclaren > picture img {
  transform: translateX(-40px);
}

[lang="ar"][_nghost-ng-cli-universal-c89]
  footer
  .sponsor__poster-shadow--mclaren
  > img,
[lang="ar"]
  [_nghost-ng-cli-universal-c89]
  footer
  .sponsor__poster-shadow--mclaren
  > img,
[lang="ar"][_nghost-ng-cli-universal-c89]
  footer
  .sponsor__poster-shadow--mclaren
  > picture
  img,
[lang="ar"]
  [_nghost-ng-cli-universal-c89]
  footer
  .sponsor__poster-shadow--mclaren
  > picture
  img {
  transform: translateX(40px);
}

footer .dropdown-visible i {
  color: #0984e3;
}

footer .pt-risk {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

footer .pt-risk .block {
  border: 1px solid #9caebe;
  font: 12px/18px Arial, Helvetica, sans-serif;
  float: left;
  padding: 13px 10px 0 10px;
  height: 100px;
}

footer .pt-risk .block p {
  padding: 0;
  color: #000;
}

footer .pt-risk .block1 {
  border-right: 0;
  text-align: right;
  width: 190px;
}

footer .pt-risk .block2 {
  border-color: #ed1c24;
  width: 249px;
  padding: 13px 0 0 10px;
  background: url("assets/img/sections/footer-web/pt-risk.webp") 144px 15px
    no-repeat;
}

footer .pt-risk .block2 strong {
  font: bold 14px/17px Arial, Helvetica, sans-serif;
  color: #000;
  width: 115px;
  display: block;
  font-weight: 700;
}

footer .pt-risk .block2 p {
  text-transform: uppercase;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 6px 0 0 0;
}

footer .pt-risk .block3 {
  border-left: 0;
  width: 287px;
}

footer .pt-risk .block3 ul li {
  font-size: 12px;
  padding: 0 0 0 15px !important;
  position: relative;
  margin: 0 !important;
  background: none;
}

footer .pt-risk-direct {
  background: #fff;
}

footer .pt-risk-direct .block {
  border: 1px solid #9caebe;
  font: 10px/12px Arial, Helvetica, sans-serif;
  padding: 5px 5px 7px;
  width: auto;
  font-weight: bold;
}

footer .pt-risk-direct .block p {
  font: 10px/13px Arial, Helvetica, sans-serif;
  padding: 0;
  color: #000;
  opacity: 1;
}

footer .pt-risk-direct .block1 {
  border-bottom: 0;
}

footer .pt-risk-direct .block2 {
  border: 1px solid #ed1c24;
  position: relative;
  padding-right: 21px;
}

footer .pt-risk-direct .block2 .box {
  border: 3px solid #000;
  position: relative;
  padding: 5px 5px 7px;
}

footer .pt-risk-direct .block2 .box:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 10px;
  background: url("assets/img/sections/footer-web/pt-risk.webp") 0 0 no-repeat;
  width: 71px;
  height: 64px;
}

footer .pt-risk-direct .block2 .box p {
  margin: 6px 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 9px;
}

footer .pt-risk-direct .block3 {
  border-top: 0;
}

footer .pt-risk-direct .block3 ul li {
  position: relative;
  background: none;
  padding: 0;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 4px 0 0 0;
  padding: 0 0 0 10px;
}

footer .pt-risk-direct .block3 ul li:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #ed1c24;
}

footer .pt-risk-direct strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0px 58px 19px 0px;
  display: block;
  color: #000;
  text-transform: none;
  line-height: 12px;
}

footer .pt-risk-direct.fixed {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100;
  width: 183px;
  margin: -200px 0 0 0;
}

footer .pt-risk-direct.fixed .block1 {
  font-weight: bold;
}

footer .pt-risk-direct.fixed .block1 p {
  margin: 18px 0 0 0;
}

footer .pt-risk-direct.fixed .block2 {
  border: 1px solid #000;
  padding-right: 21px;
}

footer .pt-risk-direct.fixed .block2 .box {
  border: 3px solid #000;
  position: relative;
  padding: 5px 5px 7px;
}

footer .pt-risk-direct.fixed .block2 .box:before {
  top: 5px;
  right: 10px;
  background: url("assets/img/sections/footer-web/pt-risk-direct-left.webp") 0 0
    no-repeat;
  width: 128px;
  height: 100px;
}

footer .pt-risk-direct.fixed .block2 .box p {
  margin: 1px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 9px;
}

footer .pt-risk-direct.fixed strong {
  padding: 5px 56px 39px 13px;
}

footer .pt-risk-2-0 .block {
  width: 33.33333%;
  padding: 15px;
  border: 1px solid #9caebe;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
  footer .pt-risk-2-0 .block--1 {
    border-right: 0;
  }
}

footer .pt-risk-2-0 .block--2 {
  border-color: red;
  position: relative;
  display: flex;
  justify-content: space-between;
}

footer .pt-risk-2-0 .block--2 img {
  align-self: center;
}

footer .pt-risk-2-0 .block--2 p {
  text-transform: uppercase;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 6px 0 0 0;
  color: #000;
}

@media (min-width: 1024px) {
  footer .pt-risk-2-0 .block--3 {
    border-left: 0;
  }
}

footer .pt-risk-2-0 .block--3 p {
  padding: 0 0 5px 0;
  margin: 0;
  color: #000;
}

footer .pt-risk-2-0 .block--3 li {
  padding-left: 15px;
  position: relative;
}

footer .pt-risk-2-0 .block--3 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ed1c24;
}

footer .pt-risk-2-0 strong {
  font: bold 14px/17px Arial, Helvetica, sans-serif;
  color: #000;
  width: 115px;
  display: block;
}

footer .info-sponsor-block {
  text-align: center;
  margin-bottom: 3.0714rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .info-sponsor-block,
footer .info-sponsor-block:hover,
footer .info-sponsor-block:active {
  color: #636e72;
}

footer .info-sponsor-block:not(:last-child):after {
  height: 100%;
  width: 1px;
  background: rgba(146, 157, 170, 0.22);
  content: "";
  position: absolute;
  right: 0px;
}

[lang="ar"][_nghost-ng-cli-universal-c89]
  footer
  .info-sponsor-block:not(:last-child):after,
[lang="ar"]
  [_nghost-ng-cli-universal-c89]
  footer
  .info-sponsor-block:not(:last-child):after {
  right: auto;
  left: 0;
}

footer .info-sponsor-block img {
  display: block;
  margin: auto auto 1.3571rem;
}

.fx-country-box {
  border-radius: 3px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #2d3436;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

@media (max-width: 1024px) {
  .fx-country-box {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    min-height: 50px;
  }
}

.fx-country-box__title {
  font-size: 14px;
  text-align: left;
}

.fx-country-box__title,
.fx-dropdown__title {
  display: flex;
  flex: 1;
  align-items: center;
}

.fx-country-box__title,
.fx-dropdown__title,
.fx-dropdown__container,
#selected-country,
#selected-regulator {
  color: #2d3436;
}

#selected-country:after,
#selected-regulator:after {
  content: "";
  margin: 0;
}

.fx-country-box__title span,
.fx-dropdown__title span,
.fx-dropdown__container span {
  color: #b2bec3;
  flex: 0 0 auto;
}

.fx-country-box__title span:after,
.fx-dropdown__title span:after,
.fx-dropdown__container span:after {
  content: "·";
  margin-right: 5px;
  margin-left: 5px;
}

.fx-country-box__title .flag-icon,
.fx-dropdown__title .flag-icon,
.fx-dropdown__container .flag-icon {
  vertical-align: text-top;
  margin-right: 5px;
  flex: 0 0 16px;
  height: 16px;
}

@media screen and (max-width: 1024px) {
  .mobile-chat-options {
    position: relative;
    display: none;
  }

  .mobile-chat-options.showBlock {
    display: block;
  }

  .mobile-chat-options .chat-holder {
    position: fixed;
    right: 8px;
    bottom: 16px;
    background-color: transparent;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    transition: all 0.2s ease;
    z-index: 10000;
  }

  .mobile-chat-options .chat-options {
    flex-direction: column;
    align-items: center;
    display: none;
    transition: all 0.2s ease;
  }

  .mobile-chat-options .chat-options .chat-icon-inner {
    padding-top: 14px;
    width: 40px;
    display: none;
    transition: all 0.2s ease;
  }

  .mobile-chat-options.open .chat-holder {
    background-color: #f9fafb;
  }

  .mobile-chat-options.open .chat-icon-open {
    display: none;
  }

  .mobile-chat-options.open .chat-icon-close {
    display: block;
  }

  .mobile-chat-options.open .chat-options {
    display: flex;
  }

  .mobile-chat-options.open .chat-icon-inner {
    display: block;
  }
}

.mobile-chat-options .chat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ed1c24;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-chat-options .chat-icon .chat-icon-open {
  width: 27px;
  height: 27px;
  transition: all 0.2s ease;
}

.mobile-chat-options .chat-icon .chat-icon-close {
  width: 18px;
  height: 18px;
  display: none;
  transition: all 0.2s ease;
}

.mobile-chat-options .chat-options {
  flex-direction: column;
  align-items: center;
  display: none;
  transition: all 0.2s ease;
}

.mobile-chat-options .chat-options .chat-icon-inner {
  padding-top: 14px;
  width: 40px;
  display: none;
  transition: all 0.2s ease;
}

.mobile-chat-options.open .chat-holder {
  background-color: #f9fafb;
}

.mobile-chat-options.open .chat-icon {
  background: #f9fafb;
}

.mobile-chat-options.open .chat-icon-open {
  display: none;
}

.mobile-chat-options.open .chat-icon-close {
  display: block;
}

.mobile-chat-options.open .chat-options {
  display: flex;
}

.mobile-chat-options.open .chat-icon-inner {
  display: block;
}

.mobile-chat-options
  .fix-chat-widget-container
  svg.css-1mpchac
  path:first-child {
  fill: #fff;
}

.mobile-chat-options
  .fix-chat-widget-container
  svg.css-1mpchac
  path:last-child {
  fill: #fe5000;
}

.mobile-chat-options .fix-chat-widget-container button.e1mwfyk10 {
  background: #fe5000;
  border-radius: 50%;
}

.mobile-chat-options .fix-chat-widget-container .css-x1tzzp {
  width: 40px;
  height: 40px;
  box-shadow: none;
}

.mobile-chat-options .fix-chat-widget-container .css-1yzzujv {
  padding: 0;
}

.mobile-chat-options .fix-chat-widget-container .e1dmt1bi0 svg {
  fill: #fe5000;
}

.qr-popup {
  padding: 5px;
  background: #f8f3f3;
  border-radius: 100px;
  margin-bottom: 5px;
}

.qr-popup .buttons-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.qr-popup .buttons-holder .btn-qr,
.qr-popup .buttons-holder .btn-qr:focus {
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
}

@media (max-width: 1024px) {
  .qr-popup {
    margin: 0 auto 20px;
    max-width: fit-content;
  }

  .qr-popup .buttons-holder {
    flex-direction: row;
  }
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1900px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1900px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1900px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1900px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* partials/helpers/fx-animations.scss */
@-webkit-keyframes fx-animation-tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes fx-animation-tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.fx-animation-tada {
  -webkit-animation-name: fx-animation-tada;
  animation-name: fx-animation-tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.initially-visible {
  opacity: 1;
}

.fx-animation-fadeInUp {
  -webkit-animation-name: fx-animation-fadeInUp;
  animation-name: fx-animation-fadeInUp;
}

.fx-animation-fadeInDown {
  -webkit-animation-name: fx-animation-fadeInDown;
  animation-name: fx-animation-fadeInDown;
}

.fx-animation-fadeInDown20px {
  -webkit-animation-name: fx-animation-fadeInDown20px;
  animation-name: fx-animation-fadeInDown20px;
}

.fx-animation-fadeInDown5px {
  -webkit-animation-name: fx-animation-fadeInDown5px;
  animation-name: fx-animation-fadeInDown5px;
}

.fx-animation-fadeOutUp20px {
  -webkit-animation-name: fx-animation-fadeOutUp20px;
  animation-name: fx-animation-fadeOutUp20px;
}

.fx-animation-fadeInUp20px {
  -webkit-animation-name: fx-animation-fadeInUp20px;
  animation-name: fx-animation-fadeInUp20px;
}

@-webkit-keyframes fx-animation-fadeInUp20px {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp20px {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInUp50px {
  -webkit-animation-name: fx-animation-fadeInUp50px;
  animation-name: fx-animation-fadeInUp50px;
}

@-webkit-keyframes fx-animation-fadeInUp50px {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp50px {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInUp100px {
  -webkit-animation-name: fx-animation-fadeInUp100px;
  animation-name: fx-animation-fadeInUp100px;
}

@-webkit-keyframes fx-animation-fadeInUp100px {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp100px {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInUp150px {
  -webkit-animation-name: fx-animation-fadeInUp150px;
  animation-name: fx-animation-fadeInUp150px;
}

@-webkit-keyframes fx-animation-fadeInUp150px {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp150px {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInUp200px {
  -webkit-animation-name: fx-animation-fadeInUp200px;
  animation-name: fx-animation-fadeInUp200px;
}

@-webkit-keyframes fx-animation-fadeInUp200px {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp200px {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInRightUpPhone {
  animation-name: fx-animation-fadeInRightUpPhone;
}

@keyframes fx-animation-fadeInRightUpPhone {
  0% {
    opacity: 0;
    transform: translate3d(240px, 500px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeInRight200px {
  -webkit-animation-name: fx-animation-fadeInRight200px;
  animation-name: fx-animation-fadeInRight200px;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.fx-animation-boxShadowPulse {
  -webkit-animation: fx-animation-boxShadowPulse 0.5s;
  animation: fx-animation-boxShadowPulse 0.5s;
}

.fx-animation-showUpOpacity {
  -webkit-animation-name: fx-animation-showUpOpacity;
  animation-name: fx-animation-showUpOpacity;
}

.fx-animation-slideInRight {
  -webkit-animation-name: fx-animation-slideInRight;
  animation-name: fx-animation-slideInRight;
}

.fx-animation-slideInLeft {
  -webkit-animation-name: fx-animation-slideInLeft;
  animation-name: fx-animation-slideInLeft;
}

.fx-animation-step1 {
  -webkit-animation-name: fx-animation-step1;
  animation-name: fx-animation-step1;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.fx-animation-step {
  -webkit-animation-name: fx-animation-step;
  animation-name: fx-animation-step;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes fx-animation-step1 {
  0% {
    opacity: 1;
    transform: translateX(170%);
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fx-animation-step1 {
  0% {
    opacity: 1;
    transform: translateX(170%);
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fx-animation-step {
  0% {
    transform: translateX(-116%);
    opacity: 0;
  }

  1% {
    transform: translateX(-116%);
    opacity: 1;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fx-animation-step {
  0% {
    transform: translateX(-116%);
    opacity: 0;
  }

  1% {
    transform: translateX(-116%);
    opacity: 1;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fx-animation-showUpOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fx-animation-showUpOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fx-animation-slideInBottom50px {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fx-animation-slideInBottom50px {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes fx-animation-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-fadeInDown20px {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInDown20px {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-fadeInDown5px {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInDown5px {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-fadeOutUp20px {
  0% {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes fx-animation-fadeOutUp20px {
  0% {
    opacity: 1;
    transform: none;
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20px, 0);
  }
}

@-webkit-keyframes fx-animation-fadeInRight200px {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-fadeInRight200px {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fx-animation-slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fx-animation-slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.expandToFullScreen {
  -webkit-animation: fx-animation-expandToFullScreen 1s;
  animation: fx-animation-expandToFullScreen 1s;
}

@-webkit-keyframes fx-animation-expandToFullScreen {
  0% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 3500px rgba(0, 0, 0, 0.5);
  }
}

@keyframes fx-animation-expandToFullScreen {
  0% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 3500px rgba(0, 0, 0, 0.5);
  }
}

.fx-animation-sequence-all *:nth-child(1),
.fx-animation-sequence-all-0-300 *:nth-child(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all *:nth-child(1) *,
.fx-animation-sequence-all-0-300 *:nth-child(1) * {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all *:nth-child(2),
.fx-animation-sequence-all-0-300 *:nth-child(2) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-all *:nth-child(2) *,
.fx-animation-sequence-all-0-300 *:nth-child(2) * {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-all *:nth-child(3),
.fx-animation-sequence-all-0-300 *:nth-child(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-all *:nth-child(3) *,
.fx-animation-sequence-all-0-300 *:nth-child(3) * {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-all *:nth-child(4),
.fx-animation-sequence-all-0-300 *:nth-child(4) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-all *:nth-child(4) *,
.fx-animation-sequence-all-0-300 *:nth-child(4) * {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-all *:nth-child(5),
.fx-animation-sequence-all-0-300 *:nth-child(5) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-all *:nth-child(5) *,
.fx-animation-sequence-all-0-300 *:nth-child(5) * {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-all *:nth-child(6),
.fx-animation-sequence-all-0-300 *:nth-child(6) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-all *:nth-child(6) *,
.fx-animation-sequence-all-0-300 *:nth-child(6) * {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-all *:nth-child(7),
.fx-animation-sequence-all-0-300 *:nth-child(7) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-all *:nth-child(7) *,
.fx-animation-sequence-all-0-300 *:nth-child(7) * {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-all *:nth-child(8),
.fx-animation-sequence-all-0-300 *:nth-child(8) {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.fx-animation-sequence-all *:nth-child(8) *,
.fx-animation-sequence-all-0-300 *:nth-child(8) * {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.fx-animation-sequence-all *:nth-child(9),
.fx-animation-sequence-all-0-300 *:nth-child(9) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.fx-animation-sequence-all *:nth-child(9) *,
.fx-animation-sequence-all-0-300 *:nth-child(9) * {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.fx-animation-sequence-all *:nth-child(10),
.fx-animation-sequence-all-0-300 *:nth-child(10) {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.fx-animation-sequence-all *:nth-child(10) *,
.fx-animation-sequence-all-0-300 *:nth-child(10) * {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.fx-animation-sequence-all *:nth-child(11),
.fx-animation-sequence-all-0-300 *:nth-child(11) {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.fx-animation-sequence-all *:nth-child(11) *,
.fx-animation-sequence-all-0-300 *:nth-child(11) * {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.fx-animation-sequence-all *:nth-child(12),
.fx-animation-sequence-all-0-300 *:nth-child(12) {
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}

.fx-animation-sequence-all *:nth-child(12) *,
.fx-animation-sequence-all-0-300 *:nth-child(12) * {
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}

.fx-animation-sequence-all *:nth-child(13),
.fx-animation-sequence-all-0-300 *:nth-child(13) {
  -webkit-animation-delay: 3600ms;
  animation-delay: 3600ms;
}

.fx-animation-sequence-all *:nth-child(13) *,
.fx-animation-sequence-all-0-300 *:nth-child(13) * {
  -webkit-animation-delay: 3600ms;
  animation-delay: 3600ms;
}

.fx-animation-sequence-all *:nth-child(14),
.fx-animation-sequence-all-0-300 *:nth-child(14) {
  -webkit-animation-delay: 3900ms;
  animation-delay: 3900ms;
}

.fx-animation-sequence-all *:nth-child(14) *,
.fx-animation-sequence-all-0-300 *:nth-child(14) * {
  -webkit-animation-delay: 3900ms;
  animation-delay: 3900ms;
}

.fx-animation-sequence *:nth-of-type(1),
.fx-animation-sequence-0-300 *:nth-of-type(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence *:nth-of-type(1) *,
.fx-animation-sequence-0-300 *:nth-of-type(1) * {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence *:nth-of-type(2),
.fx-animation-sequence-0-300 *:nth-of-type(2) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence *:nth-of-type(2) *,
.fx-animation-sequence-0-300 *:nth-of-type(2) * {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence *:nth-of-type(3),
.fx-animation-sequence-0-300 *:nth-of-type(3) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence *:nth-of-type(3) *,
.fx-animation-sequence-0-300 *:nth-of-type(3) * {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence *:nth-of-type(4),
.fx-animation-sequence-0-300 *:nth-of-type(4) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence *:nth-of-type(4) *,
.fx-animation-sequence-0-300 *:nth-of-type(4) * {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence *:nth-of-type(5),
.fx-animation-sequence-0-300 *:nth-of-type(5) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence *:nth-of-type(5) *,
.fx-animation-sequence-0-300 *:nth-of-type(5) * {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence *:nth-of-type(6),
.fx-animation-sequence-0-300 *:nth-of-type(6) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence *:nth-of-type(6) *,
.fx-animation-sequence-0-300 *:nth-of-type(6) * {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence *:nth-of-type(7),
.fx-animation-sequence-0-300 *:nth-of-type(7) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence *:nth-of-type(7) *,
.fx-animation-sequence-0-300 *:nth-of-type(7) * {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence *:nth-of-type(8),
.fx-animation-sequence-0-300 *:nth-of-type(8) {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.fx-animation-sequence *:nth-of-type(8) *,
.fx-animation-sequence-0-300 *:nth-of-type(8) * {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.fx-animation-sequence *:nth-of-type(9),
.fx-animation-sequence-0-300 *:nth-of-type(9) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.fx-animation-sequence *:nth-of-type(9) *,
.fx-animation-sequence-0-300 *:nth-of-type(9) * {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.fx-animation-sequence *:nth-of-type(10),
.fx-animation-sequence-0-300 *:nth-of-type(10) {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.fx-animation-sequence *:nth-of-type(10) *,
.fx-animation-sequence-0-300 *:nth-of-type(10) * {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.fx-animation-sequence *:nth-of-type(11),
.fx-animation-sequence-0-300 *:nth-of-type(11) {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.fx-animation-sequence *:nth-of-type(11) *,
.fx-animation-sequence-0-300 *:nth-of-type(11) * {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.fx-animation-sequence *:nth-of-type(12),
.fx-animation-sequence-0-300 *:nth-of-type(12) {
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}

.fx-animation-sequence *:nth-of-type(12) *,
.fx-animation-sequence-0-300 *:nth-of-type(12) * {
  -webkit-animation-delay: 3300ms;
  animation-delay: 3300ms;
}

.fx-animation-sequence *:nth-of-type(13),
.fx-animation-sequence-0-300 *:nth-of-type(13) {
  -webkit-animation-delay: 3600ms;
  animation-delay: 3600ms;
}

.fx-animation-sequence *:nth-of-type(13) *,
.fx-animation-sequence-0-300 *:nth-of-type(13) * {
  -webkit-animation-delay: 3600ms;
  animation-delay: 3600ms;
}

.fx-animation-sequence *:nth-of-type(14),
.fx-animation-sequence-0-300 *:nth-of-type(14) {
  -webkit-animation-delay: 3900ms;
  animation-delay: 3900ms;
}

.fx-animation-sequence *:nth-of-type(14) *,
.fx-animation-sequence-0-300 *:nth-of-type(14) * {
  -webkit-animation-delay: 3900ms;
  animation-delay: 3900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(1) * {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(2) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(2) * {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(3) * {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(4) {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(4) * {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(5) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(5) * {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(6) {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(6) * {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(7) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(7) * {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(8) {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(8) * {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(9) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(9) * {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(10) {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(10) * {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(11) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(11) * {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(12) {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(12) * {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(13) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(13) * {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(14) {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

.fx-animation-sequence-all-0-150 *:nth-child(14) * {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(1) * {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(2) {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(2) * {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(3) * {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(4) {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(4) * {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(5) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(5) * {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(6) {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(6) * {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(7) {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(7) * {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(8) {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(8) * {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(9) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(9) * {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(10) {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(10) * {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(11) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(11) * {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(12) {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(12) * {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(13) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(13) * {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(14) {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

.fx-animation-sequence-0-150 *:nth-of-type(14) * {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

.swiper-lazy {
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded {
  -webkit-animation: fx-animation-showUpOpacity 0.4s forwards;
  animation: fx-animation-showUpOpacity 0.4s forwards;
}

@-webkit-keyframes fx-animation-showUpOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fx-animation-showUpOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  sign-in-block {
    padding: 20px 0;
  }
}

.fx-animation-fadeInRightUp {
  animation-name: fx-animation-fadeInRightUp;
}

@keyframes fx-animation-fadeInRightUp {
  0% {
    opacity: 0;
    transform: translate3d(500px, 300px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-fadeLeftUp {
  animation-name: fx-animation-fadeLeftUp;
}

@keyframes fx-animation-fadeLeftUp {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 300px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fx-animation-sequence-all-0-80 *:nth-child(1) {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(1) * {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(2) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(2) * {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(3) {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(3) * {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(4) {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(4) * {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(5) {
  -webkit-animation-delay: 320ms;
  animation-delay: 320ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(5) * {
  -webkit-animation-delay: 320ms;
  animation-delay: 320ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(6) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(6) * {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(7) {
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(7) * {
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(8) {
  -webkit-animation-delay: 560ms;
  animation-delay: 560ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(8) * {
  -webkit-animation-delay: 560ms;
  animation-delay: 560ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(9) {
  -webkit-animation-delay: 640ms;
  animation-delay: 640ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(9) * {
  -webkit-animation-delay: 640ms;
  animation-delay: 640ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(10) {
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(10) * {
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(11) {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(11) * {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(12) {
  -webkit-animation-delay: 880ms;
  animation-delay: 880ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(12) * {
  -webkit-animation-delay: 880ms;
  animation-delay: 880ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(13) {
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(13) * {
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(14) {
  -webkit-animation-delay: 1040ms;
  animation-delay: 1040ms;
}

.fx-animation-sequence-all-0-80 *:nth-child(14) * {
  -webkit-animation-delay: 1040ms;
  animation-delay: 1040ms;
}
/* partials/helpers/fx-modals.scss */
body.no-scroll {
  overflow: hidden;
}

body.backdrop {
  overflow: hidden;
}

body.backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  bottom: 0;
  background: rgba(45, 52, 54, 0.2);
}

.responsive-wrapper {
  border-top: 1px solid rgba(223, 230, 233, 0.6);
  border-bottom: 1px solid rgba(223, 230, 233, 0.6);
  padding-bottom: 5px !important;
  min-height: 6em !important;
}

.responsive-wrapper [style*="margin:3.2em"] {
  margin-top: 2.2em !important;
}

.responsive-wrapper [style*="margin:2em"] {
  margin-top: 1em !important;
}

.responsive-wrapper [style*="margin:2.6em"] {
  margin-top: 1.6em !important;
}

.fx-modal-window {
  background: white;
  border-radius: 6px;
  box-shadow: 0 9px 31px 1px rgba(118, 134, 143, 0.47);
  z-index: 2;
  padding: 30px;
  margin: 30px auto;
  position: relative;
  overflow: auto;
  width: 90%;
  max-height: 500px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@media (min-width: 480px) {
  .fx-modal-window {
    padding: 40px;
    margin: 1.5rem;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .fx-modal-window {
    padding: 60px;
    width: 940px;
    max-height: 100%;
  }
}

.fx-modal-window__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  z-index: 9999;
}

.fx-modal-window * {
  z-index: 2;
}

.fx-modal-window a {
  color: #f41112;
}

.fx-modal-window .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}

@media (min-width: 480px) {
  .fx-modal-window .close-icon {
    right: 20px;
    top: 20px;
  }
}

.fx-modal-window__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: opacity 0.4s, transform 0.4s;
  text-decoration: none;
}

@media (min-width: 480px) {
  .fx-modal-window__close {
    right: 20px;
    top: 20px;
  }
}

.fx-modal-window__close:hover {
  cursor: pointer;
  opacity: 1;
  transform: rotate(45deg);
}

.fx-modal-window__close:before,
.fx-modal-window__close:after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #3b3b3b;
}

.fx-modal-window__close:before {
  transform: rotate(90deg);
}

.fx-modal-window + .fx-modal-backdrop {
  display: block;
  content: "";
  position: fixed;
  background: white;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.4s, transform 0.4s;
  transform: none;
}

.fx-modal-window + .fx-modal-backdrop.dark {
  background: #282828;
}

.fx-modal-window + .fx-modal-backdrop.hide {
  opacity: 0;
}

.fx-modal-window + .fx-modal-backdrop.hide.rotated-slideIn {
  transform: translateY(-9999px) rotate(-45deg) scale(6);
}

.fx-modal-window + .fx-modal-backdrop.rotated-slideIn {
  transform: translateY(0) rotate(-45deg) scale(6);
}

.fx-modal-window.fx-modal-window--no-padding {
  padding: 0;
  border-radius: 0;
  font-size: 0;
  overflow: visible;
}

.fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
  height: 20px;
  width: 20px;
  top: -25px;
  right: 0;
}

@media (min-width: 1024px) {
  .fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
    right: -25px;
  }
}

.fx-modal-window.fx-modal-window--dark {
  box-shadow: none;
  background-color: black;
  box-shadow: 0px 9px 31px 1px rgba(0, 0, 0, 0.5);
  background-color: black;
}

.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:before,
.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:after {
  background-color: white;
}

.fx-modal-window.fx-modal-window--dark + .fx-modal-backdrop {
  background-color: black;
  opacity: 0.5;
}

.fx-modal-window.fx-modal-window--with-loader:before {
  display: block;
  width: 80px;
  height: 80px;
  background: #f41112;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  -webkit-animation: rotate 5s infinite;
  animation: rotate 5s infinite;
  transform: rotate(45deg);
}

.fx-modal-window.fx-modal-window--with-loader:after {
  display: block;
  width: 80px;
  height: 80px;
  content: "FxPro";
  display: flex;
  color: white;
  align-items: center;
  font-size: 24px;
  font-family: Times New Roman;
  justify-content: center;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  -webkit-animation: blink 1.65s infinite;
  animation: blink 1.65s infinite;
  -webkit-animation-delay: 0.825s;
  animation-delay: 0.825s;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(45deg);
  }

  33% {
    transform: rotate(135deg);
  }

  66% {
    transform: rotate(225deg);
  }

  100% {
    transform: rotate(315deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }

  33% {
    transform: rotate(135deg);
  }

  66% {
    transform: rotate(225deg);
  }

  100% {
    transform: rotate(315deg);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.fx-modal-window.fx-modal-window--full-screen {
  position: fixed;
  padding: 0;
  border-radius: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  margin: 0;
  max-height: 100%;
}

.fx-modal-window.fx-modal-sm {
  width: 300px;
}

@media (min-width: 1024px) {
  .fx-modal-window.fx-modal-sm {
    width: 560px;
  }
}

.adroll_consent_persistent_icon,
.adroll_mini_consent_banner,
#adroll_consent_banner {
  display: none !important;
}

#cbh .cbh-button.cbh-fixed,
#cbh .cbh-slider.cbh-fixed {
  bottom: 18px !important;
  right: 18px !important;
}
/* partials/helpers/fx-typography.scss */
body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #636e72;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 16px;
  }
}

html[lang="ar"] {
  direction: rtl;
  text-align: right;
}

html[lang="ar"] .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}

html[lang="ar"] .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}

html[lang="ar"] .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}

html[lang="ar"] .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}

html[lang="ar"] .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}

html[lang="ar"] .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}

html[lang="ar"] .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}

html[lang="ar"] .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}

html[lang="ar"] .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}

html[lang="ar"] .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}

html[lang="ar"] .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}

@media (min-width: 480px) {
  html[lang="ar"] .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  html[lang="ar"] .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  html[lang="ar"] .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1900px) {
  html[lang="ar"] .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  html[lang="ar"] .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

html[lang="ar"] body {
  text-align: right;
}

@media (min-width: 1024px) {
  html[lang="ar"] .text-md-left {
    text-align: right !important;
  }
}

html[lang="vi"] * {
  font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html[lang="vi"] [class^="fx-symbol-"],
html[lang="vi"] [class*=" fx-symbol-"] {
  font-family: "fx-symbols-web-2-0" !important;
}

h1,
.text-size-h1,
h2,
.text-size-h2,
h3,
.text-size-h3,
h4,
.text-size-h4,
h5,
.text-size-h5,
h6,
.text-size-h6 {
  font-weight: 500;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 0.6em;
  color: #2d3436;
}

@media (min-width: 1024px) {
  h1,
  .text-size-h1,
  h2,
  .text-size-h2,
  h3,
  .text-size-h3,
  h4,
  .text-size-h4,
  h5,
  .text-size-h5,
  h6,
  .text-size-h6 {
    margin-bottom: 0.6em;
  }
}

h1 small,
.text-size-h1 small,
h2 small,
.text-size-h2 small,
h3 small,
.text-size-h3 small,
h4 small,
.text-size-h4 small,
h5 small,
.text-size-h5 small,
h6 small,
.text-size-h6 small {
  display: block;
  color: #2d3436;
  font-size: 70%;
}

.fx-theme--dark h1 small,
.fx-theme--dark .text-size-h1 small,
.fx-theme--dark h2 small,
.fx-theme--dark .text-size-h2 small,
.fx-theme--dark h3 small,
.fx-theme--dark .text-size-h3 small,
.fx-theme--dark h4 small,
.fx-theme--dark .text-size-h4 small,
.fx-theme--dark h5 small,
.fx-theme--dark .text-size-h5 small,
.fx-theme--dark h6 small,
.fx-theme--dark .text-size-h6 small {
  color: white;
}

h1,
.text-size-h1 {
  font-size: 36px;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  h1,
  .text-size-h1 {
    font-size: 46px;
  }
}

h2,
.text-size-h2 {
  font-size: 36px;
  line-height: 1.2142857143;
}

@media (min-width: 480px) {
  h2,
  .text-size-h2 {
    font-size: 2.2857142857rem;
    line-height: 1.0625;
  }
}

@media (min-width: 1024px) {
  h2,
  .text-size-h2 {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
}

h3,
.text-size-h3 {
  font-size: 1.625rem;
  line-height: 1.0769230769;
}

@media (min-width: 480px) {
  h3,
  .text-size-h3 {
    font-size: 2rem;
    line-height: 1.1071428571;
  }
}

@media (min-width: 1024px) {
  h3,
  .text-size-h3 {
    font-size: 2rem;
    line-height: 1.125;
  }
}

h4,
.text-size-h4 {
  font-size: 1.375rem;
  line-height: 1.0909090909;
}

@media (min-width: 480px) {
  h4,
  .text-size-h4 {
    font-size: 1.7142857143rem;
    line-height: 1.1666666667;
  }
}

@media (min-width: 1024px) {
  h4,
  .text-size-h4 {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}

h5,
.text-size-h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 480px) {
  h5,
  .text-size-h5 {
    font-size: 1.5714285714rem;
    line-height: 1.1818181818;
  }
}

@media (min-width: 1024px) {
  h5,
  .text-size-h5 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}

h6,
.text-size-h6 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

@media (min-width: 480px) {
  h6,
  .text-size-h6 {
    font-size: 1.2857142857rem;
    line-height: 1.3333333333;
  }
}

@media (min-width: 1024px) {
  h6,
  .text-size-h6 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.text-decoration {
  text-decoration: underline;
}

*::-moz-selection {
  background: #009cfc;
  color: white;
}

*::selection {
  background: #009cfc;
  color: white;
}

.display-1 {
  font-size: 1.2857rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  color: #2d3436;
  font-size: 1.2857rem;
}

@media (min-width: 1024px) {
  .display-1 {
    font-size: 1.25rem;
  }
}

.display-6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .display-6 {
    font-size: 0.875rem;
  }
}

.fx-font-size-base-xs {
  font-size: 14px;
}

.list-checkmark li:before,
.list-bullet li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 11px;
  height: 17px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #009cfc;
  margin: 0.1rem 1.5rem 0.1rem 0.2rem;
  transform: rotate(46deg);
}

.list-bullet {
  margin: 0 0 3rem;
  max-width: 25.5rem;
  flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .list-bullet {
    padding-top: 3rem;
  }
}

.list-bullet li {
  position: relative;
  padding: 0 0 1rem 2rem;
}

.list-checkmark li {
  position: relative;
}

.list-checkmark li:not(:last-child) {
  padding: 0 0 1rem 3rem;
}

.list-checkmark li:last-child {
  padding: 0 0 0 3rem;
}

.list-checkmark li.not-accepted:before {
  height: 2px;
  top: 7px;
  left: -3px;
  width: 14px;
  border-color: #ed1c24;
  transform: rotate(0);
}

strong {
  font-weight: 500;
}

[lang="ar"] .list-bullet li:before,
.list-bullet [lang="ar"] li:before,
[lang="ar"] .list-checkmark li:before,
.list-checkmark [lang="ar"] li:before {
  left: auto !important;
  right: 0 !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}

[lang="ar"] .list-bullet li {
  padding: 0 2rem 1rem 0 !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .list-bullet li {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
}

[lang="ar"] .list-checkmark li:not(:last-child) {
  padding: 0 2rem 1rem 0 !important;
}

[lang="ar"] .list-checkmark li:last-child {
  padding: 0 2rem 0 0 !important;
}

[lang="ar"] .list-checkmark li.not-accepted:before {
  right: -3px !important;
  left: auto !important;
}

@media (min-width: 1024px) {
  body[lang="uk"] .direct-register-button-block {
    margin-bottom: -20px;
  }
}

@media (max-width: 479.98px) {
  body[lang="id"] .fx-section--video h1,
  body[lang="es"] .fx-section--video h1,
  body[lang="de"] .fx-section--video h1 {
    font-size: 30px;
  }
}

@media (max-width: 479.98px) {
  body[lang="ms"] .fx-section--video h1 {
    font-size: 30px;
  }
}

@media (max-width: 479.98px) {
  body[lang="ms"] h2 {
    font-size: 23px;
  }
}

@media (max-width: 479.98px) {
  body[lang="pt"] .fx-section--video h1 {
    font-size: 28px;
  }
}

body[lang="ar"] {
  direction: rtl;
  text-align: right;
}

body[lang="ar"] .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}

body[lang="ar"] .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}

body[lang="ar"] .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}

body[lang="ar"] .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}

body[lang="ar"] .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}

body[lang="ar"] .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}

body[lang="ar"] .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}

body[lang="ar"] .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}

body[lang="ar"] .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}

body[lang="ar"] .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}

body[lang="ar"] .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}

@media (min-width: 480px) {
  body[lang="ar"] .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  body[lang="ar"] .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  body[lang="ar"] .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 1900px) {
  body[lang="ar"] .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }

  body[lang="ar"] .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}

@media (min-width: 480px) {
  body[lang="ar"] .header .logo-wrapper {
    margin-right: auto;
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  body[lang="ar"] .header .header__watford-caption {
    margin-right: 20px;
    margin-left: auto;
  }
}

body[lang="ar"] .fx-section--testimonials .swiper-controls-wrapper {
  direction: ltr;
}

body[lang="ar"] .fx-section--features-tabs .tabset__nav-item > i {
  margin-right: 0;
  margin-left: 5px;
}

body[lang="ar"] .fx-section--features-tabs .tabset__img-holder {
  margin-left: auto;
  margin-right: -20px;
}

body[lang="ar"] .fx-section--features-tabs .tabset__img-holder > img {
  transform: rotateY(180deg);
}

@media (min-width: 480px) {
  body[lang="ar"] .fx-section--promotion-details .promo__panel {
    text-align: right !important;
  }
}

body[lang="ar"] .fx-section--promotion-details .promo__description::after {
  left: 0;
  right: auto !important;
}

body[lang="ar"] .fx-section--trading-platforms-panels .platform__controls {
  left: 0;
  right: auto !important;
}

body[lang="ar"]
  .fx-section--trading-platforms-panels
  .platform__controls
  > a:nth-child(1) {
  order: 1;
}

body[lang="ar"] .fx-section--focus-on-clients .focus-block__value:after {
  right: auto !important;
  left: 0;
  transform: translateY(-50%) translateX(calc(50% - 20px)) !important;
}

body[lang="ar"] .award__caption {
  direction: ltr;
}

@media screen and (min-width: 700px) {
  body[lang="ar"] footer .pre-footer__item--social-icons > a:first-child {
    margin-left: 24px !important;
  }
}

body[lang="ar"] footer .pre-footer__item--social-icons > a:last-child {
  margin-left: 0 !important;
}

body[lang="ar"] footer .footer__regulator-item > img {
  margin-right: 0;
  margin-left: 15px;
}

.list-checkmark,
.list-bullet,
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.back-to-top {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F0E7DD'/%3E%3Cpath d='M18.9462 27V16.3395L14.9192 20.3807L13.4419 18.9176L20.0044 12.3693L26.5527 18.9176L25.1039 20.3807L21.0627 16.3395V27H18.9462Z' fill='%23B68756'/%3E%3C/svg%3E");
  position: fixed;
  z-index: 9999;
  width: 41px;
  height: 41px;
  display: block;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  top: 20px;
  right: 10px;
}

@media (min-width: 1024px) {
  .back-to-top {
    top: 70px;
    right: 20px;
  }
}

.visible .back-to-top {
  pointer-events: all;
  opacity: 1;
  transform: none;
}
.notifications-popup {
  z-index: 99996;
  position: fixed;
  left: 3px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 23px 29px;
  box-shadow: 0 4px 6px rgba(1, 86, 160, 0.25);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  margin-bottom: 5px;
  position: relative;
  border-radius: 9px;
  border: 2px solid #f8c83c;
}

@media (min-width: 1200px) {
  .notifications-popup {
    padding: 23px 29px;
  }
}

@media (max-width: 1023.98px) {
  .notifications-popup {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .notifications-popup {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 20px 30px;
    max-width: 370px;
  }
}

@media (min-width: 1200px) {
  .notifications-popup-desktop {
    padding: 20px 30px;
  }
}

@media (max-width: 1023.98px) {
  .notifications-popup.fx-animation-fadeInUp {
    opacity: 1;
  }
}

.notifications-popup .icon-circle {
  font-size: 16px;
  background-color: #f8c83c;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .notifications-popup .icon-circle {
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
  }
}

.notifications-popup .icon-circle[lang="ar"] .notifications-popup .icon-circle,
[lang="ar"] .notifications-popup .icon-circle {
  left: auto;
  right: 28px;
}

.notifications-popup.collapsed {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.notifications-popup.collapsed .close-icon,
.notifications-popup.collapsed .notifications-popup__text {
  display: none;
}

.notifications-popup.collapsed .notifications-popup__icon {
  margin: 0;
}

.notifications-popup.pinned-top {
  flex-direction: row;
  padding: 24px 30px 10px 20px;
  top: 0;
  left: 0;
  right: 0;
  width: 279px;
  position: relative;
  margin: 20px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .notifications-popup.pinned-top {
    padding: 24px 24px 10px 20px;
  }

  [lang="ar"] .notifications-popup.pinned-top,
  [lang="ar"] .notifications-popup.pinned-top {
    padding: 24px 20px 10px 24px;
  }
}

@media (max-width: 1023.98px) {
  .notifications-popup.pinned-top {
    max-width: 450px;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0px;
    display: flex;
    background: rgba(248, 200, 60, 0.1);
    border: none;
  }
}

.notifications-popup.pinned-top .close-icon {
  top: 7px;
  right: 7px;
}

[lang="ar"] .notifications-popup.pinned-top .close-icon,
[lang="ar"] .notifications-popup.pinned-top .close-icon {
  right: auto;
  left: 7px;
}

@media (max-width: 1023.98px) {
  .notifications-popup.pinned-top .close-icon {
    position: relative;
    top: 0;
    right: 0;
    width: 12px;
    margin-right: 5px;
  }
}

.notifications-popup.pinned-top .notifications-popup__icon {
  margin: 3px 10px 0 6px;
}

[lang="ar"] .notifications-popup.pinned-top .notifications-popup__icon,
[lang="ar"] .notifications-popup.pinned-top .notifications-popup__icon {
  margin-right: 6px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .notifications-popup.pinned-top .notifications-popup__icon {
    left: 0;
    top: 3px;
    position: absolute;
  }
}

.notifications-popup .no-link.notifications-popup__text div {
  display: block;
}

.notifications-popup__icon {
  color: #dfe6e9;
}

@media (min-width: 1024px) {
  .notifications-popup__icon {
    position: absolute;
    top: 10px;
    left: 7px;
  }

  .notifications-popup__icon[lang="ar"] .notifications-popup__icon,
  [lang="ar"] .notifications-popup__icon {
    left: auto;
    right: 7px;
  }
}

@media (min-width: 1200px) {
  .notifications-popup__icon {
    left: 10px;
  }

  .notifications-popup__icon[lang="ar"] .notifications-popup__icon,
  [lang="ar"] .notifications-popup__icon {
    left: auto;
    right: 10px;
  }
}

.notifications-popup__icon #lottie,
.notifications-popup__icon img {
  width: 20px;
  height: 20px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .notifications-popup__icon #lottie,
  .notifications-popup__icon img {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  .notifications-popup__icon #lottie,
  .notifications-popup__icon img {
    width: 51px;
    height: 51px;
  }
}

@media (min-width: 1200px) {
  .notifications-popup__icon #lottie {
    width: 81px;
    height: 81px;
  }
}

.notifications-popup .close-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}

[lang="ar"] .notifications-popup .close-icon,
[lang="ar"] .notifications-popup .close-icon {
  right: auto;
  left: 10px;
}

@media (max-width: 1023.98px) {
  .notifications-popup .close-icon {
    position: relative;
    color: #f8c83c;
    top: 0;
    right: 0;
  }

  .notifications-popup .close-icon::before {
    background: #f8c83c;
    height: 2px;
  }

  .notifications-popup .close-icon::after {
    background: #f8c83c;
    height: 2px;
  }
}

.notifications-popup__text {
  position: relative;
  color: #2d3436;
  font-size: 12px;
  padding: 0 0 10px;
  margin-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .notifications-popup__text {
    padding: 0 20px 0;
    margin: 0;
  }
}

.notifications-popup__text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

@media (min-width: 1024px) {
  .notifications-popup__text {
    border-bottom: 1px solid #f8c83c;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .notifications-popup__text {
    font-size: 16px;
  }
}

.notifications-popup__text a {
  color: #d91222;
  display: inline-block;
  margin-top: 5px;
}

.notifications-popup__text a:hover,
.notifications-popup__text a:focus {
  color: #d91222;
}

.block-get-started {
  background: #fff;
  padding: 23px 29px;
  box-shadow: 0px 4px 6px rgba(1, 86, 160, 0.25);
  display: inline-flex;
  align-items: center;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  margin-bottom: 5px;
  position: relative;
  border-radius: 9px;
  border: 2px solid #009cfc;
}

@media (min-width: 1200px) {
  .block-get-started {
    padding: 23px 29px;
  }
}

.block-get-started .text {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .block-get-started .text {
    font-size: 16px;
  }
}

.block-get-started .icon-circle {
  font-size: 16px;
  background-color: #009cfc;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-get-started
  .icon-circle[lang="ar"][_nghost-ng-cli-universal-c101]
  .block-get-started
  .icon-circle,
[lang="ar"] [_nghost-ng-cli-universal-c101] .block-get-started .icon-circle {
  left: auto;
  right: 28px;
}

.block-get-started .title {
  margin-bottom: 5px;
  color: #2d3436;
  text-align: center;
}

.block-get-started .close-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}

.block-get-started
  .close-icon[lang="ar"][_nghost-ng-cli-universal-c101]
  .block-get-started
  .close-icon,
[lang="ar"] [_nghost-ng-cli-universal-c101] .block-get-started .close-icon {
  right: auto;
  left: 10px;
}

.block-get-started .btn {
  font-size: 14px;
  min-width: 140px;
}

.cookie-warning-displayed .holder-popups {
  bottom: 140px !important;
}

@media (max-width: 1023.98px) {
  .holder-popups {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .holder-popups {
    position: fixed;
    z-index: 99996;
    bottom: 100px;
    left: 20px;
    max-width: 390px;
    right: auto;
    top: auto;
  }
}

@media (min-width: 1024px) {
  .holder-popups--right {
    left: auto;
    right: 100px;
  }
}

.holder-popups--cookies {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.new-instruments-popup {
  background: #1886ff;
  border-radius: 9px;
  background-image: url(assets/img/components/Notifications/new-instrument.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  max-width: 275px;
  padding: 27px 32px;
  box-shadow: 0px 4px 6px rgba(24, 134, 255, 0.2);
  margin-left: auto;
  margin-bottom: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.new-instruments-popup .popup-title {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

.new-instruments-popup .popup-link-new {
  padding-top: 15px;
}

.new-instruments-popup .popup-link-new a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

.new-instruments-popup span.new-badge {
  position: absolute;
  padding: 4px 10px;
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: white;
  z-index: 1;
  top: -11px;
  background: #ff0000;
  box-shadow: 0px 2px 4px #0c71df;
  border-radius: 57px;
  letter-spacing: 1px;
}

.new-instruments-popup
  .icon-circle:host-context([lang="ar"])
  .new-instruments-popup
  .icon-circle {
  left: auto;
  right: 28px;
}

.new-instruments-popup.collapsed {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.new-instruments-popup.collapsed .close-icon {
  display: none;
}

.new-instruments-popup.collapsed .notifications-popup__text {
  display: none;
}

.new-instruments-popup.collapsed .notifications-popup__icon {
  margin: 0;
}

.new-instruments-popup .close-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  color: #fff;
}

:host-context([lang="ar"]) .new-instruments-popup .close-icon {
  right: auto;
  left: 10px;
}

.new-instruments-popup .close-icon::before,
.new-instruments-popup .close-icon::after {
  background: #fff;
}

.urgent-notification-popup {
  z-index: 99996;
  position: fixed;
  left: 3px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 23px 29px;
  box-shadow: 0 4px 6px rgba(1, 86, 160, 0.25);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  margin-bottom: 25px;
  position: relative;
  border-radius: 9px;
  border: 2px solid #f41112;
}

@media (min-width: 1200px) {
  .urgent-notification-popup {
    padding: 23px 29px;
  }
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .urgent-notification-popup {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 20px 30px;
    max-width: 370px;
  }
}

@media (min-width: 1200px) {
  .urgent-notification-popup {
    padding: 20px 30px;
  }
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup.fx-animation-fadeInUp {
    opacity: 1;
  }
}

.urgent-notification-popup .icon-circle {
  font-size: 16px;
  background-color: #f41112;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup .icon-circle {
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
  }
}

.urgent-notification-popup
  .icon-circle[lang="ar"]
  .urgent-notification-popup
  .icon-circle,
[lang="ar"] .urgent-notification-popup .icon-circle {
  left: auto;
  right: 28px;
}

.urgent-notification-popup.collapsed {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.urgent-notification-popup.collapsed .close-icon,
.urgent-notification-popup.collapsed .urgent-notification-popup__text {
  display: none;
}

.urgent-notification-popup.collapsed .urgent-notification-popup__icon {
  margin: 0;
}

.urgent-notification-popup.pinned-top {
  flex-direction: row;
  padding: 24px 30px 10px 20px;
  top: 0;
  left: 0;
  right: 0;
  width: 279px;
  position: relative;
  margin: 20px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .urgent-notification-popup.pinned-top {
    padding: 24px 24px 10px 20px;
  }

  [lang="ar"] .urgent-notification-popup.pinned-top,
  [lang="ar"] .urgent-notification-popup.pinned-top {
    padding: 24px 20px 10px 24px;
  }
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup.pinned-top {
    max-width: 450px;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0px;
    display: flex;
    background: rgba(248, 200, 60, 0.1);
    border: none;
  }
}

.urgent-notification-popup.pinned-top .close-icon {
  top: 7px;
  right: 7px;
}

[lang="ar"] .urgent-notification-popup.pinned-top .close-icon,
[lang="ar"] .urgent-notification-popup.pinned-top .close-icon {
  right: auto;
  left: 7px;
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup.pinned-top .close-icon {
    position: relative;
    top: 0;
    right: 0;
    width: 20px;
    margin-right: 5px;
  }
}

.urgent-notification-popup.pinned-top .urgent-notification-popup__icon {
  margin: 3px 10px 0 6px;
}

[lang="ar"]
  .urgent-notification-popup.pinned-top
  .urgent-notification-popup__icon,
[lang="ar"]
  .urgent-notification-popup.pinned-top
  .urgent-notification-popup__icon {
  margin-right: 6px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .urgent-notification-popup.pinned-top .urgent-notification-popup__icon {
    left: 0;
    top: 3px;
    position: absolute;
  }
}

.urgent-notification-popup .no-link.urgent-notification-popup__text div {
  display: block;
}

.urgent-notification-popup__icon {
  color: #dfe6e9;
}

@media (min-width: 1024px) {
  .urgent-notification-popup__icon {
    position: absolute;
    top: 10px;
    left: 7px;
  }

  .urgent-notification-popup__icon[lang="ar"] .urgent-notification-popup__icon,
  [lang="ar"] .urgent-notification-popup__icon {
    left: auto;
    right: 7px;
  }
}

@media (min-width: 1200px) {
  .urgent-notification-popup__icon {
    left: 10px;
  }

  .urgent-notification-popup__icon[lang="ar"] .urgent-notification-popup__icon,
  [lang="ar"] .urgent-notification-popup__icon {
    left: auto;
    right: 10px;
  }
}

.urgent-notification-popup__icon #lottie,
.urgent-notification-popup__icon img {
  width: 20px;
  height: 20px;
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  .urgent-notification-popup__icon #lottie,
  .urgent-notification-popup__icon img {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  .urgent-notification-popup__icon #lottie,
  .urgent-notification-popup__icon img {
    width: 51px;
    height: 51px;
  }
}

@media (min-width: 1200px) {
  .urgent-notification-popup__icon #lottie {
    width: 81px;
    height: 81px;
  }
}

.urgent-notification-popup .close-icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}

[lang="ar"] .urgent-notification-popup .close-icon,
[lang="ar"] .urgent-notification-popup .close-icon {
  right: auto;
  left: 10px;
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup .close-icon {
    position: relative;
    color: #f41112;
    top: 0;
    right: 0;
  }

  .urgent-notification-popup .close-icon::before {
    background: #f41112;
    height: 2px;
  }

  .urgent-notification-popup .close-icon::after {
    background: #f41112;
    height: 2px;
  }
}

.urgent-notification-popup__text {
  position: relative;
  color: #2d3436;
  font-size: 12px;
  padding: 0 0 10px;
  margin-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .urgent-notification-popup__text {
    padding: 0;
    margin: 0;
  }
}

.urgent-notification-popup__text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

@media (min-width: 1024px) {
  .urgent-notification-popup__text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .urgent-notification-popup__text {
    font-size: 16px;
  }
}

.urgent-notification-popup__text a {
  color: #d91222;
  display: inline-block;
  margin-top: 5px;
}

.urgent-notification-popup__text a:hover {
  color: #007cc9;
}
.fx-section--rates .list-rates {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fx-section--rates .container {
  max-width: 100%;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 40px;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 10px;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #00d9ad;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #b2bec3;
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.custom-control-label::after {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300d9ad' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300d9ad' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300d9ad'/%3E%3C/svg%3E");
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.criteo_header,
#cto_cookies_header_message {
  display: none !important;
}

.fx-section--rates {
  padding: 0;
  position: fixed;
  background: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  opacity: 1;
  transition: opacity 0.4s;
}

.fx-section--rates.top-position {
  bottom: auto;
  top: 0;
  z-index: 9999;
}

.fx-section--rates.top-position.apps-opened {
  top: 114px;
}

.fx-section--rates .bottom-position {
  bottom: 0;
  position: fixed;
  width: 100%;
}

.fx-section--rates.transparent {
  opacity: 0;
  z-index: 0;
}

.fx-section--rates .icon-info {
  margin-right: 10px;
}

[lang="ar"] .fx-section--rates .icon-info,
[lang="ar"] .fx-section--rates .icon-info {
  margin-right: 0;
  margin-left: 10px;
}

.fx-section--rates .bar-rates {
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(223, 230, 233, 0.6);
  min-height: 40px;
  transition: min-height 0.4s;
  display: flex;
  align-items: center;
  padding: 3px 0;
}

@media (min-width: 1024px) {
  .fx-section--rates .bar-rates {
    padding: 0;
    margin: 0;
  }
}

.fx-section--rates .bar-rates .btn-register {
  margin-left: 10px;
}

.fx-section--rates .bar-rates .btn-register.has-divider {
  margin-right: 60px;
  position: relative;
}

.fx-section--rates .bar-rates .btn-register.has-divider:after {
  border-right: solid 1px #dfe6e9;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}

.fx-section--rates .bar-rates .arrow-opener i {
  transform: rotate(-90deg);
  font-size: 12px;
  display: inline-block;
  transition: transform 0.4s;
}

.fx-section--rates .bar-rates .expanded {
  min-height: 40px;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .fx-section--rates .bar-rates .expanded {
    min-height: 40px;
  }
}

.fx-section--rates .bar-rates .expanded .btn-register {
  padding: 11px 18px;
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--rates .bar-rates .expanded .btn-register {
    padding: 15px 30px;
    display: inline-block;
  }
}

.fx-section--rates .bar-rates .expanded .arrow-opener i {
  transform: rotate(90deg);
}

.fx-section--rates .bar-rates .expanded .fx-symbol-logo-mobile {
  display: none;
}

.fx-section--rates .bar-rates .expanded .state-descr {
  display: block;
  letter-spacing: -0.009rem;
}

body:not([data-platform="ios"]):not([data-platform="mac"])
  .fx-section--rates
  .bar-rates
  .expanded
  .state-descr {
  -webkit-filter: blur(0.2px);
  filter: blur(0.2px);
}

.fx-section--rates .bar-rates .expanded .show-accepted {
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--rates .bar-rates .expanded .title-rates {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}

.fx-section--rates .state-descr {
  transition: all 0.2s;
  display: none;
}

body:not([data-platform="ios"]):not([data-platform="mac"])
  .fx-section--rates
  .state-descr {
  -webkit-filter: blur(0.2px);
  filter: blur(0.2px);
}

.fx-section--rates .checkbox {
  color: #009cfc;
  font-size: 12px;
  margin: 0;
  transition: all 0.1s;
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--rates .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

.fx-section--rates .col-right-rates {
  padding: 3px 0;
  position: relative;
  display: flex;
}

.fx-section--rates .col-right-rates .btn-off-canvas {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  transform: translateY(-50%);
  color: #009cfc;
}

.fx-section--rates .col-right-rates .btn-off-canvas:before,
.fx-section--rates .col-right-rates .btn-off-canvas:after {
  left: 0;
}

.fx-section--rates .col-right-rates .fx-warning__accept-button {
  align-self: center;
  color: #00b894;
  text-align: center;
}

.fx-section--rates .title-rates {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  font-weight: 400;
  transition: all 0.4s;
  width: 100%;
  color: #000;
}

@media (min-width: 1024px) {
  .fx-section--rates .title-rates {
    font-size: 16px;
    line-height: 16px;
    padding-right: 0;
  }
}

.fx-section--rates .title-rates-mobile svg {
  vertical-align: middle;
}

.fx-section--rates .arrow-opener {
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--rates .arrow-opener {
    margin-left: 30px;
    display: inline-block;
  }
}

.fx-section--rates .title-holder {
  flex: 1;
  display: flex;
  align-items: center;
}

.fx-section--rates .fx-symbol-logo-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--rates .fx-symbol-logo-mobile {
    color: #ed1c24;
    margin-right: 20px;
    display: block;
  }
}

.fx-section--rates .custom-checkbox {
  padding: 0;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .fx-section--rates .custom-checkbox {
    margin-bottom: 0;
  }
}

.fx-section--rates .custom-checkbox .custom-control-label {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  font-weight: 400;
  color: #009cfc;
  height: 100%;
  width: 100%;
  line-height: 18px;
}

@media (min-width: 1024px) {
  .fx-section--rates .custom-checkbox .custom-control-label {
    justify-content: center;
  }
}

.fx-section--rates .custom-checkbox .custom-control-label:after,
.fx-section--rates .custom-checkbox .custom-control-label:before {
  display: none !important;
}

.fx-section--rates .custom-checkbox .custom-control-label span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}

.fx-section--rates .custom-checkbox .custom-control-label span:before,
.fx-section--rates .custom-checkbox .custom-control-label span:after {
  top: 0;
  content: "";
}

.fx-section--rates .custom-checkbox .custom-control-label span:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  width: 17px;
  height: 17px;
}

.fx-section--rates .custom-checkbox .custom-control-label:hover {
  cursor: pointer;
}

.fx-section--rates
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label
  span:before {
  box-shadow: 0 0 0 1px #009cfc;
  border-radius: 2px;
  background: none;
}

.fx-section--rates
  .custom-checkbox
  .custom-control-input
  ~ .custom-control-label
  span:hover:before {
  box-shadow: 0 0 0 1px #0984e3;
}

.fx-section--rates
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  span:after {
  content: "";
  position: absolute;
  background: none;
  top: -1px;
  left: 5px;
  width: 8px;
  height: 12px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #009cfc;
  transform: rotate(45deg);
}

.fx-section--rates .animationDelay1Sec {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-section--rates .animationDelay1Sec * {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.fx-section--rates .animationDelay450mSec {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.fx-section--rates .animationDelay450mSec * {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.title-rates .small-title a {
  color: #009cfc;
}

@media (min-width: 1024px) {
  .title-rates .small-title a {
    color: #2d3436;
  }
}

.title-rates strong {
  font-weight: 600;
  color: #000;
}

.expanded .title-rates .small-title {
  display: block;
}

[lang="ar"] .fx-section--rates .bar-rates .btn-register {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

[lang="ar"] .fx-section--rates .bar-rates .btn-register.has-divider {
  margin-left: 60px !important;
  margin-right: 0 !important;
}

[lang="ar"] .fx-section--rates .bar-rates .btn-register.has-divider:after {
  border-right: 0 !important;
  border-left: solid 1px #dfe6e9 !important;
  right: auto !important;
  left: -30px !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .bar-rates .expanded .title-rates {
    padding-right: 15px !important;
    padding-left: 0 !important;
  }
}

[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas {
  right: auto !important;
  left: -40px !important;
}

[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:before,
[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:after {
  left: auto !important;
  right: 0 !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .title-rates {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

[lang="ar"] .fx-section--rates .title-rates-mobile strong svg {
  vertical-align: middle;
  margin-right: 0 !important;
  margin-left: 10px !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .arrow-opener {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
}

[lang="ar"] .fx-section--rates .list-rates {
  border-right: solid 1px #dfe6e9 !important;
  border-left: 0 !important;
}

[lang="ar"] .fx-section--rates .list-rates li {
  padding: 0 20px 0 10px !important;
  border-left: solid 1px #dfe6e9 !important;
  border-right: 0 !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .fx-symbol-logo-mobile {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
}

[lang="ar"] .fx-section--rates .custom-checkbox .custom-control-label span {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-label
  span:before {
  left: auto !important;
  right: 0 !important;
}

[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  span:after {
  left: 0 !important;
  right: 5px !important;
  border-width: 0 0 1px 1px !important;
}

[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas {
  right: auto !important;
  left: -40px !important;
}

[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:before,
[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:after {
  left: auto !important;
  right: 0 !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .title-rates {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}

[lang="ar"] .fx-section--rates .title-rates-mobile strong svg {
  vertical-align: middle;
  margin-right: 0 !important;
  margin-left: 10px !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .arrow-opener {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
}

[lang="ar"] .fx-section--rates .list-rates {
  border-right: solid 1px #dfe6e9 !important;
  border-left: 0 !important;
}

[lang="ar"] .fx-section--rates .list-rates li {
  padding: 0 20px 0 10px !important;
  border-left: solid 1px #dfe6e9 !important;
  border-right: 0 !important;
}

@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .fx-symbol-logo-mobile {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
}

[lang="ar"] .fx-section--rates .custom-checkbox .custom-control-label span {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-label
  span:before {
  left: auto !important;
  right: 0 !important;
}

[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  span:after {
  left: 0 !important;
  right: 5px !important;
  border-width: 0 0 1px 1px !important;
}

.fx-section--rates.top-position.low-zindex {
  z-index: 1;
}

.fx-section-vn.fx-section--hero {
  padding-top: 11rem;
  min-height: 790px;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 8rem;
}

.fx-section-vn.fx-section--hero .right-box {
  padding-left: 0;
}

.fx-section-vn.fx-section--hero .hero-title {
  z-index: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .fx-section-vn.fx-section--hero {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

.fx-section-vn.fx-section--hero .hero-title h1 {
  color: #2d3436;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.fx-section-vn.fx-section--hero .hero-title .main-text {
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 32px;
  max-width: 370px;
}

.fx-section--hero .hero-title .main-text strong {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .fx-section-vn.fx-section--hero .hero-title .main-title {
    margin-top: 30px;
  }

  .fx-section-vn.fx-section--hero .hero-title .main-text {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
  }
}

.fixzindex {
  z-index: 2;
  position: relative;
}

.fx-section-vn.fx-section--hero .btn-group a {
  background: #32a071;
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section-vn.fx-section--hero .btn-group a span,
.fx-section-vn.fx-section--hero .btn-group a:hover span,
.fx-section-vn.fx-section--hero .btn-group a:focus span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 7px;
  color: #ffffff;
}

.fx-section-vn.fx-section--hero .btn-group a:hover span i,
.fx-section-vn.fx-section--hero .btn-group a:focus span i {
  color: #ffffff;
}

.fx-section-vn.fx-section--hero .btn-group a:hover,
.fx-section-vn.fx-section--hero .btn-group a:focus {
  background: #32a071;
}

.fx-section-vn.fx-section--hero .trydemo {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #636e72;
  width: 200px;
  margin: auto;
}

@media (min-width: 1024px) {
  .fx-section-vn.fx-section--hero .trydemo {
    width: 230px;
    margin: 0;
  }
}

.fx-section-vn.fx-section--hero .img-holder {
  position: absolute;
  right: -150px;
  top: -35px;
  width: 836px;
  max-width: 836px;
  z-index: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .fx-section-vn.fx-section--hero .img-holder {
    right: 0px;
    width: 550px;
    max-width: 550px;
  }
}

@media (max-width: 1024px) {
  .fx-section-vn.fx-section--hero .img-holder {
    right: 0;
    top: 0;
    max-width: 280px;
    position: relative;
    width: 100%;
  }
}

.fx-section-vn.fx-section--hero .img-holder img {
  width: 100%;
}

.fx-section-vn.fx-section--hero .hero-data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2d3436;
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
}

.fx-section-vn.fx-section--hero .hero-data .d-flex-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-section-vn.fx-section--hero .hero-data .inner-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section-vn.fx-section--hero .hero-data .num {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}

.fx-section-vn.fx-section--hero .hero-data .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 0 10px 0 15px;
}

@media (max-width: 1024px) {
  .fx-section-vn.fx-section--hero .hero-data {
    position: relative;
    margin-top: 0;
  }

  .fx-section-vn.fx-section--hero .hero-data .d-flex-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fx-section-vn.fx-section--hero .hero-data .inner-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fx-section-vn.fx-section--hero .hero-data .txt {
    font-size: 14px;
    line-height: 150%;
    padding: 0;
  }

  .fx-section-vn.fx-section--hero .hero-data .num {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .fx-section-vn.fx-section--hero .hero-data .inner-data {
    width: 50%;
  }
}

.fx-section-vn.fx-section--hero .desktop-banner {
  width: 100%;
}

@media (max-width: 1024px) {
  .fx-section-vn.fx-section--hero {
    text-align: center;
    padding-top: 6rem;
    min-height: 630px;
  }

  .fx-section-vn.fx-section--hero .hero-title h1 {
    max-width: 400px;
    font-size: 40px;
    line-height: 110%;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .fx-section-vn.fx-section--hero .img-holder {
    max-width: 300px;
    margin: 30px auto 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .fx-section-vn.fx-section--hero {
    padding-top: 3rem;
  }
}
.fx-section--hero {
  padding-top: 11rem;
  min-height: 740px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.fx-section-default.fx-section--hero .hero-title {
  z-index: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}

.fx-section-default.fx-section--hero .hero-title h1 {
  color: #2d3436;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 20px;
}

.fx-section-default.fx-section--hero .hero-title .main-title-text {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.fx-section-default.fx-section--hero
  .hero-title
  .main-title-text
  .awards-badge {
  padding-bottom: 15px;
  padding-top: 0;
}

.fx-section-default.fx-section--hero
  .hero-title
  .main-title-text
  .awards-badge-fscm {
  padding-bottom: 15px;
}

.fx-section-default.fx-section--hero
  .hero-title
  .main-title-text
  .awards-badge-fscm_wide {
  position: absolute;
  top: 0;
  right: -114px;
  padding: 0;
}

@media (max-width: 1080px) {
  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .awards-badge-fscm_wide {
    right: -82px;
  }
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .awards-badge-fscm_wide {
    position: inherit;
    right: 0;
  }
}

.fx-section-default.fx-section--hero .img-holder-banner {
  height: 400px;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .img-holder-banner_mclaren {
    height: 100%;
    padding-bottom: 16px;
  }
}

.fx-section-default.fx-section--hero .hero-title .main-title-text_mclaren h1 {
  margin-bottom: 11px;
}

.fx-section-default.fx-section--hero
  .hero-title
  .main-title-text
  .title-fscm_wide {
  position: relative;
}

@media (min-width: 1024px) {
  .fx-section-default.fx-section--hero .hero-title .main-title-text {
    display: flex;
    flex-direction: row;
    max-width: 415px;
  }

  .fx-section-default.fx-section--hero .hero-title .main-title-text_wide {
    max-width: 400px;
  }

  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .awards-badge {
    padding-top: 15px;
  }

  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .title-fscm {
    margin-right: 10px;
  }

  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .awards-badge-fscm {
    margin-top: -30px;
  }

  .fx-section-default.fx-section--hero
    .hero-title
    .main-title-text
    .awards-badge-fscm_wide {
    margin-top: 0;
  }
}

.fx-section-default.fx-section--hero .hero-title .main-text {
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 32px;
  max-width: 370px;
}

.fx-section-default.fx-section--hero .hero-title .main-text-fscm {
  color: #000000;
  margin-bottom: 32px;
  max-width: 400px;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
}

@media (max-width:900px) {
  .fx-section-default.fx-section--hero .hero-title .main-text-fscm_wide{
    /* padding-right:0px ; */
  }
}

div > .fx-section-default.fx-section--hero .hero-title .main-text-fscm_wide {
  font-size: 20px;
  line-height: 30px;
  padding-right: 40px;
  font-weight: 500;
}

.fx-section-default.fx-section--hero .hero-title .main-text-fscm_mclaren {
  font-size: 36px;
  font-style: normal;
  font-weight: 450;
  line-height: 110%;
  max-width: 470px;
  margin-bottom: 32px;
}

.fx-section--hero .hero-title .main-text strong {
  font-weight: 500;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .hero-title .main-title {
    margin-top: 30px;
  }

  .fx-section-default.fx-section--hero .hero-title .main-text {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .fx-section-default.fx-section--hero .hero-title .main-text-fscm {
    font-size: 30px;
    line-height: 34px;
  }
}

.fixzindex {
  z-index: 2;
  position: relative;
}

.fx-section-default.fx-section--hero .btn-group .btn-primary {
  min-width: 270px;
}

.fx-section-default.fx-section--hero .btn-group a {
  background: #d91222;
  color: white;
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section-default.fx-section--hero .btn-group.vi-btn .btn-large {
  background: linear-gradient(90deg, #32a071 0%, #faba65 100%);
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section-default.fx-section--hero .btn-group a span,
.fx-section-default.fx-section--hero .btn-group a:hover span,
.fx-section-default.fx-section--hero .btn-group a:focus span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 7px;
  color: #ffffff;
}

.fx-section-default.fx-section--hero .btn-group a:hover span i,
.fx-section-default.fx-section--hero .btn-group a:focus span i {
  color: #ffffff;
}

.fx-section-default.fx-section--hero .btn-group a:hover,
.fx-section-default.fx-section--hero .btn-group a:focus {
  background: #d91222;
}

.fx-section-default.fx-section--hero .btn-group .trydemo {
  text-align: center;
  color: #636e72;
  display: block;
  max-width: 270px;
  font-size: 14px;
  line-height: 17px;
}

.fx-section--hero .btn-group.vi-btn .trydemo {
  text-align: center;
  color: #636e72;
  display: block;
  max-width: 270px;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .btn-group .trydemo {
    margin: 0 auto;
  }
}

.fx-section-default.fx-section--hero .btn-group .trydemo a,
.fx-section-default.fx-section--hero .btn-group .trydemo a:hover,
.fx-section-default.fx-section--hero .btn-group .trydemo a:focus {
  color: #d91222;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.fx-section-default.fx-section--hero .btn-group a:hover {
  background: #d91222;
}

.fx-section-default.fx-section--hero .img-holder {
  position: absolute;
  right: 0px;
  top: -116px;
  width: 612px;
  max-width: 641px;
  z-index: 0;
}

.fx-section-default.fx-section--hero .img-holder_gm {
  right: -63px;
  top: -56px;
  width: 560px;
  max-width: 560px;
}
.fx-section-default.fx-section--hero .img-holder-banner_gm {
  height: 495px;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .img-holder-banner_gm {
    height: 100%;
    padding-bottom: 16px;
  }
}

@media (max-width: 1315px) {
  .fx-section-default.fx-section--hero .img-holder_gm {
    right: 0;
  }
}

.fx-section-default.fx-section--hero .img-holder_old {
  right: 0;
  top: -46px;
  width: 641px;
}

.fx-section-default.fx-section--hero .img-holder_mclaren {
  right: 160px;
  top: -77px;
  width: 895px;
}
.fx-section-default.fx-section--hero .img-holder_mclaren picture {
  width: inherit;
}

.fx-section--hero .img-holder.banner-vn {
  top: -55px;
}

.fx-section--hero .img-holder.banner-no-vn {
  top: 10px;
}

.fx-section-default.fx-section--hero .img-holder.img-holder-fscm {
  width: 300px;
  max-width: 300px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .fx-section-default.fx-section--hero .img-holder.img-holder-fscm {
    width: 510px;
    max-width: 510px;
    padding-bottom: 0;
    top: -50px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .fx-section-default.fx-section--hero .img-holder {
    right: 0px;
    width: 550px;
    max-width: 550px;
  }
}

.fx-section-default.fx-section--hero .img-holder_mclaren {
  right: -7px;
  width: 748px;
  max-width: 748px;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .img-holder {
    right: 0;
    top: 0;
    max-width: 280px;
    position: relative;
    width: 100%;
  }
}

.fx-section-default.fx-section--hero .img-holder img {
  width: 100%;
}

.fx-section--hero .hero-data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  color: #2d3436;
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
}

.fx-section--hero .hero-data .d-flex-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-section-default.fx-section--hero .hero-data .inner-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section-default.fx-section--hero .hero-data .num {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}

.fx-section-default.fx-section--hero .hero-data .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 0 10px 0 15px;
}

[lang="ru"] .fx-section-default.fx-section--hero .hero-data .txt {
  padding: 0 10px 0 8px;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero .hero-data {
    position: relative;
    margin-top: 0;
  }

  .fx-section-default.fx-section--hero .hero-data .d-flex-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fx-section-default.fx-section--hero .hero-data .inner-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fx-section-default.fx-section--hero .hero-data .txt {
    font-size: 14px;
    line-height: 150%;
    padding: 0;
  }

  .fx-section-default.fx-section--hero .hero-data .num {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  .fx-section-default.fx-section--hero .hero-data .inner-data {
    width: 50%;
  }
}

.fx-section-default.fx-section--hero .desktop-banner {
  width: 100%;
}

@media (max-width: 1024px) {
  .fx-section-default.fx-section--hero {
    text-align: center;
    padding-top: 6rem;
    min-height: 630px;
  }

  .fx-section-default.fx-section--hero .hero-title h1 {
    max-width: 400px;
    font-size: 48px;
    line-height: 110%;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .fx-section-default.fx-section--hero .img-holder {
    max-width: 350px;
    margin: 30px auto 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .fx-section-default.fx-section--hero {
    padding-top: 3rem;
  }
}

.fx-section-default.fx-section--hero .lottie-animation {
  margin-top: 0px;
  display: block;
}

.fx-section--pick-account {
  padding-bottom: 0;
}

.fx-section--pick-account .cards-container {
  justify-content: center;
  align-items: stretch;
  margin: 40px 0px;
  gap: 30px;
}

.fx-section--pick-account .box {
  border-radius: 20px;
  width: 100%;
  padding: 30px 30px 20px;
  transition: 0.4s ease;
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.fx-section--pick-account .cards-container.is-others .box {
  min-height: 440px;
  max-width: 560px;
}

.fx-section--pick-account .cards-container.is-cn .box {
  min-height: 400px;
  max-width: 300px;
}

.fx-section--pick-account .box .img-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fx-section--pick-account .box .img-right {
  position: absolute;
  top: 100px;
  right: 0px;
}

.fx-section--pick-account .box svg {
  position: absolute;
  top: -15px;
  right: -16px;
}

.fx-section--pick-account .box svg path {
  fill: #d91222;
}

.fx-section--pick-account .box .box-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #d91222;
  margin-bottom: -10px;
  z-index: 2;
}

.fx-section--pick-account .box .box-best-value {
  position: absolute;
  top: 21px;
  right: -21px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  transform: rotate(45deg);
  width: 100px;
}

.fx-section--pick-account .box .box-sub-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23.4px;
  text-align: center;
  color: #d91222;
  z-index: 2;
}

.fx-section--pick-account .box .box-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  max-width: 350px;
  margin: 0 auto 20px;
  min-height: 120px;
  z-index: 2;
}

.fx-section--pick-account .box .box-deposit {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  z-index: 2;
  max-width: 240px;
  margin: 0 auto;
}

.fx-section--pick-account .box .btn-group a {
  background: #d91222;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  max-height: 60px;
  max-width: 230px;
  margin: 20px auto 10px;
  min-width: 150px;
}

.fx-section--pick-account .box .btn-group a i {
  margin-left: 5px;
  margin-top: 2px;
}

.fx-section--pick-account .box .box-learn-more {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #d91222;
  z-index: 2;
}

.fx-section--pick-account .box:hover {
  background: linear-gradient(156.56deg, #d91222 0%, #9c6225 100%);
}

.fx-section--pick-account .box:hover .btn-group a {
  background: #ffffff;
  color: #d91222;
}

.fx-section--pick-account .box:hover .box-title,
.fx-section--pick-account .box:hover .box-sub-title,
.fx-section--pick-account .box:hover .box-text,
.fx-section--pick-account .box:hover .box-deposit,
.fx-section--pick-account .box:hover .box-learn-more {
  color: #ffffff;
}

.fx-section--pick-account .box:hover svg path {
  fill: #ffffff;
}

.fx-section--pick-account .box:hover .box-best-value {
  color: #d91222;
}

@media (max-width: 1024px) {
  .fx-section--pick-account .cards-container.is-cn .box {
    min-height: 440px;
    max-width: 560px;
  }
}

@media (min-width: 480px) {
  .fx-section--pick-account .box {
    padding: 50px 40px 30px;
  }

  .fx-section--pick-account .box .box-title {
    font-size: 38px;
  }

  .fx-section--pick-account .box .box-text {
    font-size: 16px;
  }

  .fx-section--pick-account .box .box-deposit {
    font-size: 16px;
  }
}

[lang="vi"] .fx-section--pick-account .box .box-title {
  margin-bottom: 1rem;
}

[lang="vi"] .fx-section--pick-account .box .box-sub-title {
  margin-bottom: -10px;
}

.fx-section--about-us-items {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .fx-section--about-us-items {
    padding-top: 100px;
  }
}

.fx-section--about-us-items h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0;
  color: #2d3436;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fx-section--about-us-items h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2d3436;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 1024px) {
  .fx-section--about-us-items h4 {
    margin-bottom: 30px;
  }
}

.fx-section--about-us-items p strong {
  color: #d91222;
}

.fx-section--about-us-items p a {
  color: #d91222;
  text-decoration: none;
}

.fx-section--about-us-items p a:hover {
  color: #d91222;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .fx-section--about-us-items p {
    margin-bottom: 30px;
  }
}
.fx-section--markets {
  padding-top: 20px;
  margin-bottom: 30px;
  color: #000000;
  padding-bottom: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

@media (min-width: 1024px) {
  .fx-section--markets {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

.fx-section--markets .search-widget {
  border-radius: 6px;
}

.fx-section--markets .search-widget .form-group {
  margin: 0 !important;
}

.fx-section--markets .search-widget .search-input-placehodler {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #888888;
}

.fx-section--markets .search-widget .ng-dropdown-panel {
  text-align: left;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  border-radius: 6px;
}

.fx-section--markets .search-widget .ng-dropdown-panel .ng-option {
  padding: 0.3rem 1rem;
  color: #2d3436;
}

[lang="ar"] .fx-section--markets .search-widget .ng-dropdown-panel .ng-option {
  text-align: right;
}

.fx-section--markets
  .search-widget
  .ng-dropdown-panel
  .ng-option.ng-option-marked {
  background: #e1efff;
  border-radius: 6px;
}

.fx-section--markets .search-widget .form-control {
  border-radius: 6px !important;
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  background-color: #f1f1f1 !important;
  height: 40px !important;
  padding: 9px 10px 9px 20px !important;
  font-weight: 500 !important;
}

.fx-section--markets .search-widget .btn-search,
.fx-section--markets .search-widget .btn-search:focus,
.fx-section--markets .search-widget .btn-search:active {
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  border-radius: 6px !important;
  width: 40px !important;
  height: 40px !important;
  background: none !important;
  border: none !important;
}

.fx-section--markets .search-icon-placeholder {
  position: absolute;
  right: 0;
  top: 10px;
}

.fx-section--markets .search-widget .btn-search i {
  font-size: 18px !important;
  color: #888888 !important;
}

.fx-section--markets .search-widget .ng-option-disabled {
  color: #b2bec3 !important;
}

.fx-section--markets .futura-text {
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 17px;
}

.fx-section--markets .futura-text.description-text {
  font-family: "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 17px;
  max-width: 470px;
}

.fx-section--markets .futura-text.bottom-text {
  font-family: "Inter", "Segoe UI", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 150%;
  color: #888888;
  padding-bottom: 10px;
  max-width: 470px;
}

.fx-section--markets .futura-text a {
  color: #d91222;
}

.fx-section--markets p article {
  margin-bottom: 24px;
  padding-top: 3rem;
}

@media (min-width: 1024px) {
  .fx-section--markets p article {
    padding-top: 0;
  }
}

.fx-section--markets .tabset-nav {
  margin: 0 -2px;
}

.fx-section--markets .tabset-nav a {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #000000;
  border-radius: 6px;
  display: block;
  text-align: center;
  padding: 8px;
  width: 98%;
  margin: 0 auto;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .fx-section--markets .tabset-nav a {
    min-height: 60px;
  }
}

.fx-section--markets .tabset-nav a:hover {
  background-color: #d91222;
  color: white;
  font-weight: 500;
  border: 1px solid #d91222;
}

.fx-section--markets .tabset-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-section--markets .tabset-nav ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
}

.fx-section--markets .tabset-nav ul li.item-wide {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 5px;
}

.fx-section--markets .tabset-nav ul li.item-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}

.fx-section--markets .tabset-nav ul li.active a {
  background-color: #d91222;
  color: #fff;
  font-weight: 500;
}

.fx-section--markets .markets-filter-form {
  position: relative;
  width: 99%;
  margin: 0 auto;
}

.fx-section--markets .markets-filter-form input {
  border: 1px solid #b2bec3;
  border-radius: 6px;
  height: 40px;
  width: auto;
  margin: 0;
  width: 100%;
  color: #000;
}

[lang="ar"] .fx-section--markets .markets-filter-form i {
  right: 100%;
  transform: translateX(30px);
}

.fx-section--markets .tabset-content {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .fx-section--markets .tabset-content {
    padding-bottom: 27px;
  }
}

.fx-section--markets .table {
  color: #636e72;
}

.fx-section--markets .table-header {
  font-size: 14px;
}

.fx-section--markets .table-header .td {
  padding: 7px 0;
}

.fx-section--markets .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #636e72;
}

.fx-section--markets .table .td {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: right;
}

.fx-section--markets .table .td:first-child {
  text-align: left;
}

[lang="ar"] .fx-section--markets .table .td:first-child {
  text-align: right;
}

@media (max-width: 1024px) {
  [lang="ar"] .fx-section--markets .table .td:last-child {
    text-align: left;
  }
}

.fx-section--markets .table .table-body .td:first-child {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
}

.fx-section--markets .table .table-body .tr.up .td:nth-child(3) .buy {
  color: #32a071;
}

.fx-section--markets .btn-trade {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  color: #636e72;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  right: -10px;
}

[lang="ar"] .fx-section--markets .btn-trade {
  direction: ltr !important;
}

.fx-section--markets .btn-trade i {
  font-size: 12px;
  color: #fff;
}

.fx-section--markets .btn-trade .mark {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--markets .btn-trade .mark {
    display: inline-block;
  }
}

.fx-section--markets .btn-trade-mobile {
  background-color: #f1f1f1;
  color: #32a071;
  border-radius: 6px;
  text-align: center;
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
}

.fx-section--markets .btn-trade-mobile:hover {
  background-color: #f1f1f1;
  color: #32a071;
  font-weight: 500;
}

.fx-section--markets .arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fx-section--markets .arrow-link i {
  margin-bottom: 3px;
  margin-left: 3px;
}

.fx-section--markets .tr {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px;
  border-radius: 9px;
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.fx-section--markets .tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #f1f1f1;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.fx-section--markets .tr.table-header:hover {
  background: none !important;
}

.fx-section--markets .tr .btn-trade--buy i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  padding-top: 2px;
}

@media (min-width: 1024px) {
  .fx-section--markets .tr:hover {
    background-color: #f1f1f1;
  }

  .fx-section--markets .tr:hover::after {
    opacity: 1;
  }

  .fx-section--markets .tr:hover .btn-trade {
    background-color: #303030;
    color: #fff;
  }

  .fx-section--markets .tr:hover .btn-trade:hover {
    font-weight: 500;
    color: #fff;
  }

  .fx-section--markets .tr:hover .btn-trade--buy:hover {
    background-color: #2da771;
    color: white;
  }

  .fx-section--markets .tr:hover .btn-trade--sell:hover {
    background-color: #ff0000;
    color: white;
  }

  .fx-section--markets .tr:hover .mark {
    opacity: 1;
  }

  .fx-section--markets .table .table-body .tr:hover .td:nth-child(3) a .buy {
    color: white;
  }

  .fx-section--markets .table .table-body .tr.up .td:nth-child(3) a:hover .buy {
    color: white;
  }
}

.fx-section--markets .text-side h2 {
  color: #000;
}

.fx-section--markets .list-checkmark {
  padding: 8px 0 33px;
}

.fx-section--markets .list-checkmark li {
  color: #000;
  padding-left: 28px;
}

.fx-section--markets .list-checkmark li sup {
  font-size: 12px;
  font-weight: 500;
}

.fx-section--markets .list-checkmark li:before,
.list-bullet li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #d91222;
  margin: 0.1rem 1.5rem 0.1rem 0.2rem;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.fx-section--markets .note {
  font-size: 14px;
  padding-bottom: 3rem;
  color: #b2bec3;
}

@media (min-width: 1024px) {
  .fx-section--markets .note {
    padding-bottom: 0;
  }
}

section-markets .ng-input {
  top: -10px;
}

#market-categories-container {
  display: contents;
}

.fx-section--markets .linknote {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 10px;
}

.fx-section--markets .linknote a {
  color: #d91222;
}

.fx-section--markets li .new-badge,
span.new-badge {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #f41112;
  top: 3px;
  right: 6px;
  transition: all 0.3s ease;
}

.fx-section--markets li:hover .new-badge,
.fx-section--markets li.active .new-badge {
  color: #fff;
}

.fx-section--markets .table .table-body .td:first-child .new-badge {
  left: 75px;
}

.fx-section-vn.fx-section--markets-items {
  background-color: #f8f8f8;
  color: #2d3436;
}

.fx-section-vn.fx-section--markets-items .heading-title {
  color: #000;
  margin-bottom: 60px;
}

.fx-section-vn.fx-section--markets-items .heading-title p {
  margin-bottom: 0;
}

.fx-section-vn.fx-section--markets-items .heading-title sup {
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 490px) {
  .fx-section-vn.fx-section--markets-items .heading-title {
    margin-bottom: 30px;
  }
}

.fx-section-vn.fx-section--markets-items .item {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 9px;
  max-width: 560px;
  margin: 10px;
}

.fx-section-vn.fx-section--markets-items .item p {
  max-width: 370px;
  margin: 0 auto;
}

.fx-section-vn.fx-section--markets-items .icon {
  border: 1px solid #2d3436;
  border-radius: 12px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(182, 135, 86, 0.1);
  padding: 22px;
}

.fx-section-vn.fx-section--markets-items .placeholder {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.fx-section-vn.fx-section--markets-items .placeholder img {
  width: 100%;
}

.fx-section-vn.fx-section--markets-items h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.fx-section-vn.fx-section--markets-items .item {
  color: #2d3436;
}

@media (max-width: 490px) {
  .fx-section-vn.fx-section--markets-items .item {
    padding: 30px 20px 0;
  }
}

.fx-section-vn.fx-section--markets-items .item h3 {
  color: #d91222;
}

.fx-section-vn.fx-section--markets-items .item span {
  text-decoration: underline;
}

.fx-section-vn.fx-section--markets-items .item strong {
  font-weight: 700;
}

.fx-section-vn.fx-section--markets-items .item {
  background-color: #f1f1f1;
}

.fx-section-vn.fx-section--markets-items .item:hover {
  background-color: #ffffff;
}

.fx-section-vn.fx-section--markets-items .item:hover .icon {
  color: #d91222;
  border: 2px solid #d91222;
  background: transparent;
}

.fx-section-default.fx-section--markets-items {
  background-color: #f8f8f8;
  color: #2d3436;
}

.fx-section-default.fx-section--markets-items .heading-title {
  color: #000;
  margin-bottom: 60px;
}

.fx-section-default.fx-section--markets-items .heading-title p {
  margin-bottom: 0;
}

.fx-section-default.fx-section--markets-items .heading-title sup {
  font-weight: 600;
  font-size: 19px;
}

@media (max-width: 490px) {
  .fx-section-default.fx-section--markets-items .heading-title {
    margin-bottom: 30px;
  }
}

.fx-section-default.fx-section--markets-items .item {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 9px;
  max-width: 560px;
  margin: 10px;
}

.fx-section-default.fx-section--markets-items .item p {
  max-width: 370px;
  margin: 0 auto;
}

.fx-section-default.fx-section--markets-items .icon {
  border: 1px solid #2d3436;
  border-radius: 12px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(182, 135, 86, 0.1);
  padding: 22px;
}

.fx-section-default.fx-section--markets-items .placeholder {
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.fx-section-default.fx-section--markets-items .placeholder img {
  width: 100%;
}

.fx-section-default.fx-section--markets-items h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.fx-section-default.fx-section--markets-items .item {
  color: #2d3436;
}

@media (max-width: 490px) {
  .fx-section-default.fx-section--markets-items .item {
    padding: 30px 20px;
  }
}

.fx-section-default.fx-section--markets-items .item h3 {
  color: #d91222;
}

.fx-section-default.fx-section--markets-items .item span {
  text-decoration: underline;
}

.fx-section-default.fx-section--markets-items .item strong {
  font-weight: 700;
}

.fx-section-default.fx-section--markets-items .item {
  background-color: #f1f1f1;
}

.fx-section-default.fx-section--markets-items .item:hover {
  background-color: #ffffff;
}

.fx-section-default.fx-section--markets-items .item:hover .icon {
  color: #d91222;
  border: 2px solid #d91222;
  background: transparent;
}

.fx-section--energy-items {
  padding: 0;
}

.fx-section--energy-items .booming {
  background: #f8f8f9;
  padding: 110px 0;
  margin-top: 180px;
}

.fx-section--energy-items .booming .booming-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-section--energy-items .booming .booming-txt .booming-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000000;
  max-width: 350px;
}

.fx-section--energy-items .booming.booming-3 .booming-txt .booming-title {
  max-width: 365px;
}

.fx-section--energy-items .booming .booming-txt .booming-subtitle {
  font-size: 20px;
  line-height: 150%;
  color: #2d3436;
  padding: 30px 0 40px;
  max-width: 370px;
}

.fx-section--energy-items .booming .booming-txt .booming-subtitle span {
  font-weight: 700;
}

.fx-section--energy-items .booming .booming-txt .booming-subtitle strong {
  font-weight: 700;
}

.fx-section--energy-items .booming .btn-group a {
  border-radius: 9px;
  height: auto;
}

.fx-section--energy-items .booming .relative-pos {
  position: relative;
}

.fx-section--energy-items .booming.booming-1 .relative-pos .img-holder {
  position: absolute;
  max-width: 556px;
  top: -215px;
  right: 0;
  left: 0;
}

.fx-section--energy-items .booming.booming-2 .relative-pos .img-holder {
  position: absolute;
  max-width: 586px;
  bottom: -112px;
  right: 0;
  left: 0;
}

.fx-section--energy-items .booming.booming-3 .relative-pos .img-holder {
  position: absolute;
  max-width: 670px;
  top: -167px;
  right: 0;
  left: 0;
}

.fx-section--energy-items .booming .relative-pos .img-holder img {
  width: 100%;
}

@media (max-width: 1024px) {
  .fx-section--energy-items .booming {
    padding: 0 0 60px;
    margin-top: 100px;
    text-align: center;
  }

  .fx-section--energy-items .booming.booming.booming-2 {
    padding: 50px 0 0;
    margin-top: 0;
  }

  .fx-section--energy-items .booming.booming.booming-3 {
    margin-top: 0;
  }

  .fx-section--energy-items
    .booming.booming.booming-1
    .relative-pos
    .img-holder {
    position: relative;
    max-width: 300px;
    top: 0;
    margin: -65px auto 30px;
  }

  .fx-section--energy-items .booming.booming-2 .relative-pos .img-holder {
    position: relative;
    max-width: 266px;
    top: 0;
    margin: 45px auto 0;
  }

  .fx-section--energy-items .booming.booming-3 .relative-pos .img-holder {
    position: relative;
    max-width: 300px;
    top: 0;
    margin: 60px auto 30px;
  }

  .fx-section--energy-items .booming.booming-3 .relative-pos .img-holder {
    position: relative;
    max-width: 300px;
    top: 0;
    margin: 60px auto 30px;
  }

  .fx-section--energy-items .booming .booming-txt .booming-title {
    margin: 0 auto;
    max-width: 100%;
  }

  .fx-section--energy-items .booming .booming-txt .booming-subtitle {
    margin: 0 auto;
    max-width: 400px;
  }
}
.fx-section--mobile-trading {
  color: #000;
  padding-top: 124px;
}

@media (max-width: 1024px) {
  .fx-section--mobile-trading {
    padding-top: 53px;
    padding-bottom: 60px;
  }
}

.fx-section--mobile-trading h2 {
  color: #000;
}

@media (min-width: 1024px) {
  .fx-section--mobile-trading h2 {
    padding-top: 75px;
  }
}

.fx-section--mobile-trading .desc-links a {
  color: #d91222;
  font-weight: 700;
}

.fx-section--mobile-trading .list-tools {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.fx-section--mobile-trading .icon {
  margin-bottom: 55px;
  text-align: center;
}

@media (min-width: 1024px) {
  .fx-section--mobile-trading .icon {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  [lang="ar"][_nghost-ng-cli-universal-c129] .fx-section--mobile-trading .icon,
  [lang="ar"]
    [_nghost-ng-cli-universal-c129]
    .fx-section--mobile-trading
    .icon {
    text-align: right;
  }
}

.fx-section--mobile-trading .video-container {
  position: relative;
  width: 569px;
  min-height: 377px;
}

.fx-section--mobile-trading .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fx-section--mobile-trading .img-holder {
  min-width: 300px;
  max-width: 300px;
}

@media (min-width: 1200px) {
  .fx-section--mobile-trading .img-holder {
    max-width: 569px;
    min-width: 569px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .fx-section--mobile-trading .img-holder {
    max-width: 450px;
    min-width: 450px;
  }
}

.fx-section--mobile-trading .img-holder img {
  width: 100%;
  height: auto;
}

.fx-section--mobile-trading .list-tools {
  margin: 20px auto 33px;
}

@media (min-width: 1024px) {
  .fx-section--mobile-trading .list-tools {
    max-width: 300px;
    margin: 20px auto 33px;
  }
}

.fx-section--mobile-trading .list-tools li {
  position: relative;
}
[lang="ar"] .fx-section--mobile-trading .list-tools li {
  padding-right: 25px;
}

.fx-section--mobile-trading .list-tools li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 16px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #d91222;
  margin: 0.1rem 1.5rem 0.1rem 0.2rem;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
[lang="ar"] .fx-section--mobile-trading .list-tools li::before {
  left: 98%;
}
@media (max-width: 1024px) {
  [lang="ar"] .fx-section--mobile-trading .list-tools li {
    padding-right: 30px;
  }
  [lang="ar"] .fx-section--mobile-trading .list-tools li::before {
    left: 97%;
  }
}

.fx-section--mobile-trading .fixstyle {
  margin: 0 auto 30px;
}

@media (min-width: 1024px) {
  .fx-section--mobile-trading .list-tools {
    margin: 0;
    max-width: 100%;
  }
}

.fx-section--mobile-trading .list-tools li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-bottom: 7px;
}

.fx-section--mobile-trading .list-tools li span {
  margin-left: 30px;
}

.fx-section--mobile-trading .list-tools li:last-child {
  margin-bottom: 9px;
}

[lang="ar"][_nghost-ng-cli-universal-c129]
  .fx-section--mobile-trading
  .list-tools
  .icon,
[lang="ar"]
  [_nghost-ng-cli-universal-c129]
  .fx-section--mobile-trading
  .list-tools
  .icon {
  margin-left: 5px;
  margin-right: 0;
}

@media (min-width: 1024px) {
  [lang="ar"][_nghost-ng-cli-universal-c129]
    .fx-section--mobile-trading
    .list-tools
    .icon,
  [lang="ar"]
    [_nghost-ng-cli-universal-c129]
    .fx-section--mobile-trading
    .list-tools
    .icon {
    margin-left: 10px;
  }
}

.fx-section--mobile-trading .scan-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-section--mobile-trading .scan-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.fx-section--mobile-trading .scan-qr span {
  display: block;
}

.fx-section--mobile-trading .scan-qr .scan-qr-holder {
  padding-left: 10px;
}

.fx-section--mobile-trading .scan-qr span.scan-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #636e72;
  max-width: 106px;
}

.fx-section--mobile-trading .qr-hold img {
  width: 160px;
  height: 160px;
  display: block;
}

.fx-section--mobile-trading .buttons-holder {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section--mobile-trading .buttons-holder a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 160px;
}

.fx-section--mobile-trading .buttons-holder a + a {
  margin: 1.5rem 0 0 0;
}

.send-markets-link .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.send-markets-link {
  padding-top: 45px;
  padding-left: 0;
  position: relative;
  z-index: 10;
}

.send-markets-link.fx-theme--dark {
  background: none;
}

.send-markets-link.fx-theme--dark .btn:hover small,
.send-markets-link.fx-theme--dark .btn:focus small,
.send-markets-link.fx-theme--dark .btn:hover:focus small {
  color: rgba(255, 255, 255, 0.8);
}

.send-markets-link.fx-theme--dark .btn small {
  color: #009cfc;
}

.send-markets-link .form-group {
  margin-left: 15px;
}

.send-markets-link .form-group:first-child {
  margin-left: 20px;
}

.send-markets-link .form-group.text-xs {
  width: 135px;
}

.send-markets-link .form-group.text-sm {
  width: 150px;
}

@media (max-width: 1300px) {
  .send-markets-link .homebottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .send-markets-link .form-group.text-sm {
    width: 185px;
  }
}

.send-markets-link .form-group .btn-arrow {
  margin-right: 5px;
  top: -2px;
  left: 5px;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.send-markets-link .form-group .btn-arrow i {
  font-weight: 700;
  font-size: 14px;
}

.send-markets-link .btn {
  min-width: 230px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  min-height: 68px;
}

@media (max-width: 1300px) {
  .send-markets-link .btn {
    min-width: 360px;
  }
}

.send-markets-link .btn.btn-primary small {
  font-size: 16px;
}

.send-markets-link .btn-outline {
  height: 100%;
}

.send-markets-link .form-control {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 0;
  font-size: 18px;
  background: none;
  height: 68px;
  line-height: 1;
  color: #fff;
  border: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}

.fx-theme--dark[_nghost-ng-cli-universal-c136] .send-markets-link .form-control,
.fx-theme--dark
  [_nghost-ng-cli-universal-c136]
  .send-markets-link
  .form-control {
  color: #dfe6e9;
}

.send-markets-link .form-control::-webkit-autofill {
  background-color: #444444 !important;
}

.send-markets-link input:-webkit-autofill,
.send-markets-link input:-webkit-autofill:hover,
.send-markets-link input:-webkit-autofill:focus,
.send-markets-link input:-webkit-autofill:active {
  -webkit-text-fill-color: #444444 !important;
  background-color: #444444 !important;
  -webkit-transition: background-color 0s ease-in-out 0s;
  transition: background-color 0s ease-in-out 0s;
}

.send-markets-link .form-control::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #b2bec3;
}

.send-markets-link .form-control:-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #b2bec3;
}

.send-markets-link .form-control::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #b2bec3;
}

.send-markets-link .form-control:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #b2bec3;
}

.send-markets-link .form-control:focus {
  outline: none;
}

.send-markets-link input.form-control:focus {
  border-bottom-color: #009cfc;
}

.send-markets-link .text-note {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  color: #b0c0c0;
  position: absolute;
  top: 100%;
  min-width: 230px;
}

.send-markets-link .flag-icon {
  margin-right: 20px;
}

.send-markets-link .dropdown-menu {
  margin-top: 20px;
}

.send-markets-link .col-inputs {
  position: relative;
  margin-right: 20px;
  background: #444444;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1300px) {
  .send-markets-link .col-inputs {
    margin-bottom: 20px;
  }
}

.send-markets-link .btn-with-note {
  position: relative;
}

.send-markets-link .btn-with-note .text-note {
  left: 0;
  right: 0;
  text-align: center;
}

.send-markets-link .dropdown {
  opacity: 0;
  display: none;
  z-index: 999;
}

.send-markets-link .dropdown .form-group {
  margin: 10px 0;
  position: relative;
}

.send-markets-link .dropdown .form-group .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  left: 12px;
}

.fx-theme--dark[_nghost-ng-cli-universal-c136]
  .send-markets-link
  .dropdown
  .form-group
  .icon,
.fx-theme--dark
  [_nghost-ng-cli-universal-c136]
  .send-markets-link
  .dropdown
  .form-group
  .icon {
  color: #636e72;
}

.send-markets-link .dropdown .form-group input {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #b2bec3;
  padding: 0 5px 0 40px;
  margin: 0;
  font-size: 14px;
}

.fx-theme--dark[_nghost-ng-cli-universal-c136]
  .send-markets-link
  .dropdown
  .form-group
  input,
.fx-theme--dark
  [_nghost-ng-cli-universal-c136]
  .send-markets-link
  .dropdown
  .form-group
  input {
  color: #636e72;
}

.send-markets-link .dropdown ul {
  margin: 0 -20px;
  max-height: 282px;
  overflow-y: auto;
}

.send-markets-link .dropdown ul li {
  color: #2d3436;
  position: relative;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.send-markets-link .dropdown ul li.active,
.send-markets-link .dropdown ul li:hover {
  background: rgba(223, 230, 233, 0.3);
}

.send-markets-link .dropdown ul .title {
  color: #2d3436;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.send-markets-link .dropdown ul .tel-code {
  font-size: 18px;
}

.send-markets-link .open .dropdown {
  opacity: 1;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
  box-shadow: 0 8px 32px 0 rgba(76, 83, 107, 0.11);
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin-top: 15px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.send-markets-link .open .btn-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.send-markets-link .open .btn-arrow {
  top: 5px;
  left: 11px;
}

.send-markets-link .flag-icon-an {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZpZXdCb3g9Ii0yNyAtMTQgNTQgMzYiCiAgIGlkPSJzdmcyIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlua3NjYXBlOnZlcnNpb249IjAuNDcgcjIyNTgzIgogICBzb2RpcG9kaTpkb2NuYW1lPSJGbGFnX29mX3RoZV9OZXRoZXJsYW5kc19BbnRpbGxlcy5zdmciPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTM0Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZGVmcwogICAgIGlkPSJkZWZzMzIiPgogICAgPGlua3NjYXBlOnBlcnNwZWN0aXZlCiAgICAgICBzb2RpcG9kaTp0eXBlPSJpbmtzY2FwZTpwZXJzcDNkIgogICAgICAgaW5rc2NhcGU6dnBfeD0iMCA6IDMwMCA6IDEiCiAgICAgICBpbmtzY2FwZTp2cF95PSIwIDogMTAwMCA6IDAiCiAgICAgICBpbmtzY2FwZTp2cF96PSI5MDAgOiAzMDAgOiAxIgogICAgICAgaW5rc2NhcGU6cGVyc3AzZC1vcmlnaW49IjQ1MCA6IDIwMCA6IDEiCiAgICAgICBpZD0icGVyc3BlY3RpdmUzNiIgLz4KICA8L2RlZnM+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMjgwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMDQiCiAgICAgaWQ9Im5hbWVkdmlldzMwIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxLjExMjUxNDciCiAgICAgaW5rc2NhcGU6Y3g9IjQ2OC42NDEiCiAgICAgaW5rc2NhcGU6Y3k9IjI2MC4zNzU0NCIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMiIgLz4KICA8cmVjdAogICAgIGZpbGw9IndoaXRlIgogICAgIHg9Ii0yNyIKICAgICB5PSItMTQiCiAgICAgd2lkdGg9IjU0IgogICAgIGhlaWdodD0iMzYiCiAgICAgaWQ9InJlY3Q0IiAvPgogIDxyZWN0CiAgICAgZmlsbD0iI2RjMTcxZCIKICAgICB4PSItNiIKICAgICB5PSItMTQiCiAgICAgd2lkdGg9IjEyIgogICAgIGhlaWdodD0iMzYiCiAgICAgaWQ9InJlY3Q2IiAvPgogIDxyZWN0CiAgICAgZmlsbD0iIzAwMDA3YiIKICAgICB4PSItMjciCiAgICAgeT0iLTIiCiAgICAgd2lkdGg9IjU0IgogICAgIGhlaWdodD0iMTIiCiAgICAgaWQ9InJlY3Q4IgogICAgIHN0eWxlPSJmaWxsOiMwMTJhODc7ZmlsbC1vcGFjaXR5OjEiIC8+CiAgPGcKICAgICBpZD0ic3RhciIKICAgICBmaWxsPSJ3aGl0ZSIKICAgICB0cmFuc2Zvcm09InNjYWxlKDEuNSkiPgogICAgPGcKICAgICAgIGlkPSJjb25lIj4KICAgICAgPHBvbHlnb24KICAgICAgICAgaWQ9InRyaWFuZ2xlIgogICAgICAgICBwb2ludHM9IjAsMCAwLDEgLjUsMSIKICAgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMSkgcm90YXRlKDE4KSIgLz4KICAgICAgPHVzZQogICAgICAgICB4bGluazpocmVmPSIjdHJpYW5nbGUiCiAgICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoLTEsMSkiCiAgICAgICAgIGlkPSJ1c2UxMyIgLz4KICAgIDwvZz4KICAgIDx1c2UKICAgICAgIHhsaW5rOmhyZWY9IiNjb25lIgogICAgICAgdHJhbnNmb3JtPSJyb3RhdGUoNzIpIgogICAgICAgaWQ9InVzZTE1IiAvPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI2NvbmUiCiAgICAgICB0cmFuc2Zvcm09InJvdGF0ZSgtNzIpIgogICAgICAgaWQ9InVzZTE3IiAvPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI2NvbmUiCiAgICAgICB0cmFuc2Zvcm09InJvdGF0ZSgxNDQpIgogICAgICAgaWQ9InVzZTE5IiAvPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI2NvbmUiCiAgICAgICB0cmFuc2Zvcm09InJvdGF0ZSgtMTQ0KSIKICAgICAgIGlkPSJ1c2UyMSIgLz4KICA8L2c+CiAgPGcKICAgICBpZD0iMnN0YXJzIj4KICAgIDwhLS0gOC9jb3MoUGkvOCkgLS0+CiAgICA8dXNlCiAgICAgICB4bGluazpocmVmPSIjc3RhciIKICAgICAgIHRyYW5zZm9ybT0icm90YXRlKDIyLjUpIHRyYW5zbGF0ZSg4LjY1OTEzNzYwMjMzOTE1MTc1MDM5NTU3MTI4NTg2MjIzMDcyMDk3NzEyKSByb3RhdGUoLTIyLjUpIgogICAgICAgaWQ9InVzZTI0IiAvPgogICAgPHVzZQogICAgICAgeGxpbms6aHJlZj0iI3N0YXIiCiAgICAgICB0cmFuc2Zvcm09InJvdGF0ZSg2Ny41KSB0cmFuc2xhdGUoOC42NTkxMzc2MDIzMzkxNTE3NTAzOTU1NzEyODU4NjIyMzA3MjA5NzcxMikgcm90YXRlKC02Ny41KSIKICAgICAgIGlkPSJ1c2UyNiIgLz4KICA8L2c+CiAgPHVzZQogICAgIHhsaW5rOmhyZWY9IiMyc3RhcnMiCiAgICAgdHJhbnNmb3JtPSJzY2FsZSgtMSwxKSIKICAgICBpZD0idXNlMjgiIC8+Cjwvc3ZnPgo=")
    no-repeat;
}

.send-markets-link .top-space {
  padding-top: 40px;
}

[lang="ar"] .send-markets-link .bullet {
  display: none;
}

[lang="ar"] .send-markets-link .form-group {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

[lang="ar"] .send-markets-link .form-group .btn-arrow {
  margin-right: 0 !important;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: 5px !important;
}

[lang="ar"] .send-markets-link .dropdown .flag-icon {
  margin-left: 20px !important;
  margin-right: 0 !important;
}

[lang="ar"] .send-markets-link .col-inputs {
  margin-left: 20px !important;
  margin-right: 0 !important;
}

[lang="ar"] .send-markets-link .col-inputs .form-group:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

[lang="ar"] .send-markets-link button.form-control {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  direction: ltr;
}

[lang="ar"] .send-markets-link .dropdown .tel-code {
  direction: ltr;
}

[lang="ar"] .send-markets-link .dropdown .form-group:first-child {
  margin-right: 0 !important;
}

[lang="ar"] .send-markets-link .dropdown .form-group .icon {
  right: 12px !important;
  left: auto !important;
}

[lang="ar"] .send-markets-link .dropdown .form-group input {
  padding: 0 40px 0 5px !important;
}

@media (min-width: 1024px) {
  .qr-code-section {
    margin-top: 40px;
  }
}

.qr-code-section .btn-holder {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.qr-code-section .btn-holder:first-child {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .qr-code-section .btn-holder:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
}

.qr-code-section .btn-holder:last-child {
  margin: 0;
}

@media (max-width: 1024px) {
  .qr-code-section .btn-apple {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media (min-width: 1024px) {
  .qr-code-section .btn-holder {
    margin-right: 20px;
  }
}

.qr-code-section .mark {
  position: absolute;
  right: -60px;
  top: -20px;
  color: #fff;
  background: #ff0000;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 0, 0, 0.5);
  box-shadow: 0px 1px 4px rgba(255, 0, 0, 0.5);
  border-radius: 43px;
  height: 40px;
  width: 80px;
  z-index: 2;
  text-align: center;
  padding: 0 5px;
  line-height: 40px;
}

.qr-code-section .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qr-code-section .button-apple[href="unsafe:javascript:void(0)"] {
  pointer-events: none;
}

.fx-section--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 10px 0;
  height: 64px;
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: none;
}

@media (min-width: 1024px) {
  .fx-section--sticky {
    display: block;
    height: 70px;
  }
}

.fx-section--sticky.visible {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fx-section--sticky .btn {
  -webkit-transition: opacity 0.4s, color 0.4s, background-color 0.4s,
    -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, color 0.4s, background-color 0.4s,
    -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, box-shadow 0.4s, color 0.4s,
    background-color 0.4s, transform 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, color 0.4s, background-color 0.4s,
    transform 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, color 0.4s, background-color 0.4s,
    transform 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
}

#submit-message {
  display: none;
}

@media (min-width: 1024px) {
  .qr-code-section {
    margin-top: 40px;
  }
}

.qr-code-section .btn-holder {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.qr-code-section .btn-holder:first-child {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .qr-code-section .btn-holder:first-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
}

.qr-code-section .btn-holder:last-child {
  margin: 0;
}

@media (min-width: 1024px) {
  .qr-code-section .btn-holder {
    margin-right: 20px;
  }
}

.qr-code-section .mark {
  position: absolute;
  right: -60px;
  top: -20px;
  color: #fff;
  background: red;
  -webkit-box-shadow: 0 1px 4px rgba(255, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(255, 0, 0, 0.5);
  border-radius: 43px;
  height: 40px;
  width: 80px;
  z-index: 2;
  text-align: center;
  padding: 0 5px;
  line-height: 40px;
}

.qr-code-section .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qr-code-section .button-apple[href="unsafe:javascript:void(0)"] {
  pointer-events: none;
}
.fx-section--platforms-full-range {
  padding-bottom: 0;
  background: rgba(248, 248, 248, 0.9);
  backdrop-filter: blur(18px);
  color: #000000;
  position: relative;
}

@media (max-width: 1024px) {
  .fx-section--platforms-full-range {
    margin-bottom: -10px;
  }
}

.fx-section--platforms-full-range {
  padding-bottom: 0;
  background: rgba(248, 248, 248, 0.9);
  backdrop-filter: blur(18px);
  color: #000000;
  position: relative;
}

.fx-section--platforms-full-range .panel__heading {
  max-width: 571px;
  text-align: center;
  margin: 0 auto;
}

.fx-section--platforms-full-range h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
}

.fx-section--platforms-full-range .platforms-and-tools-holder {
  padding: 44px 0 49px;
}

@media (min-width: 1024px) {
  .fx-section--platforms-full-range .platforms-and-tools-holder {
    padding: 44px 0 60px;
  }
}

.fx-section--platforms-full-range .platform-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  padding: 20px;
  height: 175px;
  color: #2d3436;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  max-width: 344px;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 480px) {
  .fx-section--platforms-full-range .platform-card {
    margin: 0 auto;
    padding: 2.7rem 20px 2.3rem;
  }
}

@media (min-width: 1024px) {
  .fx-section--platforms-full-range .platform-card {
    margin-bottom: 0;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .fx-section--platforms-full-range .platform-card:hover {
    background: #f1f1f1;
  }
}

.fx-section--platforms-full-range .platform-card .ribbon {
  position: absolute;
  right: -20px;
  top: -20px;
}

.fx-section--platforms-full-range .platform-card .ico,
.fx-section--platforms-full-range .platform-card p {
  color: #2d3436;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fx-section--platforms-full-range .platform-card:hover .ico {
  color: #d91222;
}

.fx-section--platforms-full-range .platform-card p {
  font-family: "Inter", "Futura", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  font-size: 16px;
  line-height: 130%;
}

.fx-section--platforms-full-range .platform-card .ico {
  font-size: 2.5rem;
  margin-bottom: 0.9375rem;
}

.fx-section--platforms-full-range .platform-card h4 {
  font-size: 24px;
  line-height: 37px;
  color: #d91222;
  font-family: "Futura", "Inter", "Segoe UI", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 1024px) {
  .fx-section--platforms-full-range .platform-card h4 {
    font-size: 24px;
    margin-bottom: 7px;
  }
}

.fx-section--platforms-full-range .placeholder {
  max-width: 909px;
  margin: 0 auto;
}

.fx-section--platforms-full-range .placeholder img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .fx-section--platforms-full-range .placeholder {
    max-width: 300px;
    margin: 0 auto;
  }
}

.fx-section--platforms-full-range .btn-group {
  padding-top: 40px;
  padding-bottom: 73px;
  text-align: center;
}

@media (max-width: 1024px) {
  .fx-section--platforms-full-range .btn-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fx-section--platforms-full-range .btn-group .btn-large {
  background: #32a071;
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx-section--platforms-full-range .btn-group a span,
.fx-section--platforms-full-range .btn-group a:hover span,
.fx-section--platforms-full-range .btn-group a:focus span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 7px;
  color: #ffffff;
}

.fx-section--platforms-full-range .btn-group a:hover span i,
.fx-section--platforms-full-range .btn-group a:focus span i {
  color: #ffffff;
}

.fx-section--platforms-full-range .btn-group .btn-large:hover,
.fx-section--platforms-full-range .btn-group .btn-large:focus {
  background: #32a071;
}
.fx-section--trade-like-a-pro {
  color: #000;
}

.fx-section--trade-like-a-pro .btn {
  margin: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  background-color: #d91222;
}

.fx-section--trade-like-a-pro .btn:hover,
.fx-section--trade-like-a-pro .btn:focus {
  background-color: #d91222;
}

@media (min-width: 1024px) {
  .fx-section--trade-like-a-pro .btn {
    line-height: 76px;
  }
}

@media (max-width: 1024px) {
  .fx-section--trade-like-a-pro h2 {
    font-size: 36px;
  }
}

.fx-section--trade-like-a-pro .btn-group {
  margin-top: 50px;
}
.fx-section--trade-shares {
  background: #f8f8f9;
  position: relative;
  overflow-x: hidden;
  padding: 20px 0;
}

@media (max-width: 1199.98px) {
  .fx-section--trade-shares {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .fx-section--trade-shares .btn-group {
    margin-bottom: 5rem;
  }
}

.fx-section--trade-shares .btn-group .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  margin-bottom: 0;
  border-radius: 9px;
}

@media (min-width: 1024px) {
  .fx-section--trade-shares .btn-group .btn {
    line-height: 76px;
  }
}

.fx-section--trade-shares .panel__heading p strong {
  font-weight: 700;
  color: #2d3436;
}

.fx-section--trade-shares .panel__heading {
  margin-bottom: 0;
  padding-top: 50px;
}

@media (max-width: 1023.98px) {
  .fx-section--trade-shares .panel__heading h2 {
    font-size: 36px;
  }
}

.fx-section--trade-shares .heading-title {
  font-size: 20px;
  font-family: futura;
  color: #000;
  margin-bottom: 36px;
}

.fx-section--trade-shares .img-holder {
  height: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}

.fx-section--trade-shares .img-holder {
  background-image: url(assets/img/sections/section-trade-shares/section-trading-shares-banner-mobile@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

.fx-section--trade-shares .img-holder > picture,
.fx-section--trade-shares .img-holder img {
  width: 100%;
}

@media (min-width: 480px) {
  .fx-section--trade-shares .img-holder {
    background-image: url(assets/img/sections/section-trade-shares/section-trading-shares-banner-desktop.webp);
    background-repeat: no-repeat;
  }
}

@media (min-width: 1024px) {
  .fx-section--trade-shares .img-holder {
    background-image: url(assets/img/sections/section-trade-shares/section-trading-shares-banner-desktop@2x.webp);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .fx-section--trade-shares .img-holder {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100%;
  }

  [lang="ar"] .fx-section--trade-shares .img-holder,
  [lang="ar"] .fx-section--trade-shares .img-holder {
    background-position: 0;
    -webkit-transform: translateX(74%);
    -ms-transform: translateX(74%);
    transform: translateX(74%);
  }
}
.footnotes {
  font-size: 0.8571rem;
  padding: 2.4285rem 0;
  border-top: 1px solid rgba(146, 157, 170, 0.22);
}

@media (min-width: 480px) {
  .footnotes {
    font-size: 0.6875rem;
    padding: 1.5rem 0;
  }
}

@media (min-width: 1024px) {
  .footnotes {
    padding: 2.5rem 0;
  }
}

.footnotes a {
  color: #d91222;
}

.footnotes p {
  padding-left: 7px;
  position: relative;
  margin-bottom: 1rem;
}

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

@media (min-width: 480px) {
  .footnotes p {
    margin-bottom: 3px;
  }
}

.footnotes .sup {
  font-size: 0.625rem;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 3px;
}

[lang="ar"] .footnotes p {
  padding-right: 7px !important;
  padding-left: 0 !important;
}

[lang="ar"] .footnotes .sup {
  left: auto !important;
  right: 0 !important;
  margin-left: 3px !important;
  margin-right: 0 !important;
}

.holder-loader {
  min-height: 468px;
  background-color: rgba(200, 200, 200, 0.3);
}

.no-animation,
.no-animation * {
  -webkit-animation: none !important;
  animation: none !important;
}

.row.footer-columns {
  justify-content: space-between;
}

.background-theme{
  margin-bottom: 20px;
}

.marquee{
  animation: scroll 40s linear infinite;
}

.marquee:hover{

  animation-play-state: paused;
}

@keyframes scroll{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(calc(-100% - 20px));
  }
}

.title-margin_bottom{
  text-align:center !important; 
  margin: 0 auto 50px;
}

.block-margin_bottom{
  margin-bottom: 50px;
}

.trading-mobile{
  display: none;
}

.calculator{
  height: 500px;
}

.form-style{
  background-color: #f5f5f5;
  padding: 10px 40px;
  border-radius: 12px;
}


@media (max-width:1024.99px) {
  .trading-mobile{
    display: block;
  }

  .trading-desctop{
    display: none;
  }

  .calculator{
    height: 700px;
  }

  .logo-mob{
    width:18%; 
  }

  .logo{
    text-align: center;
  }
}

@media (max-width:900px) {
  .text-mob{
    font-size: 12px !important;
  
  }

  .form-style{
    padding: 5px 15px;
  }
}

footer, section{
  padding-bottom: 0 !important;
}

.mb-7{
  margin-bottom: 70px;
}

/* home slider */

/* Основные стили */
.swiper-container {
  overflow: hidden;
  text-align: center;
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease;
}

.swiper-slide {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;

}

.swiper-slide img {
  max-width: 50%;
  border-radius: 18px;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.swiper-slide.active img {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .swiper-slide {
    padding: 5px; 
  }
}

@media screen and (max-width: 576px) {
  .swiper-slide {
    padding: 2px; 
  }
}

.img-block__swipe{
  text-align: center;
}

.swipe-img{
  border-radius: 18px;
}
