@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..500&display=swap');

.mb-30 {
    margin-bottom: 30px;
}

.link-more {
    font-weight: 500;
    text-decoration: underline;
}

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

.tippy-box[data-animation="fade"][data-state="hidden"] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}

body.popup-opened {
    overflow: hidden;
    position: relative;
}

main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.woff?xqk3ju) format("woff");
}
.custom-table .risk-adjustment:before,
.custom-table button.popup-opener:after,
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-up:before {
    content: "\e900";
}
.icon-arrow-down:before {
    content: "\e901";
}
.icon-plus:before {
    content: "\e902";
}
.icon-arrow-right:before {
    content: "\e903";
}
.icon-arrow-left:before {
    content: "\e904";
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.benefits-section ul:not([class]):not([id]),
.currency-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-family: Rubik, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1875;
}
a {
    color: #3bb982;
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
a,
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}
a:hover {
    color: #35a674;
}
dl,
ol,
p,
ul {
    margin: 0 0 1.5em;
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.5em;
}
.h1,
h1 {
    font-size: 32px;
}
.h2,
h2 {
    font-size: 24px;
}
.h3,
h3 {
    font-size: 20px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 17px;
}
.h6,
h6 {
    font-size: 16px;
}
.fake-input-pdf,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    background-color: hsla(0, 0%, 100%, 0.15);
    border: 1px solid hsla(0, 0%, 61%, 0.4);
    border-radius: 5px;
    color: #00563f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    min-width: 0;
    padding: 5px 7px;
    text-align: center;
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 100%;
}
.fake-input-pdf:focus,
.fake-input-pdf:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none;
}
.fake-input-pdf:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="url"]:focus-visible,
textarea:focus-visible {
    border-color: #00563f;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-text-fill-color: #00563f;
}
.fake-input-pdf,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    height: 40px;
    line-height: 1;
}
.label,
label {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.fake-input-pdf {
    align-items: center;
    display: flex;
    justify-content: center;
}
.header {
    padding: 30px 0;
}
.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header .language-list {
    max-width: calc(100% - 110px);
}

footer {
    background-color: #D9D9D9;
    padding: 15px;
}

footer p {
    color: #333;
    margin-bottom: 0;
}

footer .container {
    display: flex;
    flex-direction: column;
}

footer .logo {
    margin-bottom: 15px;
}

.logo {
    width: 110px;
    transition: 0.3s;
}
.logo,
.logo a {
    display: block;
}

.logo:hover{
    transform: translateY(-3px)
}

body {
    min-width: 360px;
}
.wrapper,
body {
    background-color: #f2f2f2;
}
.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.saving-pdf {
    left: -9999px;
    page-break-inside: avoid;
    position: absolute;
    width: 1200px;
}
.saving-pdf input[type="email"],
.saving-pdf input[type="number"],
.saving-pdf input[type="password"],
.saving-pdf input[type="search"],
.saving-pdf input[type="tel"],
.saving-pdf input[type="text"],
.saving-pdf input[type="url"],
.saving-pdf textarea {
    display: none;
}
.saving-pdf .calculator-wrapp .fake-input-pdf {
    display: flex;
}
.accessibility {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.accessibility:focus {
    height: auto;
    position: static;
    width: auto;
}
.hide-item {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.tippy-box,
.tippy-content {
    background-color: #e1f2ea;
    border-radius: 6px;
}
.tippy-content {
    color: #474747;
    font-size: 12px;
    font-style: italic;
}
.tippy-arrow {
    color: #e1f2ea;
}
.hide-currency {
    display: none;
}
a:focus-visible,
button:focus-visible,
button[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
    outline: 1px solid #3bb982;
    outline-offset: 0;
}
.btn,
a,
button,
button[type="reset"],
input[type="submit"],
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 15px;
    width: 100%;
}
.mark {
    color: #3bb982;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.currency-list {
    background-color: #d9d9d9;
    border-radius: 1.2em;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 2px 5px;
}
.currency-list li {
    padding: 5px 3px;
}
.currency-list button {
    background-color: transparent;
    border-radius: 1em;
    border-width: 0;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 3px;
    text-transform: uppercase;
    transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
.currency-list button.active,
.currency-list button:hover {
    background-color: #00563f;
    color: #fff;
}
.tooltip-btn {
    background-color: transparent;
    border-width: 0;
    color: #000;
    display: inline-block;
    height: 12px;
    margin-left: -2px;
    padding: 0;
    position: relative;
    vertical-align: text-top;
    width: 12px;
    cursor: pointer;
}
/* tooltips in white-bg tables */
.tooltip-btn:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' version='1.0'%3E%3Cpath d='M80 15c-35.88 0-65 29.12-65 65s29.12 65 65 65 65-29.12 65-65-29.12-65-65-65m0 10c30.36 0 55 24.64 55 55s-24.64 55-55 55-55-24.64-55-55 24.64-55 55-55'/%3E%3Cpath d='M89.998 51.25a11.25 11.25 0 1 1-22.5 0 11.25 11.25 0 1 1 22.5 0M90.665 110.96c-.069 2.73 1.211 3.5 4.327 3.82l5.008.1V120H60.927v-5.12l5.503-.1c3.291-.1 4.082-1.38 4.327-3.82V80.147c.035-4.879-6.296-4.113-10.757-3.968v-5.074L90.665 70'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
}

/* tooltips in green-bg tables */
.cell .tooltip-btn:before {
    background-image: url("../images/info.svg");
    margin-left: 5px;
}
.info-section {
    padding: 30px 0 0 0;
}
.info-section .heading-holder {
    margin-bottom: 30px;
}
.subtitle {
    font-size: 16px;
    line-height: 1.185;
}
.subtitle,
.table-title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.table-title {
    font-size: 16px;
    color: #3bb982;
}
.table-title.label {
    color: #333;
}
.table-block {
    padding-top: 30px;
}
.table-holder {
    margin-bottom: 50px;
    height: 0;
    margin: 0;
}
.table-holder.true-table {
    height: unset;
    margin: unset;
}
.table-holder:last-of-type {
    margin-bottom: 0;
}
.table-holder .table-heading {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px 30px;
    padding: 10px 0;
    position: relative;
    transition: padding 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), box-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: calc(100% + 20px);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.table-heading-static {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    text-transform: uppercase;
}
.table-holder .table-heading.fixed-panel {
    visibility: visible;
    opacity: 1;
}
.table-holder .table-heading:before {
    background: #f2f2f2;
    bottom: 0;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2);
    content: "";
    left: -100vw;
    opacity: 0;
    position: absolute;
    right: -100vw;
    top: -1px;
    transition: visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    visibility: hidden;
    z-index: -1;
}

.table-holder .table-heading.total:before {
    background: rgb(34, 230, 177);
}

.table-holder .table-heading.fixed-panel:before {
    opacity: 1;
    visibility: visible;
}
.table-holder .table-heading .table-title {
    max-width: 50%;
    padding: 0 10px;
    margin: 0;
}
.calucator-section input::-webkit-inner-spin-button,
.calucator-section input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calucator-section input[type="number"] {
    -moz-appearance: textfield;
}
.custom-table {
    background-color: #00563f;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
}
.custom-table button {
    background: transparent;
    border-width: 0;
    color: currentColor;
    cursor: pointer;
    font-weight: 500;
    line-height: inherit;
    padding: 0;
    text-align: left;
}
.custom-table button:active,
.custom-table button:hover {
    color: currentColor;
    text-decoration: underline
}
.custom-table button.popup-opener {
    position: relative;
}
.custom-table button.popup-opener[tabindex="-1"] {
    cursor: default;
    pointer-events: none;
}
.custom-table button.popup-opener:after {
    content: "\e902";
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}
.custom-table .risk-adjustment {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
}
.custom-table .risk-adjustment:before {
    content: "\e901";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: bottom;
}
.custom-table .table-row {
    display: flex;
}
.custom-table .cell {
    flex: 1;
    padding: 4px 5px;
}
.custom-table .cell:last-of-type:not(.custom-table .cell:only-of-type) {
    text-align: right;
}
.custom-table .table-head {
    font-size: 16px;
    font-weight: 700;
}
.custom-table .table-head .cell {
    padding: 6px 5px 10px;
}
.custom-table .table-body {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.custom-table .table-body strong {
    font-weight: 500;
}
.custom-table .table-body .cell {
    flex-basis: auto;
}
.custom-table .table-foot {
    border-bottom: 1px solid #3bb982;
    border-top: 1px solid #3bb982;
    color: #3bb982;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
}
.custom-table .table-foot .cell {
    flex-basis: auto;
    padding: 8px 5px;
}
.popup-table {
    border-collapse: collapse;
    min-width: 400px;
    width: 100%;
}
.popup-table input[type="email"],
.popup-table input[type="number"],
.popup-table input[type="password"],
.popup-table input[type="search"],
.popup-table input[type="tel"],
.popup-table input[type="text"],
.popup-table input[type="url"] {
    background-color: #fff;
    border: 1px solid #dcd7d7;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 23px;
    margin: 0 auto;
    max-width: 110px;
    padding: 5px 3px;
}
.popup-table input[type="email"]:disabled,
.popup-table input[type="number"]:disabled,
.popup-table input[type="password"]:disabled,
.popup-table input[type="search"]:disabled,
.popup-table input[type="tel"]:disabled,
.popup-table input[type="text"]:disabled,
.popup-table input[type="url"]:disabled {
    background-color: #dfdfdf;
    color: #737373;
    opacity: 1;
}
.popup-table td,
.popup-table th {
    padding: 2px 5px;
}
.popup-table td:first-child,
.popup-table th:first-child {
    width: 46%;
}
.popup-table td:nth-child(2),
.popup-table td:nth-child(3),
.popup-table td:nth-child(4),
.popup-table th:nth-child(2),
.popup-table th:nth-child(3),
.popup-table th:nth-child(4) {
    width: 16.6%;
}
.popup-table td:nth-child(3),
.popup-table th:nth-child(3) {
    text-align: center;
}
.popup-table thead {
    font-size: 14px;
    font-weight: 700;
}
.popup-table thead td,
.popup-table thead th {
    padding-bottom: 16px;
    padding-top: 3px;
    vertical-align: text-top;
}
.popup-table thead td:first-of-type,
.popup-table thead th:first-of-type {
    text-align: left;
}
.popup-table thead td small,
.popup-table thead th small {
    color: #6e6e6e;
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
}
.popup-table tbody {
    font-size: 12px;
}
.popup-table tbody tr:last-of-type td,
.popup-table tbody tr:last-of-type th {
    padding-bottom: 20px;
}
.popup-table tfoot {
    font-size: 14px;
    font-weight: 700;
}
.popup-table tfoot:before {
    border-top: 1px solid #000;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
}
.popup-table tfoot:after {
    border-bottom: 1px solid #000;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
}
.popup-table tfoot td,
.popup-table tfoot th {
    padding-bottom: 10px;
    padding-top: 10px;
}
.popup-table tfoot td:not(:first-of-type),
.popup-table tfoot th:not(:first-of-type) {
    text-align: center;
}
/* .table-popup-wrap {
    position: relative;
} */

.popup-overlay:after {
    position: absolute;
    content: "x";
    top: 110px;
    right: 30px;
    color: white;
    font-size: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border-radius: 8px;
    padding-bottom: 6px;
    cursor: pointer;
}

.popup-holder .popup-overlay {
    background-color: hsla(0, 0%, 7%, 0.68);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.3s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.popup-opened .popup-holder .popup-overlay {
    opacity: 1;
    visibility: visible;
}
.popup-item {
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    margin: 0 auto 5px;
    max-height: calc(100vh - 20px);
    max-width: 955px;
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    scrollbar-color: #00563f transparent;
    scrollbar-width: thin;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.popup-item::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.popup-item::-webkit-scrollbar-thumb {
    background-color: #00563f;
    height: 3px;
}
.popup-item::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}
.popup-item::-webkit-scrollbar-corner {
    background-color: transparent;
}
.popup-item.popup-shown {
    opacity: 1;
    visibility: visible;
}
.popup-item .table-responsive-holder {
    scrollbar-color: #00563f transparent;
    scrollbar-width: thin;
}
.popup-item .btn-prev {
    background-color: transparent;
    border-width: 0;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
}
.popup-item .btn-holder {
    padding-top: 10px;
    text-align: right;
}
.btn {
    background-color: #00563f;
    border-radius: 5px;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
    transition: background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    vertical-align: middle;
}
.btn:hover {
    background-color: rgba(0, 86, 63, 0.8);
}
.btn:disabled {
    cursor: auto;
    opacity: 0.7;
    pointer-events: none;
}
.btn.btn-secondary {
    background-color: #3bb982;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 16px;
}
.btn.btn-secondary:hover {
    background-color: rgba(59, 185, 130, 0.8);
}
.btn.btn-pink {
    background-color: #d82a64;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 23px;
}
.btn.btn-pink:hover {
    background-color: rgba(216, 42, 100, 0.8);
}
.btn.loading-pdf {
    overflow: hidden;
    pointer-events: none;
    position: relative;
}
.btn.loading-pdf:before {
    animation: rotation 1.5s linear infinite;
    border: 3px solid #3bb982;
    border-bottom-color: transparent;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    width: 20px;
    z-index: 1;
}
.btn.loading-pdf:after {
    background-color: #000;
    border-radius: 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        transform: rotate(1turn) translate(-50%, -50%);
    }
}
.calculator-wrapp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    text-align: center;
}
.calculator-wrapp .input-row {
    margin-bottom: 15px;
}
.calculator-wrapp .form-group {
    margin-bottom: 30px;
    position: relative;
}
.calculator-wrapp .form-group:not(.has-error) .error-message {
    display: none;
}
.calculator-wrapp .pristine-error {
    color: #d82a64;
    font-size: 13px;
    left: 0;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
}
.calculator-wrapp .fake-input-pdf,
.calculator-wrapp input[type="email"],
.calculator-wrapp input[type="number"],
.calculator-wrapp input[type="password"],
.calculator-wrapp input[type="search"],
.calculator-wrapp input[type="tel"],
.calculator-wrapp input[type="text"],
.calculator-wrapp input[type="url"],
.calculator-wrapp textarea {
    margin: auto auto 0;
    max-width: 240px;
}
.calculator-wrapp .fake-input-pdf {
    display: none;
}
.calculator-wrapp .btn {
    min-width: 180px;
}
.chart-row {
    margin-bottom: 20px;
    padding-top: 30px;
    position: relative;
}
.chart-row:before {
    background: radial-gradient(27.56% 27.56% at 50% 100%, #00563f 0, #00563f 0.01%, hsla(0, 0%, 100%, 0) 100%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(-1);
}
.saving-pdf .chart-row:before {
    opacity: 0;
}
.chart-row .chart-heading {
    margin-bottom: 28px;
}
.chart-row .number-title {
    align-items: center;
    background: linear-gradient(90deg, #00563f, #3bb982 20%);
    -webkit-background-clip: text;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    width: 100%;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 1;
}
.saving-pdf .chart-row .number-title {
    background: transparent;
    color: #00563f;
}
.chart-row .number-title svg {
    margin-right: 10px;
    max-width: 25px;
}
.chart-row .info-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.chart-row .info-item:last-of-type {
    margin-bottom: 0;
}
.chart-row .info-item .holder-icon {
    align-items: center;
    align-self: center;
    display: flex;
    height: 90px;
    justify-content: center;
    padding: 15px;
    position: relative;
    width: 90px;
}
.chart-row .info-item .holder-icon:before {
    background-image: url(../images/rounded-polygon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.chart-row .info-item .holder-icon img {
    position: relative;
    z-index: 1;
}
.chart-row .info-item .text-info {
    padding-left: 10px;
    width: calc(100% - 90px);
}
.chart-box {
    display: inline-block;
    padding: 40px 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.chart-box .chart-holder {
    width: 100%;
}
.chart-box .chart-holder svg {
    height: 100% !important;
    overflow: visible !important;
    width: 100% !important;
}
.chart-box .chart-holder path.slice {
    stroke-width: 1px;
}
.chart-box .chart-holder polyline {
    stroke: #000;
    stroke-width: 1px;
    fill: none;
}
.chart-box .value-text {
    fill: #3bb982;
    display: block;
    font-weight: 700;
}
.chart-box .label-text {
    font-weight: 400;
}
.benefits-section {
    padding: 50px 0;
}
.benefits-section .text-holder .h1,
.benefits-section .text-holder h1 {
    margin-bottom: 20px;
}
.benefits-section ul:not([class]):not([id]) {
    padding-left: 6px;
}
.benefits-section ul:not([class]):not([id]) li {
    margin-bottom: 9px;
    padding-left: 14px;
    position: relative;
}
.benefits-section ul:not([class]):not([id]) li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 4px;
}
.report-box {
    align-items: center;
    background: linear-gradient(90deg, #001560, #4d2c93);
    border-radius: 10px;
    color: #fff;
    display: flex;
    max-width: 343px;
    padding: 15px;
}
.report-box .img-holder {
    width: 126px;
}
.report-box .info-wrapp {
    max-width: calc(100% - 126px);
    padding-right: 15px;
}
.report-box a {
    color: currentColor;
}
@media (min-width: 768px) {
    footer .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    footer .logo {
        margin-bottom: unset;
    }
    .header .language-list {
        max-width: calc(100% - 172px);
    }
    .logo {
        margin: 0 10px;
        width: 155px;
    }
    .currency-list button {
        font-size: 16px;
        padding: 4px 12px;
    }
    .popup-table thead {
        font-size: 16px;
    }
    .popup-table tbody {
        font-size: 14px;
    }
    .popup-table tfoot:after,
    .popup-table tfoot:before {
        left: 30px;
        right: 30px;
    }

    .popup-item {
        max-height: calc(100vh - 60px);
        padding: 30px;
    }
    .popup-item .btn-prev {
        left: 10px;
        position: absolute;
        top: 35px;
    }
    .calculator-wrapp .input-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px 15px;
    }
    .calculator-wrapp .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 0 10px;
        width: 33.332%;
    }
    .chart-row {
        display: flex;
        flex-wrap: wrap;
        padding-top: 38px;
    }
    .chart-row .chart-wrapp {
        border-right: 1px solid rgba(51, 51, 51, 0.2);
        width: 52%;
    }
    .chart-row .info-wrapp {
        padding-left: 15px;
        width: 48%;
    }
    .chart-box {
        padding: 50px 40px 50px 0;
    }
    .benefits-section .benefits-row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .benefits-section .text-col {
        padding-right: 50px;
        width: calc(100% - 343px);
    }
}
@media (min-width: 1024px) {
    .table-holder {
        height: unset;
        margin: unset;
    }
    .fake-input-pdf,
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    textarea {
        font-size: 30px;
    }
    .fake-input-pdf,
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"] {
        height: 55px;
    }
    .label,
    label {
        margin-bottom: 20px;
    }
    .header {
        padding: 60px 0 20px;
    }
    .info-section .heading-holder {
        margin-bottom: 48px;
        padding-left: 10px;
    }
    .table-block {
        padding-top: 36px;
    }
    .table-holder {
        margin-bottom: -70px;
    }
    .table-holder.true-table {
        margin-bottom: 98px;
    }

    .custom-table {
        padding: 26px 48px 35px 26px;
    }
    .custom-table button.popup-opener:after {
        font-size: 12px;
        margin-left: 10px;
    }
    .custom-table .table-head {
        font-size: 17px;
    }
    .custom-table .table-body {
        margin-bottom: 24px;
    }
    .custom-table .table-foot {
        font-size: 20px;
        padding: 15px 0 8px;
    }
    .popup-table {
        margin-right: -30px;
        width: calc(100% + 30px);
    }
    .popup-table tfoot:after,
    .popup-table tfoot:before {
        left: 74px;
        right: 30px;
    }
    .popup-item {
        padding: 38px 30px 20px 74px;
    }
    .popup-item .btn-prev {
        left: 37px;
        top: 45px;
    }
    .btn {
        font-size: 18px;
        padding: 13px 20px;
    }
    .calculator-wrapp {
        padding: 30px;
    }
    .calculator-wrapp .input-row {
        padding: 0 50px;
    }
    .calculator-wrapp .btn {
        min-width: 292px;
    }
    .chart-row .chart-wrapp {
        padding-left: 20px;
        padding-top: 6px;
    }
    .chart-row .number-title.number-title-lg {
        font-size: 50px;
    }
    .chart-row .number-title.number-title-sm {
        font-size: 30px;
    }
    .chart-row .info-item {
        margin-bottom: 55px;
    }
    .chart-row .info-item .holder-icon {
        height: 118px;
        padding: 30px;
        width: 118px;
    }
    .chart-row .info-item .text-info {
        padding-left: 15px;
        width: calc(100% - 118px);
    }
    .chart-box {
        padding: 11px 20px 20px 0;
    }

    .benefits-section .text-col {
        padding-right: 100px;
    }
    .report-box {
        padding: 26px 21px 21px;
    }
    .report-box h2 {
        margin-bottom: 34px;
    }
}
@media (min-width: 1200px) {
    .popup-table td:first-child,
    .popup-table th:first-child {
        width: 49%;
    }
    .popup-table thead {
        font-size: 17px;
    }
    .popup-table tfoot td,
    .popup-table tfoot th {
        padding-top: 13px;
    }
    .popup-item .btn-holder {
        padding-top: 21px;
    }
    .calculator-wrapp .input-row {
        padding: 0 50px 0 100px;
    }
    .chart-row .info-wrapp {
        padding-left: 86px;
        padding-top: 50px;
    }
    .chart-row .info-item .text-info {
        padding-left: 35px;
    }
    .benefits-section .text-col {
        padding-right: 170px;
    }
}
@media (max-width: 767px) {
    .popup-item .table-responsive-holder {
        max-height: 100%;
        max-width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }
    .chart-row .chart-wrapp {
        margin: 0 auto 20px;
        max-width: 330px;
    }
    .chart-row .info-wrapp {
        margin: 0 auto;
        max-width: 330px;
    }
}
