.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-300px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0;padding-left:10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:hsla(0,0%,100%,.7);transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.bottom-left,.Vue-Toastification__bounce-enter-active.top-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.bottom-right,.Vue-Toastification__bounce-enter-active.top-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-enter-active,.Vue-Toastification__bounce-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translateX(1000px) scaleX(2.5) scaleY(.2);transform-origin:0 50%;filter:blur(40px);opacity:0}to{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateX(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateX(1000px) scaleX(2) scaleY(.2);transform-origin:0 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.bottom-left,.Vue-Toastification__slideBlurred-enter-active.top-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.bottom-right,.Vue-Toastification__slideBlurred-enter-active.top-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-enter-active,.Vue-Toastification__slideBlurred-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}nav[data-v-9dc078a0]{background-image:linear-gradient(108deg,#fdab1c 3%,#fb9f1e 27%,#e42730 106%)}nav.transparent[data-v-9dc078a0]{background:transparent;position:absolute;left:0;right:0;z-index:1}nav.transparent .logo[data-v-9dc078a0]{filter:brightness(0) invert(1)}nav .logo[data-v-9dc078a0]{max-width:130px}@media screen and (max-width:991px){nav .logo[data-v-9dc078a0]{margin:15px auto}}@media screen and (min-width:992px){nav .logo[data-v-9dc078a0]{margin:20px auto}}footer[data-v-3889b2aa]{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ededed}@media screen and (max-width:991px){footer[data-v-3889b2aa]{padding:60px 0}}@media screen and (min-width:992px){footer[data-v-3889b2aa]{padding:90px 0 75px}}footer ul[data-v-3889b2aa]{display:flex;justify-content:center;align-items:center;list-style-type:none;padding-left:0;margin:0}@media screen and (max-width:991px){footer ul[data-v-3889b2aa]{flex-direction:column}}footer li[data-v-3889b2aa]{font-family:Montserrat,sans-serif;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:1px}@media screen and (max-width:991px){footer li[data-v-3889b2aa]:not(:last-of-type){margin-bottom:30px}footer li[data-v-3889b2aa]:last-of-type{margin-bottom:5px}}@media screen and (min-width:992px){footer li[data-v-3889b2aa]:not(:last-of-type){padding-right:20px;margin-right:20px;border-right:2px solid #fff}}footer li a[data-v-3889b2aa],footer li a[data-v-3889b2aa]:active,footer li a[data-v-3889b2aa]:focus,footer li a[data-v-3889b2aa]:hover{color:#222}footer .copyright[data-v-3889b2aa]{font-family:OpenSans,sans-serif;font-weight:600}@media screen and (max-width:991px){footer .copyright[data-v-3889b2aa]{margin:30px 0;font-size:10px}}@media screen and (min-width:992px){footer .copyright[data-v-3889b2aa]{margin:40px 0;font-size:12px}}img,video{max-width:100%;height:auto}.list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid #ededed;cursor:pointer;margin:15px}.list-item.selected{border-color:#fdab1c;box-shadow:0 0 0 2px #fdab1c}.list-item.selected .label{color:#333}.list-item.disabled,.list-item.loading{opacity:.65;border:2px solid #ededed;box-shadow:none;cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.label{font-family:OpenSans Bold,sans-serif;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#bbb}.wrapper{max-width:750px;margin-left:auto;margin-right:auto}@media screen and (max-width:991px){.wrapper{margin-bottom:50px}}@media screen and (min-width:992px){.wrapper{width:75%;margin-bottom:100px}}.link{color:#222;font-weight:700}.link:hover{text-decoration:none;color:inherit}@keyframes loader-animation{0%,to{opacity:0}50%{opacity:1}}@media print{*{-webkit-print-color-adjust:exact;color-adjust:exact}.no-print{display:none!important}.price-section{flex:1!important;display:flex;max-width:100%!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:space-between}.generon-calculator__logo{filter:invert(100%)!important;margin-bottom:0!important}.print-row{display:flex;flex-wrap:wrap}.print-roof{display:flex;flex:1!important;max-width:66%!important;width:100%!important;order:10}.print-generon{flex:1!important;max-width:33%!important;padding:0!important}.print-generon h4{margin-bottom:0!important}.print-generon .generon-calculator{height:auto!important}.print-generon .generon-calculator__price{margin-top:10px!important}.generon-calculator{background-image:none}}.link{color:#333;text-decoration:underline;font-weight:400}.yt-embed-wrapper{text-align:center;overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.yt-embed-wrapper iframe{min-height:100%;left:0;top:0;height:100%;width:100%;position:absolute}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local("Montserrat Bold"),url(/fonts/Montserrat-Bold.a8958d1a.ttf) format("truetype")}@font-face{font-family:Montserrat ExtraBold;font-style:normal;font-weight:400;src:local("Montserrat ExtraBold"),url(/fonts/Montserrat-ExtraBold.eafe5669.ttf) format("truetype")}@font-face{font-family:OpenSans;font-style:normal;font-weight:400;src:local("OpenSans Regular"),url(/fonts/OpenSans-Regular.1e96fcda.ttf) format("truetype")}@font-face{font-family:OpenSans Light;font-style:normal;font-weight:light;src:local("OpenSans Light"),url(/fonts/OpenSans-Light.89de8880.ttf) format("truetype")}@font-face{font-family:OpenSans Bold;font-style:normal;font-weight:700;src:local("OpenSans Bold"),url(/fonts/OpenSans-Bold.1c422b2b.ttf) format("truetype")}body{font-family:OpenSans,sans-serif;color:#333}@media screen and (max-width:991px){body{font-size:12px}}@media screen and (min-width:992px){body{font-size:14px}}h1,h2{font-family:Montserrat,sans-serif}@media screen and (max-width:991px){h1{font-size:28px;line-height:.93}}@media screen and (min-width:992px){h1{font-size:30px;line-height:1.4}}@media screen and (max-width:991px){h2{font-size:18px}}@media screen and (min-width:992px){h2{font-size:20px;line-height:1.4}}h3{font-family:OpenSans Bold,sans-serif}@media screen and (max-width:991px){h3{font-size:16px}}@media screen and (min-width:992px){h3{font-size:18px;line-height:1.56}}ul{list-style-type:square;padding-left:16px}ul li{line-height:2.2}.page-section__title{position:relative;text-align:center}.page-section__title__main{font-family:OpenSans,sans-serif;font-size:30px;left:0;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}@media(min-width:991px){.page-section__title__main{font-size:55px}}.page-section__title__background{color:#ededed;font-family:Montserrat ExtraBold,sans-serif;font-weight:900;font-size:60px;letter-spacing:7.5px;line-height:1;margin:0;text-transform:uppercase}@media(min-width:991px){.page-section__title__background{font-size:150px}}.btn{padding:14px;font-family:Montserrat ExtraBold,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.92px;border:3px solid transparent;border-radius:0;text-decoration:none}.btn-primary{color:#fff;background-color:#fdab1c}.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-primary:not(.disabled):active{background-color:#ef6726!important;border-color:#ef6726!important;box-shadow:0 0 0 .2rem rgba(239,103,38,.5)!important}.btn-primary:disabled{background-color:rgba(253,171,28,.5);border-color:rgba(253,171,28,.5)}.btn-secondary{color:#fff;background-color:#333}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{color:#333;background-color:transparent;border:3px solid #333}.btn-dark{color:#fff;background-color:#333}.btn-dark:active,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#333;border-color:#333}.btn-white{color:#050a15;background-color:#fff}.btn-white:active,.btn-white:focus,.btn-white:hover{color:#050a15;background-color:#fff;border-color:#fff}.btn-danger{color:#fff;background-color:#e42730}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#e42730;border-color:#e42730}.btn-blue{color:#fff;background-color:#5883cd}.btn-blue:active,.btn-blue:focus,.btn-blue:hover{color:#fff;background-color:#5883cd;border-color:#5883cd}.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark:focus,.btn-outline-dark:hover{color:#333;border-color:#333;background-color:transparent}.btn.disabled{background-color:#bbb;border-color:#bbb}@media screen and (max-width:991px){.form-component h2,.form-wizard-step h2{font-size:20px;line-height:1.4}}@media screen and (min-width:992px){.form-component h2,.form-wizard-step h2{font-size:30px;line-height:1.33}}@media screen and (max-width:991px){.form-component p,.form-wizard-step p{line-height:1.43}}@media screen and (min-width:992px){.form-component p,.form-wizard-step p{line-height:1.57}}.form-wizard-footer{background-color:#ededed;position:sticky;bottom:0}@media screen and (max-width:991px){.form-wizard-footer .form-wizard-actions{padding:15px 0}.form-wizard-footer .form-wizard-actions .row{margin:0}.form-wizard-footer .form-wizard-actions button:first-child{margin-bottom:15px}}@media screen and (min-width:992px){.form-wizard-footer .form-wizard-actions{padding:20px 0}}.form-wizard-section{margin:0 auto}@media screen and (max-width:991px){.form-wizard-section{padding:30px 0 60px}}@media screen and (min-width:992px){.form-wizard-section{padding:40px 0 80px}}@media screen and (max-width:991px){.form-wizard-content{margin:30px auto 60px}}@media screen and (min-width:992px){.form-wizard-content{margin:80px auto 100px}}.form-wizard-heading{margin:0 auto}@media(min-width:768px){.form-wizard-heading{width:75%}}.form-group label:not(.custom-label){display:flex;text-align:left;font-family:OpenSans Bold,sans-serif;font-size:10px;text-transform:uppercase;line-height:2.4;letter-spacing:.71px;margin-bottom:0}.form-control{border-color:#bbb;border-radius:0;padding:15px;height:40px}.form-control::-moz-placeholder{color:#bbb}.form-control::placeholder{color:#bbb}@media(min-width:991px){.form-control{height:50px}}.custom-label{position:relative;cursor:pointer;padding:4px 0}.custom-label--radio .field-decorator:after,.custom-label--radio .field-decorator:before{border-radius:50%}.custom-label .field-decorator{position:absolute;left:0;width:18px;height:18px;top:7px}.custom-label .field-decorator:after,.custom-label .field-decorator:before{content:"";display:block;position:absolute;transition:.1s ease-out}.custom-label .field-decorator:before{border:2px solid #ededed;width:100%;height:100%;left:0}.custom-label .field-decorator:after{left:4px;background:#fdab1c;width:10px;height:10px;top:4px;transform:scale(0)}[type=checkbox],[type=radio]{opacity:0;visibility:hidden;display:inline-block;width:18px;margin-right:6px}[type=checkbox]:checked+.field-decorator:before,[type=radio]:checked+.field-decorator:before{border-color:#fdab1c}[type=checkbox]:checked+.field-decorator:after,[type=radio]:checked+.field-decorator:after{transform:scale(1)}[class^=icon-],[class~=" icon-"]{vertical-align:middle;display:inline-block}[class^=icon-]:after,[class~=" icon-"]:after{display:inline-block;width:100%;height:100%;content:"";background-size:100%;background-position:50%;background-repeat:no-repeat}.icon-chevron-left:after{background-image:url(/img/chevron-left.b2db60b5.svg)}.icon-chevron-right:after{background-image:url(/img/chevron-right.d9374c98.svg)}.icon-arrow-left:after{background-image:url(/img/arrow-left.9e5c50c3.svg)}.icon-arrow-right:after{background-image:url(/img/arrow-right.373876f9.svg)}.icon-close:after{background-image:url(/img/close.e06a5a72.svg)}.icon-close--black:after{background-image:url(/img/close-black.996f95c9.svg)}.icon-email:after{background-image:url(/img/email.1d0c3dbf.svg)}.icon-printer:after{background-image:url(/img/printer.56b1311b.svg)}.icon-info:after{background-image:url(/img/info.fea1d63b.svg)}.icon-info-white:after{background-image:url(/img/info-white.ba260203.svg)}.icon-info-gray:after{background-image:url(/img/info-gray.ca41a597.svg)}@media print{@-moz-document url-prefix(){.material-requirements-banner,.price-section .banner__coupon,.price-section .banner__coupon:after,.price-section .banner__coupon:before{display:none!important}.price-section .banner__content{border-width:2px!important}}.price-section .banner__content{border:2px solid #ededed!important;padding:30px!important}}.form-wizard-steps[data-v-736d75ae]{background-color:#ededed}.steps[data-v-736d75ae]{display:flex;justify-content:center;list-style:none;margin:0;padding:28px 0}.step-number[data-v-736d75ae]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:12px;color:#bbb;background-color:#fff;letter-spacing:0;border-radius:50%}.step[data-v-736d75ae]{display:flex;align-items:center;font-weight:600}.step[data-v-736d75ae]:not(:last-child){margin-right:50px}@media(max-width:576px){.step[data-v-736d75ae]:not(:last-child){margin-right:15px}}.step.active .step-number[data-v-736d75ae],.step.current .step-number[data-v-736d75ae]{color:#fff;background-color:#fca41e}.step.active[data-v-736d75ae]{cursor:pointer}.step-label[data-v-736d75ae]{color:#333;margin-left:10px;font-size:12px}@media(max-width:992px){.step-label[data-v-736d75ae]{display:none}}.loader[data-v-a0e04a6e]{transition:.3s ease-out;width:100%}.loader img[data-v-a0e04a6e]{animation:loader-animation 1.5s ease-out infinite}.skeleton-loader{width:100%;flex-wrap:wrap}.skeleton,.skeleton-loader{display:flex;align-items:center;justify-content:center}.roof-types-list[data-v-4edbc868]{margin:30px auto 0 auto}@media screen and (min-width:992px){.roof-types-list[data-v-4edbc868]{width:600px}}.list-item[data-v-4edbc868]{padding:20px;min-height:165px;height:auto}@media screen and (max-width:991px){.list-item[data-v-4edbc868]{width:140px}}@media screen and (min-width:992px){.list-item[data-v-4edbc868]{width:165px}}.list-item img[data-v-4edbc868]{width:100%}.form-component[data-v-4edbc868] .skeleton-loader{margin-left:-15px;margin-right:-15px}.form-component[data-v-4edbc868] .skeleton{width:165px;height:165px;margin:15px;border:2px solid #ededed}.validation-errors .error[data-v-d3429e86]{font-weight:700;font-size:14px;font-family:OpenSans,sans-serif;color:#e45043;margin:5px 0 5px 5px;text-align:left}h2[data-v-e69ea102]{margin-top:50px}.degree-field[data-v-e69ea102]{margin:0 auto}@media(min-width:765px){.degree-field[data-v-e69ea102]{max-width:185px}}.degree-chart[data-v-e69ea102]{width:260px;height:185px;position:relative;background:bottom url(/img/degree.cb9427c9.png) no-repeat;background-size:cover;margin-top:80px}.degree-control[data-v-e69ea102]{position:absolute;width:100%;height:5px;background:#000;bottom:0;left:0;transform-origin:left center;pointer-events:none}.degree-control .degree-number[data-v-e69ea102]{position:absolute;right:-30px;top:50%;font-family:Montserrat ExtraBold,sans-serif;transform:translate(50%,-50%)}.degree-control[data-v-e69ea102]:before{content:"";display:block;width:10px;height:10px;background:inherit;border-radius:50%;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.degree-control[data-v-e69ea102]:after{margin-right:5px;content:"";background:#fdab1c;display:block;width:30px;height:30px;border-radius:50%;position:absolute;right:0;top:50%;transform:translate(50%,-50%);border:2px solid #fff}.degree-numbers-display[data-v-e69ea102]{position:relative;font-weight:700}.degree-numbers-display span[data-v-e69ea102]{position:absolute;right:-44px;font-size:14px}.example-roof-image[data-v-e69ea102]{font-family:Montserrat ExtraBold,sans-serif}@media screen and (max-width:991px){.example-roof-image[data-v-e69ea102]{font-size:18px}}@media screen and (min-width:992px){.example-roof-image[data-v-e69ea102]{margin-left:100px;font-size:30px}}.example-roof-image img[data-v-e69ea102]{max-width:240px}.validation-errors .error[data-v-9699aa4e]{font-weight:700;color:#e45043;margin:5px 0 5px 5px}.roof-sides-form[data-v-27b3a9e3]{margin-top:40px}.roof-sides-form label span[data-v-27b3a9e3]{text-transform:lowercase;padding:0 5px}@media screen and (max-width:991px){h2[data-v-543365b2]{margin-bottom:5px;margin-top:60px}}@media screen and (min-width:992px){h2[data-v-543365b2]{margin-bottom:8px;margin-top:80px}}.roof-sides[data-v-543365b2] .skeleton-loader{margin-top:40px}.roof-sides[data-v-543365b2] .skeleton{height:38px;margin:24px 15px 1rem;border:1px solid #ced4da;position:relative;padding:0 15px}.roof-sides[data-v-543365b2] .skeleton:before{content:"";display:block;height:12px;background:#333;opacity:.5;width:50%;position:absolute;top:-20px;left:0}.roof-sides[data-v-543365b2] .skeleton img{height:18px}@media(min-width:768px){.banner-wrapper[data-v-2b176eca]{background:linear-gradient(180deg,#ededed 34.79%,#fff)}}.wood-materials-banner[data-v-2b176eca]{background-color:#3c4f63;color:#fff;margin:0 -15px}@media(min-width:768px){.wood-materials-banner[data-v-2b176eca]{margin:0}}.banner__content[data-v-2b176eca]{padding:20px 30px}@media(min-width:768px){.banner__content[data-v-2b176eca]{margin-left:-2px;padding:56px 36px 66px}}.banner__title[data-v-2b176eca]{color:#fff;font-size:24px}.banner__text[data-v-2b176eca]{font-size:14px;margin-bottom:10px}.banner__image[data-v-2b176eca]{mix-blend-mode:luminosity}@media(min-width:768px){.banner__image[data-v-2b176eca]{flex:0 0 45%;max-width:45%;position:relative}.banner__image[data-v-2b176eca]:before{content:"";position:absolute;left:0;width:30%;top:0;bottom:0;background:linear-gradient(90deg,#3c4f63,transparent)}.banner__image img[data-v-2b176eca]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:991px){h2[data-v-0ca8f5fb]{margin-bottom:5px;margin-top:60px}}@media screen and (min-width:992px){h2[data-v-0ca8f5fb]{margin-bottom:8px;margin-top:80px}}.roof-sides[data-v-0ca8f5fb]{padding:0 40px}@media screen and (max-width:991px){.roof-sides[data-v-0ca8f5fb]{width:100%;max-width:500px;margin:auto}}.roof-sides-form[data-v-0ca8f5fb]{margin-top:40px}@media screen and (max-width:991px){.roof-sides-form[data-v-0ca8f5fb]{width:160px;margin-left:auto;margin-right:auto}}.roof-sides-form label[data-v-0ca8f5fb]{display:flex;text-align:left;font-family:OpenSans Bold,sans-serif;font-size:10px;text-transform:uppercase;line-height:2.4;letter-spacing:.71px}input[data-v-0ca8f5fb]{border-color:#bbb;border-radius:0;padding:15px}input[data-v-0ca8f5fb]::-moz-placeholder{color:#bbb}input[data-v-0ca8f5fb]::placeholder{color:#bbb}@media screen and (max-width:991px){input[data-v-0ca8f5fb]{height:50px}}@media screen and (max-width:992px){input[data-v-0ca8f5fb]{height:40px}}[tooltip]{position:relative}[tooltip]>*{display:inline-block}[tooltip]:after,[tooltip]:before{text-transform:none;font-size:.9em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[tooltip]:before{content:"";border:5px solid transparent;z-index:1001}[tooltip]:after{content:attr(tooltip);font-family:Helvetica,sans-serif;text-align:center;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.5rem;border-radius:.3rem;box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);background:#111;color:#fff;z-index:1000}[tooltip].is-open:after,[tooltip].is-open:before{display:block;animation:tooltips-horz .3s ease-out forwards}[tooltip]:hover:after,[tooltip]:hover:before{display:block}[tooltip]:not([position]):before,[tooltip][position^=top]:before{bottom:100%;border-bottom-width:0;border-top-color:#111}[tooltip]:not([position]):after,[tooltip][position^=top]:after{bottom:calc(100% + 5px)}[tooltip]:not([position]):after,[tooltip]:not([position]):before,[tooltip][position^=top]:after,[tooltip][position^=top]:before{left:50%;transform:translate(-50%,-.5em)}[tooltip][position^=bottom]:before{top:105%;border-top-width:0;border-bottom-color:#111}[tooltip][position^=bottom]:after{top:calc(105% + 5px)}[tooltip][position^=bottom]:after,[tooltip][position^=bottom]:before{left:50%;transform:translate(-50%,.5em)}[tooltip][position^=left]:before{top:50%;border-right-width:0;border-left-color:#111;left:-5px;transform:translate(-.5em,-50%)}[tooltip][position^=left]:after{top:50%;right:calc(100% + 5px);transform:translate(-.5em,-50%)}[tooltip][position^=right]:before{top:50%;border-left-width:0;border-right-color:#111;right:-5px;transform:translate(.5em,-50%)}[tooltip][position^=right]:after{top:50%;left:calc(100% + 5px);transform:translate(.5em,-50%)}[tooltip]:not([position]):hover:after,[tooltip]:not([position]):hover:before,[tooltip][position^=bottom]:hover:after,[tooltip][position^=bottom]:hover:before,[tooltip][position^=top]:hover:after,[tooltip][position^=top]:hover:before{animation:tooltips-vert .3s ease-out forwards}[tooltip][position^=left]:hover:after,[tooltip][position^=left]:hover:before,[tooltip][position^=right]:hover:after,[tooltip][position^=right]:hover:before{animation:tooltips-horz .3s ease-out forwards}[tooltip=""]:after,[tooltip=""]:before{display:none!important}@keyframes tooltips-vert{to{opacity:.9;transform:translate(-50%)}}@keyframes tooltips-horz{to{opacity:.9;transform:translateY(-50%)}}h2[data-v-4562bcad]{margin-top:60px}.form-component[data-v-4562bcad] .skeleton-loader{margin-left:-15px;margin-right:-15px}.form-component[data-v-4562bcad] .skeleton{width:300px;height:165px;margin:15px;border:2px solid #ededed}.tile-shapes.list[data-v-4562bcad]{margin:40px 0 80px}.tile-shapes .list-item[data-v-4562bcad]{position:relative;height:auto;padding:40px 0 20px}@media screen and (max-width:991px){.tile-shapes .list-item[data-v-4562bcad]{width:100%}}@media screen and (min-width:992px){.tile-shapes .list-item[data-v-4562bcad]{width:300px;margin:0 30px 30px 0}}.tile-shapes .list-item .badge[data-v-4562bcad]{position:absolute;top:15px;right:15px;display:flex;flex-direction:column}.tile-shapes .list-item .badge img[data-v-4562bcad]:not(:first-of-type){margin-top:15px}.tile-shapes .list-item .label[data-v-4562bcad]{margin-top:20px}.tile-shapes .list-item .tile-image[data-v-4562bcad]{height:100%}.tile-shapes .list-item .tile-image img[data-v-4562bcad]{height:auto;width:100%}.gallery-container[data-v-6625bf9a]{background-image:linear-gradient(180deg,#ededed 64%,#fff)}.form-component[data-v-09d9e42d] .skeleton-loader{margin-left:-15px;margin-right:-15px}.form-component[data-v-09d9e42d] .skeleton{width:300px;height:165px;margin:15px;border:2px solid #ededed}.list[data-v-09d9e42d]{margin:40px 0 80px}.list-item[data-v-09d9e42d]{position:relative;height:auto;padding:40px 0 20px}@media screen and (max-width:991px){.list-item[data-v-09d9e42d]{width:100%}}@media screen and (min-width:992px){.list-item[data-v-09d9e42d]{width:300px;margin:0 30px 30px 0}}.list-item .label[data-v-09d9e42d]{margin-top:20px}.form-video[data-v-4a23c9c7]{max-width:750px;width:100%;height:auto}h2[data-v-1b31cdcf],h2[data-v-4a23c9c7]{margin-top:40px}@media(min-width:576px){h2[data-v-1b31cdcf]{margin-top:60px}}.gutter-image[data-v-1b31cdcf]{width:100%;max-width:100%;min-height:250px;height:250px;-o-object-fit:cover;object-fit:cover}.gutter-feature-list[data-v-1b31cdcf]{max-width:620px;margin:20px auto 10px auto;list-style-type:none;text-align:left}.gutter-feature-list-item[data-v-1b31cdcf]{display:flex;align-items:center;margin-bottom:12px;line-height:1.57}.gutter-feature-list-item img[data-v-1b31cdcf]{margin-right:10px}.gutter-feature-asterisk[data-v-1b31cdcf]{text-align:left;max-width:630px;margin:0 auto;font-size:.75em}@media(max-width:991px){.tiles-list[data-v-1d510ed3]{padding-top:20px}}.tiles-list-item[data-v-1d510ed3]{max-width:140px}@media(min-width:992px){.tiles-list-item[data-v-1d510ed3]{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}.surface[data-v-0a903cd2]:not(:last-child){border-bottom:3px solid #ededed}@media(max-width:991px){.surface[data-v-0a903cd2]:not(:last-child){margin-bottom:16px}}@media(min-width:992px){.surface[data-v-0a903cd2]:not(:last-child){padding-bottom:32px;margin-bottom:32px}}@media(max-width:991px){.tiles-list[data-v-0a903cd2]{padding-bottom:16px!important;flex-wrap:wrap}.tiles-list-item[data-v-0a903cd2]{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(min-width:992px){.tiles-list-item[data-v-0a903cd2]{flex:0 0 calc(20% - 10px);max-width:calc(20% - 10px)}}.form-component[data-v-3146f745] .skeleton{height:600px;align-items:flex-start}@media(max-width:991px){[data-v-3146f745] h2{margin-bottom:5px;margin-top:30px}}@media(min-width:992px){[data-v-3146f745] h2{margin-bottom:8px;margin-top:60px}}@media(max-width:991px){[data-v-3146f745] .surfaces{margin-top:35px;margin-bottom:60px}}@media(min-width:992px){[data-v-3146f745] .surfaces{margin-top:50px;margin-bottom:90px}}@media(max-width:991px){[data-v-3146f745] .surface:not(:last-child) .surface__content{border-bottom:3px solid #ededed;margin-bottom:30px}}[data-v-3146f745] .surface__feature{margin-bottom:10px}[data-v-3146f745] .surface .feature__icon{min-width:16px}[data-v-3146f745] .surface__block{height:100%;position:relative}@media(min-width:992px){[data-v-3146f745] .surface__block:after{content:"";position:absolute;right:-15px;top:0;width:2px;height:100%;display:block;background-image:linear-gradient(180deg,#ededed 37%,#fff)}}[data-v-3146f745] .surface__title{font-family:Montserrat ExtraBold,sans-serif;font-size:20px;font-weight:800;margin:0 0 0 5px}@media(min-width:992px){[data-v-3146f745] .surface__title{font-size:24px;margin:5px 0 0}}[data-v-3146f745] .surface__icon{max-width:25px}@media(min-width:992px){[data-v-3146f745] .surface__icon{max-width:100%}}[data-v-3146f745] .surface__features{list-style-type:none;margin:0;padding:0}[data-v-3146f745] .surface__features .feature__label{font-size:12px;color:#333;letter-spacing:0;padding-left:8px;line-height:1.4}[data-v-3146f745] .tiles-list{margin:30px 0 35px}@media(max-width:991px){[data-v-3146f745] .tiles-list{padding:0 0 30px;margin:0;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}[data-v-3146f745] .tiles-list::-webkit-scrollbar{display:none}}[data-v-3146f745] .tiles-list-item{display:flex;flex-direction:column;justify-content:space-between;text-align:center;border:4px solid transparent;cursor:pointer;padding:10px 5px;margin:5px;position:relative;min-width:140px}@media(min-width:992px){[data-v-3146f745] .tiles-list-item{padding:10px;min-width:auto}}[data-v-3146f745] .tiles-list-item .badges{position:absolute;top:15px;right:15px;display:flex;flex-direction:column}[data-v-3146f745] .tiles-list-item__color,[data-v-3146f745] .tiles-list-item__price{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px}[data-v-3146f745] .tiles-list-item__title{display:block;padding-bottom:12px;font-family:OpenSans,sans-serif;font-size:14px;letter-spacing:0;text-transform:uppercase}[data-v-3146f745] .tiles-list-item__image{width:100%}[data-v-3146f745] .tiles-list-item__price{margin-top:auto}[data-v-3146f745] .tiles-list-item.selected{border-color:#fdab1c}[data-v-3146f745] .icon-info-gray{margin-left:auto;width:20px;line-height:1}[data-v-3146f745] .icon-info-gray:after{height:20px}[data-v-3146f745] .surface__tooltip-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;position:absolute}[data-v-3146f745] .surface__tooltip-trigger:not(:checked)~.surface__tooltip-content,[data-v-3146f745] .surface__tooltip-trigger:not(:checked)~.surface__tooltip-overlay{display:none}[data-v-3146f745] .surface__tooltip-trigger~label{cursor:pointer;margin-bottom:0}[data-v-3146f745] .surface__tooltip-trigger~.surface__tooltip-overlay{position:fixed;z-index:1;left:0;right:0;top:0;bottom:0;background:hsla(0,0%,7%,.7)}[data-v-3146f745] .surface__tooltip-trigger~.surface__tooltip-content{position:fixed;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100vw - 30px);background:#fff;padding:40px 24px 24px}[data-v-3146f745] .surface__tooltip-trigger~.surface__tooltip-content .icon-close{display:block;width:16px;height:16px;filter:invert(1);position:absolute;top:24px;right:24px}.accordion__trigger,[data-v-3146f745] .surface__tooltip-trigger~.surface__tooltip-content label{cursor:pointer}.accordion__content{opacity:0;transition:.3s ease-in-out}.is-active .accordion__content{opacity:1}.pricing-accordion{padding:20px 0 0}.pricing-accordion .pricing-package:not(:first-child){border-top:2px solid #ededed;margin-top:15px;padding-top:15px}.pricing-accordion .pricing-package.is-active .pricing-package__title:after{transform:rotate(-180deg)}.pricing-accordion .pricing-package__title{position:relative;font-family:Montserrat ExtraBold,sans-serif}.pricing-accordion .pricing-package__title .title{font-size:16px;font-weight:800;line-height:1.75}.pricing-accordion .pricing-package__title .price-range{font-size:14px;letter-spacing:.8px}.pricing-accordion .pricing-package__title:after{width:30px;height:30px;position:absolute;top:4px;right:0;content:url(/img/down.cdd0d233.svg);transition:.1s ease-out}.pricing-accordion .pricing-package__data-row{font-size:12px;padding:8px 8px 8px 0}.pricing-accordion .pricing-package__data-row:first-child{margin-top:20px;font-size:14px;font-weight:700}.pricing-accordion .pricing-package__data-row:nth-child(odd){background:linear-gradient(90deg,transparent 15%,rgba(0,0,0,.1))}.pricing-accordion .pricing-package .highlight-label{font-size:10px;letter-spacing:.05em;margin-top:10px;padding:4px 10px 2px}@media screen and (max-width:767px){.pricing-accordion .pricing-package .highlight-label{font-weight:800;letter-spacing:.5px;padding:4px 5px 2px}}.pricing-accordion .pricing-package .icon-checkmark{background:#fdaa1c}@media screen and (max-width:767px){.price-comparison{padding:0}}@media screen and (min-width:768px){.price-comparison{padding:20px 0 0}}.pricing-packages{overflow:hidden;position:relative}@media screen and (max-width:767px){.pricing-packages{margin-top:0}}@media screen and (min-width:768px){.pricing-packages{margin-top:30px}}.pricing-packages .highlight-label{font-weight:800;background:#333;color:#fff;display:inline-block;text-transform:uppercase}.pricing-packages .price-range{color:#cbcbcb;display:block}.pricing-packages .price-range strong{color:#000}.pricing-packages .icon-checkmark{align-items:center;border-radius:50%;color:#fff;display:inline-flex;height:20px;justify-content:center;width:20px}.pricing-packages a{text-decoration:underline}.pricing-packages a:hover{text-decoration:none}.pricing-table{border-collapse:collapse;table-layout:fixed;width:100%;padding-bottom:10px}.pricing-table tbody tr:nth-child(odd){background:linear-gradient(90deg,transparent 15%,rgba(0,0,0,.1));background-attachment:fixed}.pricing-table tbody tr:last-of-type td.highlight{position:relative;background:transparent}.pricing-table tbody tr:last-of-type td.highlight:after{border:solid #333;border-width:0 2px 2px;bottom:-10px;content:"";height:10px;left:-2px;position:absolute;right:-2px}.pricing-table tbody tr:first-child td{font-weight:700}.pricing-table th:not(:first-child){font-family:Montserrat ExtraBold,sans-serif}.pricing-table th:not(:first-child) .title{font-size:16px;font-weight:800;line-height:1.75}.pricing-table th:not(:first-child) .price-range{font-size:14px;letter-spacing:.8px}.pricing-table td,.pricing-table th{padding:15px 15px}.pricing-table td:first-child,.pricing-table th:first-child{padding-left:0}.pricing-table td:not(:first-child),.pricing-table th:not(:first-child){text-align:center}.pricing-table td.highlight,.pricing-table th.highlight{background:#fff;border:solid #333;border-width:0 2px}.pricing-table td{font-size:12px}.pricing-table td:first-child{font-weight:600}.pricing-table th{padding-bottom:20px;vertical-align:bottom}.pricing-table th.highlight{border-top-width:2px;padding-top:0}.pricing-table .highlight-label{display:block;font-size:8px;letter-spacing:.1em;margin:0 -15px 15px;padding:6px 15px}.alert[data-v-f031e6fe]{padding:20px;background-color:#ededed;display:flex;align-items:center;border:none;border-radius:0;color:#333}.alert-icon em[data-v-f031e6fe]{width:20px;height:20px;margin-right:15px}.questions[data-v-2ae5259c]{margin-top:50px;max-width:500px;margin-left:auto;margin-right:auto;font-size:16px}.question[data-v-2ae5259c]:not(:first-child){margin-top:20px;padding-top:20px;border-top:2px solid #ededed}.question-option[data-v-2ae5259c]{position:relative;cursor:pointer;padding:4px 0}.question-option .field-decorator[data-v-2ae5259c]{position:absolute;left:0;width:18px;height:18px;top:7px}.question-option .field-decorator[data-v-2ae5259c]:after,.question-option .field-decorator[data-v-2ae5259c]:before{content:"";display:block;position:absolute;transition:.1s ease-out}.question-option .field-decorator[data-v-2ae5259c]:before{border:2px solid #ededed;width:100%;height:100%;left:0}.question-option .field-decorator[data-v-2ae5259c]:after{left:4px;background:#fdab1c;width:10px;height:10px;top:4px;transform:scale(0)}.question-option--radio .field-decorator[data-v-2ae5259c]:after,.question-option--radio .field-decorator[data-v-2ae5259c]:before{border-radius:50%}.question-list[data-v-2ae5259c]{display:flex;flex-direction:column;align-items:flex-start}[type=checkbox][data-v-2ae5259c],[type=radio][data-v-2ae5259c]{opacity:0;visibility:hidden;display:inline-block;width:18px;margin-right:6px}[type=checkbox]:checked+.field-decorator[data-v-2ae5259c]:before,[type=radio]:checked+.field-decorator[data-v-2ae5259c]:before{border-color:#fdab1c}[type=checkbox]:checked+.field-decorator[data-v-2ae5259c]:after,[type=radio]:checked+.field-decorator[data-v-2ae5259c]:after{transform:scale(1)}.questions[data-v-d085915c]{margin-top:50px;margin-left:auto;margin-right:auto;font-size:16px}.question[data-v-d085915c]:not(:first-child){margin-top:20px;padding-top:20px}.question-title[data-v-d085915c]{font-family:Montserrat ExtraBold,sans-serif;font-size:30px;text-align:center;margin-bottom:36px}.question-option[data-v-d085915c]{position:relative;cursor:pointer;height:128px;width:300px;padding:35px 0 17px;text-transform:uppercase;font-weight:700;display:flex;flex-direction:column;align-items:center}.question-option img[data-v-d085915c]{width:40px}.question-option .field-decorator[data-v-d085915c]{position:absolute;left:0;width:100%;height:100%;top:0}.question-option .field-decorator[data-v-d085915c]:after,.question-option .field-decorator[data-v-d085915c]:before{content:"";display:block;position:absolute;transition:.1s ease-out}.question-option .field-decorator[data-v-d085915c]:before{border:4px solid #ededed;width:100%;height:100%;left:0}.question-option--radio .field-decorator[data-v-d085915c]:after,.question-option--radio .field-decorator[data-v-d085915c]:before{border-radius:0}.question-list[data-v-d085915c]{display:flex;justify-content:center;flex-wrap:wrap;gap:30px}[type=checkbox][data-v-d085915c],[type=radio][data-v-d085915c]{opacity:0;visibility:hidden;display:inline-block;width:18px;margin-right:6px}[type=checkbox]:checked+.field-decorator[data-v-d085915c]:before,[type=radio]:checked+.field-decorator[data-v-d085915c]:before{border-color:#fdab1c}[type=checkbox]:checked+.field-decorator[data-v-d085915c]:after,[type=radio]:checked+.field-decorator[data-v-d085915c]:after{transform:scale(1)}.banner[data-v-2c677208]{width:245px;margin:0 15px 30px}@media(max-width:576px){.banner[data-v-2c677208]{width:100%}}.material-requirements-banner[data-v-18854741]{margin-top:65px}@media(min-width:768px){.material-requirements-banner[data-v-18854741]{margin:75px 0}}.banner__title[data-v-18854741]{font-size:26px}.banner__text[data-v-18854741]{margin-bottom:25px}@media(min-width:768px){.banner__image[data-v-18854741]{max-width:40%}}.banner__content[data-v-18854741]{background-color:#ededed;padding:10px 20px 60px}@media(min-width:768px){.banner__content[data-v-18854741]{margin-left:-2px;padding:20px 30px}}.wood-materials-price-banner[data-v-a93592d2]{background:#3c4f63;color:#fff;margin-top:65px}@media(min-width:768px){.wood-materials-price-banner[data-v-a93592d2]{margin:75px 0;background:#3c4f63 url(/img/wood-materials-price-banner.bec685e7.jpg) no-repeat 100% 0}}.banner__content[data-v-a93592d2]{padding:20px 20px 40px}@media(min-width:768px){.banner__content[data-v-a93592d2]{padding:32px 30px}}.banner__title[data-v-a93592d2]{color:#a7c0da;font-size:24px;margin-bottom:28px}.banner__text[data-v-a93592d2]{font-size:14px;margin-bottom:10px}.banner__text--requirements[data-v-a93592d2]{margin-bottom:20px}.banner__requirements[data-v-a93592d2]{font-weight:700;white-space:nowrap;font-size:18px}.banner__price[data-v-a93592d2]{font-size:30px;white-space:nowrap;line-height:1.25;margin-bottom:10px}@media(min-width:992px){.banner__price[data-v-a93592d2]{font-size:36px;margin-bottom:5px}}.banner__info[data-v-a93592d2]{font-size:14px;margin-bottom:20px}.banner__link[data-v-a93592d2]{margin-bottom:0}.banner__image[data-v-a93592d2]{-o-object-fit:cover;object-fit:cover}@media(max-width:767px){.banner__image[data-v-a93592d2]{max-height:200px}}@media(min-width:768px){.banner__image[data-v-a93592d2]{flex:0 0 360px;max-width:360px}}.banner__columns[data-v-a93592d2]{display:flex;gap:40px 80px}@media(max-width:767px){.banner__columns[data-v-a93592d2]{flex-direction:column}}.banner__columns>div[data-v-a93592d2]{flex:1 1 100%}@media(min-width:768px){.banner__columns>div[data-v-a93592d2]{max-width:50%}}.modal__mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);display:table;transition:opacity .3s ease}.modal__wrapper{display:table-cell;vertical-align:middle}.modal__header h3{font-size:22px}.modal__container{max-width:500px;margin:0 auto;padding:60px 50px;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.33);transition:all .3s ease;font-family:Helvetica,Arial,sans-serif;position:relative}.modal__close{background-color:transparent;border:none;position:absolute;top:20px;right:20px}.modal__close em{width:20px;height:20px}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal__container,.modal-leave-active .modal__container{transform:scale(1.1)}.autocomplete-container[data-v-3364f6fd]{display:flex;flex-direction:column;position:relative}.autocomplete-container .autocomplete-results-container[data-v-3364f6fd]{position:absolute;width:100%;height:auto;max-height:200px;overflow-y:scroll;top:100%;border:2px solid #dfdfdf;z-index:99;background:#fff;padding:5px 10px;border-radius:5px}.autocomplete-container .autocomplete-results-item[data-v-3364f6fd]{list-style-type:none;padding:12px 5px;border-bottom:1px solid #dfdfdf}.autocomplete-container .autocomplete-results-item[data-v-3364f6fd]:hover{cursor:pointer}.autocomplete-container .autocomplete-results-item[data-v-3364f6fd]:last-child{border-bottom:none}.price-section[data-v-57dd997c]{display:flex;flex-wrap:wrap;gap:0 30px}.generon-price-section .price-section[data-v-57dd997c]{flex-direction:column}.price-section .banner[data-v-57dd997c]{flex:1}.price-section .banner__actions[data-v-57dd997c]{flex:1 0 100%;display:flex}.banner[data-v-57dd997c]{margin-top:30px}.banner__content[data-v-57dd997c]{border-color:#ededed;border-style:solid;border-width:2px 2px 0 2px;width:100%;padding:30px}@media(min-width:765px){.banner__content[data-v-57dd997c]{width:55%;border-width:2px 0 2px 2px}}@media(min-width:992px){.banner__content[data-v-57dd997c]{width:67%}}.banner__content--full[data-v-57dd997c]{width:100%;border-width:2px}.banner strong[data-v-57dd997c]{font-family:OpenSans Bold,sans-serif}.banner__title[data-v-57dd997c]{font-size:26px;margin-bottom:10px}.banner__sale-text[data-v-57dd997c]{font-family:OpenSans Bold,sans-serif;margin-top:1rem}.banner__price[data-v-57dd997c]{font-size:30px;white-space:nowrap;line-height:1.25}@media(min-width:992px){.banner__price[data-v-57dd997c]{font-size:40px;margin-bottom:5px}}.banner__price--icon[data-v-57dd997c]{color:#aaa}.banner small[data-v-57dd997c]{font-size:12px;line-height:18px;letter-spacing:0}.banner__actions[data-v-57dd997c]{margin-top:20px}@media(max-width:992px){.banner__actions[data-v-57dd997c]{margin-bottom:30px}}.banner__actions .btn-icon[data-v-57dd997c]{padding:12px 12px 13px 12px;margin-left:10px}.banner__actions .icon-email[data-v-57dd997c],.banner__actions .icon-printer[data-v-57dd997c]{width:20px;filter:invert(1)}.banner__actions .icon-email[data-v-57dd997c]{height:15px;margin-right:10px}.banner__actions .icon-printer[data-v-57dd997c]{height:20px}.banner__coupon[data-v-57dd997c]{position:relative;background-image:url(/img/kincseshaz-bg.dbb43746.png);background-repeat:no-repeat;background-size:cover;color:#fff;border-top:2px dotted #111;text-align:center;width:100%;padding:60px 0}@media(min-width:765px){.banner__coupon[data-v-57dd997c]{border-left:2px dotted #111;border-top:0;width:45%;padding:0}}@media(min-width:992px){.banner__coupon[data-v-57dd997c]{width:33%}}.banner__coupon[data-v-57dd997c]:after,.banner__coupon[data-v-57dd997c]:before{content:"";position:absolute;background-color:#fff;width:30px;height:30px;border-radius:50%;border:2px solid #ededed}.banner__coupon[data-v-57dd997c]:before{top:-15px;left:-15px;border-left-color:transparent;border-top-color:transparent;transform:rotate(-45deg)}@media(min-width:765px){.banner__coupon[data-v-57dd997c]:before{border-right-color:transparent;border-left-color:#ededed}}.banner__coupon[data-v-57dd997c]:after{top:-14px;right:-15px;border-bottom-color:transparent;border-right-color:transparent;transform:rotate(-45deg)}@media(min-width:765px){.banner__coupon[data-v-57dd997c]:after{top:auto;bottom:-15px;left:-15px;border-left-color:transparent}}.banner__coupon .coupon__title[data-v-57dd997c]{display:block;font-family:OpenSans Bold,sans-serif;font-size:26px;margin-bottom:10px}@media(min-width:992px){.banner__coupon .coupon__title[data-v-57dd997c]{padding:0 50px}}.banner__sign[data-v-57dd997c]{position:absolute;bottom:0;left:-35px}@media(max-width:765px){.banner__sign[data-v-57dd997c]{max-width:80px;left:-10px}}.banner__link[data-v-57dd997c]{text-transform:uppercase;font-family:Montserrat ExtraBold,sans-serif;font-size:11px;text-decoration:underline;color:#fff;letter-spacing:.92px;padding:5px 0}.modal__form[data-v-57dd997c]{max-width:300px;margin:20px auto 0 auto}.generon-calculator[data-v-66181faa]{padding:30px;width:100%;background-image:url(/img/generon-bg.fe4ad5f2.jpg);color:#fff}@media print{.generon-calculator[data-v-66181faa]{color:#101b31;background:none;border:2px solid #101b31}}.generon-calculator__logo[data-v-66181faa]{max-width:250px;margin-bottom:30px}.generon-calculator .icon-info-white[data-v-66181faa]{width:20px;height:20px;margin-right:5px}.generon-calculator h4[data-v-66181faa]{font-size:18px;font-weight:700;line-height:28px;margin:20px 0 15px}.generon-calculator p[data-v-66181faa]{margin-top:0}.generon-calculator__price[data-v-66181faa]{font-size:40px;line-height:.83;margin:65px 0 30px}.generon-calculator__range[data-v-66181faa]{position:relative;border-radius:30px;background:#353941;height:30px}.generon-calculator .range-value[data-v-66181faa]{color:#fff;position:absolute;top:36px;display:inline-block;font-size:14px;font-weight:700;line-height:20px}.generon-calculator .ranges[data-v-66181faa]{margin:0 0 5px 17px}.generon-calculator .ranges span[data-v-66181faa]{display:inline-block;font-size:14px;font-weight:700;line-height:20px;color:#bbb}.generon-calculator input[type=range][data-v-66181faa]{-webkit-appearance:none;width:99%;height:20px;background:#353941;border-radius:30px;background-image:linear-gradient(#5883cd,#5883cd);background-size:0 100%;background-repeat:no-repeat;margin:5px 0 0 5px;outline:none}.generon-calculator input[type=range][data-v-66181faa]::-webkit-slider-thumb{-webkit-appearance:none;height:36px;width:36px;border-radius:100%;background:#fff;cursor:ew-resize;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.generon-calculator input[type=range][data-v-66181faa]::-moz-range-thumb{-webkit-appearance:none;height:36px;width:36px;border-radius:50%;background:#fff;cursor:ew-resize;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.generon-calculator input[type=range][data-v-66181faa]::-ms-thumb{-webkit-appearance:none;height:36px;width:36px;border-radius:50%;background:#fff;cursor:ew-resize;box-shadow:0 2px 4px 0 rgba(0,0,0,.5);-ms-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.generon-calculator input[type=range][data-v-66181faa]::-moz-range-thumb:hover,.generon-calculator input[type=range][data-v-66181faa]::-ms-thumb:hover,.generon-calculator input[type=range][data-v-66181faa]::-webkit-slider-thumb:hover{background:#fff}.generon-calculator input[type=range][data-v-66181faa]::-moz-range-track,.generon-calculator input[type=range][data-v-66181faa]::-ms-track,.generon-calculator input[type=range][data-v-66181faa]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:transparent}.generon-price-section[data-v-63d90768]{margin-top:60px}@media(min-width:992px){.generon-price-section[data-v-63d90768]{margin-top:120px}}.generon-price-section[data-v-63d90768] .material-requirements-banner .btn-dark,.generon-price-section[data-v-63d90768] .price-section .btn-dark{background-color:#101b31}.generon-price-section[data-v-63d90768] .material-requirements-banner .btn-dark:active,.generon-price-section[data-v-63d90768] .material-requirements-banner .btn-dark:focus,.generon-price-section[data-v-63d90768] .material-requirements-banner .btn-dark:hover,.generon-price-section[data-v-63d90768] .price-section .btn-dark:active,.generon-price-section[data-v-63d90768] .price-section .btn-dark:focus,.generon-price-section[data-v-63d90768] .price-section .btn-dark:hover{background-color:#101b31;border-color:#101b31}.generon-price-section[data-v-63d90768] .price-section .banner{margin-top:0;margin-bottom:30px}.generon-price-section[data-v-63d90768] .price-section .banner__content{color:#101b31}@media(max-width:991px){.generon-price-section[data-v-63d90768] .price-section .banner__content{border:0;text-align:left!important;padding:0}}.generon-price-section[data-v-63d90768] .material-requirements-banner{margin:0}@media(max-width:991px){.generon-price-section[data-v-63d90768] .material-requirements-banner{margin:30px 0}}.generon-price-section[data-v-63d90768] .material-requirements-banner .banner__content{background-color:#fff;border-width:0 2px 2px 2px;border-style:solid;border-color:#ededed;margin-left:0;padding:20px 30px 30px;color:#101b31}@media(max-width:991px){.generon-price-section[data-v-63d90768] .material-requirements-banner .banner__content{border:0;text-align:left!important;padding:0;align-items:flex-start!important}}.generon-price-section[data-v-63d90768] .material-requirements-banner .banner__image{display:none}.generon-price-section[data-v-63d90768] .generon-calculator{height:100%}.envirosense-banner[data-v-44bc5d0f]{color:#fff;background:linear-gradient(206.38deg,#fdab1c,#fb9f1e 23.8%,#e42730 206%)}@media(max-width:767px){.envirosense-banner[data-v-44bc5d0f]{margin-top:65px}}@media(min-width:768px){.envirosense-banner[data-v-44bc5d0f]{margin:75px 0}}.banner__content[data-v-44bc5d0f]{display:flex;padding:20px;width:100%}@media(max-width:767px){.banner__content[data-v-44bc5d0f]{justify-content:center;flex-direction:column-reverse;gap:30px;align-items:center}}@media(min-width:768px){.banner__content[data-v-44bc5d0f]{justify-content:space-between}}.banner__info[data-v-44bc5d0f]{display:flex;align-items:center;margin-bottom:25px}.banner__info__text[data-v-44bc5d0f]{margin-bottom:0}.banner__info__icon[data-v-44bc5d0f]{width:20px;height:20px;margin-right:10px}.banner__text[data-v-44bc5d0f]{margin-bottom:25px}.image-slider[data-v-44bc5d0f]{position:relative;width:200px;height:200px;margin:30px}.image-slider[data-v-44bc5d0f]:before{position:absolute;display:block;top:-20px;left:-20px;width:240px;height:240px;background:linear-gradient(90deg,#fff 2px,transparent 0) 0 0,linear-gradient(90deg,#fff 2px,transparent 0) 0 100%,linear-gradient(270deg,#fff 2px,transparent 0) 100% 0,linear-gradient(270deg,#fff 2px,transparent 0) 100% 100%,linear-gradient(180deg,#fff 2px,transparent 0) 0 0,linear-gradient(180deg,#fff 2px,transparent 0) 100% 0,linear-gradient(0deg,#fff 2px,transparent 0) 0 100%,linear-gradient(0deg,#fff 2px,transparent 0) 100% 100%;background-repeat:no-repeat;background-size:20px 20px;content:""}.image-slider img[data-v-44bc5d0f]{height:100%;-o-object-fit:cover;object-fit:cover}.overlay[data-v-44bc5d0f]{position:relative;display:inline-block;width:var(--width);height:100%;overflow:hidden}.overlay img[data-v-44bc5d0f]{max-width:none;height:100%}.original[data-v-44bc5d0f]{position:absolute;width:100%;height:100%}.original img[data-v-44bc5d0f]{max-width:100%}.slider[data-v-44bc5d0f]{position:absolute;top:0;left:0;display:flex;width:100%;height:100%}.slider[data-v-44bc5d0f]:after{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:calc(var(--width) - 21px);width:47px;height:47px;background:#444;border-radius:1000px;transform:translateY(-50%);pointer-events:none;content:"< >";z-index:100}.slider input[data-v-44bc5d0f]{width:calc(100% + 16px);margin:0 -8px;background:transparent;border:0;outline:0;z-index:100;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.slider input~span[data-v-44bc5d0f]{position:absolute;display:block;left:var(--width);width:4px;height:100%;background:#444;border-radius:1000px}.tetotepitek-banner[data-v-e627d124]{overflow:hidden;background:linear-gradient(166.63deg,#fdab1c -93.31%,#fb9f1e 7.17%,#e42730 328.92%);padding:0;max-width:375px}@media(min-width:992px){.tetotepitek-banner[data-v-e627d124]{max-width:100%}}@media(max-width:767px){.tetotepitek-banner[data-v-e627d124]{margin-top:65px}}.tetotepitek-banner__content[data-v-e627d124]{margin-left:auto;margin-right:auto;width:100%;max-width:335px}@media(min-width:768px){.tetotepitek-banner__content[data-v-e627d124]{width:80%;margin-left:auto}}@media(min-width:992px){.tetotepitek-banner__content[data-v-e627d124]{width:55%;margin-left:40px}}@media(min-width:1200px){.tetotepitek-banner__content[data-v-e627d124]{width:430px;margin-left:auto}}.tetotepitek-banner__title[data-v-e627d124]{color:#fff;font-family:Montserrat,sans-serif;font-size:30px;margin:80px 5px 0 5px}@media(min-width:992px){.tetotepitek-banner__title[data-v-e627d124]{font-size:40px;margin:0 0 12px}}.tetotepitek-banner__description[data-v-e627d124]{color:#222;font-family:OpenSans Bold,sans-serif;text-align:center;font-size:16px;margin:10px 0 15px}@media(min-width:992px){.tetotepitek-banner__description[data-v-e627d124]{margin:0 0 70px;font-size:28px;text-align:left}}.tetotepitek-banner__container[data-v-e627d124]{padding:0;margin-left:auto;max-width:375px;margin-right:auto}@media(min-width:992px){.tetotepitek-banner__container[data-v-e627d124]{max-width:776px;margin-right:0}}.tetotepitek-banner__image[data-v-e627d124]{position:relative;margin:70px 0 0 0;width:100%;height:287px}@media(min-width:992px){.tetotepitek-banner__image[data-v-e627d124]{margin:0;height:600px}}.tetotepitek-banner__image[data-v-e627d124]:before{content:"";position:absolute;left:0;bottom:0;background-color:#4a83b4;background-image:url(/img/tetotepitek-bg-mobile.5180e015.png);background-position:0;background-size:150%;width:100%;max-width:375px;height:100%;clip-path:polygon(0 25%,100% 0,100% 100%,0 100%)}@media(min-width:992px){.tetotepitek-banner__image[data-v-e627d124]:before{max-width:766px;background-size:cover;height:100%;clip-path:polygon(250px 0,100% 0,100% 100%,0 100%);background-image:url(/img/tetotepitek-bg-desktop.2324dd7a.png)}}.tetotepitek-banner__image__checklist[data-v-e627d124]{position:absolute;top:20px;width:120px;left:50%;transform:translateX(calc(-40% - 120px))}@media(min-width:992px){.tetotepitek-banner__image__checklist[data-v-e627d124]{top:80px;left:180px;right:auto;width:250px;height:auto;transform:unset}}.tetotepitek-banner__image__people[data-v-e627d124]{position:absolute;bottom:0;width:270px;left:50%;transform:translateX(-40%)}@media(min-width:992px){.tetotepitek-banner__image__people[data-v-e627d124]{height:90%;width:auto;right:auto;left:-200px;transform:unset}}.loan-scheme-banner[data-v-12755702]{margin-top:65px;margin-bottom:65px}.loan-scheme[data-v-12755702]{background-color:#ededed;padding:20px 15px;text-align:center}.loan-scheme h2[data-v-12755702]{font-size:26px;margin-bottom:0}.loan-scheme p[data-v-12755702]{margin-bottom:0;text-transform:uppercase}.banners-section[data-v-b1624d24]{padding:40px 0}@media(min-width:991px){.banners-section[data-v-b1624d24]{padding:80px 0 50px}}.roof-section[data-v-b1624d24]{padding-top:40px}.roof-summary[data-v-b1624d24]{margin-top:20px}@media(max-width:765px){.roof-summary .btn[data-v-b1624d24]{display:block;width:100%}}.roof-summary__list[data-v-b1624d24]{padding:0;margin-bottom:20px}.roof-summary__list li[data-v-b1624d24]{display:flex;padding:8px 0}.roof-summary__list li[data-v-b1624d24]:not(:last-child){border-bottom:2px solid #ededed}.roof-summary__list li .roof-summary__label[data-v-b1624d24]{width:50%}.roof-summary__list li strong[data-v-b1624d24]{font-family:OpenSans Bold,sans-serif}@media print{.roof-summary__image img[data-v-b1624d24]{max-height:350px!important}}h2[data-v-3c84a2d6]{margin-top:60px}.form-component[data-v-3c84a2d6] .skeleton-loader{margin-left:-15px;margin-right:-15px}.form-component[data-v-3c84a2d6] .skeleton{width:300px;height:165px;margin:15px;border:2px solid #ededed}.package-select.list[data-v-3c84a2d6]{margin:40px 0 80px}.package-select .detail-item[data-v-3c84a2d6]{padding-left:40px}.package-select .list-item[data-v-3c84a2d6]{position:relative;height:auto;padding:0 0 20px;justify-content:flex-start!important;align-items:flex-start}@media screen and (max-width:991px){.package-select .list-item[data-v-3c84a2d6]{width:100%}}@media screen and (min-width:992px){.package-select .list-item[data-v-3c84a2d6]{width:300px;margin:0 30px 30px 0}}.package-select .list-item .detail-header[data-v-3c84a2d6]{font-family:Montserrat ExtraBold,sans-serif;align-self:center;display:flex;flex-direction:column;gap:.25rem;align-content:center;margin-bottom:1rem}.package-select .list-item .label[data-v-3c84a2d6]{font-family:inherit;margin-top:30px;font-size:24px;line-height:120%;align-self:center}.package-select .list-item .price-range[data-v-3c84a2d6]{font-size:14px;letter-spacing:.8px;align-self:center;color:#cbcbcb}.package-select .list-item .price-range strong[data-v-3c84a2d6]{color:#000}.package-select .list-item .feature__icon[data-v-3c84a2d6]{margin-right:8px}.gallery-container[data-v-6d3ce1b3]{background-image:linear-gradient(180deg,#ededed 64%,#fff)}.carousel-fullscreen[data-v-605100ac]{position:fixed;top:0;bottom:0;left:0;right:0;background:#111;z-index:2}.carousel-fullscreen .carousel-control[disabled=true][data-v-605100ac]{pointer-events:auto;cursor:default}.carousel-fullscreen .carousel-control[disabled=true][data-v-605100ac]:hover{opacity:.3}.fullscreen-header[data-v-605100ac]{background:#111;height:80px;text-align:right}.fullscreen-header .container[data-v-605100ac],.fullscreen-header-inner[data-v-605100ac]{height:100%}.fullscreen-header .icon-close[data-v-605100ac]{margin-left:auto;cursor:pointer;width:20px;height:20px}.fullscreen-body[data-v-605100ac]{position:absolute;width:100%;height:100%}.fullscreen-body[data-v-605100ac] img{max-width:100vw;height:auto;width:auto;max-height:calc(100vh - 260px)}.fullscreen-footer[data-v-605100ac]{height:160px;display:flex;align-items:center;background:#ededed;position:absolute;bottom:0;left:0;right:0}@media(max-width:576px){.fullscreen-footer[data-v-605100ac]{padding:20px 0}}@media screen and (max-width:991px){.carousel-inner[data-v-605100ac]{max-height:240px}}.carousel-item[data-v-605100ac]{display:flex;justify-content:space-between;transition:.4s ease-out}.carousel-control[data-v-605100ac]{position:absolute;cursor:pointer;z-index:1;width:60px;height:60px;top:calc(50% - 30px);bottom:0;opacity:1}@media screen and (max-width:1199px){.carousel-control-prev[data-v-605100ac]{left:0}}@media screen and (min-width:1200px){.carousel-control-prev[data-v-605100ac]{left:auto;right:100%}}@media screen and (max-width:1199px){.carousel-control-next[data-v-605100ac]{right:0}}@media screen and (min-width:1200px){.carousel-control-next[data-v-605100ac]{left:100%;right:auto}}.carousel-control[disabled=true][data-v-605100ac]{opacity:.3;cursor:default}.carousel-control[disabled=true][data-v-605100ac]:hover{opacity:.5}.carousel-control em[data-v-605100ac]{border-radius:50%;width:30px;height:30px}.gallery-fullscreen-trigger[data-v-a8361502]{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}.gallery[data-v-a8361502]{background-image:linear-gradient(180deg,#ededed 64%,#fff);position:relative;overflow:hidden}.gallery .container[data-v-a8361502]{position:relative}.gallery[data-v-a8361502]:not(.decorated){height:240px}.gallery.decorated .gallery-item[data-v-a8361502]{width:100%;position:relative}.gallery.decorated .gallery-item[data-v-a8361502]:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-image:linear-gradient(180deg,#000,transparent 30%);opacity:.6}.gallery.decorated .gallery-item img[data-v-a8361502]{height:500px;width:100%;-o-object-fit:cover;object-fit:cover}.gallery[data-v-a8361502] .loader{position:absolute;top:0;right:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.3)}.gallery-item[data-v-a8361502]{width:100%}@media screen and (max-width:991px){.gallery-item[data-v-a8361502]{padding-left:0;padding-right:0}}@media screen and (min-width:991px){.gallery-item[data-v-a8361502]{padding:0 5px}}.gallery-item img[data-v-a8361502]{width:100%;height:240px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:991px){.gallery-item img[data-v-a8361502]{height:auto}}.gallery-background[data-v-a8361502]{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;filter:blur(10px);background:50%/cover no-repeat}.gallery-tile__block[data-v-a8361502]{padding-left:15px;min-width:140px}@media(min-width:991px){.gallery-tile__block[data-v-a8361502]{padding:20px 0 0 30px;min-width:200px}}@media(max-width:991px){.gallery-tile__block[data-v-a8361502]{display:flex;justify-content:center;flex-direction:column}}.gallery-tile__block h4[data-v-a8361502]{font-size:12px;letter-spacing:0}@media(max-width:991px){.gallery-tile__block h4[data-v-a8361502]{display:none}}.gallery-tile__block[data-v-a8361502]:not(:last-child){border-right:2px solid #fff}.gallery-tile__image[data-v-a8361502]{height:60px;width:auto}@media(min-width:991px){.gallery-tile__image[data-v-a8361502]{height:120px}}.gallery-tile__color[data-v-a8361502],.gallery-tile__title[data-v-a8361502]{font-size:14px;letter-spacing:0}@media(min-width:991px){.gallery-tile__color[data-v-a8361502],.gallery-tile__title[data-v-a8361502]{font-size:20px}}.gallery-tile__color[data-v-a8361502]{font-family:Montserrat ExtraBold,sans-serif}.gallery-tile__title[data-v-a8361502]{text-transform:uppercase}.gallery-tile__icon[data-v-a8361502]{width:20px;margin-right:5px}@media(max-width:991px){.gallery-tile .carousel-footer-button[data-v-a8361502]{width:100%;display:block}.gallery-tile .carousel-footer-button .btn[data-v-a8361502]{padding:9px}}.gallery-loader[data-v-a8361502]{height:240px}.page-not-found[data-v-64f2625f]{padding:65px 0}@media(min-width:992px){.page-not-found[data-v-64f2625f]{padding:120px 0}}.page-not-found h1[data-v-64f2625f]{margin:80px auto 30px auto}@media(min-width:992px){.page-not-found h1[data-v-64f2625f]{width:45%}}