.search-filter,.location-filter{padding:clamp(1rem,2vw,1.8rem);transform:translateY(-50%);background:#fff;box-shadow:0px 0px 40px rgba(0,119,176,.15);border-radius:80px;z-index:2;max-width:90rem;flex-wrap:wrap;row-gap:clamp(1rem,4vw,2rem);margin:auto}@media only screen and (max-width: 1110px){.search-filter,.location-filter{justify-content:center;border-radius:50px;width:95%}}@media only screen and (max-width: 768px){.search-filter,.location-filter{border-radius:25px;transform:translateY(5%)}}.search-filter__container,.location-filter__container{row-gap:clamp(1rem,4vw,2rem)}.search-filter .format-filter,.location-filter .format-filter{margin-inline:3.2rem}.search-filter .format-filter .clean-checkbox,.location-filter .format-filter .clean-checkbox{max-width:35rem;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 480px){.search-filter .format-filter .clean-checkbox,.location-filter .format-filter .clean-checkbox{max-width:25rem}}@media only screen and (max-width: 1300px){.search-filter .format-filter,.location-filter .format-filter{flex-wrap:wrap}}.search-filter .daterangepicker,.location-filter .daterangepicker{top:100% !important;width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important;z-index:3}@media only screen and (max-width: 500px){.search-filter .daterangepicker,.location-filter .daterangepicker{left:unset !important;right:unset !important;width:90vw !important}}.search-filter .daterangepicker .drp-calendar,.location-filter .daterangepicker .drp-calendar{margin-block:2.4rem !important;margin-inline:1.2rem !important}@media only screen and (max-width: 500px){.search-filter .daterangepicker .drp-calendar,.location-filter .daterangepicker .drp-calendar{margin:auto !important;max-width:100% !important;height:90vw !important}}.search-filter .daterangepicker .drp-calendar .calendar-table,.location-filter .daterangepicker .drp-calendar .calendar-table{height:100% !important}.search-filter .daterangepicker .drp-calendar .calendar-table .table-condensed,.location-filter .daterangepicker .drp-calendar .calendar-table .table-condensed{height:100% !important}.search-filter .daterangepicker .drp-calendar thead tr:nth-child(-n+2),.location-filter .daterangepicker .drp-calendar thead tr:nth-child(-n+2){background-color:var(--primary-green);color:#fff}@media only screen and (max-width: 768px){.search-filter .daterangepicker .drp-calendar.right,.location-filter .daterangepicker .drp-calendar.right{display:none}}.search-filter .my-checkbox,.location-filter .my-checkbox{visibility:hidden;opacity:0;height:0px;display:flex;flex-direction:row-reverse;transition:all ease-out 200ms;position:absolute;background:#fff;box-shadow:0px 19px 50px rgba(0,0,0,.16);border-radius:8px;z-index:1}.search-filter .my-checkbox.open,.location-filter .my-checkbox.open{visibility:visible;opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:visible}.search-filter .my-checkbox .options,.location-filter .my-checkbox .options{display:flex;flex-direction:column;padding:10px;row-gap:10px;width:95%}.search-filter .my-checkbox .options .option,.location-filter .my-checkbox .options .option{display:flex;width:90%}.search-filter .my-checkbox .options .option .label-group,.location-filter .my-checkbox .options .option .label-group{display:flex;flex-wrap:wrap}.search-filter .my-checkbox .options .option .label-group .check-opt,.location-filter .my-checkbox .options .option .label-group .check-opt{font-size:20px;color:#424242;-webkit-margin-start:30px;margin-inline-start:30px;white-space:nowrap}.search-filter .my-checkbox .options .option .label-group #pick-date,.location-filter .my-checkbox .options .option .label-group #pick-date{cursor:pointer;-webkit-padding-end:3rem;padding-inline-end:3rem}.search-filter .my-checkbox .options .option .label-group .label-container,.location-filter .my-checkbox .options .option .label-group .label-container{display:block;position:relative;cursor:pointer;font-size:2rem}.search-filter .my-checkbox .options .option .label-group .label-container input,.location-filter .my-checkbox .options .option .label-group .label-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.search-filter .my-checkbox .options .option .label-group .checkmark,.location-filter .my-checkbox .options .option .label-group .checkmark{position:absolute;top:1px;left:-15px;height:20px;width:20px;background-color:#fff;border-radius:3px;border:1px solid #ccc;transition:all ease-out 150ms}.search-filter .my-checkbox .options .option .label-group .label-container:hover input~.checkmark,.location-filter .my-checkbox .options .option .label-group .label-container:hover input~.checkmark{background-color:#ccc}.search-filter .my-checkbox .options .option .label-group .label-container input:checked~.checkmark,.location-filter .my-checkbox .options .option .label-group .label-container input:checked~.checkmark{background-color:var(--primary-green);border:1px solid var(--primary-green)}.search-filter .my-checkbox .options .option .label-group .checkmark:after,.location-filter .my-checkbox .options .option .label-group .checkmark:after{content:"";position:absolute;display:none}.search-filter .my-checkbox .options .option .label-group .label-container input:checked~.checkmark:after,.location-filter .my-checkbox .options .option .label-group .label-container input:checked~.checkmark:after{display:block}.search-filter .my-checkbox .options .option .label-group .label-container .checkmark:after,.location-filter .my-checkbox .options .option .label-group .label-container .checkmark:after{left:5px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.search-filter .my-checkbox .options .option .sub-options,.location-filter .my-checkbox .options .option .sub-options{display:flex;flex-direction:column;align-items:flex-start;-webkit-margin-start:2rem;margin-inline-start:2rem;visibility:hidden;opacity:0;height:0;transition:all ease-out 200ms}.search-filter .my-checkbox .options .option .sub-options.open,.location-filter .my-checkbox .options .option .sub-options.open{visibility:visible;opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:visible}.search-filter .my-checkbox .options .option:not(:last-child),.location-filter .my-checkbox .options .option:not(:last-child){border-bottom:1px solid #ccd3e0}.search-filter .date-filter .checkmark,.location-filter .date-filter .checkmark{border-radius:50% !important}.search-filter .date-filter .checkmark::after,.location-filter .date-filter .checkmark::after{border:none !important}@media only screen and (max-width: 768px){.search-filter .date-filter__range-from,.search-filter .date-filter__range-to,.location-filter .date-filter__range-from,.location-filter .date-filter__range-to{flex-direction:column;align-items:baseline}}.search-filter .date-filter__range-from,.location-filter .date-filter__range-from{-webkit-margin-end:1em;margin-inline-end:1em}.search-filter .clean-checkbox,.location-filter .clean-checkbox{min-height:2rem;padding:0;margin:10px 0;background-color:rgba(0,0,0,0);color:var(--primary-green);border:none;font-size:2rem;line-height:1.1;text-align:center;line-height:1;transition:all ease-out 200ms;cursor:pointer;-webkit-padding-end:clamp(7vmin,4vw,7rem);padding-inline-end:clamp(7vmin,4vw,7rem);-webkit-border-end:1px solid;border-inline-end:1px solid;position:relative;min-width:20rem;white-space:nowrap;font-weight:bold}@media only screen and (max-width: 485px){.search-filter .clean-checkbox,.location-filter .clean-checkbox{-webkit-border-end:none;border-inline-end:none;-webkit-border-after:1px solid;border-block-end:1px solid}}.search-filter .clean-checkbox span,.location-filter .clean-checkbox span{font-weight:normal}.search-filter .clean-checkbox:after,.location-filter .clean-checkbox:after{content:"";background-image:url("../images/down-arrow.png");background-size:contain;background-position:center;width:21px;height:12px;position:absolute;top:50%;transform:translateY(-50%);left:clamp(0rem,1vw,3.2rem)}@media only screen and (max-width: 485px){.search-filter .clean-checkbox:after,.location-filter .clean-checkbox:after{top:20%}}.search-filter .clean-checkbox:hover,.location-filter .clean-checkbox:hover{transform:scale(1.01);color:var(--primary-blue)}.search-filter .search,.location-filter .search{flex-grow:1;-webkit-margin-end:5rem;margin-inline-end:5rem;margin:auto}.search-filter .search .search-clean-form,.location-filter .search .search-clean-form{font-size:1.7rem;font-weight:500;border:none;text-align:center;vertical-align:middle;margin:6px 15px;border-radius:3px;border-bottom:1px solid #c4c4c4;transition:all ease-out 200ms;flex-grow:1}.search-filter .search .search-clean-form:focus,.location-filter .search .search-clean-form:focus{outline:none}.search-filter .search .search-image,.location-filter .search .search-image{cursor:pointer;min-width:6rem;position:absolute;left:2%;top:50%;transform:translateY(-50%)}@media only screen and (max-width: 768px){.search-filter .search .search-image,.location-filter .search .search-image{display:none}}.page-template-team{font-family:"Heebo";font-weight:400}.page-template-team .hero{margin-bottom:1rem;z-index:2}.page-template-team .hero h1{max-width:67rem;margin:auto}.page-template-team .hero__image{height:60vmin;width:100%}@media only screen and (max-width: 460px){.page-template-team .hero__image{height:100vmin !important;-o-object-fit:cover;object-fit:cover}}.page-template-team .hero__content{color:#fff;text-align:center;top:50%}@media only screen and (max-width: 768px){.page-template-team .hero__content{width:80%;top:55%}}.page-template-team .hero__content .sub-headline-small{margin-top:2rem}.page-template-team .hero__content .team-text{margin-top:2rem}.page-template-team .team__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:min(4vmin,33px);grid-row-gap:min(4vmin,33px)}@media only screen and (max-width: 768px){.page-template-team .team__cards{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 460px){.page-template-team .team__cards{grid-template-columns:repeat(1, 1fr)}}.page-template-team .team__card{border-radius:8px;overflow:hidden}.page-template-team .team__card:hover .team__email{height:3em;margin:1rem}@media only screen and (max-width: 768px){.page-template-team .team__card:hover .team__email{height:unset;margin:unset}}.page-template-team .team__card-image img{width:100%}.page-template-team .team__card-image-filter{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(47, 47, 47, 0.817202) 62.2%, #000000 106.58%);filter:drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.16));z-index:2;position:relative;height:-webkit-fill-available;position:absolute;top:0;width:100%}.page-template-team .team__card-content{bottom:0;left:50%;width:80%;transform:translateX(-50%);z-index:3;color:#fff;text-align:center;padding-bottom:3.2rem}.page-template-team .team__email{overflow:hidden;height:0;color:#fff;font-weight:bold;transition:all .3s ease-in-out}@media only screen and (max-width: 768px){.page-template-team .team__email{height:-webkit-max-content;height:-moz-max-content;height:max-content}}.page-template-team .team__email p{font-size:clamp(1.2rem,2vw,1.6rem)}.page-template-team .team__email img{min-width:35px}.page-template-team .team__line{width:100%;border:2px solid var(--primary-blue);top:0;left:0;z-index:7}/*# sourceMappingURL=team.min.css.map */