.flex{display:flex}.flex-column{flex-direction:column;display:flex}.flex-between,.flex-between-center{justify-content:space-between;display:flex}.flex-between-center,.flex-center{align-items:center}.flex-center,.flex-h-center{justify-content:center;display:flex}.flex-v-center{align-items:center;display:flex}body,body *{padding:0;box-sizing:border-box;margin:0;font-family:Circe,Arial,sans-serif}@font-face{src:url(/fonts/circe/Circe-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-family:Circe}@font-face{src:url(/fonts/circe/Circe-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-family:Circe}@font-face{src:url(/fonts/circe/Circe-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-family:Circe}@font-face{src:url(/fonts/circe/Circe-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-family:Circe}.custom-select{height:56px;font-size:1em;position:relative;align-items:center;cursor:pointer;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-left:72px;display:flex}@media screen and (max-width:835px){.custom-select{height:-moz-fit-content;height:fit-content;min-height:56px}}.custom-select.mod-mini{height:32px;padding-left:48px}@media screen and (max-width:835px){.custom-select.mod-mini{height:-moz-fit-content;height:fit-content;min-height:32px;margin-bottom:20px}}.custom-select .item-content{font-size:20px;color:#000;width:100%;line-height:20px}.custom-select input{height:0;position:absolute;opacity:0;width:0}.custom-select .item-checkmark{height:56px;transform:translateY(-50%);position:absolute;top:50%;background-color:#ededed;left:0;width:56px}.custom-select .item-checkmark.mod-disabled{cursor:not-allowed}.custom-select.mod-transparent .item-checkmark{background:hsla(0,0%,100%,.5)}.custom-select.mod-mini .item-checkmark{height:32px;width:32px}.custom-select:hover input~.item-checkmark{opacity:.65}.custom-select:hover input~.item-checkmark.mod-disabled{opacity:1}.custom-select .item-checkmark:after{content:"";position:absolute;display:none}.custom-select input:checked~.item-checkmark:after{display:block}.custom-select .item-checkmark:after{height:25px;transform:rotate(45deg);border:solid #000;border-width:0 3px 3px 0;top:11px;left:18px;width:16px}.custom-select.mod-mini .item-checkmark:after{height:20px;top:4px;left:10px;width:13px}.custom-select .item-checkmark.mod-disabled:after{opacity:.3}.custom-select .link{font-size:14px;color:#000}