/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.link {
  background: transparent;
  /* breakpoints */
  /*Large Break*/
  /*Custom Break*/
  /*Grid Break*/
  /* Bootstrap Col breaks */
}
.link a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 0px solid #89C6CC;
}
.link a:hover {
  color: #878787;
  text-decoration: none;
}
.link a {
  color: #1E1E1E;
}
.link a:hover {
  color: #8522E3;
}
.link.outline-button a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
}
.link.outline-button a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.link.outline-button a:hover, .link.outline-button a:focus {
  text-decoration: none;
}
.link.outline-button a:hover:before, .link.outline-button a:focus:before {
  opacity: 1;
}
.link.outline-button a:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.link.outline-button a:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.link.outline-button a:hover, .link.outline-button a:focus {
  color: #8522E3;
}
.link.outline-button a:hover:before, .link.outline-button a:focus:before {
  opacity: 1;
}
.link.blue-button a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  background: #72c9f8;
}
.link.blue-button a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.link.blue-button a:hover, .link.blue-button a:focus {
  text-decoration: none;
}
.link.blue-button a:hover:before, .link.blue-button a:focus:before {
  opacity: 1;
}
.link.blue-button a::before {
  background: linear-gradient(0deg, rgba(132, 39, 226, 0.6) 0%, #72c9f8 100%);
}
.link.blue-button a:after {
  display: none !important;
}
.link.green-button a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  background: #33ff94;
}
.link.green-button a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.link.green-button a:hover, .link.green-button a:focus {
  text-decoration: none;
}
.link.green-button a:hover:before, .link.green-button a:focus:before {
  opacity: 1;
}
.link.green-button a::before {
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #33ff94 100%);
}
.link.green-button a:after {
  display: none !important;
}
.link.purple-button a {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  background: #360065;
  color: #fff;
}
.link.purple-button a:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.link.purple-button a:hover, .link.purple-button a:focus {
  text-decoration: none;
}
.link.purple-button a:hover:before, .link.purple-button a:focus:before {
  opacity: 1;
}
.link.purple-button a::before {
  background: linear-gradient(0deg, rgba(114, 201, 248, 0.4) 0%, #360065 72%);
}
.link.purple-button a:after {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .link.tab-link {
    flex: 100%;
    width: 100%;
    margin: 0 -30px 0;
    border-top: 1px solid #232323;
  }
}
.link.tab-link a {
  display: inline-block;
  border: 1px solid transparent;
  padding: 15px 40px 15px 15px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  background-color: #E9E9E9;
}
@media only screen and (max-width: 1024px) {
  .link.tab-link a {
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
}
.link.tab-link a:before {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
.link.tab-link a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-purple.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
@media only screen and (max-width: 1024px) {
  .link.tab-link a {
    display: block;
    width: 100%;
    padding: 11px 30px;
  }
  .link.tab-link a:after {
    right: 30px;
    background-image: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/carousel/chevron-black.svg");
  }
}
.link.tab-link a:hover, .link.tab-link a:focus {
  text-decoration: none;
  color: #232323;
}
.link.tab-link a.active {
  border: 1px solid #360065;
  border-bottom: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .link.tab-link a.active {
    border-radius: 0;
    border: none;
    width: auto;
  }
}
.link.tab-link a.active:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.link.tab-link a.active:before {
  visibility: visible;
}
.link.reset-filters {
  margin-left: auto;
  margin-right: 25px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .link.reset-filters {
    position: relative;
    top: 60px;
    margin: 0 auto;
  }
}
.link.reset-filters.open {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  .link.reset-filters.open {
    top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.link.reset-filters.open a {
  top: 55px;
}
@media only screen and (max-width: 1024px) {
  .link.reset-filters.open a {
    top: 0;
  }
}
.link.reset-filters a {
  position: relative;
  padding-left: 25px;
  font-family: "EuclidCircularA-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-weight: 300;
}
.link.reset-filters a:hover, .link.reset-filters a:focus {
  color: #232323;
  text-decoration: none;
}
.link.reset-filters a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url("/-/media10/Themes/IFS/IFS/IFS/images/icons/search/reset.svg");
}