#rec198538649 > div.t480 > div > div.t480__top.t480__col.t-col.t-col_6.t-prefix_2 > div > div > div {
    margin-top: 0 !important;
}

/*calculator plugin css*/
.sw {
    position: relative;
}

.sw *,
.sw *::before,
.sw *::after {
    box-sizing: border-box;
}

.sw > .tab-content {
    position: relative;
    overflow: hidden;
}

.sw .toolbar {
    padding: .8rem;
}

.sw .toolbar > .btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer;
}

.sw .toolbar > .btn.disabled, .sw .toolbar > .btn:disabled {
    opacity: .65;
}

.sw > .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
    .sw > .nav {
        flex-direction: column !important;
        flex: 1 auto;
    }
}

.sw > .nav .nav-link {
    display: block;
    padding: 1rem;
    text-decoration: none;
}

.sw > .nav .nav-link:hover, .sw > .nav .nav-link:active, .sw > .nav .nav-link:focus {
    text-decoration: none;
}

.sw > .nav .nav-link::-moz-focus-inner {
    border: 0 !important;
}

.sw > .nav .nav-link.disabled {
    color: #ccc !important;
    pointer-events: none;
    cursor: default;
}

.sw > .nav .nav-link.hidden {
    display: none !important;
}

.sw.sw-justified > .nav > li, .sw.sw-justified > .nav .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.sw.sw-dark {
    color: rgba(255, 255, 255, 0.95);
    background: #000;
}

.sw.sw-loading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sw.sw-loading::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: all .2s ease;
}

.sw.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 2rem;
    height: 2rem;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    z-index: 10;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* SmartWizard Theme: Arrows */
.sw-theme-arrows {
    /*border: 1px solid #eeeeee;*/
}

.sw-theme-arrows > .tab-content > .tab-pane {
    padding: 10px;
}

.sw-theme-arrows .toolbar > .btn, .submit_calc {
    color: #ffffff;
    background-color: #2b5dba;
    border: 1px solid #2b5dba;
    padding: .375rem .75rem;
    border-radius: .25rem;
    font-weight: 400;
}

.sw-theme-arrows > .nav {
    overflow: hidden;
    /*border-bottom: 1px solid #eeeeee;*/
}

.sw-theme-arrows > .nav .nav-link {
    position: relative;
    height: 100%;
    min-height: 100%;
    margin-right: 30px;
    margin-left: -30px;
    padding-left: 40px;
    background-color: #eeeeee;
}

@media screen and (max-width: 960px) {
    .sw-theme-arrows > .nav .nav-link {
        overflow: hidden;
        margin-bottom: 1px;
        margin-right: unset;
        margin-left: -40px;
    }
}

.sw-theme-arrows > .nav .nav-link::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #5e89e0;
    z-index: 2;
}

.sw-theme-arrows > .nav .nav-link::before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 100%;
    margin-top: -50px;
    margin-left: 1px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #2b5dba;
    z-index: 1;
}

.sw-theme-arrows > .nav .nav-link.inactive {
    color: #999999;
    border-color: #f8f8f8;
    background: #f8f8f8;
    cursor: not-allowed;
}

.sw-theme-arrows > .nav .nav-link.active {
    color: #ffffff;
    border-color: #2b5dba;
    background: #2b5dba;
    cursor: pointer;
}

.sw-theme-arrows > .nav .nav-link.active::after {
    border-left-color: #2b5dba;
}
@media screen and (min-width: 961px) {
    .sw-theme-arrows > .nav .nav-link.active {
        border-color: rgba(89,16,35,1);
        background: rgba(89,16,35,1);
    }
    .sw-theme-arrows > .nav .nav-link.active::after {
        border-left-color: rgba(89,16,35,1);
    }
}
.sw-theme-arrows > .nav .nav-link.done, .sw-theme-arrows > .nav .nav-link {
    color: #ffffff;
    border-color: #5e89e0;
    background: #5e89e0;
    cursor: pointer;
}

.sw-theme-arrows > .nav .nav-link.done::after {
    border-left-color: #5e89e0;
}

.sw-theme-arrows > .nav .nav-link.disabled {
    color: #eeeeee;
    border-color: #f9f9f9;
    background: #f9f9f9;
    cursor: not-allowed;
}

.sw-theme-arrows > .nav .nav-link.disabled::after {
    border-left-color: #f9f9f9;
}

.sw-theme-arrows > .nav .nav-link.danger {
    color: #ffffff;
    border-color: #d9534f;
    background: #d9534f;
    cursor: pointer;
}

.sw-theme-arrows > .nav .nav-link.danger::after {
    border-left-color: #d9534f;
}

.sw-theme-arrows.sw-dark {
    color: rgba(255, 255, 255, 0.95);
    background: #000;
}

.sw-theme-arrows.sw-dark > .nav {
    border-bottom: 1px solid #555555;
}

.sw-theme-arrows.sw-dark > .nav .nav-link::after {
    border-left: 30px solid #5f5f5f;
}

.sw-theme-arrows.sw-dark > .nav .nav-link::before {
    border-left: 30px solid #555555;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.inactive {
    color: white;
    border-color: #5f5f5f;
    background: #5f5f5f;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.inactive::after {
    border-left-color: #5f5f5f;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.active {
    color: white;
    border-color: #010506;
    background: #0a2730;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.active::after {
    border-left-color: #0a2730;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.done {
    color: white;
    border-color: black;
    background: black;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.done::after {
    border-left-color: black;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.disabled {
    color: #555555 !important;
    border-color: #f9f9f9;
    background: #474747;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.disabled::after {
    border-left-color: #474747;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.danger {
    color: #ffffff;
    border-color: #d9534f;
    background: #d9534f;
}

.sw-theme-arrows.sw-dark > .nav .nav-link.danger::after {
    border-left-color: #d9534f;
}
/*calcualotor css end*/

/*custom calculator classes*/
#smartwizard ul.nav {
    font-family: 'Arial', sans-serif;
    /*text-transform: uppercase;*/
    padding-left: 20px;
    padding-right: 1px;
    line-height: 1.5rem;
    position: relative;
}
#smartwizard .toolbar button, .submit_calc {
    box-shadow: 0px 0px 15px 9px rgba(51,65,94,0.6);
    font-family: 'Arial', sans-serif;
    border-radius: 10px;
    width: 140px;
    height: 55px;
    text-transform: uppercase;
    margin: 5px 20px;
}
#smartwizard .text-uppercase {
    text-transform: uppercase;
}
#smartwizard .toolbar button:active, #smartwizard .toolbar button:focus {
    /*border-radius: 10px;*/
    /*border: 0;*/
    outline: none;
}
#smartwizard .toolbar button::-moz-focus-inner {
  border: 0;
}
.mobile-visible {
    display: none;
}
@media screen and (max-width: 960px) {
    span.nav-link {
        display: none !important;
    }
    span.nav-link.active {
        display: block !important;
    }
    #smartwizard .toolbar button {
        margin: .2rem;
    }
    .mobile-visible {
        display: inline;
    }
    #smartwizard ul.nav {
        padding-left: 0 !important;
    }
}

#smartwizard label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin: 15px;
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto Condensed',Arial,sans-serif;
	color: #aec4ec;
	width: 100%;
}
#smartwizard input[type=radio] {
	display: none;
}
#smartwizard label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	/*bottom: 1px;*/
	background-color: #fff;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
#smartwizard .radio label:before {
	border-radius: 10px;
}
#smartwizard input[type=radio]:checked + label:before {
    content: "\2022";
    color: #2b5dba;
    font-size: 60px;
    text-align: center;
    line-height: 23px;
}
.form-content {
    width: 50%;
    min-width: 480px;
    margin: auto;
    min-height: 400px;
    height: auto;
    vertical-align: middle;
}
h3.calculator_header {
    font-family: 'Roboto Condensed',Arial,sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 40px 0;
}
@media screen and (max-width: 480px) {
    .form-content {
        min-width: 320px;
    }
    h3.calculator_header {
        margin: 25px 0;
    }
}
#rec231254261 {
    height: 100vh;
    min-height: 600px;
}
.result_row {
    color: #aec4ec;
    font-size: 20px;
    font-family: 'Roboto Condensed',Arial,sans-serif;
    font-weight: 300;
    margin: 15px;
}
.result_row.small {
    margin-top: -10px;
    margin-bottom: 30px;
}
.result_row small {
    font-size: 14px;
}
.form-content .submit_calc {
    display: block;
    /*margin: auto;*/
    background: rgba(89,16,35,1);
    border: 1px solid rgba(89,16,35,1);
    box-shadow: 0px 0px 15px 9px rgba(88,54,63,.4);
    margin: 40px auto;
    cursor: pointer;
    width: 290px;
}
.result_row table {
    width: 100%;
    border: 1px solid #5e89e0;
}
.result_row tr, .result_row td, .result_row th {
    border: 1px solid #5e89e0;
}
.result_row th {
    font-weight: 400;
    font-size: 18px;
}
.result_row td {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}
@media screen and (min-width: 481px) {
    .horizontal_table {
        display: table;
    }    
    .vertical_table {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .horizontal_table {
        display: none;
    }    
    .vertical_table {
        display: table;
    }
}
.result {
    color: #fff;
}
.nav .prev_nav, .nav .next_nav {
    position: absolute;
    display: none;
    width: 25px;
    height: 100%;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
.nav .prev_nav {
    left: 60px;
    background: url(https://static.tildacdn.com/tild6461-3464-4034-a361-396538383939/prev.png) center no-repeat;
    background-size: 75%;
}
.nav .next_nav {
    right: 60px;
    background: url(https://static.tildacdn.com/tild3966-3634-4661-b138-633265366634/next.png) center no-repeat;
    background-size: 75%;
}
@media screen and (max-width: 480px) {
    .nav .prev_nav, .nav .next_nav {
        display: block;
    }
}
/*end custom calculator classes*/