.teal{--programme-color: #00ABA4}.purple{--programme-color: #A25099}.blue{--programme-color: #1A2757}.programme-grid{display:grid;gap:0;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(9,auto);grid-template-areas:"hd1" "md1" "ft1" "hd2" "md2" "ft2" "hd3" "md3" "ft3"}.programme-grid__wrapper{border-radius:20px;overflow:hidden;border:1px solid var(--programme-color)}.programme-grid__item{border-left:1px solid var(--programme-color);border-right:1px solid var(--programme-color);overflow:visible}.programme-grid__item-desc,.md,.ft{padding:0 1.6rem}.hd{display:flex;flex-direction:column;border-top:1px solid var(--programme-color);border-top-left-radius:20px;border-top-right-radius:20px;background:var(--programme-color)}.md{padding:1.6rem}.ft{border-bottom:1px solid var(--programme-color);border-bottom-left-radius:20px;border-bottom-right-radius:20px;margin-bottom:2.4rem;padding-bottom:1.6rem;line-height:1.4}.ft small{display:block;margin-top:1.6rem}.programme-grid__item-price{margin:0;background-color:var(--programme-color);text-align:center;padding:1rem 0}.programme-grid__item-price .headline-price{line-height:1}.programme-grid__item-price *{color:#fff;margin:0}@media screen and (min-width: 850px){.programme-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);grid-template-areas:"hd1 hd2 hd3" "md1 md2 md3" "ft1 ft2 ft3";column-gap:1.6rem;row-gap:0}.ft{margin-bottom:0}}.programme-grid__item-header{padding:1.2rem 2.4rem;background:var(--programme-color);color:#fff;margin:0;display:flex;align-items:center;justify-content:center;gap:1.6rem;border-top-left-radius:20px;border-top-right-radius:20px}.programme-grid__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:100%}.programme-grid__item-desc{height:100%;display:flex;flex-direction:column;background-color:#fff;padding-top:1.6rem}.programme-grid__item-desc>*{margin-top:0}.price-range{display:block;font-size:2rem}input#sqr_meters::-webkit-outer-spin-button,input#sqr_meters::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input#sqr_meters[type=number]{-moz-appearance:textfield}.more-info-wrapper{position:relative;display:inline-flex;top:-.1em}.more-info{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;width:1.4rem;height:1.4rem;border:1px solid black;border-radius:100%;cursor:help}.tooltip{position:absolute;opacity:0;border:1px solid red;background-color:#fff;padding:12px;width:150px;border-radius:10px 10px 0;bottom:100%;right:100%;box-shadow:0 4px 4px #00000026}.more-info:hover+.tooltip{opacity:1}.programme-grid__item-details{line-height:1.4;background:#eee;border-radius:8px;padding:16px}.programme-grid__item-details a{text-decoration:none;color:rgba(var(--color-foreground),.75)}.programme-grid__item-details a:hover{text-decoration:underline}.programme-grid__list-title{margin:0 0 1rem}.programme-grid small{font-weight:700}.hd1{grid-area:hd1}.md1{grid-area:md1}.ft1{grid-area:ft1}.hd2{grid-area:hd2}.md2{grid-area:md2}.ft2{grid-area:ft2}.hd3{grid-area:hd3}.md3{grid-area:md3}.ft3{grid-area:ft3}.measurement-wrapper{display:grid;align-items:center;gap:24px;margin-bottom:2.7rem;grid-template-rows:auto}@media screen and (min-width: 750px){.measurement-wrapper{margin-bottom:3.6rem}}@media screen and (min-width: 750px) and (max-width: 989px){.measurement-wrapper{grid-template-columns:1fr 30px 1fr repeat(2,0);grid-template-rows:1fr 30px 1fr repeat(2,0);row-gap:12px}}@media screen and (min-width: 990px){.measurement-wrapper{grid-template-rows:auto;grid-template-columns:1fr 30px 1fr 30px 1fr}}@media screen and (min-width: 750px) and (max-width: 989px){.div1{grid-area:1 / 1 / 2 / 4}.div2{grid-area:2 / 1 / 3 / 4}.div3{grid-area:3 / 1 / 4 / 2}.div4{grid-area:3 / 2 / 4 / 3}.div5{grid-area:3 / 3 / 4 / 4}}.measurement-wrapper .field__label{display:inline-block;line-height:1.4;min-height:2em}.measurement-select{background:#f5f5f5;padding:12px;border-radius:10px;width:100%}@media screen and (min-width: 750px) and (max-width: 989px){.measurement-select{padding:24px}}.measurement-select .field__label{margin-right:12px}.measurement-select-link{border:none;font-size:1.4rem;letter-spacing:.6px;color:#398336;margin:0;padding:0;display:inline-block;cursor:pointer;background-color:transparent;text-decoration:underline}.measurement-select-link:hover{color:#543c6a}.measurement-select-link--alt{padding:4px 8px;border-radius:15px;text-decoration:none;border:1px solid green;background-color:transparent;transition:all .2s ease-in-out}.measurement-select-link--alt:hover{background-color:#398336;color:#fff}.measurement-input{flex:1;align-self:stretch;padding-block:0 24px}@media screen and (min-width: 750px){.measurement-input{padding-block:24px;display:flex;flex-direction:column;justify-content:center}}.measurement-field .button{background-color:#fff;color:green;transition:all .2s ease-in-out}.measurement-field .button:hover{background-color:#398336;color:#fff}.input-divider{position:relative;display:flex;align-self:stretch;align-items:center;justify-content:center}.input-divider span{background:#fff;z-index:1;padding-inline:12px}@media screen and (min-width: 750px){.input-divider span{padding:0}}@media screen and (min-width: 750px) and (max-width: 989px){.input-divider.div2 span{padding-inline:12px}}.input-divider:after{position:absolute;content:"";background-color:#398336;z-index:0;left:0;right:0;top:50%;transform:translateY(-50%);height:2px}@media screen and (min-width: 750px){.input-divider:after{left:50%;right:unset;top:0;bottom:0;transform:translate(-50%);height:unset;width:2px}}@media screen and (min-width: 750px) and (max-width: 989px){.input-divider.div2:after{position:absolute;content:"";background-color:#398336;z-index:0;left:0;right:0;top:50%;transform:translateY(-50%);height:2px;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/gt-programme-grid.css.map */
