.c-wizard{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;visibility:hidden;opacity:0;background-color:rgba(208,117,0,.6);top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-999;transition:all .25s cubic-bezier(.4,0,.2,1)}.c-wizard.isOpen{visibility:visible;opacity:1;z-index:9999}@media(max-width:749px){.c-wizard{display:none}.c-wizard.isOpen{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}}.c-wizard[data-controller="1"] .c-wizardWindow__content[data-step="1"]{visibility:visible;opacity:1;transition:all .65s cubic-bezier(.4,0,.2,1)}.c-wizard[data-controller="1"] .c-wizardWindow__index[data-index="1"]:after{display:block}.c-wizard[data-controller="2"] .c-wizardWindow__content[data-step="2"]{visibility:visible;opacity:1;transition:all .65s cubic-bezier(.4,0,.2,1)}.c-wizard[data-controller="2"] .c-wizardWindow__index[data-index="1"] span{color:#f7b561}.c-wizard[data-controller="2"] .c-wizardWindow__index[data-index="2"]:after{display:block}.c-wizard[data-controller="3"] .c-wizardWindow__content[data-step="3"]{visibility:visible;opacity:1;transition:all .65s cubic-bezier(.4,0,.2,1)}.c-wizard[data-controller="3"] .c-wizardWindow__index[data-index="1"] span,.c-wizard[data-controller="3"] .c-wizardWindow__index[data-index="2"] span{color:#f7b561}.c-wizard[data-controller="3"] .c-wizardWindow__index[data-index="3"]:after{display:block}.c-wizard[data-controller="4"] .c-wizardWindow__content[data-step="4"]{visibility:visible;opacity:1;transition:all .65s cubic-bezier(.4,0,.2,1)}.c-wizard[data-controller="4"] .c-wizardWindow__index[data-index="1"] span,.c-wizard[data-controller="4"] .c-wizardWindow__index[data-index="2"] span,.c-wizard[data-controller="4"] .c-wizardWindow__index[data-index="3"] span{color:#f7b561}.c-wizard[data-controller="4"] .c-wizardWindow__index[data-index="4"]:after{display:block}.c-wizard[data-controller="5"] .c-wizardWindow__content[data-step="5"]{visibility:visible;opacity:1;transition:all .65s cubic-bezier(.4,0,.2,1)}.c-wizard[data-controller="5"] .c-wizardWindow__index[data-index="1"] span,.c-wizard[data-controller="5"] .c-wizardWindow__index[data-index="2"] span,.c-wizard[data-controller="5"] .c-wizardWindow__index[data-index="3"] span,.c-wizard[data-controller="5"] .c-wizardWindow__index[data-index="4"] span{color:#f7b561}.c-wizardBtn__close{position:absolute;right:40px;top:40px;cursor:pointer;z-index:99}@media(min-width:750px) and (max-width:1023px){.c-wizardBtn__close{right:40px;top:15px}}@media(max-width:749px){.c-wizardBtn__close{right:15px;top:15px}}.c-wizardWindow{position:relative;height:755px;max-width:1280px;width:100%;background-color:#fff;overflow:hidden;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2)}@media(min-width:750px) and (max-width:1023px){.c-wizardWindow{width:98%;height:calc(100vh - 40px*2)}}@media(max-width:749px){.c-wizardWindow{width:98%;height:calc(100vh - 40px)}}.c-wizardWindow__aside{position:absolute;top:0;bottom:0;left:0;width:325px;background-image:url('/Content/Images/img/bg-gold.jpg');background-repeat:no-repeat;background-size:cover;background-position:center;padding:80px 40px 15px 40px;color:#fff;overflow:hidden;z-index:1}.c-wizardWindow__aside h2{padding-right:15px;margin-bottom:100px}@media(min-width:750px) and (max-width:1023px){.c-wizardWindow__aside{position:relative;width:100%;bottom:initial;padding:15px 60px 15px 40px}.c-wizardWindow__aside h2{font-size:20px;margin-bottom:0}}@media(max-width:749px){.c-wizardWindow__aside{position:relative;width:100%;bottom:initial;padding:15px 60px 15px 20px}.c-wizardWindow__aside h2{font-size:16px;margin-bottom:0}}.c-wizardWindow__index{position:relative;border-bottom:solid 1px rgba(255,255,255,.6);padding:10px 0;font-weight:600;cursor:pointer;user-select:none;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;transition:all .25s ease-in-out}.c-wizardWindow__index:first-child{border-top:solid 1px rgba(255,255,255,.6)}.c-wizardWindow__index span{display:inline-block;height:32px;width:32px;line-height:32px;text-align:center;color:#000;background-color:#fff;margin-right:7.5px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;transition:all .25s ease-in-out}.c-wizardWindow__index:after{position:absolute;display:none;content:'';width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid #fff;top:50%;margin-top:-14px;right:-40px}@media(min-width:750px){.c-wizardWindow__index:hover span{color:#f7b561}}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-wizardWindow__index{border-bottom:none;display:inline-block}.c-wizardWindow__index:first-child{border-top:none}.c-wizardWindow__index p{display:none}.c-wizardWindow__index:after{border-top:none;border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;margin-top:0;top:initial;right:initial;left:5px;bottom:-18px}}.c-wizardWindow__main{position:relative;width:100%;height:100%;padding-left:325px}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-wizardWindow__main{padding-left:0}}.c-wizardWindow__content{position:absolute;top:0;right:0;bottom:0;height:100%;width:calc(100% - 325px);opacity:0;visibility:hidden;transition:all .65s cubic-bezier(.4,0,.2,1)}@media(min-width:750px) and (max-width:1023px){.c-wizardWindow__content{width:100%;top:0;height:calc(100% - 100px)}}@media(max-width:749px){.c-wizardWindow__content{width:100%;top:0;height:calc(100% - 120px)}}.c-wizardWindow__overflow{position:absolute;padding:80px 100px 160px;top:0;left:0;right:0;bottom:0;overflow:auto}@media(min-width:750px) and (max-width:1023px){.c-wizardWindow__overflow{padding:40px 40px 100px}}@media(max-width:749px){.c-wizardWindow__overflow{padding:20px 15px 100px}}.c-wizardBtn__next{position:absolute;right:50px;bottom:50px;z-index:99}@media(min-width:750px) and (max-width:1023px){.c-wizardBtn__next{position:fixed;right:40px;bottom:80px}}@media(max-width:749px){.c-wizardBtn__next{position:fixed;right:initial;left:50%;bottom:10px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}}.c-wizardWindow__items{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:80px}.c-wizardWindow__items .c-wizardWindow__itemContainer{width:calc(100%/3 - 20px);margin:10px}.c-wizardWindow__items input{display:none}.c-wizardWindow__items input:checked~.c-wizardWindow__item{border:solid 4px #f7b561}@media(min-width:750px) and (max-width:1023px){.c-wizardWindow__items{margin-top:40px}}@media(max-width:749px){.c-wizardWindow__items{margin-top:20px}.c-wizardWindow__items .c-wizardWindow__itemContainer{width:100%;margin:10px 0}}.c-wizardWindow__item{width:100%;height:275px;padding:30px;cursor:pointer;border:solid 4px #fff;user-select:none;-webkit-box-shadow:0 0 20px 0 #ded2ca;-moz-box-shadow:0 0 20px 0 #ded2ca;box-shadow:0 0 20px 0 #ded2ca;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;transition:all .25s ease-in-out}.c-wizardWindow__item img{height:140px;mix-blend-mode:multiply}.c-wizardWindow__item .icon-gender{height:80px;margin-top:20px}.c-wizardWindow__item span{display:block;font-weight:600;text-align:center}.c-wizardWindow__item.small{-webkit-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;height:100px;padding:0}.c-wizardWindow__item:hover{background-color:rgba(247,181,97,.1)}@media(max-width:749px){.c-wizardWindow__item{height:auto}.c-wizardWindow__item.small{height:80px}}.c-wizardWindow__results{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;text-align:center}.c-wizardWindow__results .c-wizardResult__circle{position:relative;height:220px;width:220px;border:solid 10px #f7b561;margin:160px auto 100px;font-family:'PT Serif',serif;font-size:80px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.c-wizardWindow__results .c-wizardResult__circle:after{position:absolute;content:'';display:block;height:70px;width:50px;left:50%;top:-80px;margin-left:-25px;background-image:url('/Content/Images/icone/icn-diamond-on.svg');background-repeat:no-repeat;background-size:contain;background-position:bottom center}@media(max-width:749px){.c-wizardWindow__results .c-wizardResult__circle{margin:80px auto 10px;height:160px;width:160px}}.c-wizardBtn__result{position:absolute;left:50%;bottom:50px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);z-index:99}@media(max-width:749px){.c-wizardBtn__result{position:fixed;left:50%;bottom:10px}}.c-wizard__alert{position:absolute;bottom:30px;left:30px;width:240px;padding:20px;font-weight:600;line-height:1.2em;color:#fff;background-color:#ff5353;border:solid 1px #ff8585;z-index:1;opacity:0;visibility:hidden;transition:all .65s ease-in-out;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.c-wizard__alert.isVisible{opacity:1;visibility:visible}@media(min-width:750px) and (max-width:1023px){.c-wizard__alert{position:fixed;left:40px;bottom:80px}}@media(max-width:749px){.c-wizard__alert{position:fixed;padding:10px;width:90%;left:50%;bottom:80px;-webkit-transform:translateX(-50%) !important;-moz-transform:translateX(-50%) !important;-ms-transform:translateX(-50%) !important;-o-transform:translateX(-50%) !important}}
@media(min-width:750px) and (max-width:1023px),(max-width:749px){.owl-carousel.owl-theme .owl-dots .owl-dot span{width:7px;height:7px;margin:7px 12px}}.c-showreel{width:100%;height:830px;position:relative}.c-showreel__items{width:100%;height:100%;position:absolute;z-index:1}li.c-showreelItem{list-style:none}.c-showreelItem{width:100%;height:100%}.c-showreelItem .c-link-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;position:relative;top:-70px;margin-bottom:-60px}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-showreelItem .c-link-container{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.c-showreelItem .c-link-container a{width:60px;height:60px;background-color:#fff;box-shadow:0 0 20px 0 #c4b8a9;background-position:center;background-repeat:no-repeat;border-radius:50%;background-image:url('/Content/Images/icone/icn-arrow-black-left.svg');transform:scale(-1,1);position:relative;right:10px}.c-showreelItem .c-link-container a span{display:none}}.c-showreelItem__image{width:100%;height:100%;object-fit:cover;object-position:center}.c-showreelcaption{position:relative;z-index:2;display:flex;height:100%;flex-direction:column;justify-content:center}.c-showreelcaption__texts{max-width:520px;margin-top:130px}.c-showreelcaption__title{font-family:'PT Serif',serif;font-size:80px;font-weight:400;line-height:.84;font-size:60px}@media(max-width:749px){.c-showreelcaption__title{font-size:40px}}.c-showreelcaption__textmobile{display:none}.c-showreelcaption__textmobile,.c-showreelcaption__text{font-family:'Montserrat',sans-serif;font-size:16px;font-weight:500;line-height:1.6;margin-top:30px}@media(max-width:749px){.c-showreelcaption__textmobile,.c-showreelcaption__text{font-size:14px}}.c-showreelcaption__textmobile>ul,.c-showreelcaption__text>ul{display:flex;flex-wrap:wrap;list-style-type:none}.c-showreelcaption__textmobile>ul>li,.c-showreelcaption__text>ul>li{display:flex;margin-right:30px;margin-bottom:14px;align-items:center;white-space:nowrap}.c-showreelcaption__textmobile>ul>li:before,.c-showreelcaption__text>ul>li:before{content:'';width:40px;height:40px;box-shadow:0 0 20px 0 #ded2ca;background-color:#fff;background-image:url('/Content/Images/icone/icn-check.svg');background-position:center;background-repeat:no-repeat;margin-right:5px;border-radius:50%}.c-showreelcaption__button{margin-top:70px;height:50px;display:inline-block;color:#000;background-color:#f7b561;font-size:16px;font-weight:500;border:none;line-height:50px;padding:0 20px;text-align:center;white-space:nowrap;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#fff;background-color:#000;background-image:url('/Content/Images/icone/icn-shop-bag.svg');background-repeat:no-repeat;background-position:16px center;padding:0 64px;width:320px;max-width:100%}.c-showreelcaption__button.default{color:#f7b561;background-color:#fff}.c-showreelcaption__button.cart{background-image:url('/Content/Images/icone/icn-shop.svg');padding:0 64px;background-image:url('/Content/Images/icone/icn-cart-empty.svg');background-repeat:no-repeat;background-position:16px center;padding:0 54px}.c-showreelcaption__button.arrowDx{background-image:url('/Content/Images/icone/icn-arrow-black-left.svg');background-repeat:no-repeat;background-position:center center;transform:scale(-1,1);width:50px}.c-showreelcaption__button.link{background-color:transparent}.c-showreelcaption__button.link:hover{background-color:transparent !important}.c-showreelcaption__button+.c-showreelcaption__button{margin-left:5px}.c-showreelcaption__button.w100{width:100%}.c-showreelcaption__button.minw160{min-width:160px}.c-showreelcaption__button[href]:hover{color:#000;background-color:#f59e30}.c-showreelcaption__button.small{display:inline-block;height:50px;width:50px;line-height:50px;background-color:#fee2c4;font-family:'PT Serif',serif;color:#656565;text-align:center;margin:0 5px;-webkit-flex-shrink:0;-ms-flex-shrink:0;flex-shrink:0;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;transition:all .25s cubic-bezier(.4,0,.2,1)}.c-showreelcaption__button.small.close{background-image:url('/Content/Images/icone/icn-close-white.svg');background-position:center;background-repeat:no-repeat;background-size:auto;background-color:#fee2c4}.c-showreelcaption__button.small[href]:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}@media(max-width:749px){.c-showreelcaption__button.small{margin:0}}@media(min-width:1024px) and (max-width:1279px){.c-showreel{height:648px}.c-showreelcaption__texts{margin-top:0}}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-showreelcaption__textmobile{display:block}.c-showreelcaption__texts{margin-top:0}.c-showreelcaption__text{display:none}}@media(min-width:750px) and (max-width:1023px){.c-showreel{height:608px}.c-showreelcaption__texts{max-width:100%;width:100%}}@media(max-width:749px){.c-showreel{height:500px}.c-showreelcaption__button{margin-top:0;position:absolute;bottom:20px;left:0;right:0}}.c-showreelduo__container{width:1280px;max-width:calc(100% - 80px);margin-left:auto;margin-right:auto;position:relative;z-index:100}@media(min-width:750px) and (max-width:1023px){.c-showreelduo__container{max-width:calc(100% - 60px)}}@media(max-width:749px){.c-showreelduo__container{max-width:calc(100% - 40px)}}.c-showreelduoitem{display:flex;align-items:center}.c-showreelduoitem:nth-child(1){background-color:#ebf0f9;width:calc(50% + 40px);height:200px;padding:35px 150px 35px 36px}.c-showreelduoitem:nth-child(1) .c-showreelduoitem__image{margin-right:40px;flex-shrink:0}.c-showreelduoitem:nth-child(1) .c-showreelduoitem__text{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:400;line-height:1.43;letter-spacing:.5px}.c-showreelduoitem:nth-child(2){box-shadow:0 10px 30px 0 #c4b8a9;background-color:#f7e8d5;width:50%;position:absolute;top:-80px;right:0;height:240px;flex-direction:row-reverse;align-items:flex-start}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__texts{padding:40px 60px 40px 40px}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__title{font-family:'PT Serif',serif;font-size:30px;font-weight:400;line-height:normal}@media(min-width:1024px) and (max-width:1279px){.c-showreelduoitem:nth-child(2) .c-showreelduoitem__title{font-size:20px}}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-showreelduoitem:nth-child(2) .c-showreelduoitem__title{font-size:20px;line-height:1.7}}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__text{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:400;letter-spacing:.5px;line-height:1.43}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__image{width:240px;height:240px;object-position:bottom center;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}.c-showreelduoitem .c-showreelduo__button{width:60px;height:60px;background-color:#fff;box-shadow:0 0 20px 0 #c4b8a9;background-position:center;background-repeat:no-repeat;border-radius:50%;background-image:url('/Content/Images/icone/icn-arrow-black-left.svg');transform:scale(-1,1);position:absolute;bottom:20px;right:20px}@media(min-width:1024px) and (max-width:1279px){.c-showreelduo__container{width:100%;max-width:100%;display:flex}.c-showreelduoitem{display:flex;align-items:center}.c-showreelduoitem:nth-child(1){width:50%;padding-right:50px}.c-showreelduoitem:nth-child(2){position:static;top:auto}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__texts{padding:40px}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__title{margin-bottom:18px}}@media(min-width:750px) and (max-width:1023px),(max-width:749px){.c-showreelduo__container{display:flex;flex-direction:column-reverse;margin-top:20px}.c-showreelduoitem{width:100% !important;justify-content:space-between}.c-showreelduoitem:nth-child(1){padding-right:50px;height:auto}.c-showreelduoitem:nth-child(2){position:relative;box-shadow:none;margin-bottom:20px;top:auto;flex-direction:row}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__texts{padding:40px;max-width:330px}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__title{margin-bottom:18px}}@media(max-width:749px){.c-showreelduoitem:nth-child(1){padding:20px}.c-showreelduoitem:nth-child(1) .c-showreelduoitem__image{margin-right:15px}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__texts{padding:20px 50px 20px 20px}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__image{width:160px;height:160px;position:absolute;bottom:0;right:0}.c-showreelduoitem:nth-child(2) .c-showreelduoitem__text{padding-right:100px}.c-showreelduoitem:nth-child(2) .c-showreelduo__button{bottom:10px;right:10px}}.c-highlightduo{margin-top:80px}.c-highlightduo__container{display:flex;width:1280px;max-width:calc(100% - 80px);margin-left:auto;margin-right:auto}@media(min-width:750px) and (max-width:1023px){.c-highlightduo__container{max-width:calc(100% - 60px)}}@media(max-width:749px){.c-highlightduo__container{max-width:calc(100% - 40px)}}@media(min-width:750px){.c-highlightduo__container{width:100%;max-width:unset}}.c-highlightduoitem{width:50%;display:flex;flex-direction:column;position:relative}.c-highlightduoitem:nth-child(1) .c-highlightduoitem__texts{align-self:flex-end}.c-highlightduoitem.normal:nth-child(2){flex-direction:column-reverse}.c-highlightduoitem.normal:nth-child(2) .c-highlightduoitem__texts{text-align:right;justify-content:flex-end;align-items:flex-end}.c-highlightduoitem__texts{height:190px;width:640px;max-width:calc(50vw - 40px);display:flex;flex-direction:column}@media(min-width:750px) and (max-width:1023px){.c-highlightduoitem__texts{max-width:calc(50vw - 30px)}}@media(max-width:749px){.c-highlightduoitem__texts{width:calc(50vw - 20px);max-width:unset}}.c-highlightduoitem__tag{margin-bottom:10px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:400;line-height:1.54;letter-spacing:.4px;letter-spacing:2px;font-weight:600;color:#8a8a8a}.c-highlightduoitem__title{font-family:'PT Serif',serif;font-size:26px;font-weight:400;line-height:normal;max-width:305px}@media(max-width:749px){.c-highlightduoitem__title{font-size:20px}}.c-highlightduoitem__text{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:400;line-height:1.43;letter-spacing:.5px;max-width:305px;margin-top:20px}.c-highlightduoitem__button{width:60px;height:60px;background-color:#fff;box-shadow:0 0 20px 0 #c4b8a9;background-position:center;background-repeat:no-repeat;border-radius:50%;background-image:url('/Content/Images/icone/icn-arrow-black-left.svg');transform:scale(-1,1);position:absolute}.c-highlightduoitem__image{width:100%;min-height:480px;object-fit:cover;object-position:center}@media(min-width:750px){.c-highlightduoitem.reverse{margin:0 1%;width:48%}.c-highlightduoitem:nth-child(1) .c-highlightduoitem__button{bottom:0;left:0;margin-bottom:-30px}.c-highlightduoitem.normal:nth-child(2) .c-highlightduoitem__button{top:0;right:0;margin-top:-30px}.c-highlightduoitem.reverse:nth-child(2) .c-highlightduoitem__button{bottom:0;left:0;margin-bottom:-30px}.c-highlightduoitem__texts{position:relative}}@media(min-width:750px) and (max-width:1023px){.c-highlightduoitem__image{min-height:240px}}@media(max-width:749px){.c-highlightduo{margin-top:40px}.c-highlightduo__container{flex-direction:column}.c-highlightduoitem{width:100%}.c-highlightduoitem:nth-child(2){flex-direction:column;margin-top:40px}.c-highlightduoitem__texts{height:auto;max-width:unset;width:100%;text-align:left !important;align-items:flex-start !important}.c-highlightduoitem__tag{margin-bottom:6px}.c-highlightduoitem__text{display:none}.c-highlightduoitem__button{right:10px;bottom:10px}.c-highlightduoitem__image{min-height:unset;margin-top:10px}}.c-widgetteaser{position:relative;margin-top:180px;width:100%}.c-widgetteaser__container{width:1280px;max-width:calc(100% - 80px);margin-left:auto;margin-right:auto;position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;display:flex;justify-content:flex-end;align-items:center}@media(min-width:750px) and (max-width:1023px){.c-widgetteaser__container{max-width:calc(100% - 60px)}}@media(max-width:749px){.c-widgetteaser__container{max-width:calc(100% - 40px)}}.c-widgetteaser__texts{color:#fff;text-align:right;max-width:520px}.c-widgetteaser__title{font-family:'PT Serif',serif;font-size:80px;font-weight:400;line-height:.84}@media(max-width:749px){.c-widgetteaser__title{font-size:40px}}.c-widgetteaser__text{margin-top:30px;font-family:'Montserrat',sans-serif;font-size:16px;font-weight:500;line-height:1.6}@media(max-width:749px){.c-widgetteaser__text{font-size:14px}}.c-widgetteaser__image{display:block;width:100%;min-height:600px;object-fit:cover;object-position:center}@media(min-width:1024px) and (max-width:1279px),(min-width:750px) and (max-width:1023px){.c-widgetteaser{margin-top:100px}.c-widgetteaser__image{min-height:400px}}@media(max-width:749px){.c-widgetteaser{margin-top:40px}.c-widgetteaser__image{min-height:340px}}.c-twocolumnsandimage{margin-top:80px}.c-twocolumnsandimage__container{width:1280px;max-width:calc(100% - 80px);margin-left:auto;margin-right:auto}@media(min-width:750px) and (max-width:1023px){.c-twocolumnsandimage__container{max-width:calc(100% - 60px)}}@media(max-width:749px){.c-twocolumnsandimage__container{max-width:calc(100% - 40px)}}.c-twocolumnsandimage__titletag{margin-bottom:10px;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:400;line-height:1.54;letter-spacing:.4px;letter-spacing:2px;font-weight:600;color:#8a8a8a}.c-twocolumnsandimage__title{font-family:'PT Serif',serif;font-size:26px;font-weight:400;line-height:normal}@media(max-width:749px){.c-twocolumnsandimage__title{font-size:20px}}.c-twocolumnsandimage__main{display:flex;margin-top:40px}.c-twocolumnsandimage__text{padding-right:40px;flex-grow:0;-moz-column-gap:40px;-webkit-column-gap:40px;column-gap:40px;-moz-column-count:2;-webkit-column-count:2;column-count:2;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:400;line-height:1.6}.c-twocolumnsandimage__text strong{font-weight:600}.c-twocolumnsandimage__text a{text-decoration:underline;font-weight:600}.c-twocolumnsandimage__image{width:calc((100% - 80px)/3);flex-shrink:0}@media(min-width:1024px) and (max-width:1279px),(min-width:750px) and (max-width:1023px){.c-twocolumnsandimage__text{padding-right:0}.c-twocolumnsandimage__image{display:none}}@media(max-width:749px){.c-twocolumnsandimage__main{flex-direction:column}.c-twocolumnsandimage__text{padding-right:0;-moz-column-gap:0;-webkit-column-gap:0;column-gap:0;-moz-column-count:1;-webkit-column-count:1;column-count:1}.c-twocolumnsandimage__image{width:100%;margin-top:20px}}