#calculator{margin:0;padding:4rem 15px;background-color:#1e1e1e;position:relative}#calculator .triangle{position:absolute;right:0;bottom:0;display:inline-block;width:0;height:0;border-style:solid;border-width:0 0 250px 250px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}#calculator .half-rectangle-u{background-image:url(../../../../../../../../themes/auctus/images/half_rectangle_u.svg);background-position:center center;background-repeat:no-repeat;position:absolute;display:inline-block;width:160px;height:150px;left:100px;top:50%}#calculator .half-rectangle{background-image:url(../../../../../../../../themes/auctus/images/half_rectangle.svg);background-position:center center;background-repeat:no-repeat;position:absolute;display:inline-block;width:100px;height:100px;right:15%;transform:translateY(-50%) rotate(135deg);top:50%}#calculator .dotted-rectangle-u-f{background-image:url(../../../../../../../../themes/auctus/images/dotted_rectangle_u_f.svg);background-position:center center;background-repeat:no-repeat;position:absolute;display:inline-block;width:150px;height:150px;right:15%;transform:translateY(75%) rotate(45deg) translateX(-25%);bottom:0}#calculator .height-select,#calculator .weight-select,#calculator .formula-wrapper{position:relative;font-family:Arial}#calculator .height-select select,#calculator .weight-select select,#calculator .formula-wrapper select{display:none}#calculator .select-selected{box-sizing:border-box;line-height:normal;background-color:#fff}#calculator .select-selected:after{position:absolute;content:"";top:50%;transform:translateY(calc(-50% + 2.8px));right:10px;width:0;height:0;border:6px solid rgba(0,0,0,0);border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}#calculator .select-selected.select-arrow-active:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 rgba(0,0,0,0);transform:translateY(calc(-50% - 2.8px));top:50%}#calculator .select-selected{color:#767676;padding:10.4px 16px;border:1px solid rgba(0,0,0,0);border-color:#000;cursor:pointer}#calculator .select-selected.select-arrow-active{border-bottom-color:rgba(0,0,0,0)}#calculator .select-items div{color:#767676;padding:8px 16px}#calculator .select-items{position:absolute;background-color:#fff;border:1px solid #000;border-top:none;top:calc(100% - 1px);left:0;right:0;z-index:99}#calculator .select-hide{display:none}#calculator .select-items div:hover{color:#6ccbd2;background-color:#fff;cursor:pointer}#calculator .same-as-selected{background-color:#6ccbd2!important;color:#fff!important}#calculator h1{text-align:center;font-size:50px;margin-bottom:32px;color:#fff;font-weight:700;text-transform:uppercase}#calculator .inputs-wrapper{max-width:900px;display:flex;margin:auto;position:relative}#calculator .inputs-wrapper .col-half{width:50%;display:flex;align-items:center;position:relative}#calculator .inputs-wrapper .col-half .arrow-fancy{background-image:url(../../../../../../../../themes/auctus/images/arrow-fancy.svg);background-repeat:no-repeat;background-position:center center;width:175px;height:45px;display:inline-block;position:absolute;right:0;top:50%;transform:translateX(25%) translateY(-50%)}#calculator .inputs-wrapper .col-half h2{font-size:16px;text-transform:uppercase;color:#6ccbd2;font-weight:700;margin-top:0;margin-bottom:44px;line-height:16px}#calculator .inputs-wrapper .col-half.align-right{display:flex;justify-content:end}#calculator .inputs-wrapper .col-half ul{position:relative;z-index:2}#calculator .inputs-wrapper .col-half ul li{color:#fff;font-size:20px;line-height:30px;font-style:italic;margin:36px 0}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper{padding:47px 40px 57px 31px;background:#fff;border:3px solid #6ccbd2;border-radius:20px;max-width:347px;box-sizing:border-box}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper{color:#767676;display:flex;justify-content:space-between;margin:0 -12px 16px}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper .title,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label{margin:0 12px}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label span{padding-left:8px}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label:hover{cursor:pointer}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label input{position:relative}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label input:hover{cursor:pointer}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label input:before{content:"";position:absolute;background-color:#fff;border-radius:100%;border:1px solid #000;left:50%;top:50%;transform:translate(-50%,-50%);height:16px;width:16px;display:inline-block}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .gender-radio-wrapper label input:checked:after{content:"";position:absolute;background-color:#6ccbd2;border-radius:100%;left:50%;top:50%;transform:translate(-50%,-50%);height:8px;width:8px;display:inline-block}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:8px 0;max-width:271.1px}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper input,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper input{width:196px;max-width:calc(100% - 72px);box-sizing:border-box;margin-right:8px;padding:10px;border-radius:0;border:1px solid #000}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper input.error,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper input.error{border:1px solid #d90000!important}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper .height-select,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper .weight-select,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper .height-select,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper .weight-select{display:inline-block}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper input::-moz-placeholder,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper input::-moz-placeholder{color:#767676;opacity:1}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper input::placeholder,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper input::placeholder{color:#767676;opacity:1}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper select,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper select{box-sizing:border-box;padding:9px 10px;border-radius:0;width:64px;border:1px solid #000;color:#767676}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper select option,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper select option{color:#767676}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper .error-wrapper,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper .error-wrapper{display:none;font-size:13px;padding:5px;width:196px;max-width:calc(100% - 72px);color:#fff;position:relative;box-sizing:border-box;background-color:#d90000}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .height-wrapper .error-wrapper.visible,#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .weight-wrapper .error-wrapper.visible{display:inline-block}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-toggler{color:#6ccbd2;margin:16px 0}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-toggler span{width:10px;display:inline-block}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-toggler:hover{cursor:pointer}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-wrapper{max-height:0;overflow:hidden;transition:.3s}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-wrapper.expanded{max-height:48px;margin:16px 0}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-wrapper.overflow{overflow:initial}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .advanced-options-wrapper .formula-wrapper select{width:100%;box-sizing:border-box;padding:10px;border-radius:0;border:1px solid #000}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .submit-wrapper{display:flex;justify-content:end}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .submit-wrapper input{font-size:15px;padding:15px 40px;border:2px solid #6ccbd2;width:100%;line-height:1;background:#6ccbd2;display:block;font-weight:900;color:#fff}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper .submit-wrapper input:hover{background-color:#fff;color:#6ccbd2}.disclaimer-section .disclaimer{margin:0 auto;font-size:13px;font-style:italic;line-height:17px;max-width:600px;text-align:center}#results .results-wrapper{width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;margin:2rem auto;overflow-y:hidden;flex-wrap:wrap}#results .results-wrapper .title{max-width:515px;margin:auto;text-align:center;margin-bottom:2rem}#results .results-wrapper .title h2{font-size:36px;line-height:24px;text-transform:uppercase;font-weight:700;margin-bottom:2rem}#results .results-wrapper .col-full{width:100%}#results .results-wrapper .col-half{padding:0 40px;box-sizing:border-box}#results .results-wrapper .col-half h3{font-size:18px;line-height:61px}#results .results-wrapper .col-half .output{margin:0 -20px;display:flex}#results .results-wrapper .col-half .output .output-group{font-size:40px;margin:0 20px;font-weight:700}#results .results-wrapper .col-half .results-box{margin:4px;padding:18px 40px}#results .results-wrapper .col-half .results-box.bordered{margin:0;border:4px solid #6ccbd2;border-radius:20px;min-height:170px;box-sizing:border-box}#results .results-wrapper .col-half .results-box.bordered .output{justify-content:center}#schnur-table{background:#6ccbd2}#schnur-table .container{padding-top:1px;padding-bottom:1px}#schnur-table .expand-button{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:36px 48px;margin:48px auto;border:4px solid #fff;border-radius:120px}#schnur-table .expand-button .text{font-weight:700;font-size:36px;line-height:36px;margin-right:36px;text-transform:uppercase;color:#fff;transition:.3s}#schnur-table .expand-button .icon{height:42px;width:42px}#schnur-table .expand-button .icon svg{width:42px;height:42px}#schnur-table .expand-button .icon svg path{transition:.3s}#schnur-table .expand-button:hover{background:#fff;cursor:pointer}#schnur-table .expand-button:hover .text{color:#6ccbd2}#schnur-table .expand-button:hover .icon{transition:.3s}#schnur-table .expand-button:hover .icon svg path{fill:#6ccbd2}#schnur-table .expand-button.expanded .icon{transform:rotate(180deg)}#schnur-table .expand-section{transition:.3s;max-height:0;overflow:hidden;max-width:586px;margin:0 auto}#schnur-table .expand-section.expanded{margin-top:48px;margin-bottom:48px;max-height:1800px}#schnur-table .expand-section p,#schnur-table .expand-section h4{margin-left:auto;margin-right:auto;text-align:center}#schnur-table .expand-section h4{font-size:22px;max-width:400px;margin:2rem auto;line-height:28px}#schnur-table .expand-section table{margin:auto}#schnur-table .expand-section table tr{background:#fff}#schnur-table .expand-section table tr th{text-align:center;padding:36px 24px;background:#b9e6ea}#schnur-table .expand-section table tr td{text-align:center;font-weight:700;padding:12px 24px;border-bottom:1px solid #6ccbd2}#schnur-table .expand-section table tr:nth-of-type(2n+1){background:#f2f2f2}#calculator-links .inner-wrapper{display:flex;align-items:center}#calculator-links .inner-wrapper .col-half{width:50%}#calculator-links .inner-wrapper .col-half h2{color:#fff;font-size:38px;font-weight:900;text-transform:uppercase;line-height:1}#calculator-links .inner-wrapper .col-half:last-of-type a{display:block;text-align:right;font-size:14px;margin:10px 0;padding:5px 0;color:#6dccd1;text-decoration:underline}#calculator-links .inner-wrapper .col-half:last-of-type a:hover{color:#fff}@media(max-width:1024px){#calculator .inputs-wrapper{max-width:720px}#calculator .inputs-wrapper .col-half .arrow-fancy{transform:translateY(-50%) translateX(-15%)}#calculator .half-rectangle-u{left:0;transform:translateX(-50%)}#calculator .dotted-rectangle-u-f{right:5%}#calculator .half-rectangle{right:0}#calculator-content{padding-top:100px;padding-bottom:100px}}@media(max-width:767px){#calculator-links .inner-wrapper{flex-wrap:wrap}#calculator-links .inner-wrapper .col-half{width:100%}#calculator-links .inner-wrapper .col-half h2,#calculator-links .inner-wrapper .col-half a{text-align:center!important}#calculator-links .inner-wrapper .col-half h2{margin-bottom:25px}#calculator-content{padding-top:70px;padding-bottom:70px}#calculator-content .inner-wrapper p:last-of-type{padding:0}#calculator h1{font-size:32px;line-height:48px}#calculator .half-rectangle-u{transform:translateX(-50%) translateY(-100%)}#calculator .dotted-rectangle-u-f{transform:rotate(45deg) translateY(-25%) translateX(-50%)}#calculator .half-rectangle{top:0;transform:rotate(135deg) translateX(100%) translateY(-100%)}#calculator .inputs-wrapper{display:block;max-width:100%;width:420px}#calculator .inputs-wrapper .col-half{width:100%;display:block}#calculator .inputs-wrapper .col-half .arrow-fancy{transform:rotate(90deg) scaleY(-1) translateY(-200%) translateX(75%);left:0;bottom:0}#calculator .inputs-wrapper .col-half h2{text-align:center;font-size:16px;line-height:16px}#calculator .inputs-wrapper .col-half:last-of-type{justify-content:center;margin:58px 0}#calculator .inputs-wrapper .col-half form .calculator-inner-wrapper{padding:47px 20px;max-width:314px}#calculator .inputs-wrapper .col-half ul li{font-size:16px;line-height:24px;margin:18px 0}#results .results-wrapper{max-width:100%;display:block}#results .results-wrapper .title h2{font-size:24px}#results .results-wrapper .title p{padding:0 15px}#results .results-wrapper .col-half{display:block;width:100%;text-align:center;padding:0 15px}#results .results-wrapper .col-half h3{text-align:center}#results .results-wrapper .col-half .results-box{padding:8px 12px}#results .results-wrapper .col-half .results-box .output-group:nth-of-type(2){display:none}#results .results-wrapper .col-half .results-box .output-group:nth-of-type(3){display:flex;justify-content:center;gap:8px;flex-direction:row-reverse}#results .results-wrapper .col-half .results-box .output-group:nth-of-type(3) .title{margin:0}#results .results-wrapper .col-half .output{display:block;margin:0}#results .results-wrapper .col-half .output .output-group{display:block;margin-left:0;width:100%;text-align:center}#results .results-wrapper .col-half:first-of-type{padding-bottom:15px}#results .results-wrapper .col-half:last-of-type{padding-top:15px;border-top:1px solid #fff}#schnur-table .expand-button{padding:12px 24px}#schnur-table .expand-button .text{font-size:20px;margin-right:12px}#schnur-table .expand-button .icon{width:30px;height:30px}#schnur-table .expand-button .icon svg{width:30px;height:30px}#schnur-table .expand-section table tr th{padding:12px 8px}}@media screen and (max-width:520px){#calculator .inputs-wrapper .col-half .arrow-fancy{top:90px;opacity:.5;left:auto;right:0;transform:rotate(90deg)}}