@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

button {
  border: none;
}

.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.lazy.loaded {
  opacity: 1;
}

.container-fluid-custom {
  padding: 0 16px;
  overflow: hidden;
}

.container-custom {
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .container-custom {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  .container-custom {
    max-width: 1440px;
  }
}

@media screen and (min-width: 992px) {
  .container-fit-custom {
    padding: 0 100px;
  }
}

@media screen and (min-width: 992px) {
  .container-mid-custom {
    padding: 0 50px;
  }
}

.bg-loading {
  transition: background-image 0.3s ease;
}

.container-related-news {
  background-color: #15586e;
}
.container-related-news .related-news {
  gap: 32px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-related-news .related-news h2 {
  width: 100%;
  padding: 6px 16px;
  border-radius: 8px;
  text-align: center;
  background-color: #f5f0ea;
  line-height: 118.382%;
  text-transform: uppercase;
  color: #15586e;
  font-size: 20px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-related-news .related-news h2 {
    font-size: 40px;
  }
}
.container-related-news .related-news .grid-news {
  gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-related-news .related-news .grid-news .post {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-related-news .related-news .grid-news .post .box-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.container-related-news .related-news .grid-news .post .box-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-related-news .related-news .grid-news .post .content {
  background-color: #fff;
  overflow: hidden;
  padding: 16px 8px;
  padding: 16px;
  gap: 8px;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.container-related-news .related-news .grid-news .post .content .text {
  width: 100%;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-related-news .related-news .grid-news .post .content .text h3 {
  color: #21272a;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-related-news .related-news .grid-news .post .content .text h3 {
    font-size: 20px;
  }
}
.container-related-news .related-news .grid-news .post .content .text p {
  color: #21272a;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-related-news .related-news .grid-news .post .content .text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 568px) {
  .container-related-news .related-news .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .container-related-news {
    background-color: #15586e;
  }
  .container-related-news .related-news {
    gap: 72px;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-related-news .related-news h2 {
    padding: 6px 16px;
    border-radius: 16px;
    text-align: center;
    background-color: #f5f0ea;
    line-height: 118.382%;
    text-transform: uppercase;
    color: #15586e;
    font-size: 20px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-related-news .related-news h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .container-related-news .related-news .grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .container-related-news .related-news .grid-news .post {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-related-news .related-news .grid-news .post .content {
    background-color: #fff;
    overflow: hidden;
    padding: 16px 8px;
    padding: 16px;
    gap: 8px;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .container-related-news .related-news .grid-news .post .content .text {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-related-news .related-news .grid-news .post .content .text h3 {
    color: #21272a;
    font-size: 14px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-related-news .related-news .grid-news .post .content .text h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .container-related-news .related-news .grid-news .post .content .text p {
    color: #21272a;
    font-size: 12px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .container-related-news .related-news .grid-news .post .content .text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .container-related-news .related-news .grid-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.uni-cta {
  width: 100%;
  padding: 10px 35px 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta {
    font-size: 18px;
  }
}
.uni-cta.max {
  width: -moz-max-content;
  width: max-content;
}
.uni-cta:hover {
  color: #fff;
  text-decoration: none;
}
.uni-cta::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="white"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta.no-after {
  padding: 10px 21px !important;
}
.uni-cta.no-after::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .uni-cta {
    padding: 16px 46px 16px 32px;
  }
  .uni-cta::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .uni-cta.kit-cta {
    max-width: 464px;
  }
}
.uni-cta-blue {
  width: 100%;
  padding: 10px 45px 10px 21px;
  gap: 10px;
  background-color: #15586e;
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta-blue {
    font-size: 16px;
  }
}
.uni-cta-blue.disabled {
  background: rgb(119, 119, 119);
  color: rgb(176, 176, 176);
}
.uni-cta-blue.disabled:hover {
  color: rgb(176, 176, 176);
  cursor: normal;
}
.uni-cta-blue.disabled::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="rgb(176, 176, 176)"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta-blue:hover {
  color: #fff;
  text-decoration: none;
}
.uni-cta-blue::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="rgb(208, 143, 56)"/></svg>') no-repeat center center;
  background-size: contain;
}
.uni-cta-blue.no-after {
  padding: 10px 21px !important;
}
.uni-cta-blue.no-after::after {
  display: none;
}

@media screen and (min-width: 992px) {
  .uni-cta-blue {
    width: -moz-max-content;
    width: max-content;
    padding: 16px 46px 16px 32px;
  }
  .uni-cta-blue::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.uni-cta-related {
  width: 100%;
  padding: 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .uni-cta-related {
    font-size: 16px;
  }
}
.uni-cta-related:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .uni-cta-related {
    width: 100%;
    padding: 16px 32px;
  }
  .uni-cta-related::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.container-post {
  width: 100%;
  padding: 32px 0 24px 0;
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .breadcrumb-post {
  gap: 10px;
  padding: 10px 0;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.container-post .breadcrumb-post a {
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 140%;
  transition: 0.3s ease-in-out;
  color: #15586e;
  font-size: 10px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .breadcrumb-post a {
    font-size: 16px;
  }
}
.container-post .breadcrumb-post a:hover {
  text-decoration: underline;
}
.container-post .breadcrumb-post span {
  color: #15586e;
  font-size: 10px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .breadcrumb-post span {
    font-size: 16px;
  }
}
.container-post .post {
  width: 100%;
  row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .title {
  line-height: 110%;
  color: #21272a;
  font-size: 24px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .title {
    font-size: 48px;
  }
}
.container-post .post .grid-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.container-post .post .grid-post .content-post {
  width: 100%;
  gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .grid-post .content-post .grid-author-social {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.container-post .post .grid-post .content-post .grid-author-social .box-author {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .grid-post .content-post .grid-author-social .box-author .author {
  text-transform: capitalize;
  color: rgb(208, 143, 56);
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .grid-author-social .box-author .author {
    font-size: 23px;
  }
}
.container-post .post .grid-post .content-post .grid-author-social .box-author .position {
  font-style: italic;
  color: #15586e;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .grid-author-social .box-author .position {
    font-size: 23px;
  }
}
.container-post .post .grid-post .content-post .grid-author-social .grid-social {
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-post .post .grid-post .content-post .grid-author-social .grid-social a {
  transition: 0.3s;
}
.container-post .post .grid-post .content-post .grid-author-social .grid-social a svg {
  fill: #15586e;
}
.container-post .post .grid-post .content-post .grid-author-social .grid-social a:hover svg {
  fill: rgb(208, 143, 56);
}
.container-post .post .grid-post .content-post .content {
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: #21272a;
  font-size: 24px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content {
    font-size: 48px;
  }
}
.container-post .post .grid-post .content-post .content img {
  width: 100% !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-post .post .grid-post .content-post .content .wp-block-image {
  width: 100%;
  margin: 0 !important;
}
.container-post .post .grid-post .content-post .content .wp-block-image img {
  width: 100% !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-post .post .grid-post .content-post .content h2 {
  color: #000;
  font-size: 28px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content h2 {
    font-size: 40px;
  }
}
.container-post .post .grid-post .content-post .content h3 {
  color: #000;
  font-size: 24px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content h3 {
    font-size: 36px;
  }
}
.container-post .post .grid-post .content-post .content h4 {
  color: #000;
  font-size: 20px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content h4 {
    font-size: 30px;
  }
}
.container-post .post .grid-post .content-post .content h5 {
  color: #000;
  font-size: 18px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content h5 {
    font-size: 28px;
  }
}
.container-post .post .grid-post .content-post .content h6 {
  color: #000;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content h6 {
    font-size: 24px;
  }
}
.container-post .post .grid-post .content-post .content p {
  line-height: 140%;
  color: #000;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content p {
    font-size: 20px;
  }
}
.container-post .post .grid-post .content-post .content ul,
.container-post .post .grid-post .content-post .content ol {
  padding-left: 20px;
}
.container-post .post .grid-post .content-post .content ul li,
.container-post .post .grid-post .content-post .content ol li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content ul li,
  .container-post .post .grid-post .content-post .content ol li {
    font-size: 20px;
  }
}
.container-post .post .grid-post .content-post .content .grid-tags {
  gap: 12px;
  padding-bottom: 32px;
  flex-wrap: wrap;
  border-bottom: 1px solid #15586e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.container-post .post .grid-post .content-post .content .grid-tags .tag {
  background-color: #15586e;
  padding: 6px 12px;
  border-radius: 8px;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content .grid-tags .tag {
    font-size: 14px;
  }
}
.container-post .post .grid-post .content-post .content .contact-button {
  width: 100%;
  gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.container-post .post .grid-post .content-post .content .contact-button .uni-cta {
  padding: 10px 45px 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .container-post .post .grid-post .content-post .content .contact-button .uni-cta {
    font-size: 18px;
  }
}
.container-post .post .grid-post .content-post .content .contact-button .uni-cta:hover {
  color: #fff;
  text-decoration: none;
}
.container-post .post .grid-post .content-post .content .contact-button .uni-cta::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="white"/></svg>') no-repeat center center;
  background-size: contain;
}
.container-post .post .grid-post .content-post .content .contact-button .uni-cta.contact::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M10.5283 13.8778C9.99018 13.8738 9.4544 13.8062 8.93211 13.6765C7.12848 13.2413 5.27117 12.1374 3.70318 10.568C2.13519 8.99868 1.02989 7.14103 0.594723 5.33912C0.136504 3.44363 0.463312 1.82197 1.51391 0.771371L1.81389 0.471396C2.08606 0.199775 2.45486 0.047226 2.83938 0.047226C3.22389 0.047226 3.5927 0.199775 3.86487 0.471396L5.5887 2.19488C5.86048 2.46695 6.01315 2.8358 6.01315 3.22037C6.01315 3.60494 5.86048 3.97378 5.5887 4.24586L4.57043 5.26378C5.05858 6.12036 5.72251 6.97763 6.5072 7.76231C7.29188 8.547 8.14984 9.21128 9.00608 9.69942L10.024 8.68116C10.1586 8.54646 10.3185 8.43961 10.4945 8.3667C10.6704 8.2938 10.859 8.25628 11.0495 8.25628C11.2399 8.25628 11.4285 8.2938 11.6045 8.3667C11.7805 8.43961 11.9403 8.54646 12.075 8.68116L13.7985 10.4046C14.0703 10.6766 14.223 11.0454 14.223 11.43C14.223 11.8145 14.0703 12.1833 13.7985 12.4553L13.4981 12.7553C12.7575 13.4973 11.7323 13.8778 10.5283 13.8778Z' fill='white'/%3E%3Cpath d='M11.0794 7.67425C10.9426 7.67425 10.8113 7.61988 10.7145 7.52311C10.6178 7.42634 10.5634 7.29509 10.5634 7.15823C10.5624 6.25298 10.2024 5.38509 9.5623 4.74495C8.92222 4.10481 8.05437 3.7447 7.14912 3.7436C7.01227 3.7436 6.88102 3.68924 6.78424 3.59247C6.68747 3.4957 6.63311 3.36445 6.63311 3.22759C6.63311 3.09074 6.68747 2.95949 6.78424 2.86272C6.88102 2.76594 7.01227 2.71158 7.14912 2.71158C9.60087 2.71158 11.5954 4.70683 11.5954 7.15823C11.5954 7.29509 11.5411 7.42634 11.4443 7.52311C11.3475 7.61988 11.2163 7.67425 11.0794 7.67425Z' fill='white'/%3E%3Cpath d='M13.2604 7.67425C13.1236 7.67425 12.9923 7.61988 12.8956 7.52311C12.7988 7.42634 12.7444 7.29509 12.7444 7.15823C12.7444 4.07282 10.2332 1.56259 7.14912 1.56259C7.01227 1.56259 6.88102 1.50822 6.78424 1.41145C6.68747 1.31468 6.63311 1.18343 6.63311 1.04658C6.63311 0.909722 6.68747 0.778472 6.78424 0.681701C6.88102 0.584929 7.01227 0.530564 7.14912 0.530564C10.8035 0.530564 13.7764 3.50383 13.7764 7.15823C13.7764 7.29509 13.7221 7.42634 13.6253 7.52311C13.5285 7.61988 13.3973 7.67425 13.2604 7.67425Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
}
.container-post .post .category-more-news {
  height: 100%;
  gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .categories {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .categories h2 {
  width: 100%;
  padding: 16px;
  line-height: 140%;
  text-align: center;
  background-color: rgb(208, 143, 56);
  color: #fff;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .categories h2 {
    font-size: 24px;
  }
}
.container-post .post .category-more-news .categories ul {
  width: 100%;
  background-color: #15586e;
  padding: 0 16px 16px 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .categories ul li {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.container-post .post .category-more-news .categories ul li a {
  text-align: center;
  width: 100%;
  padding: 16px 0;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  color: #f4efea;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .categories ul li a {
    font-size: 20px;
  }
}
.container-post .post .category-more-news .categories ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.container-post .post .category-more-news .categories ul li a:hover {
  color: rgb(208, 143, 56);
}
.container-post .post .category-more-news .categories ul li:last-child a:before {
  display: none;
}
.container-post .post .category-more-news .tendencies {
  width: 100%;
  padding: 32px 16px;
  gap: 24px;
  background-color: #f4efea;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .tendencies h2 {
  width: 100%;
  padding: 8px;
  line-height: 140%;
  text-align: center;
  background-color: #15586e;
  border-radius: 6.88px;
  color: #fff;
  font-size: 16px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .tendencies h2 {
    font-size: 20px;
  }
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts {
  gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post {
  border-radius: 16px;
  border: 1px solid #000;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .box-image {
  width: 100%;
  padding-bottom: 67.9%;
  position: relative;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .box-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content {
  padding: 16px;
  gap: 16px;
  height: 100%;
  width: 100%;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text {
  width: 100%;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text h3 {
  color: #21272a;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text h3 {
    font-size: 20px;
  }
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text p {
  color: #21272a;
  font-size: 12px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text p {
    font-size: 16px;
  }
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta {
  width: 100%;
  padding: 10px 45px 10px 21px;
  gap: 10px;
  background-color: rgb(208, 143, 56);
  border-radius: 100px;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta {
    font-size: 10px;
  }
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta:hover {
  color: #fff;
  text-decoration: none;
}
.container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta::after {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M0.297561 10.1823L0.297561 8.20244H13.874L7.79289 2.12132L9.20711 0.707107L17.6924 9.19239L9.20711 17.6777L7.79289 16.2635L13.874 10.1823L0.297561 10.1823Z" fill="white"/></svg>') no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .container-post {
    width: 100%;
    padding: 64px 0 220px 0;
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post {
    width: 100%;
    row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .title {
    max-width: 68%;
    line-height: 110%;
  }
  .container-post .post .grid-post {
    display: grid;
    grid-template-columns: 2fr 248px;
    gap: 32px;
  }
  .container-post .post .grid-post .content-post {
    width: 100%;
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .grid-post .content-post .grid-author-social {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .container-post .post .grid-post .content-post .grid-author-social .box-author {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .grid-post .content-post .grid-author-social .box-author .author {
    text-transform: capitalize;
  }
  .container-post .post .grid-post .content-post .grid-author-social .box-author .position {
    font-style: italic;
  }
  .container-post .post .grid-post .content-post .grid-author-social .grid-social {
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-post .post .grid-post .content-post .grid-author-social .grid-social a {
    transition: 0.3s;
  }
  .container-post .post .grid-post .content-post .grid-author-social .grid-social a svg {
    fill: #15586e;
  }
  .container-post .post .grid-post .content-post .grid-author-social .grid-social a:hover svg {
    fill: rgb(208, 143, 56);
  }
  .container-post .post .grid-post .content-post .content {
    gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .grid-post .content-post .content img {
    width: 100% !important;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container-post .post .grid-post .content-post .content .wp-block-image {
    width: 100%;
    margin: 0 !important;
  }
  .container-post .post .grid-post .content-post .content .wp-block-image img {
    width: 100% !important;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container-post .post .grid-post .content-post .content p {
    line-height: 140%;
  }
  .container-post .post .grid-post .content-post .content .grid-tags {
    gap: 12px;
    border: none;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .container-post .post .grid-post .content-post .content .grid-tags .tag {
    background-color: #15586e;
    padding: 6px 12px;
    border-radius: 8px;
    gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .container-post .post .grid-post .content-post .content .contact-button {
    width: 100%;
    gap: 12px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .container-post .post .grid-post .content-post .content .contact-button .uni-cta {
    padding: 16px 46px 16px 32px;
  }
  .container-post .post .grid-post .content-post .content .contact-button .uni-cta::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .container-post .post .category-more-news {
    height: 100%;
    gap: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .categories {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .categories h2 {
    width: 100%;
    padding: 16px;
    line-height: 140%;
    text-align: center;
    background-color: rgb(208, 143, 56);
  }
  .container-post .post .category-more-news .categories ul {
    width: 100%;
    background-color: #15586e;
    padding: 0 16px 16px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .categories ul li {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .container-post .post .category-more-news .categories ul li a {
    text-align: center;
    width: 100%;
    padding: 16px 0;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .container-post .post .category-more-news .categories ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #fff;
  }
  .container-post .post .category-more-news .categories ul li a:hover {
    color: rgb(208, 143, 56);
  }
  .container-post .post .category-more-news .categories ul li:last-child a:before {
    display: none;
  }
  .container-post .post .category-more-news .tendencies {
    width: 100%;
    padding: 32px 16px;
    gap: 24px;
    background-color: #f4efea;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .tendencies h2 {
    width: 100%;
    padding: 8px;
    line-height: 140%;
    text-align: center;
    background-color: #15586e;
    border-radius: 6.88px;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts {
    gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post {
    border-radius: 16px;
    border: 1px solid #000;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .box-image {
    width: 100%;
    padding-bottom: 67.9%;
    position: relative;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .box-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content {
    padding: 16px;
    gap: 16px;
    height: 100%;
    width: 100%;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .text {
    width: 100%;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta {
    padding: 16px 46px 16px 32px;
  }
  .container-post .post .category-more-news .tendencies .grid-tendencies-posts .post .content .uni-cta::after {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
