.tf-choiceselector-control{display:grid;gap:var(--gap, 10px);grid-template-columns:repeat(var(--columns, 3), 1fr)}.tf-choiceselector-control.max-width-700{max-width:700px}@media only screen and (max-width: 640px){.tf-choiceselector-control{--columns: 1}}@media only screen and (max-width: 991px){.tf-choiceselector-control{--columns: 2}}@media only screen and (max-width: 1190px){.tf-choiceselector-control{--columns: 3}}.tf-choiceselector-control *{-webkit-box-sizing:border-box;box-sizing:border-box}.tf-choiceselector-control--item{border-radius:3px;border:1px solid #e6e6e6;position:relative}.tf-choiceselector-control--item:not(.pro) input:checked+label{border-color:transparent;background:#3071a9;color:#fff;border-radius:3px}.tf-choiceselector-control--item:not(.pro) input:not(:checked)+label .text{opacity:0.75}.tf-choiceselector-control--item label{width:100%;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:13px;padding:.75em;min-height:80px;background:transparent;cursor:pointer}.tf-choiceselector-control--item input{display:none !important;margin:0}.tf-choiceselector-control--item .pro{height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:3px;right:3px;font-size:10px;line-height:19px;background:#bd362f;color:#fff;border-radius:8px;padding:2px 8px;text-transform:uppercase;-webkit-font-smoothing:subpixel-antialiased}.tf-choiceselector-control--item .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px}.tf-choiceselector-control.mode-svg .tf-choiceselector-control--item svg{margin-bottom:5px}.tf-choiceselector-control.mode-svg .tf-choiceselector-control--item input:checked+label svg *[fill]{fill:#fff}.tf-choiceselector-control.mode-svg .tf-choiceselector-control--item input:checked+label svg *[stroke]:not([stroke="white"]){stroke:#fff}.tf-choiceselector-control.mode-svg .tf-choiceselector-control--item input:checked+label svg *[stroke][stroke="white"]{stroke:#3071a9}


