/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1649053590
Updated: 2022-04-04 08:26:30

*/


:root {
    --corporate-color: #004C99;
    --secondary-btn-color: #2A275B;
}

/* COOKIE POLICY */

.cookies-policy-v3 {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background: rgba(41, 45, 53, 0.9) !important;
  border-top: 1px solid rgba(41, 45, 53, 0.9);
  overflow: hidden; }
  .cookies-policy-v3 a.closeButton {
    z-index: 10;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 16px;
    height: 16px;
    opacity: .7;
    cursor: pointer; }
    .cookies-policy-v3 a.closeButton:hover {
      opacity: 1; }
    .cookies-policy-v3 a.closeButton:before, .cookies-policy-v3 a.closeButton:after {
      position: absolute;
      left: 7px;
      content: ' ';
      height: 12px;
      width: 1px;
      background-color: white; }
    .cookies-policy-v3 a.closeButton:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cookies-policy-v3 a.closeButton:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .cookies-policy-v3 .cookiesPolicy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 1199px) {
      .cookies-policy-v3 .cookiesPolicy__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cookies-policy-v3 p.policyMessage {
    color: #fff; }
    @media screen and (max-width: 1199px) {
      .cookies-policy-v3 p.policyMessage {
	margin-top: 0.9rem;
        text-align: center; } }
    .cookies-policy-v3 p.policyMessage a {
      color: #fff;
      text-decoration: underline; }
      .cookies-policy-v3 p.policyMessage a:hover {
        color: #aaa; }
  .cookies-policy-v3 div.okButtonBox {
    margin-top: 7px;
    margin-bottom: 7px; }
    @media screen and (max-width: 1199px) {
      .cookies-policy-v3 div.okButtonBox {
        text-align: center; } }
    @media screen and (max-width: 575px) {
      .cookies-policy-v3 div.okButtonBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .cookies-policy-v3 div.okButtonBox .base-button {
          padding: 15px 15px;
          margin: 5px 10px; } }
  .cookies-policy-v3 .cookieSettingButton {
    border-color: transparent;
    text-decoration: underline;
    color: #fff; }
    .cookies-policy-v3 .cookieSettingButton:hover, .cookies-policy-v3 .cookieSettingButton:active {
      color: var(--corporate-color);
      text-decoration: underline; }
  .cookies-policy-v3 .okButton {
    border-color: #fff;
    color: #fff; }
    .cookies-policy-v3 .okButton:hover, .cookies-policy-v3 .okButton:active {
      background: var(--corporate-color);
      color: #fff; }


.base-button, .featured-project-component.featured-bond .cta-button, .featured-project-component.featured-loan .cta-button {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 30px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: 2px solid;
    display: inline-block; }
.base-button:hover, .featured-project-component.featured-bond .cta-button:hover, .featured-project-component.featured-loan .cta-button:hover {
    text-decoration: none;
    -webkit-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in; }
.base-button:active, .featured-project-component.featured-bond .cta-button:active, .featured-project-component.featured-loan .cta-button:active {
    text-decoration: underline; }
.base-button:focus, .featured-project-component.featured-bond .cta-button:focus, .featured-project-component.featured-loan .cta-button:focus {
    text-decoration: underline; }

.secondary-button:hover, .secondary-button:active {
    color: var(--corporate-color); }
.secondary-button:focus {
    text-decoration: underline; }

.premium-chart-canvas-container {
    overflow-x: hidden;
}

.elementor-widget-premium-chart {
    overflow-x: hidden;
}

/* COOKIE POLICY */