.ant-image {
  position: relative;
  display: inline-block;
}
.ant-image-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.ant-image-mask-info {
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-image-mask-info .anticon {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.ant-image-mask:hover {
  opacity: 1;
}
.ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}
.ant-image-preview.ant-zoom-enter,
.ant-image-preview.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}
.ant-image-preview-moving .ant-image-preview-img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}
.ant-image-preview-wrap {
  z-index: 1080;
}
.ant-image-preview-operations-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1081;
  width: 100%;
}
.ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum', "tnum";
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-image-preview-operations-operation:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}
.ant-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ant-image-preview-operations-icon {
  font-size: 18px;
}
.ant-image-preview-switch-left,
.ant-image-preview-switch-right {
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 1081;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.ant-image-preview-switch-left:hover,
.ant-image-preview-switch-right:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ant-image-preview-switch-left-disabled,
.ant-image-preview-switch-right-disabled,
.ant-image-preview-switch-left-disabled:hover,
.ant-image-preview-switch-right-disabled:hover {
  color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ant-image-preview-switch-left-disabled > .anticon,
.ant-image-preview-switch-right-disabled > .anticon,
.ant-image-preview-switch-left-disabled:hover > .anticon,
.ant-image-preview-switch-right-disabled:hover > .anticon {
  cursor: not-allowed;
}
.ant-image-preview-switch-left > .anticon,
.ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}
.ant-image-preview-switch-left {
  left: 8px;
}
.ant-image-preview-switch-right {
  right: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@font-face{font-family:Neue;font-display:swap;src:url("/static/fonts/NeueHaasGroteskTextProVN-75Bold.otf")}.TitleSection_vnrTitle__qIDtq{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-right:10px;margin-bottom:15px}.TitleSection_title__t7cGJ{font-family:Neue;font-size:24px;line-height:1.4;color:#ff8104;margin-bottom:0}@media screen and (max-width: 576px){.TitleSection_title__t7cGJ{font-size:20px}}.TitleSection_forexTitle__s6g7A{font-family:Neue;font-size:22px;margin-bottom:3px;line-height:1.4;color:#ff8104}@media screen and (max-width: 576px){.TitleSection_forexTitle__s6g7A{font-size:20px}}.TitleSection_readMore__6E5Z0{font-family:Nunito-Regular,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.63;text-align:right;color:#333}.TitleSection_readMore__6E5Z0:hover{color:#0872ca;font-family:Neue}@media screen and (max-width: 576px){.TitleSection_readMore__6E5Z0{display:none}}
@font-face{font-family:Neue;font-display:swap;src:url("/static/fonts/NeueHaasGroteskTextProVN-75Bold.otf")}.HomePageStyle_rowSliderWrapper__EfyOq{background-color:#fff;z-index:3}.HomePageStyle_header__VsaEF{margin:20px auto}@media screen and (max-width: 992px){.HomePageStyle_header__VsaEF{display:none}}.HomePageStyle_homepageH1__KsjFX{display:none}.HomePageStyle_container__ogsvM{width:100%;margin:0 auto}.HomePageStyle_paddingContent__BaSCo{width:100%;max-width:1336px;margin:0 auto;padding:48px 0}@media screen and (max-width: 768px){.HomePageStyle_paddingContent__BaSCo{padding:12px}}.HomePageStyle_footerContent__dYHJr{border-top:1px solid #d8e1f5}.HomePageStyle_homeTopSlider__Jq9K9{padding-right:20px}@media screen and (max-width: 768px){.HomePageStyle_homeTopSlider__Jq9K9{padding-right:0}}.HomePageStyle_minorBanners__YqbB6{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;height:448px;width:100%}@media screen and (max-width: 768px){.HomePageStyle_minorBanners__YqbB6{height:unset;flex-direction:row;gap:8px}.HomePageStyle_minorBanners__YqbB6 a{width:100%;max-width:424px !important;margin:0 auto}.HomePageStyle_minorBanners__YqbB6 a div{border-radius:8px}}.HomePageStyle_brokerList__KVmer{display:flex;flex-direction:row;justify-content:center;background-image:url("/images/BG.svg");padding:80px calc(50vw - 668px)}@media screen and (max-width: 768px){.HomePageStyle_brokerList__KVmer{flex-direction:column;padding:32px 12px;gap:24px}}.HomePageStyle_colProfileInformation__cvOhF .ant-skeleton{min-height:212px}@media screen and (max-width: 576px){.HomePageStyle_colProfileInformation__cvOhF{min-height:440px}}.HomePageStyle_topBrokerPost__5JGKT{padding:20px}@media screen and (max-width: 576px){.HomePageStyle_topBrokerPost__5JGKT{padding:0}}.HomePageStyle_colSliderBroker__xZcQY{min-height:86px}.HomePageStyle_backcomWrapper__TqBJd{padding:32px 28px;background-color:#ff8104;display:flex;flex-direction:column;justify-content:space-between;max-width:268px;border-radius:12px}@media screen and (max-width: 768px){.HomePageStyle_backcomWrapper__TqBJd{order:2;max-width:unset;padding:20px 18px;border-radius:8px;gap:20px}}.HomePageStyle_backcom__gI_oz{display:flex;flex-direction:column;gap:20px}.HomePageStyle_backcomTitle__q_ukb{font-family:Rotulo;font-size:32px;line-height:1.33;color:#fff}@media screen and (max-width: 768px){.HomePageStyle_backcomTitle__q_ukb{font-size:23px}}.HomePageStyle_backcomKey__G__4F{font-family:Neue;font-size:14px;line-height:20px;padding-left:12px;color:#fff;border-left:2px solid hsla(0,0%,100%,.4)}.HomePageStyle_registerButton__ToEFE{width:100%;display:flex;height:44px;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;background-color:#fff;font-family:Neue;font-size:14px;line-height:20px;color:#0872ca;box-shadow:0px 4px 0px 0px rgba(0,0,0,.2);cursor:pointer}.HomePageStyle_telegramDirectional__ddiuW{max-width:848px;width:100%;margin:0 auto;padding:20px;border-radius:8px;border:1px dashed #cdcdcd}@media screen and (max-width: 768px){.HomePageStyle_telegramDirectional__ddiuW .ant-row{align-items:center;justify-content:center}}.HomePageStyle_telegramDirectional__ddiuW>a{display:block;width:100%;height:100%;padding:25px 40px}@media screen and (max-width: 768px){.HomePageStyle_telegramDirectional__ddiuW{width:calc(100% - 20px)}.HomePageStyle_telegramDirectional__ddiuW>a{padding:18px 12px}}.HomePageStyle_telegramDesc__Gxd4B{font-size:16px;font-family:Neue;line-height:24px;color:#333}@media screen and (max-width: 768px){.HomePageStyle_telegramDesc__Gxd4B{font-size:14px;line-height:20px;text-align:center;padding-bottom:10px}}.HomePageStyle_telegramButton__SvFks{display:flex;padding:9px 12px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background-color:#26a4e3;color:#fff !important;font-family:Neue;font-size:14px;font-style:normal;font-weight:700;line-height:20px;max-width:168px;margin-top:16px}.HomePageStyle_telegramButton__SvFks svg{width:28px;height:28px}@media screen and (max-width: 768px){.HomePageStyle_telegramButton__SvFks{margin-top:0}}@media screen and (max-width: 768px){.HomePageStyle_showOnDesktopOnly__vnRkE{display:none !important}}.HomePageStyle_postGroups__U9pCT{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:32px;gap:32px;padding-top:80px}@media screen and (max-width: 1440px){.HomePageStyle_postGroups__U9pCT{gap:24px;padding-top:60px}}@media screen and (max-width: 1280px){.HomePageStyle_postGroups__U9pCT{gap:20px;padding-top:50px}}@media screen and (max-width: 1024px){.HomePageStyle_postGroups__U9pCT{grid-template-columns:repeat(2, 1fr);gap:16px;padding-top:40px}}@media screen and (max-width: 992px){.HomePageStyle_postGroups__U9pCT{grid-template-columns:repeat(2, 1fr);gap:16px;padding-top:40px}}@media screen and (max-width: 768px){.HomePageStyle_postGroups__U9pCT{grid-template-columns:1fr;gap:24px;padding-top:40px}}@media screen and (max-width: 640px){.HomePageStyle_postGroups__U9pCT{grid-template-columns:1fr;gap:20px;padding-top:32px}}@media screen and (max-width: 480px){.HomePageStyle_postGroups__U9pCT{grid-template-columns:1fr;gap:16px;padding-top:24px}}.HomePageStyle_suMenhWrapper__zxuWl{display:flex;flex-direction:row;gap:32px;margin-top:80px}@media screen and (max-width: 768px){.HomePageStyle_suMenhWrapper__zxuWl{flex-direction:column}}.HomePageStyle_suMenhImage__JjJVP{width:400px;flex:none}.HomePageStyle_suMenhImage__JjJVP>div{border-radius:12px;box-shadow:0px 4px 0px 0px rgba(8,114,202,.2)}@media screen and (max-width: 768px){.HomePageStyle_suMenhImage__JjJVP{margin:0 auto;width:100%}}.HomePageStyle_suMenh__KYKIO{padding:32px;border-radius:12px;border:1px solid rgba(2,114,202,.2);background-color:#fff;box-shadow:0px 4px 0px 0px rgba(8,114,202,.2)}@media screen and (max-width: 768px){.HomePageStyle_suMenh__KYKIO{padding:20px}}.HomePageStyle_vnrebates__2UubT{color:#0872ca;font-family:Neue;font-size:18px;line-height:28px;letter-spacing:4.5px;text-transform:uppercase;padding-bottom:8px}.HomePageStyle_vnrebatesBorderBottom__Bi_WX{width:80px;height:4px;border-radius:111px;background-color:rgba(2,114,202,.1)}.HomePageStyle_suMenhContent__eSkuq{margin-top:30px;display:flex;flex-direction:column;gap:12px;color:#2e2e2e;font-family:Neue-Regular;font-size:14px;line-height:20px}.HomePageStyle_suMenhContent__eSkuq highlight{color:#ff8104}.HomePageStyle_serviceForm__I_aSq{border-radius:12px;background-color:#0872ca;padding:24px;display:flex;flex-direction:row;gap:32px;width:100%;margin-bottom:40px}@media screen and (max-width: 768px){.HomePageStyle_serviceForm__I_aSq{flex-direction:column;gap:20px;border-radius:8px}}.HomePageStyle_serviceList___Oz3q{display:flex;flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap}@media screen and (max-width: 768px){.HomePageStyle_serviceList___Oz3q{gap:8px}}.HomePageStyle_serviceRegister__jAfSN{color:#fff;font-family:Neue-Regular;font-size:14px;line-height:20px}@media screen and (max-width: 768px){.HomePageStyle_serviceRegister__jAfSN{width:100%}}.HomePageStyle_serviceWrapper__ZphvN{display:inline-flex;gap:8px;align-items:center}.HomePageStyle_service__9isC6{color:#fff;font-family:Neue;font-size:14px;line-height:20px}.HomePageStyle_order__KN0Un{width:32px;height:32px;border-radius:50%;background-color:#fff;color:#2e2e2e;display:grid}.HomePageStyle_order__KN0Un span{place-self:center;font-family:Neue}.HomePageStyle_registerWrapper__Pl3Sz{display:inline-flex;gap:5px;align-items:center;flex-grow:1}.HomePageStyle_buttonLogin__BE2_X{width:120px;height:44px;flex:none;display:flex;justify-content:center;align-items:center;padding:12px 15px;border-radius:8px;background-color:#fff;color:#0872ca;box-shadow:0px 4px 0px 0px hsla(0,0%,100%,.2);cursor:pointer;font-family:Neue;font-size:14px;line-height:20px}.HomePageStyle_buttonLogin__BE2_X:hover{background-color:#ee7938}.HomePageStyle_buttonLogin__BE2_X:hover .HomePageStyle_loginImage__plJUS,.HomePageStyle_buttonLogin__BE2_X:hover .HomePageStyle_textLogin__HSgGk{color:#fff}.HomePageStyle_inputForm__kaLOF{width:100%;height:44px;border-radius:8px !important;font-size:14px !important;line-height:20px !important;color:#fff !important;border:solid 1px hsla(0,0%,100%,.2) !important;background-color:#0872ca !important;box-shadow:0px 4px 0px 0px hsla(0,0%,100%,.2)}.HomePageStyle_inputForm__kaLOF:hover{border:solid 1px #0872ca !important}.HomePageStyle_inputForm__kaLOF:focus{border:solid 1px #0872ca !important}.HomePageStyle_inputForm__kaLOF::placeholder{color:#fff !important}.HomePageStyle_countdownSection___Iu4W{position:absolute;top:0;left:0;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:424px;margin:0 auto;text-align:center;border-top-left-radius:12px;border-top-right-radius:12px}@media screen and (max-width: 768px){.HomePageStyle_countdownSection___Iu4W{width:20px;height:100%;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;border-top-right-radius:unset;left:unset;right:0;padding-top:2px}}
