@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

.advisory-section {
  padding: 4rem 0rem 5rem;
}

.advisory-container {
  max-width: 1600px;
  margin: 0 auto;
	padding: 0 30px;
}

.advisory-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #3B3935;
  line-height: 40px;
  margin-bottom: 30px;
}

.advisory-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.advisory-item {
  width: calc(31.333% - 1.34rem);
  background-color: rgb(255, 255, 255);
  padding: 1.5rem;
  border-radius: 8px;
  transition: transform 0.2s ease;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(35, 35, 35, 0.1);
  padding: 3rem 2rem;
  justify-content: center;
}

.advisory-name {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.advisory-status {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

hr.advisory-hr {
  border: 0;
  height: 3px;
  margin: 20px 0;
  max-width: 150px;
  width: 100%;
  background-color: #E29E18;
}

.advisory-empty {
  text-align: center;
  color: #3B3935;
  margin-top: 2rem;
  font-family: "Raleway", sans-serif;
}

hr.advisory-title-hr {
  background-color: #3B3935;
  border: 0;
  height: 3px;
  margin: 5px 0 4rem;
  max-width: 150px;
  width: 100%;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .advisory-item {
    width: 46%;
  }
}
@media (max-width: 999px) and (min-width: 600px) {
  .advisory-item {
    width: 100%;
  }
  .advisory-flex {
    gap: 3rem;
  }
}
@media (max-width: 599px) {
  .advisory-item {
    width: 100%;
    padding: 3rem 1.5rem;
  }
  .advisory-flex {
    gap: 2rem;
  }
  .advisory-title {
    font-size: 30px;
    line-height: 35px;
  }
  .advisory-name {
    font-size: 22px;
    line-height: 30px;
  }
}/*# sourceMappingURL=advisory_board.css.map */