/*!
Rondainvest Calculator
Author: iREJ
Author URI: iREJ.cz
Version: 1.0
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

:focus {
  outline: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* CLEARFIX */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%;
  overflow: visible; }

/* CLEARFIX END */
/*
 * Fonts are located in theme base folder "fonts"
 */
@font-face {
  font-family: 'irej';
  src: url("../../fonts/irej.eot?gm3gsg");
  src: url("../../fonts/irej.eot?gm3gsg#iefix") format("embedded-opentype"), url("../../fonts/irej.ttf?gm3gsg") format("truetype"), url("../../fonts/irej.woff?gm3gsg") format("woff"), url("../../fonts/irej.svg?gm3gsg#irej") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ct-icon-"], [class*=" ct-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'irej' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ct-icon-workout:before {
  content: "\e93d"; }

.ct-icon-plate:before {
  content: "\e93e"; }

.ct-icon-cup-2:before {
  content: "\e93f"; }

.ct-icon-submenu:before {
  content: "\e939"; }

.ct-icon-arrow-list:before {
  content: "\e937"; }

.ct-icon-minus:before {
  content: "\e93a"; }

.ct-icon-plus:before {
  content: "\e93b"; }

.ct-icon-arrow-close:before {
  content: "\e93c"; }

.ct-icon-close:before {
  content: "\e936"; }

.ct-icon-handshake:before {
  content: "\e934"; }

.ct-icon-monitor:before {
  content: "\e935"; }

.ct-icon-menu-arrow:before {
  content: "\e933"; }

.ct-icon-person:before {
  content: "\e932"; }

.ct-icon-metro:before {
  content: "\e92e"; }

.ct-icon-car:before {
  content: "\e92f"; }

.ct-icon-taxi:before {
  content: "\e930"; }

.ct-icon-tram:before {
  content: "\e931"; }

.ct-icon-poi-2:before {
  content: "\e92a"; }

.ct-icon-dog-paw:before {
  content: "\e926"; }

.ct-icon-chat:before {
  content: "\e927"; }

.ct-icon-sick:before {
  content: "\e928"; }

.ct-icon-cup:before {
  content: "\e929"; }

.ct-icon-arrow-left:before {
  content: "\e924"; }

.ct-icon-arrow-right:before {
  content: "\e925"; }

.ct-icon-poi2:before {
  content: "\e920"; }

.ct-icon-person-tie:before {
  content: "\e921"; }

.ct-icon-house-2:before {
  content: "\e922"; }

.ct-icon-eye-2:before {
  content: "\e91f"; }

.ct-icon-gears:before {
  content: "\e91d"; }

.ct-icon-envelope-2:before {
  content: "\e91e"; }

.ct-icon-info:before {
  content: "\e91c"; }

.ct-icon-pdf:before {
  content: "\e938"; }

.ct-icon-star:before {
  content: "\e92d"; }

.ct-icon-euro:before {
  content: "\e92b"; }

.ct-icon-percent:before {
  content: "\e92c"; }

.ct-icon-maximize:before {
  content: "\e923"; }

.ct-icon-pencil:before {
  content: "\e91b"; }

.ct-icon-pointer:before {
  content: "\e919"; }

.ct-icon-graph-up:before {
  content: "\e91a"; }

.ct-icon-connect:before {
  content: "\e916"; }

.ct-icon-target:before {
  content: "\e917"; }

.ct-icon-time:before {
  content: "\e918"; }

.ct-icon-checked:before {
  content: "\e915"; }

.ct-icon-reload:before {
  content: "\e911"; }

.ct-icon-shield:before {
  content: "\e912"; }

.ct-icon-eye:before {
  content: "\e913"; }

.ct-icon-search:before {
  content: "\e914"; }

.ct-icon-arrow-down:before {
  content: "\e910"; }

.ct-icon-clock:before {
  content: "\e90c"; }

.ct-icon-judge:before {
  content: "\e90d"; }

.ct-icon-person-alert:before {
  content: "\e90e"; }

.ct-icon-navigation:before {
  content: "\e90f"; }

.ct-icon-question:before {
  content: "\e909"; }

.ct-icon-investing:before {
  content: "\e90a"; }

.ct-icon-house:before {
  content: "\e90b"; }

.ct-icon-phone:before {
  content: "\e908"; }

.ct-icon-envelope:before {
  content: "\e905"; }

.ct-icon-calc:before {
  content: "\e906"; }

.ct-icon-mobile:before {
  content: "\e907"; }

.ct-icon-poi:before {
  content: "\e900"; }

.ct-icon-address:before {
  content: "\e901"; }

.ct-icon-youtube:before {
  content: "\e902"; }

.ct-icon-linkedin:before {
  content: "\e903"; }

.ct-icon-brand:before {
  content: "\e903"; }

.ct-icon-social:before {
  content: "\e903"; }

.ct-icon-facebook:before {
  content: "\e904"; }

html {
  width: 100%;
  height: 100%;
  font-size: 16px; }

@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 90%; } }

@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 80%; } }

@media (min-width: 980px) and (max-width: 1024px) {
  html {
    font-size: 80%; } }

@media (min-width: 1025px) and (max-width: 1264px) {
  html {
    font-size: 90%; } }

@media (min-width: 1265px) {
  html {
    font-size: 100%; } }

body {
  position: relative;
  width: 100%;
  /* min-width: 320px; */
  /* height: 100%; */
  /* min-height: 320px; */
  margin-top: 0px;
  /* background: #f6f6f6; */
  color: #707070;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4; }

/*
**************** IREJ FLEX BOX GRID SYSTEM ****************
*/
/* -- Set defaults -- */
.grid-wrap {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5em; }
  .grid-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.grid-col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1.5em; }
  .grid-col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

/*
GENERATE GRID FOR EACH BREAKING POINT
*/
/* -- Setup grids with base class -- */
/* Proportional units
       ========================================================================== */
/*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
.col-full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-display-none {
  display: none; }

.col-1-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

/* -- Breakpoint (.bp0)
------------------------------------------------------------- */
@media (max-width: 479px) {
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp0-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp0-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp0-col-display-none {
    display: none; }
  .bp0-col-1-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  /* Proportional units
       ========================================================================== */
  /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
  .bp1-col-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .bp1-col-auto {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .bp1-col-display-none {
    display: none; }
  .bp1-col-1-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

.comp_calc {
  position: fixed;
  right: 0;
  bottom: 5vh;
  z-index: 998;
  width: 35.5rem;
  padding: 1.75rem 2.875rem;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1.8125rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1.8125rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1.8125rem;
  -webkit-transform: translate(101%, 0);
  -moz-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 767px) {
    .comp_calc {
      top: 5.5rem;
      bottom: 0;
      width: 100vw;
      padding: 1.75rem 1.5rem;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  .comp_calc.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .comp_calc.open .comp_calc-open-trigger {
      right: 0;
      -webkit-transform: translate(110%, 0);
      -moz-transform: translate(110%, 0);
      -ms-transform: translate(110%, 0);
      -o-transform: translate(110%, 0);
      transform: translate(110%, 0); }
  .comp_calc .comp_calc-open-trigger {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 997;
    width: 6.25rem;
    height: 5.625rem;
    background: #50aa8d;
    background: linear-gradient(20deg, #50aa8d 0%, #3dc79c 100%);
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px; }
    @media (max-width: 899px) {
      .comp_calc .comp_calc-open-trigger {
        display: none !important; } }
    .comp_calc .comp_calc-open-trigger:hover {
      color: #e6e6e6; }
    .comp_calc .comp_calc-open-trigger .content {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 10;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .comp_calc .comp_calc-open-trigger .content i {
        display: block;
        margin-bottom: 0.75rem;
        font-size: 2.25rem; }
      .comp_calc .comp_calc-open-trigger .content .text {
        display: block;
        font-size: 0.6875rem;
        font-weight: 700;
        letter-spacing: 0.1em; }
  .comp_calc .close-trigger {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    background: #50aa8d;
    background: linear-gradient(20deg, #50aa8d 0%, #3dc79c 100%);
    color: #ffffff;
    font-size: 1.25rem; }
    @media (max-width: 767px) {
      .comp_calc .close-trigger {
        left: auto;
        right: 0; } }
    .comp_calc .close-trigger:hover {
      color: #e6e6e6; }
    .comp_calc .close-trigger i {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .comp_calc .close_text-trigger {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: #183E46;
    text-decoration: underline; }
    .comp_calc .close_text-trigger:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .comp_calc .close_text-trigger {
        display: none !important; } }
  .comp_calc .outer-no-height {
    display: table;
    height: auto; }
    .comp_calc .outer-no-height.full-width {
      width: 100%; }
    .comp_calc .outer-no-height .middle {
      display: table-cell;
      vertical-align: middle; }
  .comp_calc .text-align-left {
    text-align: left; }
  .comp_calc strong {
    font-weight: 700; }
  .comp_calc .button {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 0.9375rem 1.25rem;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    border: none;
    text-align: center;
    text-decoration: none;
    border-shadow: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .comp_calc .button {
        font-size: 1.125rem; } }
    .comp_calc .button:hover, .comp_calc .button.active {
      color: #ffffff; }
      .comp_calc .button:hover:after, .comp_calc .button.active:after {
        background-position: right center; }
    .comp_calc .button:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #50aa8d;
      background: linear-gradient(10deg, #50aa8d 0%, #3dc79c 100%);
      background-size: 220% auto;
      background-image: linear-gradient(to right, #50aa8d 0%, #3dc79c 60%, #50aa8d 100%);
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .comp_calc .button:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-color: #3B816A;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    .comp_calc .button > span {
      position: relative;
      z-index: 2; }
    .comp_calc .button.full-width {
      display: block;
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .comp_calc .title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    text-align: center;
    color: #183E46;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .comp_calc .title {
        margin-bottom: 0.25rem; } }
  .comp_calc .item {
    margin-bottom: 3.125rem; }
    @media (max-width: 767px) {
      .comp_calc .item {
        margin-bottom: 1.25rem; } }
    .comp_calc .item .value {
      margin-bottom: 1.625rem;
      font-size: 1.25rem;
      text-align: center;
      color: #183E46; }
      @media (max-width: 767px) {
        .comp_calc .item .value {
          margin-bottom: 0.625rem; } }
    .comp_calc .item .slider-wrapper {
      position: relative; }
      .comp_calc .item .slider-wrapper .slider {
        width: calc(100% - 3.75rem);
        margin-left: 1.875rem; }
      .comp_calc .item .slider-wrapper button {
        display: block;
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 1.875rem;
        height: 1.875rem;
        padding: 0 !important;
        background: #50aa8d;
        background: linear-gradient(20deg, #50aa8d 0%, #3dc79c 100%);
        color: #ffffff;
        font-size: 0.875rem;
        border: 4px solid #ffffff;
        border-shadow: none;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .comp_calc .item .slider-wrapper button[data-type="minus"] {
          left: 0; }
        .comp_calc .item .slider-wrapper button[data-type="plus"] {
          right: 0; }
        .comp_calc .item .slider-wrapper button:after, .comp_calc .item .slider-wrapper button:before {
          display: none; }
        .comp_calc .item .slider-wrapper button i {
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .comp_calc .total {
      margin-bottom: 0.625rem; } }
  @media (min-width: 768px) {
    .comp_calc .total .outer-no-height,
    .comp_calc .total .middle {
      display: block;
      width: 100%; } }
  .comp_calc .total .title {
    margin-bottom: 0.125rem; }
    @media (max-width: 767px) {
      .comp_calc .total .title {
        margin-bottom: 0;
        text-align: left; } }
  .comp_calc .total .value {
    margin-bottom: 0;
    font-size: 1.875rem;
    text-align: center;
    color: #50AA8D;
    font-weight: 700; }
    @media (max-width: 767px) {
      .comp_calc .total .value {
        text-align: right; } }
  .comp_calc p.disclaimer {
    margin: 1.625rem 0 0;
    font-size: 0.6875rem;
    color: #BEC0C1; }
    @media (max-width: 767px) {
      .comp_calc p.disclaimer {
        margin: 0.875rem 0 0; } }
    .comp_calc p.disclaimer a {
      color: #50AA8D;
      text-decoration: underline; }
      .comp_calc p.disclaimer a:hover {
        text-decoration: none; }

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 0; }

.rangeslider {
  background: #E9E9EA;
  position: relative; }

.rangeslider--horizontal {
  height: 7px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  position: absolute;
  background: #50aa8d;
  background: linear-gradient(0deg, #3dc79c 0%, #50aa8d 100%); }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/range-handle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background: #50aa8d;
  background: linear-gradient(20deg, #50aa8d 0%, #3dc79c 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }
