
@import url('./fonts.css');

:root {
  --base-width: 1440px;

  --color-background: #FFFFFF;
  --color-border: #D9D9D9;
  --color-text-black: #2A2A2A;

  --color-dark-blue: #1b4965;
  --color-mid-blue: #2E7E9C;
  --color-light-blue: #42b3d3;

  --color-gradient-start: rgba(129, 214, 231, 0.3);
  --color-gradient-end: rgba(255, 255, 255, 0);

  --bs-body-bg: var(--color-background);
  --bs-body-color: var(--color-dark-blue);
  --bs-body-font-size: clamp(14px, 1.111vw, 16px);
  --bs-border-color: var(--color-border);
  --bs-font-sans-serif: "M PLUS 1","Noto Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  display: block;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

menu {
  list-style: none;
  padding: .25em .25em;
  margin: 0;
}

.text-dark-blue {
  color: var(--color-dark-blue)!important;
}
.text-mid-blue {
  color: var(--color-mid-blue)!important;
}
.text-light-blue {
  color: var(--color-light-blue)!important;
}

.navbar-brand > img {
  height: 40px;
}

.navbar {
  --bs-navbar-toggler-border-color: var(--color-light-blue);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2342b3d3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  color: var(--color-light-blue);
}

.navbar-expand-lg.navbar {
  --bs-navbar-padding-x: 1.25em;
  --bs-navbar-padding-y: 0.5rem;
  background-color: rgba(255, 255, 255, 0.77);
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-white);
  background: linear-gradient(180deg, #FFF 0%, #bce9f2 22%, #81d6e7 70%, #FFF 100%);
  padding: 0.375rem 2rem 3rem 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.navbar-expand-lg .navbar-collapse > .navbar {
  position: sticky;
  top: 0;
}

.navbar-expand-lg .navbar-collapse > .navbar .btn-close {
  --bs-btn-close-color: var(--color-light-blue);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color-light-blue);
}

.navbar-expand-lg .navbar-collapse .navbar-content {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}

.navbar-expand-lg .navbar-collapse .navbar-content > .navbar-nav {
  --bs-navbar-hover-color: var(--color-light-blue);
  gap: 2em;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
  padding: 2rem 0;
}

.navbar-expand-lg .dropdown-toggle::after {
  display: none;
}

.navbar-expand-lg .dropdown-menu {
  --bs-dropdown-border-color: rgba(192, 192, 192, 0.2);
  --bs-dropdown-min-width: 13rem;
  --bs-dropdown-padding-y: 0.75rem;
  --bs-dropdown-spacer: 0.5rem;
  --bs-dropdown-zindex: 1040;

  box-shadow: 0px 2px 30px rgba(192, 192, 192, 0.2);
  animation: 0.5s dropdown-animation;
}

@keyframes dropdown-animation {
  0% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar-expand-lg .dropdown-menu .dropdown-item {
  --bs-dropdown-item-padding-y: 0.345rem;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.navbar-expand-lg .dropdown-menu .dropdown-item:hover {
  color: var(--color-light-blue);
}

.navbar-expand-lg .dropdown-menu .dropdown-item::before {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14px' width='14px' viewBox='0 -960 960 960' fill='%23333'%3E%3Cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0.125rem;
  margin-right: 1rem;
}

.navbar-expand-lg .nav-footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.navbar-expand-lg .nav-footer > a {
  color: #333;
  text-decoration: none;
}

.lang-switch {
  display: flex;
  padding-top: 1.5rem;
}

.lang-switch .btn {
  --bs-btn-border-color: #A0A0A0;
  --bs-btn-hover-border-color: #606060;
  --bs-btn-border-radius: 1.5rem;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
}

.lang-switch .dropdown-menu .dropdown-item {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 1rem;
}

.lang-switch .dropdown-menu .dropdown-item::before {
  display: none;
}

.lang-switch .flag {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.lang-switch .flag > svg {
  display: block;
  width: 24px;
  height: 24px;
}

.lang-switch .dropdown-item:has(input:not(:disabled)) {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .navbar-expand-lg.navbar {
    --bs-navbar-padding-x: 2em;
    --bs-navbar-padding-y: 1.75rem;
  }

  .navbar-expand-lg .navbar-collapse {
    position: relative;
    background-color: transparent;
    background: none;
    padding: 0 1rem;
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse > .navbar {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse .navbar-content {
    flex-flow: row;
    width: 100%;
    padding-right: 10rem;
  }

  .navbar-expand-lg .navbar-collapse .navbar-content > .navbar-nav {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    gap: 3em;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: inherit;
    padding: 0;
  }

  .navbar-brand > img {
    height: 48px;
  }

  .navbar-expand-lg .nav-dropdown:hover > .dropdown-menu {
    display: block;
  }

  .navbar-expand-lg .nav-footer {
    display: none;
  }

  .lang-switch {
    padding-top: 0;
  }
}

.nav-contact {
  position: fixed;
  display: inline-block;
  right: 0;
  bottom: 1rem;
  box-sizing: content-box;
  z-index: 1000;
}

.nav-contact .contact-link {
  position: relative;
  display: flex;
  flex-flow: row;
  gap: 0.5em;
  align-items: center;
  background-color: var(--color-dark-blue);
  color: #FFF;
  height: 3.75rem;
  padding: 0 0 0 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(18px,1.389vw,20px);
  font-weight: 700;
  border-radius: 30px 0 0 30px;
  transition-property: background-color;
  transition: .3s cubic-bezier(.4,.4,0,1);
}

.nav-contact .contact-link:hover {
  background-color: var(--color-light-blue);
}

.nav-contact .contact-link .link-prefix {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--color-light-blue);
  transition-property: translate opacity;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
  opacity: 1;
}

.nav-contact .contact-link:hover .link-prefix {
  transform: translateX(4rem);
  opacity: 0;
}

.nav-contact .contact-link .link-suffix {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  opacity: 0;
  transition-property: translate opacity;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.nav-contact .contact-link:hover .link-suffix {
  transform: translateX(-2rem);
  opacity: 1;
}

.nav-contact .contact-link .link-text {
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.nav-contact .contact-link:hover .link-text {
  transform: translateX(-2rem);
}

@media screen and (min-width: 992px) {
  .nav-contact {
    top: 1.675rem;
    bottom: unset;
    z-index: 1040;
  }

  .nav-contact .contact-link {
    padding: 0 0.25rem 0 0.25em;
  }
}

.block-contact-us .card {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 1.875rem;
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1.75rem;
  position: relative;
  background-color: #81d6e6;
  margin: 0 0.5rem -2rem 0.5rem;
}

.block-contact-us .card-img-top {
  position: absolute;
  width: 120px;
  right: -20px;
  top: 20px;
  transform: translateY(-50%);
}

.block-contact-us .card-title {
  color: var(--color-dark-blue);
  font-size: clamp(20px, 3.889vw, 56px);
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 0 1.5rem 0;
}

.block-contact-us .card-text {
  text-align: justify;
  font-size: clamp(14px, 1.389vw,20px);
  font-weight: 400;
  line-height: 2;
}

.block-contact-us .card-text a {
  text-decoration: none;
  color: inherit;
}

.block-contact-us .card-text a:hover {
  color: #fff;
}

.block-contact-us .card-link {
  --bs-btn-color: var(--color-dark-blue);
  --bs-btn-bg: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-hover-bg: var(--color-light-blue);
  --bs-btn-hover-border-color: var(--color-light-blue);
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 1.667vw,24px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.625rem;
}

.block-contact-us .card-link .link-text {
  margin-right: 3rem;
}

.block-contact-us .icon-envelope,
.block-contact-us .icon-arrow {
  width: 18px;
  height: 18px;
}

.block-contact-us .card-link .icon-arrow {
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.block-contact-us .card-link:hover .icon-arrow {
  transform: translateX(1.5rem);
}

@media screen and (min-width: 992px) {
  .block-contact-us .card {
    --bs-card-border-radius: 6.25rem;
    --bs-card-spacer-y: 4rem;
    --bs-card-spacer-x: 5rem;
    margin: 2rem 4rem -3rem 3rem;
  }

  .block-contact-us .card-img-top {
    width: 480px;
    right: -4.5rem;
    top: 50%;
  }

  .block-contact-us .card-title {
    padding: 2rem 0 3rem 0;
  }

  .block-contact-us .card-text {
    margin-right: 22rem;
  }

  .block-contact-us .card-link {
    --bs-btn-padding-x: 4rem;
    --bs-btn-padding-y: 2rem;
    gap: 1rem;
    margin-top: 2rem;
    border-radius: 1.5625rem;
  }

  .block-contact-us .icon-envelope {
    width: 36px;
    height: 36px;
  }

  .block-contact-us .icon-arrow {
    width: 24px;
    height: 24px;
  }
}

.site-footer {
  background: linear-gradient(180deg, rgba(129, 214, 231, 0.7) 0%, rgba(102, 102, 102, 0) 100%);
  padding: 4rem 0.75rem 2rem 0.75rem;
}

.site-footer .footer-logo {
  height: 32px;
}

.footer-content {
  display: flex;
  flex-flow: column;
}

.footer-copyright {
  display: flex;
  flex-flow: column;
  border-top: 1px solid var(--color-dark-blue);
  padding: 0.5rem 0;
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.footer-copyright > a {
  text-decoration: none;
  color: inherit;
}

.footer-copyright > a:hover {
  color: var(--color-light-blue);
}

.footer-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: clamp(16px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.4;
}

.footer-info .info-title {
  padding: 1rem 0 1.5rem 0;
  font-size: clamp(20px, 1.944vw,28px);
  font-weight: 600;
  line-height: 1.4;
}

.footer-menu {
  padding: 0 0 2rem 0;
  flex-grow: 1;
}

.footer-menu a {
  text-decoration: none;
  color: var(--color-dark-blue);
}

.footer-menu a:hover {
  color: var(--color-light-blue);
}

.footer-menu .menu-block {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  padding-bottom: 1rem;
}

.footer-menu .menu-block .sub-menu,
.footer-menu .menu-block-row {
  display: flex;
  flex-flow: row;
}

.footer-menu .menu-block-item {
  position: relative;
  display: inline-block;
}

.footer-menu .menu-block-item,
.footer-menu .sub-menu-item {
  min-width: 6rem;
}

.footer-menu .menu-block-item > h2,
.footer-menu .menu-item > h2 {
  font-size: clamp(20px,1.944vw,28px);
  font-weight: 700;
  line-height: 1.5;
}

.footer-menu .menu-block-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 6rem;
  top: 50%;
  width: 100%;
  height: 1px;
  border-top: 2px solid var(--color-dark-blue);
}

.footer-menu .menu-item,
.footer-menu .sub-menu-item {
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 0;
}

.footer-menu .sub-menu-item {
  font-size: clamp(14px,1.389vw,20px);
  font-weight: 400;
  line-height: 1.5;
}

.footer-menu .menu-item {
  margin-right: 1.5rem;
}

@media screen and (min-width: 992px) {
  .site-footer {
    padding: 7rem 0 4rem 0;
  }

  .site-footer .footer-logo {
    height: 53px;
  }

  .footer-content {
    flex-flow: row;
  }

  .footer-info {
    width: 35%;
    border-right: 2px solid var(--color-dark-blue);
    line-height: 1.8;
    padding-right: 2rem;
  }

  .footer-menu {
    padding: 0 0 2rem 3rem;
  }

  .footer-menu .menu-block-item,
  .footer-menu .sub-menu-item {
    min-width: 10rem;
  }

  .footer-menu .menu-block-item::after {
    left: 10rem;
  }

  .footer-menu .menu-item,
  .footer-menu .sub-menu-item {
    padding: 1rem 1.25rem 1rem 0;
  }

  .footer-menu .menu-item {
    margin-right: 3rem;
  }

  .footer-copyright {
    flex-flow: row;
    justify-content: space-between;
    padding: 1.5rem 0;
  }
}

.site-main {
  position: relative;
  display: block;
  box-sizing: content-box;
  background-color: transparent;
  width: 100vw;
  overflow-x: hidden;
  padding-bottom: 4rem;
}


.section-title {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.section-title .title {
  position: relative;
  font-size: clamp(78px, 8.889vw, 128px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-light-blue);
  opacity: 0.15;
  padding: 2rem 0 1rem 0;
}

.section-title .title::before,
.section-title .title::after {
  content: "";
  background-image: url(../assets/images/section-title-gradient.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: none;
  width: 540px;
  height: 97px;
}

.section-title .title::before {
  left: 0;
  top: 50%;
  transform: translateX(-90%) translateY(10%) rotate(-16deg);
}

.section-title .title::after {
  right: 0;
  top: 50%;
  transform: translateX(90%) translateY(-90%) rotate(164deg);
}

.section-title .subtitle {
  position: relative;
  display: inline-block;
  flex: none;
  font-size: clamp(20px, 2.222vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  transform: translateY(-3.5rem);
}

.section-title .subtitle::before,
.section-title .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-light-blue);
  border-radius: 50% 50%;
}

.section-title .subtitle::before {
  left: -1.5rem;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.section-title .subtitle::after {
  right: -1.5rem;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
}

@media screen and (min-width: 992px) {
  .section-title .title {
    padding: 4rem 0 4rem 0;
  }

  .section-title .subtitle {
    transform: translateY(-6.5rem);
  }
}

.service-link {
  position: relative;
  display: inline-block;
  color: var(--color-light-blue);
  text-decoration: none;
  font-size: clamp(16px, 1.458vw, 21px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.service-link:hover {
  transform: translateX(0.5rem);
}

.service-link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='8' viewBox='0 0 47 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.3536 4.35355C46.5488 4.15829 46.5488 3.84171 46.3536 3.64645L43.1716 0.464466C42.9763 0.269204 42.6597 0.269204 42.4645 0.464466C42.2692 0.659728 42.2692 0.976311 42.4645 1.17157L45.2929 4L42.4645 6.82843C42.2692 7.02369 42.2692 7.34027 42.4645 7.53553C42.6597 7.7308 42.9763 7.7308 43.1716 7.53553L46.3536 4.35355ZM0 4.5H46V3.5H0V4.5Z' fill='%2342B3D3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.service-link:hover::after {
  transform: translateX(3rem);
}

@media screen and (min-width: 992px) {
  .section-title .title::before,
  .section-title .title::after {
    display: block;
  }

  .section-title .subtitle {
    transform: translateY(-7.5rem);
  }
}

.animate-appear,
.disappear {
  opacity: 0;
}

.animate { 
  animation: fadein 2s forwards;
}

@keyframes fadein {
  to { 
    opacity: 1;
  }
}

.animate-scale { 
  animation: fadeinScale 800ms forwards;
}

@keyframes fadeinScale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% { 
    transform: scale(1);
    opacity: 1;
  }
}

.breadcrumb {
  --bs-breadcrumb-divider: '›';
  align-items: center;
  display: flex;
  flex-flow: row;
  max-width: 100%;
}

.breadcrumb-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-item::before {
  float: none!important;
  display: inline-block;
  font-size: 120%;
  font-weight: 700;
  padding: 0 var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item > a {
  display: inline-block;
  text-wrap: nowrap;
  color: #404040;
  font-size: clamp(12px,0.972vw,14px);
  font-weight: 400;
  line-height: 1.4;
}

.breadcrumb-item.active {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  color: var(--color-dark-blue);
  font-size: clamp(12px,0.972vw,14px);
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .breadcrumb-item.active {
    max-width: 18rem;
  }
}

.warning-not-found {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 8rem 0 6rem 0;
  gap: 1rem;
  color: var(--color-dark-blue);
}

.warning-not-found .error-code {
  color: #1b4965;
  font-size: 200px;
  font-weight: 700;
}

.warning-not-found .message {
  text-align: center;
}

.warning-not-found .message .subtitle {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.warning-not-found .message .title {
  font-size: 48px;
  font-weight: 700;
}

.warning-not-found .btn-primary {
  --bs-btn-bg: var(--color-light-blue);
  --bs-btn-border-color: var(--color-light-blue);
  --bs-btn-border-radius: 1.25rem;
  --bs-btn-hover-bg: var(--color-mid-blue);
  --bs-btn-hover-border-color: var(--color-mid-blue);
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.75rem;
}

.post-details {
  padding-top: 8rem;
}

.post-details .post-link {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}

.post-details .post-link .btn-outline-primary {
  --bs-btn-color: var(--color-light-blue);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--color-light-blue);
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-hover-bg: var(--color-light-blue);
  --bs-btn-hover-border-color: var(--color-light-blue);
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(14px, 1.667vw,24px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.625rem;
}

.post-details .post-link .link-text {
  margin-right: 3rem;
}

.post-details .post-link .icon-arrow {
  width: 18px;
  height: 18px;
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.post-details .post-link .btn-outline-primary:hover .icon-arrow {
  transform: translateX(1.5rem);
}

.article .article-header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1rem 0;
}

.article .heading {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
}

.article .heading .article-type {
  color: var(--color-light-blue);
  font-size: clamp(16px,1.389vw,20px);
  font-weight: 700;
  line-height: 1.4;
  margin-right: 1rem;
  margin-bottom: 0;
}

.article .article-header .title {
  font-size: clamp(14px,1.667vw,24px);
  font-weight: 700;
  line-height: 2.04;
  text-align: center;
}

.article .article-footer {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--color-light-blue);
}

.article .article-footer .text-muted {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.article .categories,
.article .tags {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 1rem 0;
  gap: 0.75rem;
}

.article .categories .chip {
  flex: none;
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-light-blue);
  border-radius: 1.5rem;
  color: var(--color-light-blue);
  font-size: clamp(12px,0.972vw,14px);
  font-weight: 400;
  line-height: 1.4;
}

.article .tags .chip {
  flex: none;
  border-radius: 0.25rem;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 0.625rem 1.125rem;
}

.article .article-body img {
  max-width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 992px) {
  .article .heading .article-type {
    margin-right: 2rem;
  }

  .post-details .post-link .btn-outline-primary {
    --bs-btn-padding-x: 4rem;
    --bs-btn-padding-y: 2.5rem;
    gap: 1rem;
    margin-top: 2rem;
    border-radius: 1.5625rem;
  }

  .post-details .post-link .icon-arrow {
    width: 24px;
    height: 24px;
  }
}