/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff");
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff");
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff");
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff");
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff");
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
.alt-box {
  background-color: #767676;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.alt-box-media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 144px;
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.alt-box-content {
  padding: 2.1176470588rem 1rem 0.5882352941rem 1rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.alt-box-content__title__text {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #FFFFFF;
  color: #004d25;
  font-size: 1.7647058824rem;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
  padding: 0 0.2em;
}
@supports (mix-blend-mode: screen) {
  .alt-box-content__title__text {
    color: #000000;
    mix-blend-mode: screen;
  }
}
.alt-box-content__content {
  color: #FFFFFF;
  display: none;
}
.alt-box-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-14px, -50%);
  transform: translate(-14px, -50%);
  border-width: 11px 14px 11px 0;
  border-color: transparent #767676 transparent transparent;
}

.alt-box--right .alt-box-media {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.alt-box--right .alt-box-content::before {
  right: 0;
  bottom: auto;
  top: 50%;
  left: auto;
  -webkit-transform: translate(14px, -50%);
  transform: translate(14px, -50%);
  border-width: 11px 0 11px 14px;
  border-color: transparent transparent transparent #767676;
}

.alt-box--green-fun {
  color: #008943;
  background-color: currentColor;
}
.alt-box--green-fun .alt-box-content::before {
  border-color: transparent currentColor transparent transparent;
}
@media (min-width: 768px) {
  .alt-box--green-fun .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}
.alt-box--green-fun.alt-box--right .alt-box-content::before {
  border-color: transparent transparent transparent currentColor;
}
@media (min-width: 768px) {
  .alt-box--green-fun.alt-box--right .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}

.alt-box--green-haze {
  color: #249E4D;
  background-color: currentColor;
}
.alt-box--green-haze .alt-box-content::before {
  border-color: transparent currentColor transparent transparent;
}
@media (min-width: 768px) {
  .alt-box--green-haze .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}
.alt-box--green-haze.alt-box--right .alt-box-content::before {
  border-color: transparent transparent transparent currentColor;
}
@media (min-width: 768px) {
  .alt-box--green-haze.alt-box--right .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}

.alt-box--green-sushi {
  color: #39B54A;
  background-color: currentColor;
}
.alt-box--green-sushi .alt-box-content::before {
  border-color: transparent currentColor transparent transparent;
}
@media (min-width: 768px) {
  .alt-box--green-sushi .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}
.alt-box--green-sushi.alt-box--right .alt-box-content::before {
  border-color: transparent transparent transparent currentColor;
}
@media (min-width: 768px) {
  .alt-box--green-sushi.alt-box--right .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}

.alt-box--green-camarone {
  color: #007236;
  background-color: currentColor;
}
.alt-box--green-camarone .alt-box-content::before {
  border-color: transparent currentColor transparent transparent;
}
@media (min-width: 768px) {
  .alt-box--green-camarone .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}
.alt-box--green-camarone.alt-box--right .alt-box-content::before {
  border-color: transparent transparent transparent currentColor;
}
@media (min-width: 768px) {
  .alt-box--green-camarone.alt-box--right .alt-box-content::before {
    border-color: transparent transparent currentColor transparent;
  }
}

@media (min-width: 768px) {
  .alt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .alt-box-media {
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .alt-box-content {
    padding: 2.3529411765rem 1.8823529412rem 1rem 1.8823529412rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alt-box-content__title {
    margin-bottom: 1rem;
  }
  .alt-box-content__title__text {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #FFFFFF;
    color: #004d25;
    font-size: 1.7647058824rem;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.015em;
    font-size: 2.1176470588rem;
    padding: 0 0.2em;
  }
  @supports (mix-blend-mode: screen) {
    .alt-box-content__title__text {
      color: #000000;
      mix-blend-mode: screen;
    }
  }
  .alt-box-content__content {
    color: #FFFFFF;
    display: block;
    margin-bottom: 1.5rem;
  }
  .alt-box-content__more {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
    text-align: right;
    margin-top: auto;
  }
  .alt-box-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -14px);
    transform: translate(-50%, -14px);
    border-width: 0 11px 14px;
    border-color: transparent transparent #767676 transparent;
  }
  .alt-box--right .alt-box-media {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .alt-box--right .alt-box-content::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -14px);
    transform: translate(-50%, -14px);
    border-width: 0 11px 14px;
    border-color: transparent transparent #767676 transparent;
  }
}