@charset "UTF-8";
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
/* line 10, ../custom-sass/_reset.scss */
html {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 16, ../custom-sass/_reset.scss */
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
/* line 35, ../custom-sass/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

/* Line-height should always be unitless! */
/* line 41, ../custom-sass/_reset.scss */
body {
  line-height: 1.5;
  background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
/* line 47, ../custom-sass/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }

/* float:none prevents the span-x classes from breaking table-cell display */
/* line 52, ../custom-sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

/* line 57, ../custom-sass/_reset.scss */
table, th, td {
  vertical-align: middle; }

/* line 61, ../custom-sass/_reset.scss */
ul, ol {
  margin: 0; }

/* line 64, ../custom-sass/_reset.scss */
.menu-item--expanded, .menu-item--collapsed {
  list-style: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* line 68, ../custom-sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

/* line 69, ../custom-sass/_reset.scss */
blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
/* line 72, ../custom-sass/_reset.scss */
a img {
  border: none; }

/* Remember to define your own focus styles! */
/* line 75, ../custom-sass/_reset.scss */
:focus {
  outline: 0; }

@font-face {
  font-family: 'FuturaBook';
  src: url("../fonts/futura-book-webfont.eot");
  src: url("../fonts/futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-book-webfont.woff") format("woff"), url("../fonts/futura-book-webfont.woff2") format("woff2"), url("../fonts/futura-book-webfont.ttf") format("truetype"), url("../fonts/futura-book-webfont.svg#FuturaBook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaMed';
  src: url("../fonts/futura-medium-webfont.eot");
  src: url("../fonts/futura-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura-medium-webfont.woff") format("woff"), url("../fonts/futura-medium-webfont.woff2") format("woff2"), url("../fonts/futura-medium-webfont.ttf") format("truetype"), url("../fonts/futura-medium-webfont.svg#FuturaMed") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaBoldRegular';
  src: url("../fonts/futubd-webfont.eot");
  src: url("../fonts/futubd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futubd-webfont.woff") format("woff"), url("../fonts/futubd-webfont.woff2") format("woff2"), url("../fonts/futubd-webfont.ttf") format("truetype"), url("../fonts/futubd-webfont.svg#FuturaBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 10, ../custom-sass/base.scss */
html {
  position: relative; }
  /* line 13, ../custom-sass/base.scss */
  html.overlay {
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      /* line 13, ../custom-sass/base.scss */
      html.overlay {
        position: fixed;
        width: 100%; } }

/* line 23, ../custom-sass/base.scss */
body {
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 16px;
  color: #161a1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 110vh; }
  @media only screen and (max-width: 991px) {
    /* line 23, ../custom-sass/base.scss */
    body {
      min-height: 1px; } }
  /* line 39, ../custom-sass/base.scss */
  body.vegas-container {
    overflow-x: hidden !important; }

/* line 44, ../custom-sass/base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 49, ../custom-sass/base.scss */
p {
  font-family: arial;
  font-size: 14px;
  line-height: 21px;
  color: #161a1c;
  margin: 0 0 30px; }
  @media only screen and (max-width: 1229px) {
    /* line 49, ../custom-sass/base.scss */
    p {
      font-size: 14px;
      line-height: 18px; } }

/* line 62, ../custom-sass/base.scss */
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* line 67, ../custom-sass/base.scss */
.popoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  -moz-opacity: 0.5;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  /* line 80, ../custom-sass/base.scss */
  .overlay .popoverlay {
    display: block;
    opacity: 1;
    -moz-opacity: 0.5;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/* line 87, ../custom-sass/base.scss */
.dotted {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* line 91, ../custom-sass/base.scss */
.container-inner {
  width: 100%; }

/* line 97, ../custom-sass/base.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* line 101, ../custom-sass/base.scss */
.block-system-main-block {
  position: relative;
  z-index: 1;
  background: #FFF; }
  /* line 106, ../custom-sass/base.scss */
  .path-_0-independence-anniversary .block-system-main-block, .path-frontpage .block-system-main-block, .path-csr .block-system-main-block, .path-unique-corporate .block-system-main-block, .path-mam .block-system-main-block, .path-securities .block-system-main-block, .path-unique-individual .block-system-main-block, .path-international .block-system-main-block, .path-sme .block-system-main-block, .path-sbm-private-wealth .block-system-main-block, .path-sbm-private-banking .block-system-main-block, .path-trading-and-structuring .block-system-main-block, .path-asset-management  .block-system-main-block {
    background: none; }

/* line 122, ../custom-sass/base.scss */
.modal-backdrop {
  display: none; }

/* line 126, ../custom-sass/base.scss */
.modal {
  background: rgba(26, 31, 35, 0.85);
  text-align: center;
  padding: 0 !important; }
  /* line 131, ../custom-sass/base.scss */
  .modal .close {
    color: #FFF;
    font-size: 50px;
    font-weight: normal;
    opacity: 1;
    -moz-opacity: 0.5;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  /* line 139, ../custom-sass/base.scss */
  .modal .modal-header {
    border: none;
    padding-top: 25px;
    padding-bottom: 0; }
  /* line 145, ../custom-sass/base.scss */
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  /* line 153, ../custom-sass/base.scss */
  .modal .modal-content {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  /* line 161, ../custom-sass/base.scss */
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto; }
  /* line 168, ../custom-sass/base.scss */
  .modal .modal-body,
  .modal iframe {
    max-width: 100%; }
  @media only screen and (max-width: 1229px) {
    /* line 174, ../custom-sass/base.scss */
    .modal .modal-body > div {
      width: 100% !important; } }

/* line 183, ../custom-sass/base.scss */
.read-more {
  padding: 0; }
  /* line 186, ../custom-sass/base.scss */
  .read-more a {
    font-family: "FuturaMed";
    font-size: 14.63px;
    color: #6d9ab5;
    position: relative;
    padding: 0 18px 0 0; }
    @media only screen and (max-width: 767px) {
      /* line 186, ../custom-sass/base.scss */
      .read-more a {
        padding: 0; } }
    /* line 198, ../custom-sass/base.scss */
    .read-more a:after {
      content: "›";
      position: relative;
      right: 0;
      top: 0;
      color: #161a1c;
      margin-left: 8px; }

/* line 209, ../custom-sass/base.scss */
.vegas-timer {
  display: none; }

/* line 213, ../custom-sass/base.scss */
.messages {
  clear: both; }
  /* line 216, ../custom-sass/base.scss */
  .forex-webform .messages {
    margin-bottom: 20px; }

/* line 222, ../custom-sass/base.scss */
.message ul {
  margin-left: 15px;
  margin-bottom: 20px; }
/* line 227, ../custom-sass/base.scss */
ul li {
  font-size: 14px; }

/* line 232, ../custom-sass/base.scss */
.full-width-div {
  width: 100%;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%; }

/* line 239, ../custom-sass/base.scss */
.padded-div {
  padding: 0 15px; }
