@charset "UTF-8";
:root {
  --clr-pri-5: 260 50% 5%;
  --clr-pri-10: 260 50% 10%;
  --clr-pri-15: 260 50% 15%;
  --clr-pri-20: 260 50% 20%;
  --clr-pri-25: 260 50% 25%;
  --clr-pri-30: 260 50% 30%;
  --clr-pri-35: 260 50% 35%;
  --clr-pri-40: 260 50% 40%;
  --clr-pri-45: 260 50% 45%;
  --clr-pri-50: 260 50% 50%;
  --clr-pri-55: 260 50% 55%;
  --clr-pri-60: 260 50% 60%;
  --clr-pri-65: 260 50% 65%;
  --clr-pri-70: 260 50% 70%;
  --clr-pri-75: 260 50% 75%;
  --clr-pri-80: 260 50% 80%;
  --clr-pri-85: 260 50% 85%;
  --clr-pri-90: 260 50% 90%;
  --clr-pri-93: 260 50% 93%;
  --clr-pri-95: 260 50% 95%;
  --clr-pri-97: 260 50% 97%;
  --clr-sec-5: 235 50% 5%;
  --clr-sec-10: 235 50% 10%;
  --clr-sec-15: 235 50% 15%;
  --clr-sec-20: 235 50% 20%;
  --clr-sec-25: 235 50% 25%;
  --clr-sec-30: 235 50% 30%;
  --clr-sec-35: 235 50% 35%;
  --clr-sec-40: 235 50% 40%;
  --clr-sec-45: 235 50% 45%;
  --clr-sec-50: 235 50% 50%;
  --clr-sec-55: 235 50% 55%;
  --clr-sec-60: 235 50% 60%;
  --clr-sec-65: 235 50% 65%;
  --clr-sec-70: 235 50% 70%;
  --clr-sec-75: 235 50% 75%;
  --clr-sec-80: 235 50% 80%;
  --clr-sec-85: 235 50% 85%;
  --clr-sec-90: 235 50% 90%;
  --clr-sec-93: 235 50% 93%;
  --clr-sec-95: 235 50% 95%;
  --clr-sec-97: 235 50% 97%;
  --clr-ter-5: 40 90% 5%;
  --clr-ter-10: 40 90% 10%;
  --clr-ter-15: 40 90% 15%;
  --clr-ter-17: 40 90% 17%;
  --clr-ter-20: 40 90% 20%;
  --clr-ter-25: 40 90% 25%;
  --clr-ter-30: 40 90% 30%;
  --clr-ter-35: 40 90% 35%;
  --clr-ter-40: 40 90% 40%;
  --clr-ter-45: 40 90% 45%;
  --clr-ter-50: 40 90% 50%;
  --clr-ter-55: 40 90% 55%;
  --clr-ter-60: 40 90% 60%;
  --clr-ter-65: 40 90% 65%;
  --clr-ter-70: 40 90% 70%;
  --clr-ter-75: 40 90% 75%;
  --clr-ter-80: 40 90% 80%;
  --clr-ter-85: 40 90% 85%;
  --clr-ter-90: 40 90% 90%;
  --clr-ter-93: 40 90% 93%;
  --clr-ter-95: 40 90% 95%;
  --clr-ter-97: 40 90% 97%;
  --clr-n-0: 1 0% 0%;
  --clr-n-5: 1 0% 5%;
  --clr-n-10: 1 0% 10%;
  --clr-n-15: 1 0% 15%;
  --clr-n-20: 1 0% 20%;
  --clr-n-25: 1 0% 25%;
  --clr-n-30: 1 0% 30%;
  --clr-n-35: 1 0% 35%;
  --clr-n-40: 1 0% 40%;
  --clr-n-46: 1 0% 46%;
  --clr-n-50: 1 0% 50%;
  --clr-n-55: 1 0% 55%;
  --clr-n-60: 1 0% 60%;
  --clr-n-65: 1 0% 65%;
  --clr-n-70: 1 0% 70%;
  --clr-n-75: 1 0% 75%;
  --clr-n-80: 1 0% 80%;
  --clr-n-85: 1 0% 85%;
  --clr-n-90: 1 0% 90%;
  --clr-n-92: 1 0% 92%;
  --clr-n-94: 1 0% 94%;
  --clr-n-95: 1 0% 95%;
  --clr-n-96: 1 0% 96%;
  --clr-n-98: 1 0% 98%;
  --clr-n-100: 1 0% 100%;
  --grd-pri-light: linear-gradient(to bottom, hsl(var(--clr-n-95) / 100%) 0%, hsl(var(--clr-n-65) / 100%) 100%);
  --grd-pri-dark: linear-gradient(to bottom, hsl(var(--clr-pri-65) / 100%) 0%, hsl(var(--clr-pri-30) / 100%) 100%);
  --clr-txt: 260 35% 10%;
  --font-family: "Noto Sans JP", "Inter", "Manrope", sans-serif;
}

html{
  font-family: "Noto Sans JP";
}
:before, *:after {
    padding: 0;
    margin: 0;
    line-height: 1;
}
ul, ol, li {
    list-style: none;
}
/* 
.rounded-xs {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-lg {
  border-radius: 1rem;
}  */

.hidden {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.rotate, .rotate-cw90 {
  rotate: 0;
}
.rotate-cw90 {
  rotate: 90deg;
}

.circled {
  border-radius: 50%;
}

.cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 100%;
}

.box, .box-3, .box-2, .box-1 {
  display: grid;
}
.box-1 {
  grid: 1fr/1fr;
}
.box-2 {
  grid: max-content/1fr;
}
@media (min-width: 40rem) {
  .box-2 {
    grid: max-content/1fr 1fr;
  }
}
.box-3 {
  grid: min-content/1fr;
}
@media (min-width: 40rem) {
  .box-3 {
    grid: min-content/1fr 1fr;
  }
}
@media (min-width: 80rem) {
  .box-3 {
    grid: min-content/1fr 1fr 1fr;
  }
}

.sa-horizontal {
  padding: 10vmin 0;
}

.sa-horizontal-top {
  padding: 10vmin 0 0 0;
  }
@media (min-width: 40rem) {
  .sa-horizontal {
    padding: 10vmin 0;
  }

  .sa-horizontal-top {
  padding: 10vw 0 0 0;
  }
}
.sa-horizontal-sm {
  padding: 3.75vw 0;
}
@media (min-width: 80rem) {
  .sa-horizontal-sm {
    padding: 5vw 0;
  }
}

.sa-vertical {
  padding: 0 5.5vmin;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (min-width: 40rem) {
  .sa-vertical {
    padding: 0 5.5vmin;
  }
}
@media (min-width: 80rem) {
  .sa-vertical {
    padding: 0 10vw;
  }
}

.sa-vertical-no-phone {
  padding: 0;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (min-width: 40rem) {
  .sa-vertical-no-phone {
    padding: 0 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .sa-vertical-no-phone {
    padding: 0 10vw;
  }
}

.sa-bottom {
  padding: 0 0 7.5vmin 0;
}
@media (min-width: 80rem) {
  .sa-bottom {
    padding: 0 0 10vw 0;
  }
}
.sa-bottom-sm {
  padding: 0 0 3.75vw 0;
}
@media (min-width: 80rem) {
  .sa-bottom-sm {
    padding: 0 0 5vw 0;
  }
}

.sa-right {
  padding: 0 7.5vw 0 0;
}
@media (min-width: 80rem) {
  .sa-right {
    padding: 0 10vw 0 0;
  }
}
.sa-right-sm {
  padding: 0 3.25vw 0 0;
}
@media (min-width: 80rem) {
  .sa-right-sm {
    padding: 0 5vw 0 0;
  }
}

.sa-left {
  padding: 0 0 0 7.5vw;
}
@media (min-width: 80rem) {
  .sa-left {
    padding: 0 0 0 10vw;
  }
}
.sa-left-sm {
  padding: 0 0 0 3.25vw;
}
@media (min-width: 80rem) {
  .sa-left-sm {
    padding: 0 0 0 5vw;
  }
}

.fw-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-respo, .p-respo-xh, .p-respo-xh-horizontal, .p-respo-xh-vertical, .p-respo-hg, .p-respo-hg-horizontal, .p-respo-hg-vertical, .p-respo-xl, .p-respo-xl-bottom, .p-respo-xl-horizontal, .p-respo-xl-vertical, .p-respo-lg, .p-respo-lg-right, .p-respo-lg-horizontal, .p-respo-lg-vertical, .p-respo-md, .p-respo-md-horizontal, .p-respo-md-vertical, .p-respo-sm, .p-respo-sm-horizontal, .p-respo-sm-vertical, .p-respo-xs, .p-respo-xs-horizontal, .p-respo-xs-vertical, .p-respo-tn, .p-respo-tn-horizontal, .p-respo-tn-vertical, .p-respo-xt, .p-respo-xt-horizontal, .p-respo-xt-vertical, .p-respo-xxt, .p-respo-xxt-horizontal, .p-respo-xxt-vertical {
  padding: 0;
}
.p-respo-xxt, .p-respo-xxt-horizontal, .p-respo-xxt-vertical {
  padding: 0.15625vw;
}
.p-respo-xxt-vertical {
  padding: 0 0.15625vw;
}
.p-respo-xxt-horizontal {
  padding: 0.15625vw 0;
}
.p-respo-xt, .p-respo-xt-horizontal, .p-respo-xt-vertical {
  padding: 0.3125vw;
}
.p-respo-xt-vertical {
  padding: 0 0.3125vw;
}
.p-respo-xt-horizontal {
  padding: 0.3125vw 0;
}
.p-respo-tn, .p-respo-tn-horizontal, .p-respo-tn-vertical {
  padding: 0.625vw;
}
.p-respo-tn-vertical {
  padding: 0 0.625vw;
}
.p-respo-tn-horizontal {
  padding: 0.625vw 0;
}
.p-respo-xs, .p-respo-xs-horizontal, .p-respo-xs-vertical {
  padding: 1.25vw;
}
.p-respo-xs-vertical {
  padding: 0 1.25vw;
}
.p-respo-xs-horizontal {
  padding: 1.25vw 0;
}
.p-respo-sm, .p-respo-sm-horizontal, .p-respo-sm-vertical {
  padding: 1.875vw;
}
.p-respo-sm-vertical {
  padding: 0 1.875vw;
}
.p-respo-sm-horizontal {
  padding: 1.875vw 0;
}
.p-respo-md, .p-respo-md-horizontal, .p-respo-md-vertical {
  padding: 7.5vmin;
}
@media (min-width: 40rem) {
  .p-respo-md, .p-respo-md-horizontal, .p-respo-md-vertical {
    padding: 5vmin;
  }
}
.p-respo-md-vertical {
  padding: 0 2.5vw;
}
.p-respo-md-horizontal {
  padding: 2.5vw 0;
}
.p-respo-lg, .p-respo-lg-right, .p-respo-lg-horizontal, .p-respo-lg-vertical {
  padding: 3.75vw;
}
.p-respo-lg-vertical {
  padding: 0 3.75vw;
}
.p-respo-lg-horizontal {
  padding: 3.75vw 0;
}
.p-respo-lg-right {
  padding: 0 3.75vw 0 0;
}
.p-respo-xl, .p-respo-xl-bottom, .p-respo-xl-horizontal, .p-respo-xl-vertical {
  padding: 5vw;
}
.p-respo-xl-vertical {
  padding: 0 5vw;
}
.p-respo-xl-horizontal {
  padding: 5vw 0;
}
.p-respo-xl-bottom {
  padding: 0 0 5vw 0;
}
.p-respo-hg, .p-respo-hg-horizontal, .p-respo-hg-vertical {
  padding: 7.5vw;
}
.p-respo-hg-vertical {
  padding: 0 7.5vw;
}
.p-respo-hg-horizontal {
  padding: 7.5vw 0;
}
.p-respo-xh, .p-respo-xh-horizontal, .p-respo-xh-vertical {
  padding: 10vw;
}
.p-respo-xh-vertical {
  padding: 0 10vw;
}
.p-respo-xh-horizontal {
  padding: 10vw 0;
}

.p-static, .p-static-xh, .p-static-xh-horizontal, .p-static-xh-vertical, .p-static-hg, .p-static-hg-horizontal, .p-static-hg-vertical, .p-static-xl, .p-static-xl-horizontal, .p-static-xl-vertical, .p-static-lg, .p-static-lg-left, .p-static-lg-horizontal, .p-static-lg-vertical, .p-static-md, .p-static-md-left, .p-static-md-horizontal, .p-static-md-vertical, .p-static-sm, .p-static-sm-horizontal, .p-static-sm-vertical, .p-static-xs, .p-static-xs-right, .p-static-xs-left, .p-static-xs-horizontal, .p-static-xs-vertical, .p-static-tn, .p-static-tn-horizontal, .p-static-tn-vertical, .p-static-xt, .p-static-xt-bottom, .p-static-xt-horizontal, .p-static-xt-vertical, .p-static-xxt, .p-static-xxt-bottom, .p-static-xxt-horizontal, .p-static-xxt-vertical {
  padding: 0;
}
.p-static-xxt, .p-static-xxt-bottom, .p-static-xxt-horizontal, .p-static-xxt-vertical {
  padding: 0.125rem;
}
.p-static-xxt-vertical {
  padding: 0 0.125rem;
}
.p-static-xxt-horizontal {
  padding: 0.125rem 0;
}
.p-static-xxt-bottom {
  padding: 0 0 0.125rem 0;
}
.p-static-xt, .p-static-xt-bottom, .p-static-xt-horizontal, .p-static-xt-vertical {
  padding: 0.25rem;
}
.p-static-xt-vertical {
  padding: 0 0.25rem;
}
.p-static-xt-horizontal {
  padding: 0.25rem 0;
}
.p-static-xt-bottom {
  padding: 0 0 0.25rem 0;
}
.p-static-tn, .p-static-tn-horizontal, .p-static-tn-vertical {
  padding: 0.5rem;
}
.p-static-tn-vertical {
  padding: 0 0.5rem;
}
.p-static-tn-horizontal {
  padding: 0.5rem 0;
}
.p-static-xs, .p-static-xs-right, .p-static-xs-left, .p-static-xs-horizontal, .p-static-xs-vertical {
  padding: 1rem;
}
.p-static-xs-vertical {
  padding: 0 1rem;
}
.p-static-xs-horizontal {
  padding: 1rem 0;
}
.p-static-xs-left {
  padding: 0 0 0 1rem;
}
.p-static-xs-right {
  padding: 0 1rem 0 0;
}
.p-static-sm, .p-static-sm-horizontal, .p-static-sm-vertical {
  padding: 1.2rem;
}
.p-static-sm-vertical {
  padding: 0 1.5rem;
}
.p-static-sm-horizontal {
  padding: 1.5rem 0;
}
.p-static-md, .p-static-md-left, .p-static-md-horizontal, .p-static-md-vertical {
  padding: 2rem;
}
.p-static-md-vertical {
  padding: 0 2rem;
}
.p-static-md-horizontal {
  padding: 2rem 0;
}
.p-static-md-left {
  padding: 0 0 0 2rem;
}
.p-static-lg, .p-static-lg-left, .p-static-lg-horizontal, .p-static-lg-vertical {
  padding: 3rem;
}
.p-static-lg-vertical {
  padding: 0 3rem;
}
.p-static-lg-horizontal {
  padding: 3rem 0;
}
.p-static-lg-left {
  padding: 0 0 0 3rem;
}
.p-static-xl, .p-static-xl-horizontal, .p-static-xl-vertical {
  padding: 4rem;
}
.p-static-xl-vertical {
  padding: 0 4rem;
}
.p-static-xl-horizontal {
  padding: 4rem 0;
}
.p-static-hg, .p-static-hg-horizontal, .p-static-hg-vertical {
  padding: 6rem;
}
.p-static-hg-vertical {
  padding: 0 6rem;
}
.p-static-hg-horizontal {
  padding: 6rem 0;
}
.p-static-xh, .p-static-xh-horizontal, .p-static-xh-vertical {
  padding: 8rem;
}
.p-static-xh-vertical {
  padding: 0 8rem;
}
.p-static-xh-horizontal {
  padding: 8rem 0;
}

.g-respo, .g-respo-xh, .g-respo-hg, .g-respo-xl, .g-respo-lg, .g-respo-md, .g-respo-sm, .g-respo-xs, .g-respo-tn, .g-respo-xt {
  gap: 0;
}
.g-respo-xt {
  gap: 0.3125vw;
}
.g-respo-tn {
  gap: 0.625vw;
}
.g-respo-xs {
  gap: 5vw;
}
@media (min-width: 40rem) {
  .g-respo-xs {
    gap: 2.5vw;
  }
}
@media (min-width: 80rem) {
  .g-respo-xs {
    gap: 1.25vw;
  }
}
.g-respo-sm {
  gap: 7.5vw;
}
@media (min-width: 40rem) {
  .g-respo-sm {
    gap: 3.75vw;
  }
}
@media (min-width: 80rem) {
  .g-respo-sm {
    gap: 1.875vw;
  }
}
.g-respo-md {
  gap: 5vmin;
}
@media (min-width: 40rem) {
  .g-respo-md {
    gap: 5vmin;
  }
}
@media (min-width: 80rem) {
  .g-respo-md {
    gap: 2.5vw;
  }
}
.g-respo-lg {
  gap: 10vmin;
}
@media (min-width: 40rem) {
  .g-respo-lg {
    gap: 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .g-respo-lg {
    gap: 3.75vw;
  }
}
.g-respo-xl {
  gap: 15vmin;
}
@media (min-width: 40rem) {
  .g-respo-xl {
    gap: 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .g-respo-xl {
    gap: 5vw;
  }
}
.g-respo-hg {
  gap: 7.5vw;
}
.g-respo-xh {
  gap: 10vmin;
}
@media (min-width: 40rem) {
  .g-respo-xh {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .g-respo-xh {
    gap: 80px; /* 10vw; */
  }
}

.g-static, .g-static-xh, .g-static-hg, .g-static-xl, .g-static-lg, .g-static-md, .g-static-sm, .g-static-xs, .g-static-tn, .g-static-xt {
  gap: 0;
}
.g-static-xt {
  gap: 0.25rem;
}
.g-static-tn {
  gap: 0.5rem;
}
.g-static-xs {
  gap: 1rem;
}
.g-static-sm {
  gap: 1.5rem;
}
.g-static-md {
  gap: 2rem;
}
.g-static-lg {
  gap: 3rem;
}
.g-static-xl {
  gap: 4rem;
}
.g-static-hg {
  gap: 6rem;
}
.g-static-xh {
  gap: 8rem;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.jc-dist {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.ac-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.ac-start {
  -ms-flex-line-pack: start;
  align-content: start;
}

.ac-end {
  -ms-flex-line-pack: end;
  align-content: end;
}

.ac-dist {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.ai-dist {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.as-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.js-stretch {
  justify-self: stretch;
}

.js-end {
  justify-self: end;
}

.js-respo-h {
  justify-self: start;
}
@media (min-width: 40rem) {
  .js-respo-h {
    justify-self: end;
  }
}

.grid {
  display: grid;
  grid: auto/1fr;
  width: 100%;
}
@media (min-width: 40rem) {
  .grid.two-columns {
    grid: auto/1fr 1fr;
  }
  .grid.two-columns.one-third {
    grid: auto/1fr 2fr;
  }
  .grid.two-columns.two-third {
    grid: auto/2fr 1fr;
  }
}
@media (min-width: 40rem) {
  .grid.three-columns {
    grid: auto/1fr 1fr;
  }
}
@media (min-width: 80rem) {
  .grid.three-columns {
    grid: auto/1fr 1fr 1fr;
  }
}
.grid.custom-abc {
  grid-template-areas: "item-a" "item-b" "item-c";
}
@media (min-width: 80rem) {
  .grid.custom-abc.acbb-50-50 {
    grid: auto 1fr/1fr 1fr;
    grid-template-areas: "item-a item-b" "item-c item-b";
  }
  .grid.custom-abc.acbb-33-66 {
    grid: auto 1fr/1fr 2fr;
    grid-template-areas: "item-a item-b" "item-c item-b";
  }
}
.grid.custom-abcd {
  grid-template-areas: "item-a" "item-b" "item-c" "item-d";
}

.item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: item-a;
}

.item-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: item-b;
}

.item-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: item-c;
}

.item-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: item-d;
}

@media (min-width: 40rem) {
  .extended {
    grid-column: span 1;
    grid-row: span 2;
  }
}

.card-comp {
  display: grid;
  grid: auto/1fr;
  width: 100%;
}
.card-comp.media {
  grid-template-areas: "media" "content";
}
.card-comp.media.column {
  grid: 1fr auto/1fr;
  grid-template-areas: "media" "content";
}
.card-comp.media.column.fixed-media {
  grid: auto 1fr/1fr;
  grid-template-areas: "media" "content";
}
.card-comp.media.row {
  grid: auto/1fr 3fr;
  grid-template-areas: "media content";
}
@media (min-width: 40rem) {
  .card-comp.media {
    grid: auto/1fr 2fr;
    grid-template-areas: "media content";
  }
}
.card-comp.media.revert {
  grid: auto/1fr;
  grid-template-areas: "media" "content";
}
@media (min-width: 40rem) {
  .card-comp.media.revert {
    grid: auto/1fr 1fr;
    grid-template-areas: "content media";
  }
}
.card-comp .media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: media;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-comp .media-item.flex {
  aspect-ratio: 4/3;
  width: 100%;
}
@media (min-width: 40rem) {
  .card-comp .media-item.flex {
    aspect-ratio: auto;
    min-height: 8rem;
  }
}
.card-comp .media-item.half {
  aspect-ratio: 2/1;
}
.card-comp .media-item.square {
  aspect-ratio: 1/1;
  width: 100%;
}
.card-comp .content-item {
  display: grid;
  grid: auto/1fr;
  grid-area: content;
  grid-template-areas: "copy";
  width: 100%;
}
.card-comp .content-item.cta {
  grid-template-areas: "copy" "cta";
}
@media (min-width: 80rem) {
  .card-comp .content-item.cta {
    grid: auto/1fr 2fr;
    grid-template-areas: "copy cta";
  }
}
.card-comp .content-item .copy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: copy;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-comp .content-item .cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: cta;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .card-comp .content-item .cta-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 80rem) {
  .card-comp .content-item .cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.item-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 50%;
}

.pos-rel {
  position: relative;
}

.margin-auto {
  margin: 0;
}

.big-en-title{
  font-family: 'Manrope';
  font-size: 30px;
  line-height: 35px;
}

.black {
  font-style: normal;
  font-weight: 800;
}

.x-bold {
  font-style: normal;
  font-weight: 700;
}

.bold {
  font-style: normal;
  font-weight: 600;
}

.semi-bold {
  font-style: normal;
  font-weight: 500;
}

.regular {
  font-style: normal;
  font-weight: 400;
}

.semi-light {
  font-style: normal;
  font-weight: 300;
}

.light {
  font-style: normal;
  font-weight: 200;
}

.txt-white{
  color: #ffffff;
}

.txt-black{
  color: #000000;
}
.txt-clr, .txt-clr-n-46, .txt-clr-n-75, .txt-clr-n-65, .txt-clr-sec-65 {
  color: var(--clr-txt);
}
.txt-clr-white {
  color: hsl(var(--clr-n-100));
}
.txt-clr-black {
  color: hsl(var(--clr-n-0)/100%);
}
.txt-clr-sec {
  color: hsl(var(--clr-sec-90)/100%);
}
.txt-clr-sec-vivid {
  color: hsl(var(--clr-sec-85)/100%);
}
.txt-clr-sec-dark {
  color: hsl(var(--clr-sec-75)/100%);
}
.txt-clr-sec-deep {
  color: hsl(var(--clr-sec-75)/75%);
}
.txt-clr-sec-65 {
  color: hsl(var(--clr-sec-65)/66%);
}
.txt-clr-sec-75 {
  color: hsl(var(--clr-sec-65)/66%);
}
.txt-clr-pri-40 {
  color: hsl(var(--clr-pri-40)/100%);
}
.txt-clr-pri-30 {
  color: hsl(var(--clr-pri-30)/100%);
}
.txt-clr-pri-deep {
  color: hsl(var(--clr-pri-75)/66%);
}
.txt-clr-sec-75 {
  color: hsl(var(--clr-sec-15)/75%);
}
.txt-clr-75 {
  color: hsl(var(--clr-sec-15)/75%);
}
.txt-clr-sec-65 {
  color: hsl(var(--clr-sec-65)/66%);
}
.txt-clr-n-65 {
  color: hsl(var(--clr-n-65)/100%);
}
.txt-clr-n-75 {
  color: hsl(var(--clr-n-75)/100%);
}
.txt-clr-n-46 {
  color: hsl(var(--clr-n-46)/100%);
}

.bg-clr, .bg-clr-txt-50, .bg-clr-txt-75, .bg-clr-txt, .bg-clr-sec-80, .bg-clr-sec-95, .bg-clr-sec-93, .bg-clr-sec-90, .bg-clr-sec-pale, .bg-clr-sec-light, .bg-clr-pri-20, .bg-clr-pri-5, .bg-clr-pri, .bg-clr-pri-light, .bg-clr-white-3, .bg-clr-neutral-96, .bg-clr-neutral-94, .bg-clr-neutral-92, .bg-clr-white-33, .bg-clr-white, .bg-clr-black-15, .bg-clr-sec-15, .bg-clr-pri-35, .bg-clr-sec-60, .bg-clr-sec-35, .bg-clr-sec-50, .bg-clr-sec-75, .bg-clr-sec-65-50, .bg-clr-sec-65, .bg-clr-black {
  background: white;
}
.bg-clr-black {
  background: hsl(var(--clr-n-0)/100%);
}
.bg-clr-sec-65 {
  background: hsl(var(--clr-sec-65)/100%);
}
.bg-clr-sec-65-50 {
  background: hsl(var(--clr-sec-65)/50%);
}
.bg-clr-sec-75 {
  background: hsl(var(--clr-sec-75)/100%);
}
.bg-clr-sec-50 {
  background: hsl(var(--clr-sec-50)/50%);
}
.bg-clr-sec-35 {
  background: hsl(var(--clr-sec-35)/50%);
}
.bg-clr-sec-60 {
  background: hsl(var(--clr-sec-60)/33%);
}
.bg-clr-pri-35 {
  background: hsl(var(--clr-pri-35)/66%);
}
.bg-clr-sec-15 {
  background: hsl(var(--clr-sec-15)/100%);
}
.bg-clr-black-15 {
  background: hsl(var(--clr-n-0)/15%);
}
.bg-clr-white {
  background: hsl(var(--clr-n-100)/100%);
}

.bg-blue{
  background: #37507A;
  color: #ffffff;
}

.bg-white{
  background: #ffffff;
  color: #000000;
}

.bg-purple{
  background: #5F4D8E;
  color: #ffffff;
}
.bg-clr-white-33 {
  background: hsl(var(--clr-n-100)/33%);
}
.bg-clr-neutral-92 {
  background: hsl(var(--clr-n-92)/100%);
}
.bg-clr-neutral-94 {
  background: hsl(var(--clr-n-94)/100%);
}
.bg-clr-neutral-96 {
  background: hsl(var(--clr-n-96)/100%);
}
.bg-clr-white-3 {
  backdrop-filter: blur(0.5rem);
  background: hsl(var(--clr-n-100)/3%);
  -webkit-backdrop-filter: blur(0.5rem);
}
.bg-clr-pri-light {
  background: hsl(var(--clr-pri-95)/100%);
}
.bg-clr-pri {
  background: hsl(var(--clr-pri-30)/100%);
}
.bg-clr-pri-5 {
  background: hsl(var(--clr-pri-5));
}
.bg-clr-pri-20 {
  background: hsl(var(--clr-pri-20)/100%);
}
.bg-clr-sec-light {
  background: hsl(var(--clr-sec-95)/100%);
}
.bg-clr-sec-pale {
  background: hsl(var(--clr-sec-97)/100%);
}
.bg-clr-sec-90 {
  background: hsl(var(--clr-sec-90)/100%);
}
.bg-clr-sec-93 {
  background: hsl(var(--clr-sec-93)/100%);
}
.bg-clr-sec-95 {
  background: hsl(var(--clr-sec-95)/100%);
}
.bg-clr-sec-80 {
  background: hsl(var(--clr-sec-80)/100%);
}
.bg-clr-txt {
  background: hsl(var(--clr-pri-15)/100%);
}
.bg-clr-txt-75 {
  background: hsl(var(--clr-pri-15)/75%);
}
.bg-clr-txt-50 {
  background: hsl(var(--clr-pri-15)/50%);
}

.bg-hc-blue{
  background: #abc9db;
}
.bg-hc-gray{
    background: #C4C4C4;
}
.bg-grd, .bg-grd-grey, .bg-grd-pri-65-right, .bg-grd-pri-65-left, .bg-grd-pri-right, .bg-grd-sec-right, .bg-grd-sec-left, .bg-grd-sec, .bg-grd-pri, .bg-grd-footer, .bg-grd-hero {
  background: rgba(0,0,0,0.6);
  /*
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(var(--clr-n-90)/100%)), to(hsl(var(--clr-n-100)/100%)));
  background-image: linear-gradient(to right, hsl(var(--clr-n-90)/100%), hsl(var(--clr-n-100)/100%));
  */
}
.bg-grd-hero {

}
.bg-grd-footer {
  background-color: #3B3B39;
/*
  background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--clr-pri-5)/100%)), to(hsl(var(--clr-pri-5)/0%))), radial-gradient(circle at center top, hsl(var(--clr-ter-75)/25%) 0%, hsl(var(--clr-pri-75)/0%) 100%), -webkit-gradient(linear, right bottom, left top, from(hsl(var(--clr-pri-10)/100%)), color-stop(50%, hsl(var(--clr-pri-30)/100%)), to(hsl(var(--clr-sec-35)/100%)));
  background: linear-gradient(to top, hsl(var(--clr-pri-5)/100%) 0%, hsl(var(--clr-pri-5)/0%) 100%), radial-gradient(circle at center top, hsl(var(--clr-ter-75)/25%) 0%, hsl(var(--clr-pri-75)/0%) 100%), linear-gradient(to left top, hsl(var(--clr-pri-10)/100%) 0%, hsl(var(--clr-pri-30)/100%) 50%, hsl(var(--clr-sec-35)/100%) 100%); */
}
.bg-grd-pri {
  background: #F3F2F5;
}
.bg-grd-sec {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, hsl(var(--clr-sec-95))), to(hsl(var(--clr-sec-90))));
  background-image: linear-gradient(hsl(var(--clr-sec-95))/100%, hsl(var(--clr-sec-90))/100%);
}
.bg-grd-sec-left {
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(var(--clr-sec-75)/0%)), to(hsl(var(--clr-sec-75)/100%)));
  background-image: linear-gradient(to right, hsl(var(--clr-sec-75)/0%) 0%, hsl(var(--clr-sec-75)/100%) 100%);
}
.bg-grd-sec-right {
  background-image: -webkit-gradient(linear, right top, left top, from(hsl(var(--clr-sec-75)/0%)), to(hsl(var(--clr-sec-75)/100%)));
  background-image: linear-gradient(to left, hsl(var(--clr-sec-75)/0%) 0%, hsl(var(--clr-sec-75)/100%) 100%);
}
.bg-grd-pri-right {
  background-image: -webkit-gradient(linear, right top, left top, from(hsl(var(--clr-pri-25)/100%)), to(hsl(var(--clr-pri-15)/100%)));
  background-image: linear-gradient(to left, hsl(var(--clr-pri-25)/100%) 0%, hsl(var(--clr-pri-15)/100%) 100%);
}
.bg-grd-pri-65-left, .bg-grd-pri-65-right {
  background: transparent;   
}

.bg-grd-grey {
  background-image: -webkit-gradient(linear, right top, left bottom, from(hsl(var(--clr-n-100)/100%)), to(hsl(var(--clr-n-92)/100%)));
  background-image: linear-gradient(to left bottom, hsl(var(--clr-n-100)/100%) 0%, hsl(var(--clr-n-92)/100%) 100%);
}
.bg-grd.ter-revert, .ter-revert.bg-grd-hero, .ter-revert.bg-grd-footer, .ter-revert.bg-grd-pri, .ter-revert.bg-grd-sec, .ter-revert.bg-grd-sec-left, .ter-revert.bg-grd-sec-right, .ter-revert.bg-grd-pri-right, .ter-revert.bg-grd-pri-65-left, .ter-revert.bg-grd-pri-65-right, .ter-revert.bg-grd-grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6f5), to(#ededf8));
  background-image: linear-gradient(#e5e6f5, #ededf8);
}

.txt-grd-nav {
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right bottom, from(hsl(var(--clr-sec-85)/100%)), to(hsl(var(--clr-sec-75)/75%)));
  background-image: linear-gradient(to right bottom, hsl(var(--clr-sec-85)/100%) 0%, hsl(var(--clr-sec-75)/75%) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.fill-blue-light {
  fill: hsl(var(--clr-sec-75));
}

.fill-white {
  fill: hsl(0, 0%, 100%);
}

.fill-pri-pale {
  fill: hsl(260, 35%, 95%);
}

.fill-pri-light {
  fill: hsl(260, 35%, 50%);
}

.fill-pri-vivid {
  fill: hsl(260, 35%, 30%);
}

.fill-pri-dark {
  fill: hsl(260, 35%, 20%);
}

.fill-pri-deep {
  fill: hsl(260, 35%, 10%);
}

.fill-pri-65 {
  fill: #fff;
}

.fill-sec-pale {
  fill: hsl(235, 45%, 97%);
}

.fill-sec-light {
  fill: hsl(235, 45%, 95%);
}

.fill-sec-vivid {
  fill: hsl(235, 45%, 93%);
}

.fill-sec-dark {
  fill: hsl(235, 45%, 90%);
}

.fill-sec-deep {
  fill: hsl(235, 45%, 85%);
}

.fill-blue-1 {
  fill: hsl(235, 45%, 75%);
}

.fill-dark {
  fill: hsl(260, 35%, 10%);
}

.fill-body-bg {
  fill: hsl(var(--clr-sec-95));
}

.fill-logo {
  fill: hsl(var(--clr-sec-85));
}

 

.fill-txt {
  fill: hsl(var(--clr-pri-15)/100%);
}

.stroke-white {
  stroke: hsl(0, 0%, 100%);
}

.stroke-pri-pale {
  stroke: hsl(260, 35%, 95%);
}

.stroke-pri-light {
  stroke: hsl(260, 35%, 50%);
}

.stroke-pri-vivid {
  stroke: hsl(260, 35%, 30%);
}

.stroke-pri-dark {
  stroke: hsl(260, 35%, 20%);
}

.stroke-pri-deep {
  stroke: hsl(260, 35%, 10%);
}

.stroke-sec-pale {
  stroke: hsl(235, 45%, 97%);
}

.stroke-sec-light {
  stroke: hsl(235, 45%, 95%);
}

.stroke-sec-vivid {
  stroke: hsl(235, 45%, 93%);
}

.stroke-sec-dark {
  stroke: hsl(var(--clr-sec-75)/100%);
}

.stroke-txt {
  stroke: hsl(var(--clr-pri-15)/100%);
}

.border {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.border.dark {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(0, 0%, 16%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(0, 0%, 16%) inset;
}
.border.light {
  -webkit-box-shadow: 0 0 0 0.25rem hsl(0, 0%, 100%) inset;
  box-shadow: 0 0 0 0.25rem hsl(0, 0%, 100%) inset;
}
.border.green {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(155, 35%, 75%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(155, 35%, 75%) inset;
}
.border.blue {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(220, 50%, 75%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(220, 50%, 75%) inset;
}

.reset-list {
  list-style-type: none;
}

.bullet-primary-light-sm {
  list-style-type: none;
  padding-left: 1.75rem;
  position: relative;
}
.bullet-primary-light-sm.and-margin {
  margin: 0.5rem 0 0 0;
}
.bullet-primary-light-sm::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -55%);
  background: hsl(var(--clr-n-90)/100%);
  border-radius: 50%;
  height: 0.75rem;
  transform: translate(0, -55%);
  width: 0.75rem;
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-90)/33%) inset, 0 -0.25rem 0.25rem 0 hsl(var(--clr-pri-35)/100%) inset, 0 0.125rem 0.5rem 0 hsl(var(--clr-pri-5)/66%);
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-90)/33%) inset, 0 -0.25rem 0.25rem 0 hsl(var(--clr-pri-35)/100%) inset, 0 0.125rem 0.5rem 0 hsl(var(--clr-pri-5)/66%);
}

.bullet-primary-dark-sm {
  list-style-type: none;
  padding-left: 2rem;
  position: relative;
}
.bullet-primary-dark-sm.and-margin {
  margin: 1rem 0 0 0;
}
.bullet-primary-dark-sm::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  background: hsl(var(--clr-pri-65)/100%);
  border-radius: 50%;
  height: 1rem;
  transform: translate(0, -50%);
  width: 1rem;
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-50)/100%) inset, 0 -0.25rem 0.5rem 0 hsl(var(--clr-pri-20)/100%) inset, 0 0 2rem 0 hsl(var(--clr-pri-10)/50%);
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-50)/100%) inset, 0 -0.25rem 0.5rem 0 hsl(var(--clr-pri-20)/100%) inset, 0 0 2rem 0 hsl(var(--clr-pri-10)/50%);
}

.bullet-primary-dark-sm-top {
  list-style-type: none;
  padding-left: 1.75rem;
  position: relative;
}
.bullet-primary-dark-sm-top.and-margin {
  margin: 1rem 0 0 0;
}
.bullet-primary-dark-sm-top::before {
  content: "";
  left: 0;
  position: absolute;
  top: 27%;
  -webkit-transform: translate(0, -50%);
  background: hsl(var(--clr-pri-65)/100%);
  border-radius: 50%;
  height: 0.75rem;
  transform: translate(0, -50%);
  width: 0.75rem;
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-50)/100%) inset, 0 -0.25rem 0.5rem 0 hsl(var(--clr-pri-20)/100%) inset, 0 0 2rem 0 hsl(var(--clr-pri-10)/50%);
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-50)/100%) inset, 0 -0.25rem 0.5rem 0 hsl(var(--clr-pri-20)/100%) inset, 0 0 2rem 0 hsl(var(--clr-pri-10)/50%);
}

.btn-frame {
  -webkit-box-shadow: 0 0 0 0.125rem white inset;
  box-shadow: 0 0 0 0.125rem white inset;
}

.border-pri-hairline {
  -webkit-box-shadow: 0 0 0 0.03125rem #7153ac inset;
  box-shadow: 0 0 0 0.03125rem #7153ac inset;
}

.border-pri-hairline-left {
  -webkit-box-shadow: 0.03125rem 0 0 0 #7153ac inset;
  box-shadow: 0.03125rem 0 0 0 #7153ac inset;
}

.border-pri-hairline-right {
  -webkit-box-shadow: -0.03125rem 0 0 0 #7153ac inset;
  box-shadow: -0.03125rem 0 0 0 #7153ac inset;
}

.border-pri-hairline-top {
  -webkit-box-shadow: 0 0.03125rem 0 0 #7153ac inset;
  box-shadow: 0 0.03125rem 0 0 #7153ac inset;
}

.border-pri-hairline-bottom {
  -webkit-box-shadow: 0 -0.03125rem 0 0 #7153ac inset;
  box-shadow: 0 -0.03125rem 0 0 #7153ac inset;
}

.border-pri-1 {
  -webkit-box-shadow: 0 0 0 0.0625rem #7153ac inset;
  box-shadow: 0 0 0 0.0625rem #7153ac inset;
}

.border-pri-1-left {
  -webkit-box-shadow: 0.0625rem 0 0 0 #7153ac inset;
  box-shadow: 0.0625rem 0 0 0 #7153ac inset;
}

.border-pri-1-right {
  -webkit-box-shadow: -0.0625rem 0 0 0 #7153ac inset;
  box-shadow: -0.0625rem 0 0 0 #7153ac inset;
}

.border-pri-1-top {
  -webkit-box-shadow: 0 0.0625rem 0 0 #7153ac inset;
  box-shadow: 0 0.0625rem 0 0 #7153ac inset;
}

.border-pri-1-bottom {
  -webkit-box-shadow: 0 -0.0625rem 0 0 #7153ac inset;
  box-shadow: 0 -0.0625rem 0 0 #7153ac inset;
}

.border-pri-2 {
  -webkit-box-shadow: 0 0 0 0.125rem #7153ac inset;
  box-shadow: 0 0 0 0.125rem #7153ac inset;
}

.border-pri-2-left {
  -webkit-box-shadow: 0.125rem 0 0 0 #7153ac inset;
  box-shadow: 0.125rem 0 0 0 #7153ac inset;
}

.border-pri-2-right {
  -webkit-box-shadow: -0.125rem 0 0 0 #7153ac inset;
  box-shadow: -0.125rem 0 0 0 #7153ac inset;
}

.border-pri-2-top {
  -webkit-box-shadow: 0 0.125rem 0 0 #7153ac inset;
  box-shadow: 0 0.125rem 0 0 #7153ac inset;
}

.border-pri-2-bottom {
  -webkit-box-shadow: 0 -0.125rem 0 0 #7153ac inset;
  box-shadow: 0 -0.125rem 0 0 #7153ac inset;
}

.border-pri-4 {
  -webkit-box-shadow: 0 0 0 0.25rem #7153ac inset;
  box-shadow: 0 0 0 0.25rem #7153ac inset;
}

.border-pri-4-left {
  -webkit-box-shadow: 0.25rem 0 0 0 #7153ac inset;
  box-shadow: 0.25rem 0 0 0 #7153ac inset;
}

.border-pri-4-right {
  -webkit-box-shadow: -0.25rem 0 0 0 #7153ac inset;
  box-shadow: -0.25rem 0 0 0 #7153ac inset;
}

.border-pri-4-top {
  -webkit-box-shadow: 0 0.25rem 0 0 #7153ac inset;
  box-shadow: 0 0.25rem 0 0 #7153ac inset;
}

.border-pri-4-bottom {
  -webkit-box-shadow: 0 -0.25rem 0 0 #7153ac inset;
  box-shadow: 0 -0.25rem 0 0 #7153ac inset;
}

.border-white-hairline, .border-white-hairline-20 {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(var(--clr-n-100)/100%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(var(--clr-n-100)/100%) inset;
}
.border-white-hairline-20 {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(var(--clr-n-100)/20%) inset, 0 0 1rem 0 hsl(var(--clr-pri-75)/20%) inset, 0 1rem 2rem 0 hsl(var(--clr-sec-20)/20%);
  box-shadow: 0 0 0 0.03125rem hsl(var(--clr-n-100)/20%) inset, 0 0 1rem 0 hsl(var(--clr-pri-75)/20%) inset, 0 1rem 2rem 0 hsl(var(--clr-sec-20)/20%);
}

.hero-title {
  font-size: calc(1rem + 5vmin);
}
@media (min-width: 40rem) {
  .hero-title {
    font-size: calc(2.5rem + 2.5vmin);
  }
}
@media (min-width: 80rem) {
  .hero-title {
    font-size: calc(2rem + 2.5vw);
  }
}
.hero-title-xl {
  font-size: calc(1rem + 5vw);
}
@media (min-width: 80rem) {
  .hero-title-xl {
    font-size: calc((2rem + 2.5vw) * 1.25);
  }
}

.title {
  font-size: calc(1.83333rem + 0.83333vmin);
}
.title-xl {
  font-size: calc((1.83333rem + 0.83333vmin) * 1.125);
}
.title-xxl {
  font-size: calc((1.83333rem + 0.83333vmin) * 1.25);
}
.title-xxxl {
  font-size: calc((1.83333rem + 0.83333vmin) * 1.5);
}
@media (min-width: 80rem) {
  .title {
    font-size: calc(1rem + 1.25vw);
  }
  .title-xl {
    font-size: 37px;
  }
  .title-xxl {
    font-size: 50px;
    line-height: 55px;
  }
  .title-xxxl {
    font-size: calc((1rem + 1.25vw) * 2);
  }
}

.headline {
  font-size: calc(1.33333rem + 0.83333vmin);
}
.headline-xl {
  font-size: calc((1.33333rem + 0.83333vmin) * 1.125);
}
@media (min-width: 80rem) {
  .headline {
    font-size: 24px;
  }
  .headline-xl {
    font-size: calc((0.5rem + 1.25vw) * 1.125);
  }
}

.subheadline {
  font-size: calc(1.16667rem + 0.41667vmin);
}
.subheadline-xl {
  font-size: calc((1.16667rem + 0.41667vmin) * 1.125);
}
@media (min-width: 80rem) {
  .subheadline {
    font-size: calc(0.75rem + 0.625vw);
  }
  .subheadline-xl {
   /*  font-size: calc((0.75rem + 0.625vw) * 1.125); */
    font-size: 16px;
    font-weight: 400;
  }
}

.body {
  font-size: 17px;
}

.active{
  color: #999 !important;

}
.body-xl {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 40rem) {
  .body {
    font-size: calc(0.91666625rem + 0.41667vmin);
  }
}
@media (min-width: 80rem) {
  .body {
    font-size: 17px;
  }
  .body-xl {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
  }
}

.caption {
  font-size: 16px;
  line-height: 24px;
    font-weight: 400;
    color: #5F4D8E;
    font-family: 'Inter';
  letter-spacing: 0.35pt;
}
.caption-xl {
  font-size: calc((0.66667rem + 0.41667vw) * 1.125);
}
@media (min-width: 80rem) {
  .caption {
   font-size: 16px;
  line-height: 24px;
    font-weight: 400;
    color: #5F4D8E;
    
  }
  .caption-xl {
   font-size: 14px;
    font-weight: 300;
    color: #000;
    font-family: 'Manrope';
  }
}

.title-respo {
  font-size: calc(1.33333rem + 0.83333vmin);
}
@media (min-width: 40rem) {
  .title-respo {
    font-size: calc(1.83333rem + 0.83333vmin);
  }
}
@media (min-width: 80rem) {
  .title-respo {
    font-size: calc((1rem + 1.25vw) * 1.125);
  }
}

.subheadline-respo {
  font-size: calc(1.16667rem + 0.41667vmin);
}
@media (min-width: 40rem) {
  .subheadline-respo {
    font-size: calc(1.33333rem + 0.83333vmin);
  }
}
@media (min-width: 80rem) {
  .subheadline-respo {
    font-size: calc(1rem + 1.25vw);
  }
}

.body-respo {
  font-size: calc(0.91666625rem + 0.41667vmin);
}
@media (min-width: 40rem) {
  .body-respo {
    font-size: calc(1.16667rem + 0.41667vmin);
  }
}
@media (min-width: 80rem) {
  .body-respo {
    font-size: calc(0.5rem + 1.25vw);
  }
}

.font-fix-4 {
  margin: 0 0 0.25rem 0;
}

.font-fix-3 {
  margin: 0 0 0.1875rem 0;
}

.font-fix-2 {
  margin: 0 0 0.125rem 0;
}
@media (min-width: 80rem) {
  .font-50 {
    font-size: 50px;
  }
}
.font-50 {
  font-size: 40px;
  font-weight: 600;
}
.font-37 {
  font-size: 30px;
  line-height: 44px;
}
@media (min-width: 80rem) {
  .font-37 {
    font-size: 37px;
    line-height: 44px;
  }
}
.font-30 {
  font-size: 30px;
  line-height: 33px;
}

.font-24 {
  font-size: 24px;
  line-height: 28px;
}

.font-20 {
  font-size: 20px;
  line-height: 24px;
}

.font-17 {
  font-size: 17px;
  line-height: 23px;
}

.font-16 {
  font-size: 16px;
  line-height: 24px;
  
}

.menu-font{
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
  }

.en-mix{
  font-family: 'Manrope';
}

.line-85 {
  line-height: 85%;
}

.line-100 {
  line-height: 100%;
}

.line-120 {
  line-height: 120%;
  font-weight: 500;
}

.line-133 {
  line-height: 133%;
}

.line-150 {
  line-height:   150%; 
}

.line-55 {
  line-height: 55px; }

.line-44 {  line-height: 44px;  }

.line-200 {
  line-height: 200%;
}

.txt-center, .txt-center-only-mobile {
  text-align: center;
}
@media (min-width: 40rem) {
  .txt-center-only-mobile {
    text-align: left;
  }
}

.txt-left {
  text-align: left;
}
@media (min-width: 40rem) {
  .txt-left.only-mobile {
    text-align: left;
  }
}

.txt-right {
  text-align: right;
}
@media (min-width: 40rem) {
  .txt-right.only-mobile {
    text-align: right;
  }
}

.txt-nowrap {
  text-wrap: nowrap;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: visible;
}

.text-cut-off-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-cut-off-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hero-large {
  height: 95dvh;
  position: relative;
}

#home-hero{
      background: url("/hcf/assets/bg.jpg") top center;
      background-size: cover;
      height: 80vh;
      filter: grayscale(50%);
  }
@media (min-width: 80rem) {
  .hero-large {
    height: calc(100vh - (2rem + 2.5vw));
    padding-top: 110px;
  }

  #home-hero{
      background: url("/hcf/assets/bg.jpg") top center;
      background-size: cover;
      height: 100vh;
      filter: grayscale(50%);
  }
}

 
.hero-small {
    height: 300px;
    padding-top: 100px;
    background: url("/hcf/assets/bg.jpg") top center;
    background-size: auto;
    background-size: cover;
  }

@media (min-width: 40rem) {
  .hero-small {
    height: 33dvh;
  }
}
@media (min-width: 80rem) {
  .hero-small {
    height: 300px;
    padding-top: calc(2rem + 2.5vw);
    background: url("/hcf/assets/bg.jpg") top center;
    background-size: cover;
  }
}

.card,  .card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: hsl(var(--clr-n-100));
   
  cursor: pointer;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
   padding-bottom: 40px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  
}
.item-column .card a {
  color: #000000;
}
@media (min-width: 80rem) {
  .card {
    gap: 1.5rem;
     max-width: 550px;
  }
  .card1 {
     gap: 1.5rem;
     width: 100%;
  }

}

.news-n-event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: hsl(var(--clr-n-100));
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.news-n-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.75rem;
  padding: 1.5rem;
    gap: 1.5rem;
    padding: 4rem 0;
}

.news-n-event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 80rem) {
  .news-n-event-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}


.blog-n-event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: hsl(var(--clr-n-100));
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  width: 100%;
}

.blog-n-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.75rem;
  padding: 0;
  padding: 1.5rem 0;
}
@media (min-width: 40rem) {
  .blog-n-event-content {
  padding: 1.5rem;
  }
}
.blog a {
color:hsl(var(--clr-sec-50)/100%);

}

.blog_toc {
    border: 3px solid #ccc;
    padding: 20px 30px;
    margin: 30px 0;
    width: 100%;
}
.blog_toc__head {
    font-weight: bold;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
ul.blog_toc__list1 {
    list-style-type: none;
    margin-left: 1em;
}
ul.blog_toc__list1 li {
    font-weight: bold;
    margin-left: 1.3em;
    line-height: 2em;
}
ul.blog_toc__list1 li {
    font-weight: bold;
    margin-left: 1.3em;
    line-height: 2em;
}
ul.blog_toc__list1 li:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #999;
    position: relative;
    left: -10px;
    top: -3px;
}
ul.blog_toc__list1 a {
    color:#333;
}
.blog_toc .blog_toc__list2 li:before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #333;
    position: relative;
    left: -10px;
    top: -3px;
}
.blog_toc__list2 a {
    font-weight: normal;
}




.card-plain {
  background: hsl(var(--clr-n-100));
  border: solid hsl(var(--clr-sec-65)/50%) 0.03125rem;
   overflow: hidden;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.style-framed {
  background: hsl(var(--clr-n-100));
  border: solid hsl(var(--clr-sec-80)) 0.03125rem;
   
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.hairline, .hairline-txt, .hairline-sec, .hairline-pri {
   
}
.hairline-pri {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(var(--clr-pri-65)/100%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(var(--clr-pri-65)/100%) inset;
}
.hairline-sec {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(var(--clr-sec-65)/100%) inset;
  box-shadow: 0 0 0 0.03125rem hsl(var(--clr-sec-65)/100%) inset;
}
.hairline-txt {
   
}

.thin, .thin-txt, .thin-pri, .thin-sec {
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-n-50)/25%) inset;
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-n-50)/25%) inset;
}
.thin-sec {
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-sec-85)/100%) inset;
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-sec-85)/100%) inset;
}
.thin-pri {
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-45)/100%) inset;
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-45)/100%) inset;
}
.thin-txt {
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-15)/100%) inset;
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-15)/100%) inset;
}

.thick, .thick-txt, .thick-sec {
  -webkit-box-shadow: 0 0 0 0.125rem hsl(var(--clr-n-50)/25%) inset;
  box-shadow: 0 0 0 0.125rem hsl(var(--clr-n-50)/25%) inset;
}
.thick-sec {
  -webkit-box-shadow: 0 0 0 0.125rem hsl(var(--clr-sec-85)/100%) inset;
  box-shadow: 0 0 0 0.125rem hsl(var(--clr-sec-85)/100%) inset;
}
.thick-txt {
  -webkit-box-shadow: 0 0 0 0.125rem hsl(var(--clr-pri-15)/100%) inset;
  box-shadow: 0 0 0 0.125rem hsl(var(--clr-pri-15)/100%) inset;
}

.heavy, .heavy-white {
  -webkit-box-shadow: 0 0 0 0.25rem hsl(var(--clr-n-50)/25%) inset;
  box-shadow: 0 0 0 0.25rem hsl(var(--clr-n-50)/25%) inset;
}
.heavy-white {
  -webkit-box-shadow: 0 0 0 0.25rem hsl(var(--clr-n-100)/100%) inset;
  box-shadow: 0 0 0 0.25rem hsl(var(--clr-n-100)/100%) inset;
}

.pri-heavy {
  -webkit-box-shadow: 0 0 0 0.25rem #d4cbe6 inset;
  box-shadow: 0 0 0 0.25rem #d4cbe6 inset;
}
.pri-heavy.bottom-frame {
  -webkit-box-shadow: 0 0.25rem 0 0 #d4cbe6 inset;
  box-shadow: 0 0.25rem 0 0 #d4cbe6 inset;
}
.pri-heavy.left-frame {
  -webkit-box-shadow: 0.25rem 0 0 0 #d4cbe6 inset;
  box-shadow: 0.25rem 0 0 0 #d4cbe6 inset;
}

.ter-hairline {
  -webkit-box-shadow: 0 0 0 0.03125rem #b5b9e3 inset;
  box-shadow: 0 0 0 0.03125rem #b5b9e3 inset;
}
.ter-hairline.bottom-frame {
  -webkit-box-shadow: 0 0.03125rem 0 0 #b5b9e3 inset;
  box-shadow: 0 0.03125rem 0 0 #b5b9e3 inset;
}
.ter-hairline.left-frame {
  -webkit-box-shadow: 0.03125rem 0 0 0 #b5b9e3 inset;
  box-shadow: 0.03125rem 0 0 0 #b5b9e3 inset;
}

.ter-thick {
  -webkit-box-shadow: 0 0 0 0.125rem #b5b9e3 inset;
  box-shadow: 0 0 0 0.125rem #b5b9e3 inset;
}

.ter-heavy {
  -webkit-box-shadow: 0 0 0 0.25rem #b5b9e3 inset;
  box-shadow: 0 0 0 0.25rem #b5b9e3 inset;
}

.border-radius {
  border-radius: 25%;
}

.border-grd {
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, hsl(var(--clr-sec-93)/100%)), to(hsl(var(--clr-sec-95)/100%))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsl(var(--clr-sec-75)/0%)), color-stop(50%, hsl(var(--clr-sec-75)/100%)));
  background-image: linear-gradient(hsl(var(--clr-sec-93)/100%) 75%, hsl(var(--clr-sec-95)/100%) 100%), linear-gradient(hsl(var(--clr-sec-75)/0%) 50%, hsl(var(--clr-sec-75)/100%) 50%);
  background-origin: border-box;
  border: double 0.03125rem transparent;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0 -0.25rem 0.125rem -0.0625rem hsl(var(--clr-n-100)/33%) inset;
  box-shadow: 0 -0.25rem 0.125rem -0.0625rem hsl(var(--clr-n-100)/33%) inset;
}

.divider {
  display: block;
  height: 0.03125rem;
  width: 100%;
}

.divider-v {
  display: block;
  height: 100%;
  width: 0.03125rem;
}

.divider-h {
  display: block;
  height: 0.03125rem;
  width: 100%;
}
.divider-h.size-33 {
  width: 33%;
}

.divider-h-no-phone {
  display: none;
  height: 0.03125rem;
  width: 100%;
}
@media (min-width: 40rem) {
  .divider-h-no-phone {
    display: block;
  }
}

.divider-h-phone {
  display: block;
  height: 0.03125rem;
  visibility: visible;
  width: 100%;
}
@media (min-width: 40rem) {
  .divider-h-phone {
    visibility: hidden;
  }
}

.divider-flex {
  display: block;
  height: 100%;
  width: 0.03125rem;
}
@media (min-width: 80rem) {
  .divider-flex {
    height: 0.03125rem;
    width: 100%;
  }
}

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  border-left: solid hsl(280, 45%, 15%) 0.125rem;
  flex-direction: column;
  padding-left: calc(1rem + 2.5vmin);
}
@media (min-width: 40rem) {
  .quote {
    padding-left: calc(1rem + 1.25vmin);
  }
}
@media (min-width: 80rem) {
  .quote {
    padding-left: 1.875vmax;
  }
}

.tag-label, .tag-label-event, .tag-label-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1rem + 2.5vmin);
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  color: hsl(0, 0%, 100%);
  font-size: calc(0.66667rem + 0.41667vmin);
  font-weight: 600;
  letter-spacing: 0.35pt;
  line-height: 100%;
  padding: 0 calc((1rem + 2.5vmin) * 0.25) 0.0625rem calc((1rem + 2.5vmin) * 0.25);
}
@media (min-width: 40rem) {
  .tag-label, .tag-label-event, .tag-label-news {
     font-size: calc(0.66667rem + 0.41667vmin);
    height: calc(1rem + 1.25vmin);
    padding: 0 calc((1rem + 1.25vmin) * 0.25) 0.0625rem calc((1rem + 1.25vmin) * 0.25);
  }
}

  .tag-label, .tag-label-event, .tag-label-news {
    border-radius: 1px;
    font-size: 14px;
    height: calc(0.5rem + 1.25vmax);
    padding: 0 calc((0.5rem + 1.25vmax) * 0.25) 0.125rem calc((0.5rem + 1.25vmax) * 0.25);
    color: #5F4D8E;
    border: 1px   #5F4D8E solid;
  }

.tag-label-news {
  background: transparent;
}
.tag-label-event {
  background: transparent;
}
tag-label-event .
.input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: calc(0.5rem + 0.625vmax);
  letter-spacing: 0.35pt;
  line-height: 100%;
  padding-left: 0.5rem;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: white;
  flex-direction: column;
  gap: 0.25rem;
  height: auto;
  padding: 0.25rem;
  width: auto;
  -webkit-box-shadow: 0 1rem 2rem -0.25rem rgba(23, 17, 34, 0.5), 0 2rem 4rem -0.75rem rgba(23, 17, 34, 0.5);
  box-shadow: 0 1rem 2rem -0.25rem rgba(23, 17, 34, 0.5), 0 2rem 4rem -0.75rem rgba(23, 17, 34, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 40rem) {
  .form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*
.form-item.angular {
  border-radius: 0.375rem;
}
.form-item.angular.sm {
  border-radius: calc((5rem + 1.25vmax) * 0.075);
}
.form-item.rounded {
  border-radius: 0.75rem;
}
.form-item.rounded.sm {
  border-radius: calc((1rem + 1.25vmax) * 0.15);
}
.form-item .round {
  border-radius: 2.5rem;
}
.form-item .round.sm {
  border-radius: calc((1rem + 1.25vmax) * 0.5);
}
*/
.border-txt {
  border: solid 0.03125rem #C4C4C4;
}

.border-txt-top {
  border-top: solid 0.03125rem #C4C4C4;
}

.border-txt-left {
  border-left: solid 0.03125rem #C4C4C4;
}

.border-ter {
  border-bottom: solid hsl(35, 40%, 80%) 0.03125rem;
  border-left: solid hsl(35, 40%, 80%) 0.03125rem;
  border-right: solid hsl(35, 40%, 80%) 0.03125rem;
  border-top: solid hsl(35, 40%, 80%) 0.03125rem;
}
.border-ter.vertical {
  border-bottom: solid hsl(35, 40%, 80%) 0.03125rem;
  border-left: 0;
  border-right: 0;
  border-top: solid hsl(35, 40%, 80%) 0.03125rem;
}

.border-blue {
  border-bottom: solid hsl(235, 45%, 80%) 0.03125rem;
  border-left: solid hsl(235, 45%, 80%) 0.03125rem;
  border-right: solid hsl(235, 45%, 80%) 0.03125rem;
  border-top: solid hsl(235, 45%, 80%) 0.03125rem;
}
.border-blue.vertical {
  border-bottom: solid hsl(235, 45%, 80%) 0.03125rem;
  border-left: 0;
  border-right: 0;
  border-top: solid hsl(235, 45%, 80%) 0.03125rem;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: hsl(var(--clr-pri-15)/50%);
  opacity: 1;
}

::-moz-placeholder {
  color: hsl(var(--clr-pri-15)/50%);
  opacity: 1;
}

:-ms-input-placeholder {
  color: hsl(var(--clr-pri-15)/50%);
  opacity: 1;
}

::-ms-input-placeholder {
  color: hsl(var(--clr-pri-15)/50%);
  opacity: 1;
}

::placeholder {
  color: hsl(var(--clr-pri-15)/50%);
  opacity: 1;
}

::-ms-input-placeholder {
  color: hsl(var(--clr-pri-15)/50%);
}

.logo, .logo-white, .big-logo-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 1rem;
  width: auto;
}

.list {
  list-style-position: inside;
}
.list li {
  margin: 0 0 0.5rem 0;
}
.list.plain {
  list-style-type: disc;
}

.sub-list {
  list-style-position: inside;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 1.25rem;
}
.sub-list li {
  margin: 0 0 0.5rem 0;
}
.sub-list.plain {
  list-style-type: disc;
}

.z001 {
  z-index: 1;
}

.z100 {
  z-index: 100;
}

.z666 {
  z-index: 666;
}

.arrow-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  position: relative;
  width: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arrow-ico .arrowhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  position: absolute;
  width: auto;
  -webkit-transform: translate(15%);
  transform: translate(15%);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.arrow-ico .arrowline {
   height: 0.1875rem;
  width: 0;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}


.table-item {
  background: hsl(var(--clr-sec-95)/100%);
   
  overflow: auto;
}
@media (min-width: 40rem) {
  .table-item {
     ;
  }
}

table {
  border-spacing: 0;
}

.table-pri {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  table-layout: auto;
  white-space: nowrap;
  width: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.table-pri th {
  background: #5F4D8E;
  padding: 0.75rem 1rem;
}
.table-pri td {
  padding: 0.75rem 1rem;
   
}
.table-pri td.td-60 {
  width: 60%;
}
.table-pri td.td-50 {
  width: 50%;
}
.table-pri td.td-40 {
  width: 40%;
}
.table-pri td.td-30 {
  width: 30%;
}
.table-pri td.td-20 {
  width: 20%;
}

.table-pri2 {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  table-layout: auto;
  width: 100%;
}
.table-pri2 th {
  background: #5F4D8E;
  padding: 0.75rem 1rem;
}
.table-pri2 td {
  padding: 0.75rem 1rem;
   
}
.table-pri2 td.td-60 {
  width: 60%;
}
.table-pri2 td.td-50 {
  width: 50%;
}
.table-pri2 td.td-40 {
  width: 40%;
}
.table-pri2 td.td-30 {
  width: 30%;
}
.table-pri2 td.td-20 {
  width: 20%;
}



.star {
  list-style-type: "*  ";
  padding: 0 0 0 1rem;
}

.star-2 {
  list-style-type: "**  ";
  padding: 0 0 0 1rem;
}

.item, .item-column, .item-column-into-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-column, .item-column-into-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 80rem) {
  .item-column-into-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.w, .w-50-last, .w-min, .w-16p, .w-20-fixed, .w-24p, .w-32p, .w-30p,.w-48p, .w-64p, .w-128-fixed, .w-256-fixed, .w-max-content, .w-min-content, .w-15, .w-20, .w-25, .w-33, .w-40, .w-50, .w-60, .w-66, .w-75, .w-100, .w-flex-3, .w-flex-2, .w-flex-1 {
  width: auto;
}
.w-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.w-flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.w-flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-66 {
  width: 66%;
}
.w-60 {
  width: 60%;
}
.w-50 {
  width: 50%;
}
.w-40 {
  width: 40%;
}
.w-33 {
  width: 33%;
}
.w-25 {
  width: 25%;
}
.w-20 {
  width: 20%;
}
.w-15 {
  width: 15%;
}
.w-min-content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-256-fixed {
  width: 16rem;
}
.w-128-fixed {
  width: 8rem;
}
.w-64p {
  width: 4rem;
}
.w-48p {
  width: 3rem;
}

.w-30p {
  width: 2rem;
}
.w-32p {
  width: 2rem;
  margin-right: 20px;
}
.w-24p {
  width: 1.5rem;
}
.w-20-fixed {
  width: 1.25rem;
}
.w-16p {
  width: 1rem;
}
.w-min {
  min-width: 6rem;
}
.w-50-last {
  min-width: calc(50% - 3.75vw);
}

.h, .h-custom, .h-16p, .h-24-fixed, .h-32-fixed, .h-48-fixed, .h-64p, .h-160-fixed, .h-256-fixed, .h-max-content, .h-min-content, .h-25, .h-33, .h-50, .h-66, .h-75, .h-100, .h-115, .h-flex-4, .h-flex-3, .h-flex-2, .h-flex-1 {
  height: auto;
}
.h-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.h-flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.h-flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.h-flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.h-115 {
  height: 115%;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-66 {
  height: 66%;
}
.h-50 {
  height: 50%;
}
.h-33 {
  height: 33%;
}
.h-25 {
  height: 25%;
}
.h-min-content {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.h-max-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-256-fixed {
  height: 16rem;
}
.h-160-fixed {
  height: 10rem;
}
.h-64p {
  height: 4rem;
}
.h-48-fixed {
  height: 3rem;
}
.h-32-fixed {
  height: 2rem;
}
.h-24-fixed {
  width: 1.5rem;
}
.h-16p {
  height: 1rem;
}
.h-custom {
  height: 18.7vw;
}

.square {
  aspect-ratio: 1/1;
}

.rect-2-1 {
  aspect-ratio: 2/1;
}

.rect-3-1 {
  aspect-ratio: 3/1;
}

.rect-3-2 {
  aspect-ratio: 3/1;
}
@media (min-width: 40rem) {
  .rect-3-2 {
    aspect-ratio: 3/2;
  }
}

.rect-nyse {
  aspect-ratio: 2.53125/1;
}

.rect-5-3 {
  aspect-ratio: 5/3;
}

.underline {
  text-decoration: underline;
}

.book-item {
  bottom: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.of-visible {
  overflow: visible;
}

.custom-list {
  padding-left: 1.25rem;
}
.custom-list > li {
  list-style: url("/hcf/assets/check.png");
  padding-left: 1.25rem;
}
.custom-list > li.margin {
  margin: 0;
}

.custom-list-red {
  padding-left: 1.25rem;
}
.custom-list-red > li {
  list-style: url("/hcf/assets/bullet-red-ico.svg");
  padding-left: 1.25rem;
}
.custom-list-red > li.margin {
  margin: 1rem 0 0 0;
}

.custom-list-black {
  padding-left: 1.25rem;
}
.custom-list-black > li {
   
  padding-left: 1.25rem;
}
.custom-list-black > li.margin {
  margin: 1rem 0 0 0;
}

.table-like {
  display: table-cell;
}

.height-auto {
  height: auto;
}

.min-h {
  min-height: 4rem;
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 18rem;
  width: 100%;
}

.fake-line {
  line-height: 97%;
  visibility: hidden;
}

.dotted-line {
  border-bottom: 0.03125rem dashed hsl(var(--clr-pri-15)/100%);
}

.dashed-line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, hsl(var(--clr-pri-15)/50%)), color-stop(25%, hsl(var(--clr-pri-15)/0%)));
  background-image: linear-gradient(to right, hsl(var(--clr-pri-15)/50%) 25%, hsl(var(--clr-pri-15)/0%) 25%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.0625rem;
}

.txt-btn {
  color: hsl(var(--clr-sec-50)/100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 133%;
  text-decoration: underline;
}
@media (min-width: 80rem) {
  .txt-btn {
    text-decoration: none;
  }
  .txt-btn:hover {
    text-decoration: underline;
  }
}

.txt-btn-light {
  color: hsl(var(--clr-sec-75)/75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  text-decoration: none;
}
.txt-btn-light:hover {
  color: hsl(var(--clr-sec-90)/75%);
  text-decoration: underline;
}

.txt-btn-sec {
  color: hsl(var(--clr-sec-80)/100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 150%;
  text-decoration: none;
}
.txt-btn-sec:hover {
  color: #5F4D8E;
  text-decoration: underline;
}

.form-claster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .form-claster {
    gap: 4rem;
  }
}

.form-box, .form-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 40rem) {
  .form-box, .form-box2 {
    gap: 2rem;
    padding: 3rem;
  }
}
@media (min-width: 80rem) {
  .form-box {
    padding: 10vw;
  }
}

.contact-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  padding-left: 14px;
  position: relative;
}
.contact-label:before {
  color: hsl(var(--clr-pri-45)/100%);
  content: "*";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.input-box, .input-box-100, .input-box-50 {
  display: grid;
  gap: 0.75rem;
  grid-template-rows: auto;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 80rem) {
  .input-box, .input-box-100, .input-box-50 {
    gap: 0;
    grid-template-columns: 20% 60%;
  }
}
@media (min-width: 40rem) {
  .input-box-50 {
    gap: 0;
    grid-template-columns: 20% 60%;
  }
}
.input-box-100 {
  gap: 2rem;
}
@media (min-width: 80rem) {
  .input-box-100 {
    gap: 0;
    grid-template-columns: 25% 50%;
  }
}

.radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 100%;
  padding-left: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.radio-btn input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.radio-input {
  background-color: white;
  border-radius: 50%;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 15px;
  -webkit-box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-15)/100%) inset;
  box-shadow: 0 0 0 0.0625rem hsl(var(--clr-pri-15)/100%) inset;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.radio-btn:hover input ~ .radio-input {
   
}

.radio-input:after {
  content: "";
  display: none;
  position: absolute;
}

.radio-btn input:checked ~ .radio-input:after {
  display: block;
}

.radio-btn .radio-input:after {
  background: hsl(var(--clr-pri-45)/100%);
  border-radius: 50%;
  height: 9px;
  left:  3px;
  top: 3px;
  width: 9px;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 40rem) {
  .radio-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2rem;
  }
}
@media (min-width: 80rem) {
  .radio-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.form-label {
  line-height: 100%;
  padding-right: 12px;
  position: relative;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form-label:after {
  color: hsl(var(--clr-pri-45)/100%);
  content: "*";
    font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-label-nr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
  position: relative;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.input-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsl(0, 0%, 100%);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  padding: 0 1.25rem;
  -webkit-box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
   box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.input-form:focus {
  outline: none;
   
}

.textarea {
  aspect-ratio: 1/1;
  background: hsl(0, 0%, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-size: calc(0.91666625rem + 0.41667vmin);
  font-weight: 400;
  padding: 1.25rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
   box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
  resize: none;
}
@media (min-width: 40rem) {
  .textarea {
    aspect-ratio: 2/1;
  }
}
.textarea:focus {
  outline: none;
  
}

.terms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 40rem) {
  .terms-box {
    gap: 1.5rem;
    padding: 3rem;
  }
}
@media (min-width: 80rem) {
  .terms-box {
    gap: 1.5rem;
    padding: 3rem;
  }
}

.checkbox-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 133%;
  padding-left: 2rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.checkbox-btn input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.checkbox-input {
  background: white;
  border-radius: 0.25rem;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  -webkit-box-shadow: 0 0 0 0.0625rem #C4C4C4 inset;
  box-shadow: 0 0 0 0.0625rem #C4C4C4 inset;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
   
}

.checkbox-btn:hover input ~ .checkbox-input {
   
   
}

.checkbox-input:after {
  content: "";
  display: none;
  position: absolute;
}

.checkbox-btn input:checked ~ .checkbox-input:after {
  display: block;
}

.checkbox-btn .checkbox-input:after {
  border: solid hsl(var(--clr-pri-45)/100%);
  border-width: 0 3px 3px 0;
  height: 13px;
  left: 8px;
  top: 4px;
  width: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=submit] ,.p-contact-agreement__submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;   
   -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-self: center;
  background: transparent;
  color:  #5F4D8E;
  height: 45px;
  width: 250px;
  border: 1px solid #5F4D8E;
   
}

input[type=submit]:hover {
        background: #5F4D8E;
        color:  #fff;  
  }


@media (min-width: 40rem) {
  input[type=submit] {
       width: 80%;
  }
}
@media (min-width: 80rem) {
  input[type=submit]:hover {
  
  }
  input[type=submit]:active {
     
  }
  .btn-seminar input[type=submit]:hover {
        background: #fff; 
        color:  #5F4D8E;
  }
}

.stripe, .stripe-event, .stripe-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 100%;
}
.stripe-news {
  background: hsl(var(--clr-pri-40)/100%);
}
.stripe-event {
  background: hsl(var(--clr-sec-40)/100%);
}

.article-img {
  aspect-ratio: 3/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5rem 7.5vmin;
}
@media (min-width: 40rem) {
  .hero-box {
    padding: 5rem 10vmin 5rem 10vmin;
  }
}
@media (min-width: 80rem) {
  .hero-box {
    padding: 60px 10vw calc(2rem + 2.5vw) 10vw;
  }
}
.hero-box .hero-claim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: calc(0.75rem + 3.75vmin);
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (min-width: 40rem) {
  .hero-box .hero-claim {
    font-size: 50px;
    
     
  }
}
@media (min-width: 80rem) {
  .hero-box .hero-claim {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
  }
}
.hero-box .hero-body {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: calc(0.75rem + 1.25vmin);
  line-height: 150%;
  text-align: center;
}
@media (min-width: 40rem) {
  .hero-box .hero-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(0.75rem + 1.25vmin);
  }
}
@media (min-width: 80rem) {
  .hero-box .hero-body {
    font-size: 20px;
    font-weight: 400;
  }
}
.hero-box #stars {
  display: none;
}
@media (min-width: 40rem) {
  .hero-box #stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  height: 4rem;
   
   
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 666;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: text;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsl(var(--clr-n-90)/100%)), to(hsl(var(--clr-n-50)/100%)));
  background-image: linear-gradient(to bottom, hsl(var(--clr-n-90)/100%) 50%, hsl(var(--clr-n-50)/100%) 100%);
  background-size: 100%;
  cursor: pointer;
   
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: #000000;
  -webkit-clip-path: inset(1px);
  clip-path: inset(1px);
  -moz-text-fill-color: transparent;
}
@media (min-width: 80rem) {
  .home-btn {
    display: none;
  }
}

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
   
  text-align: center;
}
@media (min-width: 40rem) {
  .title-box {
    font-size: calc(1rem + 5vmin);
    padding: 5rem 0;
  }
}
@media (min-width: 80rem) {
  .title-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.blog-image-area {
    width: 100%;
    height: 550px;
}
.blog-image {
    width: 100%;

}


.shd-primary {
  -webkit-box-shadow: 0 0 0 0.03125rem hsl(var(--clr-sec-50)/50%) inset, 0 1rem 0.75rem -0.5rem hsl(var(--clr-sec-35)/10%), 0 3rem 6rem 0 hsl(var(--clr-sec-35)/10%);
  box-shadow: 0 0 0 0.03125rem hsl(var(--clr-sec-50)/50%) inset, 0 1rem 0.75rem -0.5rem hsl(var(--clr-sec-35)/10%), 0 3rem 6rem 0 hsl(var(--clr-sec-35)/10%);
}

.hp-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;   
  gap: 7.5vmin;
  overflow: hidden;
  padding: 7.5vmin;
}
@media (min-width: 40rem) {
  .hp-service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5vmin;
    height: auto;
    padding: 5vmin;
  }
}
@media (min-width: 80rem) {
  .hp-service-box {
    gap: 1.25vw;
    padding: 10px;
  }
.hp-service-box.iconarea {
    height: 100%;
    }
}
.hp-service-box .service-icon {
  background: transparent;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   width: 64px; 
  overflow: hidden;
  filter: grayscale(30%);
}
.hp-service-box .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5vmin;
  text-align: left;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 40rem) {
  .hp-service-box .service-content {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2.5vmin;
  }
}
@media (min-width: 80rem) {
  .hp-service-box .service-content {
    gap: 1.25vw;
  }
}
.hp-service-box .service-caption {
  display: none;
}
@media (min-width: 40rem) {
  .hp-service-box .service-caption {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
   gap: 20px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 40rem) {
  .service-box {
    gap: 2.5vmin;
    padding: 5vmin;
  }
}
@media (min-width: 80rem) {
  .service-box {
    gap: 1.25vw;
    padding: 2.5vw;
  }
}
.service-box .service-icon {
  background: transparent;  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   
   
  width: 64px; 
  overflow: hidden;
}
.service-box .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .service-box .service-content {
    gap: 2.5vmin;
  }
}
@media (min-width: 80rem) {
  .service-box .service-content {
    gap: 1.25vw;
  }
}

.title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .title-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.title-row .title {
  font-size: calc(1.33333rem + 0.83333vmin);
  font-weight: 600;
  line-height: 133%;
  text-align: center;
}
@media (min-width: 40rem) {
  .title-row .title {
    font-size: calc(1.33333rem + 0.83333vmin);
    line-height: 133%;
    text-align: left;
  }
}
@media (min-width: 80rem) {
  .title-row .title {
    font-size: 24px;
  }
}
.title-row .number {
  line-height: 200%;
}
@media (min-width: 40rem) {
  .title-row .number {
    line-height: 100%;
  }
}

.cases-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .cases-box {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .cases-box {
    gap: 10vw;
  }
}

.data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media (min-width: 40rem) {
  .data-box {
    gap: 1.5rem;
  }
}

.case-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 40rem) {
  .case-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.link-n-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 40rem) {
  .link-n-caption {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.data-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 40rem) {
  .data-group {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.case-divider {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, hsl(var(--clr-pri-15)/50%)), color-stop(25%, hsl(var(--clr-pri-15)/0%)));
  background-image: linear-gradient(to right, hsl(var(--clr-pri-15)/50%) 25%, hsl(var(--clr-pri-15)/0%) 25%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 0.5rem 0.0625rem;
  flex: 1;
  height: 1rem;
}
@media (min-width: 40rem) {
  .case-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.case-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 7.5vmin;
  width: 100%;
  -webkit-box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
  box-shadow: 0 0 0 0.03125rem #C4C4C4 inset;
}
@media (min-width: 40rem) {
  .case-description {
    gap: 7.5vmin;
    padding: 10vmin;
  }
}
@media (min-width: 80rem) {
  .case-description {
    gap: 2.5vw;
    padding: 5vw;
  }
}

.case-reference-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 40rem) {
  .case-reference-mobile {
    display: none;
  }
}

.case-reference {
  bottom: 1rem;
  display: none;
  gap: 0.25rem;
  left: 1rem;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .case-reference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.title-n-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 40rem) {
  .title-n-warning {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.warning-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 40rem) {
  .warning-msg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.book-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
   width: 100%;
   color: #000000;
}
@media (min-width: 80rem) {
  .book-box {
   }
}
@media (min-width: 80rem) {
  .book-box {
   }
}

.book-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 80rem) {
  .book-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4rem;
  }
}

.book-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 80rem) {
  .book-copy {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ceo-box {
  display: grid;
  gap: 2rem;
  grid-template-areas: "pos" "info" "img";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
}
@media (min-width: 80rem) {
  .ceo-box {
    grid-template-areas: "pos img info";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}

.ceo-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: pos;
  width: 100%;
}

.ceo-img {
  aspect-ratio: 5/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: img;
  overflow: visible;
  position: relative;
  width: 100%;
}
@media (min-width: 80rem) {
  .ceo-img {
    height: 100%;
  }
}

.ceo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: info;
  width: 100%;
}
@media (min-width: 80rem) {
  .ceo-info {
    padding-bottom: 4rem;
  }
}

.logo-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
@media (min-width: 80rem) {
  .logo-xl {
    width: 50%;
  }
}

.hp-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 10vmin 7.5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-about {
    gap: 10vmin;
    padding: 10vmin 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .hp-about {
    gap: 5vw;
    padding: 10vw;
  }
}

.hp-ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  padding-top: 90px;
}
@media (min-width: 40rem) {
  .hp-ceo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hp-ceo .part-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 10vmin 7.5vmin 7.5vmin 7.5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-ceo .part-a {
    gap: 5vmin;
    padding: 10vmin 0 10vmin 7.5vmin;
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .hp-ceo .part-a {
    gap: 5vw;
    padding: 10vw 0 10vw 10vw;
  }
}
.hp-ceo .part-a .cta {
  display: none;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-ceo .part-a .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.hp-ceo .part-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 0 7.5vmin 20vmin 7.5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-ceo .part-b {
    gap: 0;
    padding: 0;
    width: 50%;
  }
}
.hp-ceo .part-b .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 40rem) {
  .hp-ceo .part-b .cta {
    display: none;
  }
}

.hp-video {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  padding-top: 0px;
}
@media (min-width: 40rem) {
  .hp-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 7.5vmin;
  }
}
.hp-video .part-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 10vmin 7.5vmin 7.5vmin 7.5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-video .part-a {
    gap: 5vmin;
    padding: 0 5vw 0 10vw;
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .hp-video .part-a {
    gap: 5vw;
    padding: 0 5vw 0 10vw;
  }
}
.hp-video .part-a .cta {
  display: none;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-video .part-a .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
}
.hp-video .part-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 0 7.5vmin 20vmin 7.5vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-video .part-b {
    gap: 0;
    padding: 0 0 7vmin 0;
    width: 50%;
  }
}
.hp-video .part-b .video-hp {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 40rem) {
  .hp-video .part-b .video-hp {
    width: 560px;
    height: 315px;
  }
}

.hp-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  padding: 0 7.5vmin 7.5vmin 7.5vmin;
  background: #37507A;
}
@media (min-width: 40rem) {
  .hp-book {
    gap: 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .hp-book {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10vw;
    padding: 0 10vw;
  }
}
.hp-book .img {
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  position: relative;
  width: 100%;
}
@media (min-width: 80rem) {
  .hp-book .img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    aspect-ratio: auto;
    flex: 1;
  }
}
.hp-book .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  gap: 2rem;
  padding: 0;
}
@media (min-width: 80rem) {
  .hp-book .content {
    gap: 2.5vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5vw 0;
  }
}
.hp-book .content .amazon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .hp-book .content .amazon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.hp-rtb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 40rem) {
  .hp-rtb {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .hp-rtb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10vw;
  }
}
.hp-rtb .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10vmin;
  text-align: center;
}
@media (min-width: 40rem) {
  .hp-rtb .left-side {
    gap: 5vmin;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 80rem) {
  .hp-rtb .left-side {
    gap: 5vmin;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
.hp-rtb .left-side .cta {
  display: none;
  width: 100%;
}
@media (min-width: 80rem) {
  .hp-rtb .left-side .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.hp-rtb .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  gap: 10vmin;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 40rem) {
  .hp-rtb .right-side {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .hp-rtb .right-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.75vw;
  }
}
.hp-rtb .right-side .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  width: 100%;
}
@media (min-width: 40rem) {
  .hp-rtb .right-side .content {
    gap: 7.5vmin;
  }
}
@media (min-width: 80rem) {
  .hp-rtb .right-side .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 3.75vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    text-align: left;
  }
}
.hp-rtb .right-side .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 80rem) {
  .hp-rtb .right-side .cta {
    display: none;
  }
}

.hp-cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10vmin;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 40rem) {
  .hp-cases {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .hp-cases {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 180px;
  }
}
.hp-cases .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 10vmin;
  text-align: center;
}
@media (min-width: 40rem) {
  .hp-cases .left-side {
    gap: 5vmin;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 80rem) {
  .hp-cases .left-side {
    gap: 5vmin;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    width: 40%;
  }
}
.hp-cases .left-side .cta {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 80rem) {
  .hp-cases .left-side .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.hp-cases .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  gap: 10vmin;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media (min-width: 40rem) {
  .hp-cases .right-side {
    gap: 10vmin;
  }
}
@media (min-width: 80rem) {
  .hp-cases .right-side {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 360px;
  }
}
.hp-cases .right-side .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.left-side{
  margin-top: 80px;
}

#rtb .cta{
  margin-bottom: 80px;
  margin-top: 40px;
  justify-content: center;
  display: flex;
}
@media (min-width: 80rem) {
  .hp-cases .right-side .content {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: auto;
    justify-content: space-between;
    text-align: left;
    margin: 20px auto;
    width: 80%;
  }

  .img-home-cases-1 {
    margin-bottom: 180px;
  }
}
.hp-cases .right-side .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 80rem) {
  .hp-cases .right-side .cta {
    /* display: none; */
  }
}



  #pressroom {
    text-align: left;
  }


.ai-end .font-17{
  text-transform: uppercase;
  font-family: 'Inter';
}

.no-phone {
  display: none;
}
@media (min-width: 40rem) {
  .no-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 900;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (min-width: 80rem) {
  nav {
    height: calc(2rem + 2.5vmax);
    width: auto;
  }
}
nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 900;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 4rem;
  padding: 1rem 1rem 0 0;
  width: 0;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  background: white;
  width: 100vw;
  height: 100px;

  padding-top: 100px;
}
@media (min-width: 80rem) {
  nav .nav-box {
    height: 110px; /* calc(2rem + 2.5vmax); */
    padding: 0;
    width: 100vw;
  }
}
nav .nav-box .nav-content {
  background: #ffffff;  
   
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (min-width: 80rem) {
  nav .nav-box .nav-content {
    border-radius: 0;
    overflow: visible;
  }
}

.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: calc(0.5rem + 0.625vw);
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 80rem) {
  .desktop-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .desktop-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: 73%;
    padding-right: 80px;
  }
  .desktop-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .desktop-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
    text-decoration: none;
  }
  .desktop-nav ul li a > p {
    background-clip: text;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--clr-n-100)/100%)), to(hsl(var(--clr-n-50)/100%)));
    background-image: linear-gradient(to bottom, hsl(var(--clr-n-100)/100%) 0%, hsl(var(--clr-n-50)/100%) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;*/
    font-size: 16px;
  }
  .desktop-nav ul li a .item {
    rotate: 90deg;
    stroke: hsl(var(--clr-n-65)/75%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 80rem) and (min-width: 80rem) {
  .desktop-nav ul li:hover a > p {
    
  }

  .desktop-nav ul li:hover a > p:hover {
    color: #5F4D8E;
  }

  .desktop-nav ul li:hover a > .item {
    rotate: 270deg;
    stroke: hsl(var(--clr-n-100)/100%);
  }
  .desktop-nav ul li:hover .dropdown-menu {
    opacity: 1;
    top: 2rem;
    visibility: visible;
  }
}

.dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  top: 3.125vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 0;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: -10px;
  margin-top: 25px;
}
.dropdown-menu .pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  fill: hsl(var(--clr-pri-30));
}
.dropdown-menu .dropdown-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: #ffffff;
  color: #000000;
  flex-direction: column;
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s ease;
  z-index: 999;
  border-radius: 1px;
  margin-left: 15px;
}
.dropdown-menu .dropdown-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 39px;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-radius: 0.25rem;
  justify-content: flex-start;
  padding: 0.5rem 1rem;

}
.dropdown-menu .dropdown-box a div > p {
  color: #000000;
}
@media (min-width: 80rem) {
  .dropdown-menu .dropdown-box a:hover {
     color: #5F4D8E;
  }
  .dropdown-menu .dropdown-box a:hover p {
     color: #5F4D8E;
  }
}

.nav-side, .nav-side-bottom, .nav-side-right, .nav-side-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 15%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-side-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav-side-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nav-side-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  height: auto;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 35px;
  z-index: 999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 43px;
  width: 46px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  cursor: pointer;
  justify-content: space-between;
   
}
@media (min-width: 80rem) {
  .burger-btn {
    display: none;
  }


}



.burger-btn div {
  background: #000;
  border-radius: 0.125rem;
  height: 0.1875rem;
  width: 46px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

#toggler {
  display: none;
}
#toggler:checked ~ .burger-btn > div:nth-of-type(1) {
  transform: rotate(45deg) translate3d(15%, -45%, 0);
  width: 100%;
  -webkit-transform: rotate(45deg), translate3d(15%, -45%, 0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: #000;
}
#toggler:checked ~ .burger-btn > div:nth-of-type(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #000;
}
#toggler:checked ~ .burger-btn > div:nth-of-type(3) {
  transform: rotate(-45deg) translate3d(15%, 45%, 0);
  width: 100%;  
  -webkit-transform: rotate(-45deg) translate3d(15%, 45%, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: #000;
}
#toggler:checked ~ .nav-box {
  height: 100dvh;
  padding: 1rem;
  width: 100vw;
}
@media (min-width: 40rem) {
  #toggler:checked ~ .nav-box {
    height: 100vh;
    width: calc(50vw + 1rem);
  }
}
#toggler:checked ~ .nav-box > .nav-content > .mobile-nav {
  -webkit-transition-delay: 0.33s;
  opacity: 1;
  top: 0;
  transition-delay: 0.33s;
  visibility: visible;
}
#toggler:checked ~ .mobile-nav-mask {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 80rem) {
  #toggler:checked ~ .nav-box {
    height: 110px;
    padding: 0;
    width: 100vw;
  }
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 30px;
  position: absolute;
  top: 25vh;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;   
}

.nav-content::-webkit-scrollbar, .mobile-nav::-webkit-scrollbar, .nav-box::-webkit-scrollbar {
  display: none;
}
@media (min-width: 40rem) {
  .mobile-nav {
    padding: 3.5rem 5vmin 5vmin 5vmin;
  }
}
@media (min-width: 80rem) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .mobile-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-nav .mobile-nav-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  width: 100%;
}
.mobile-nav .mobile-nav-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 41px;
  width: 80%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mobile-nav .mobile-nav-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 100%;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.mobile-nav .mobile-nav-content ul li a > p {
  background-clip: text;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
 }

.mobile-nav-mask {
  backdrop-filter: blur(8px);
  background-color: hsl(var(--clr-n-90)/33%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 800;
  -webkit-backdrop-filter: blur(8px);
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media (min-width: 80rem) {
  .mobile-nav-mask {
    display: none;
  }
}

.btn, .btn-txt, .btn-plain, .btn-primary, .btn-primary-dark, .btn-primary-light-black, .btn-primary-light-purple, .btn-light-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  height: 100%;
  max-height: 4rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 40rem) {
  .btn, .btn-txt, .btn-plain, .btn-primary, .btn-primary-dark, .btn-primary-light-black, .btn-primary-light-purple, .btn-light-blue {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.btn-primary, .btn-primary-dark, .btn-primary-light-black, .btn-primary-light-purple, .btn-light-blue {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-radius: 0.5rem;
  justify-content: space-between;
  padding: 0 1.5rem 0 1.5rem;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.btn-primary-light-black, .btn-primary-light-purple, .btn-light-blue {
  border: 1px white solid;
  border-radius: 1px;
  color: white;
  font-size: 14px;   
  padding: 15px;
  text-transform: uppercase;
  height: 40px;
  width: auto;

}
.cta .btn-light-blue {
  color:#000;
  border: 1px #000 solid;
}
.btn-light-blue:hover{
  color: #2F4858;
    background-color: #ffffff;
}

.btn-primary-light-black:hover{
    color: #000000;
    background-color: #ffffff;
}

.btn-primary-light-purple:hover{
    color: #5F4D8E;
    background-color: #ffffff;
}

.btn-primary-light-black .arrowhead {
  stroke: hsl(var(--clr-sec-10));
}
.btn-primary-light-black .arrowline {
  background: hsl(var(--clr-sec-10));
}
.btn-primary-dark {
  border: 1px black solid;
  border-radius: 2px;
  background: transparent;
  color: #000000;
  height: 40px; /* 4rem; */
  text-transform: uppercase;
  width: auto;
  
}
.btn-primary-dark .arrowhead {
  stroke: hsl(var(--clr-n-100));
}
.btn-primary-dark .arrowline {
  background: hsl(var(--clr-n-100));
}
@media (min-width: 80rem) {
  .btn-primary:hover, .btn-primary-light-black:hover, .btn-primary-light-purple:hover, .btn-primary-dark:hover {
    gap: 0.5rem;
    
  }

  .btn-primary:hover,   .btn-primary-dark:hover {
    
    color: #fff;
    background-color: #000000;
  }


  .btn-primary:hover .arrowhead, .btn-primary-light-black:hover .arrowhead, .btn-primary-light-purple:hover .arrowhead, .btn-primary-dark:hover .arrowhead {
    -webkit-transform: translate(55%);
    transform: translate(55%);
  }
  .btn-primary:hover .arrowline, .btn-primary-light-black:hover .arrowline, .btn-primary-light-purple:hover .arrowline, .btn-primary-dark:hover .arrowline {
    width: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .btn-primary:active, .btn-primary-light-black:active, .btn-primary-light-purple:active, .btn-primary-dark:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.btn-plain {
  padding: 0 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-radius: 0.375rem;
  justify-content: center;
}
@media (min-width: 80rem) {
  .btn-plain {
    padding: 0 1rem;
  }
}
.btn-plain.ghost {
  background: #ffffff; 
  border: 1px #000000 solid;
  border-radius: 0px;
}
.btn-plain.ghost > p {
  color: #000000;
  
}
@media (min-width: 80rem) {
  .btn-plain.ghost:hover {
    background: #000000;
    
     
  }
  .btn-plain.ghost:hover > p {
     color: #ffffff;
  }
  .btn-plain.ghost:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
}
.btn-plain.yellow {
  background: transparent;
  color: #ff9900;
  height: 45px;
  width: 150px;
   
  font-size: 14px;
  border-radius: 1px;
  border: 2px #f90 solid;
}

.btn-plain.yellow:hover {
    background: #ff9900;
    color: #fff;
  }

@media (min-width: 80rem) {
  .btn-plain.yellow:hover {
    background: #ff9900;
    color: #fff;
  }
  .btn-plain.yellow:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
  }
}
.btn-txt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 0.5rem;
  justify-content: flex-start;
  min-width: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn-txt > p {
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--clr-n-100)/100%)), to(hsl(var(--clr-n-50)/100%)));
  background-image: linear-gradient(to bottom, hsl(var(--clr-n-100)/100%) 0%, hsl(var(--clr-n-50)/100%) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (min-width: 80rem) {
  .btn-txt:hover > p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--clr-n-100)/100%)), to(hsl(var(--clr-n-100)/100%)));
    background-image: linear-gradient(hsl(var(--clr-n-100)/100%) 0%, hsl(var(--clr-n-100)/100%) 100%);
  }
  .btn-txt:hover > svg stop:first-child {
    stop-color: white;
  }
  .btn-txt:hover > svg stop:last-child {
    stop-color: white;
  }
}

.txt-link, .txt-link-75, .txt-link-75-sm, .txt-link-46 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  min-height: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 80rem) {
  .txt-link, .txt-link-75, .txt-link-75-sm, .txt-link-46 {
    min-height: auto;
  }
  .txt-link:hover, .txt-link-75:hover, .txt-link-75-sm:hover, .txt-link-46:hover {
    color: hsl(var(--clr-n-100)/100%);
    text-decoration: underline;
  }
  .txt-link:hover > div, .txt-link-75:hover > div, .txt-link-75-sm:hover > div, .txt-link-46:hover > div {
    stroke: hsl(var(--clr-n-100)/100%);
  }
}
.txt-link-46 {
  color: hsl(var(--clr-n-46)/100%);
}
.txt-link-75, .txt-link-75-sm {
  color: hsl(var(--clr-sec-80)/100%);
}
.txt-link-75 > div{
    stroke: #ffffff;
    
}

.footer-box .item{
  width: 16px;
}

.txt-link-75-sm > div {
  stroke: hsl(var(--clr-sec-80)/100%);
}


.txt-link-75-sm {
  gap: 0.75rem;
}

.some-box-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  height: auto;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.some-btn {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
}
.some-btn stop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.some-btn path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 80rem) {
  .some-btn {
    padding: 0;
    width: 3rem;
  }
}

.signet-box {
  aspect-ratio: 1.875/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15vmin;
  padding: 15vmin 7.5vmin;
  width: 100%;
  color: #fff !important;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.footer-box a{
  color: #fff !important;
  margin: auto;
}


@media (min-width: 40rem) {
  .footer-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 7.5vmin;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8vmin 10vmin;
  }
}
@media (min-width: 80rem) {
  .footer-box a{
    margin: unset;
  }


  .footer-box {
    gap: 5vw;
    padding-bottom: 5vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5vw;
  }
}

.footer-logo {
   
}
@media (min-width: 80rem) {
  .footer-logo {
     
  }
}

.footer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15vmin;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (min-width: 80rem) {
  .footer-content {
     
  }
}

.footer-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2rem;
}

.footer-menu, .footer-contact, .footer-logo {
   width: 100%;
}

.footer-logo .logo-white{
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .footer-menu {
     
  }
}

.footer-contact {
   
}

.footer-logo{

}

.footer-menu a{
  text-align: center;
  display: contents;
}

.footer-contact {
    text-align: center;
  }

@media (min-width: 40rem) {
  

}
@media (min-width: 80rem) {
  .footer-menu a{
    text-align: left;
  }
  .footer-menu, .footer-contact, .footer-logo {
     width: 30%;
  }

  .footer-logo .logo-white{
   margin-left: -25px;
  }
  .footer-contact {
    text-align: left;
  }
}
.footer-contact .contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-bottom: 10px;
}
.footer-contact .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
   
}
@media (min-width: 80rem) {
  .footer-contact .contact-links {
    gap: 1rem;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1.75rem 1.75rem 1.75rem;
}
@media (min-width: 40rem) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
  }
}
@media (min-width: 80rem) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 10vw;
  }
}

.some-box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  max-width: 30rem;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 80rem) {
  .some-box-footer {
    gap: 2rem;
    max-width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 80rem) {
  #line-btn-footer:hover #line-ico stop:first-child {
    stop-color: #09DD48;
  }
  #line-btn-footer:hover #line-ico stop:last-child {
    stop-color: #07B53B;
  }
  #line-btn-footer:hover #line-ico .line-name {
    fill: white;
  }
}

@media (min-width: 80rem) {
  #x-btn-footer:hover #x-ico stop:first-child {
    stop-color: white;
  }
  #x-btn-footer:hover #x-ico stop:last-child {
    stop-color: white;
  }
}

@media (min-width: 80rem) {
  #yt-btn-footer:hover #yt-ico stop:first-child {
    stop-color: #FF3333;
  }
  #yt-btn-footer:hover #yt-ico stop:last-child {
    stop-color: #FF0000;
  }
  #yt-btn-footer:hover #yt-ico .play-shape {
    fill: white;
  }
}

@media (min-width: 80rem) {
  #fb-btn-footer:hover #fb-ico stop:first-child {
    stop-color: #3E8DF4;
  }
  #fb-btn-footer:hover #fb-ico stop:last-child {
    stop-color: #1877F2;
  }
  #fb-btn-footer:hover #fb-ico .fb-shape {
    fill: white;
  }
}

.logo-box {
  aspect-ratio: 3.68125/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.logo-box-footer {
  aspect-ratio: 3.68125/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
}

.logo-box-mobile {
  aspect-ratio: 175/58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  left: 1.5rem;
  overflow: visible;
  position: fixed;
  top: 10px;
  z-index: 900;
  background: #ffffff;
  /*background-image: url("/hcf/assets/hcf-logo-footer.svg");
  background-repeat: no-repeat;
  background-size: cover; */
}

.service-1 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-2 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-3 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-4 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-4.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-5 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-5.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-6 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-6.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-7 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-7.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-8 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/service-8.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services-img-1 {
  aspect-ratio: 3/2;
  background-image: url("/hcf/assets/services-img-1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services-img-2 {
  aspect-ratio: 3/2;
  background-image: url("/hcf/assets/services-img-2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services-img-3 {
  aspect-ratio: 3/2;
  background-image: url("/hcf/assets/services-img-3.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services-img-4 {
  aspect-ratio: 3/2;
  background-image: url("/hcf/assets/services-img-4.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ceo-hp {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/ceo.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: visible;
  filter: grayscale(20%);
}

.ceo {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/ceo-2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
  overflow: visible;
  transform: translate(-50%);
}
@media (min-width: 40rem) {
  .ceo {
    height: 100%;
  }
}
@media (min-width: 80rem) {
  .ceo {
    height: 150%;
  }
}

.book {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
  aspect-ratio: 3/2;
  background-image: url("/hcf/assets/book-img.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120%;
  overflow: visible;
  transform: translate(-50%);
}
@media (min-width: 40rem) {
  .book {
    height: 110%;
  }
}

.img-home-rtb-1 {
  background-image: url("/hcf/assets/rtb-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  filter: grayscale(90%);
}

.img-home-rtb-2 {
  background-image: url("/hcf/assets/rtb-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   filter: grayscale(90%);
  width: 100%;
}

.img-home-rtb-3 {
  background-image: url("/hcf/assets/rtb-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   filter: grayscale(90%);
  width: 100%;
}

.img-home-cases-1 {
  aspect-ratio: 7.1/1;
  background-image: url("/hcf/assets/hcf-logo-new.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  margin: auto;
}

.img-home-cases-2 {
  background-image: url("/hcf/assets/yst-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.star-full {
  background-image: url("/hcf/assets/star-full.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
}

.star-empty {
  background-image: url("/hcf/assets/star-empty.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
}

.amazon-logo {
  background-image: url("/hcf/assets/amazon-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 93px;
}

.amazon-logo-black{
  background-image: url("/hcf/assets/Amazon_logo.svg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 93px;
}

.warning-ico {
  background-image: url("/hcf/assets/warning-ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.25rem;
  min-width: 1rem;
  width: 1rem;
}

.hc-logo {
  background-image: url("/hcf/assets/hc-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.yst-logo {
  background-image: url("/hcf/assets/yst-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.img-home-cases-3 {
  background-image: url("/hcf/assets/yst-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.medirom-logo {
  background-image: url("/hcf/assets/medirom-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.pd-logo {
  background-image: url("/hcf/assets/pd-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.lre-logo {
  background-image: url("/hcf/assets/lre-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.wrte-logo {
  background-image: url("/hcf/assets/wrte-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.ew-logo {
  background-image: url("/hcf/assets/ew-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.ali-logo {
  background-image: url("/hcf/assets/ali-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.nlh-logo {
  background-image: url("/hcf/assets/nlh-logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.hcf-logo-xl {
  aspect-ratio: 3.6697247706/1;
  background-image: url("/hcf/assets/hcf-logo-xl.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.img-about {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/ceo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
}

.img-about-2 {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/ceo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
}

.the-book {
  aspect-ratio: 1/1.51;
  background-image: url("/hcf/assets/book-cover.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.img-placeholder {
  background-image: url("/hcf/assets/picture-placeholder.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.logo {
  aspect-ratio: 3.68125/1;
  background-image: url("/hcf/assets/hcf-logo-new.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px; /* 100%; */
  margin: auto 0;
  /* display: none; */
}



.logo-white, .big-logo-white{
  aspect-ratio: 3.68125/1;
  background-image: url("/hcf/assets/hcf-logo-footer.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px; /* 100%; */
  margin: auto 0;
  margin-left: -25px;
}

@media (min-width: 80rem) {

  .logo{
    display: block;
  }

  .big-logo-white{
    height:   85px;  
  }
}

.arrow-icon {
  background-image: url("/hcf/assets/arrow-ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
   
  display: none;
  height: 100%;
  width: 100%;
}

.home-icon {
  aspect-ratio: 1/1;
  background-image: url("/hcf/assets/home-ico.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}

*, *:before, *:after {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  font-family: "Noto Sans JP";
  overscroll-behavior: none;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background: hsl(var(--clr-sec-95));
  color: #000000; /* hsl(var(--clr-pri-15)/100%); */
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  min-width: 20rem;
  overflow: hidden;
  padding: 0;

}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}



#advantages{
   
  padding-top: 120px;
}

.pt{
  padding-top: 60px;
    padding-bottom: 60px;
}

.pt-b{
  padding-bottom: 30px;
}

#ceo-section{
  padding-top: 40px;
}


    .p-contact-input__form {
        display: block;
        margin: 25px 0 0;
    }
    .p-contact-input__form-position {
    display: inline-block;
    width: 247px;
    margin-right: 35px;
    font-weight: 400;
    white-space: nowrap;
    }
    .p-contact-input__form-desc {
        font-weight: 300;
    }

@media (min-width: 80rem) {
 .p-contact-input__form {
        display: flex;
        align-items: center;
        margin: 40px 0 0;
    }
    .p-contact-input__form-position {
            display: inline-block;
            width: 247px;
        margin-right: 35px;
        font-weight: 400;
        white-space: nowrap;
    }
    .p-contact-input__form-desc {
        width: 100%;
        font-weight: 300;
    }
}
.p-news-single__company-layout {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 23px;
}
.p-news-single__company-layout > dt {
    position: relative;
    width: 5em;
    font-weight: 400;
    letter-spacing: .05em;
}
.p-news-single__company-layout > dt::after {
    position: absolute;
    right: 0;
    content: "：";
}
.p-news-single__company-layout > dd {
    letter-spacing: .05em;
}
.view-pc {
    display:none;
}
@media (min-width: 80rem) {
.view-pc {
    display:block;
    }
}
.seminar-claster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Box_area {
  border: 1px solid #5F4D8E;
  padding: 32px 26px;
}
.Box_area dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  line-height: 1.8;
}
.Box_area dt {
  font-size: 17px;
  width: 60px;
  font-weight: normal;
}
.Box_area dd {
  font-size: 17px;
  width: calc(100% - 60px);
}
.Box_area.long dt {
    width: 140px;
}
.Box_area.long dd {
    font-size: 17px;
    width: calc(100% - 140px);
}
.p-event-single__nondetail-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em;
}
.event-section {
  width: 100%;
}
.event-schedule {
  display: flex;
  width: 100%;
}
.event-schedule_area {
  margin: 0 0 0.25rem 0;
}
.event-schedule .event-schedule_body {
  display: inline-block;
  border-bottom: solid 1px #5F4D8E;
  padding: 10px 16px;
}
.event-schedule_header {
  font-size: 18px;
  text-align: center;
  color: #5F4D8E;
  font-weight: bold;
  border-bottom: solid 1px #5F4D8E;
  border-top: solid 1px #5F4D8E;
  padding: 10px 16px;
}
.event-schedule .time {
  width: 20%;
}
.event-schedule .txt {
  width: 80%;
}
.event-schedule .event-schedule_body .semi_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.event-schedule .event-schedule_body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.event-schedule .event-schedule_body p.speaker {
  font-size: 12px;
}
.p-event-agreement__submit-btn:hover {
  color: #5F4D8E;
  background-color: #fff;
}
.p-event-agreement__submit {
  padding: 0 0 40px;
  margin: auto;
  text-align: center;
}
.c-title--center {
    text-align: center;
    margin-bottom: 10px;
}
.p-event__mail-text {
    text-align: center;
}
 .btn-seminar input[type=submit]{
    display: -webkit-inline-box;
    display: inline-block;
     gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    background: transparent;
    background-color: #5F4D8E;
    color: #fff;
    height: 55px;
    border: 1px solid #5F4D8E;
    font-size: 20px;
    width: 100%;
}
@media (min-width: 80rem) {
  .btn-seminar input[type=submit]{
    width: 50%;
  }
}






#ajax-content-wrap {
    overflow: hidden;
}
#page-header-wrap {
    overflow: hidden;
    position: relative;

    height: 550px;

}
#page-header-bg {
    width: 100%;
    overflow: hidden;
    color: #fff;
    display: block !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 2;
    background-color: #000;
    height: 550px;
}

#page-header-bg .page-header-bg-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
}

.page-header-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.single .page-header-bg-image:after {
    background-color: rgba(45, 45, 45, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block;
}

#page-header-bg .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 7.5vmin;
    height: 100%;
    width: 100%;
}

.hidden-social-img {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
}

.container .row:last-child {
    padding-bottom: 0;
}
#page-header-bg .row {
    z-index: 100;
    position: relative;
    visibility: visible;
}
#page-header-bg .row {
    height: 100%;
}

.row:before {
    content: " ";
    display: table;
}

#page-header-bg .span_6 {
    width: 100%;
}
.col {
    display: block;
    position: relative;
    float: left;

}
#page-header-bg .span_6, #page-header-bg .nectar-particles .span_6 .inner-wrap {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-header-bg .inner-wrap {
    text-align: center;
}
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media (min-width: 80rem) {
  #page-header-bg .container {
    padding: 60px 10vw calc(2rem + 2.5vw) 10vw;
  }
}

.blogs {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 4px 10px;
    margin: 5px 6px 0px 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 18px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none;

}

#single-below-header span {
    line-height: 14px;
}

#page-header-bg h1 {
    font-size: calc(0.75rem + 3.75vmin);
    line-height: 1.5;
    font-weight: 800;
    padding: 20px 0 20px 0;
    width: 100%;
    margin: 0 auto;
}
#single-below-header {
    margin-bottom: 0;
}

#page-header-bg #single-below-header span {
    float: none;
    display: inline-block;
}
#page-header-bg #single-below-header span {
    color: rgba(255, 255, 255, 0.8);
}

#page-header-bg #single-below-header span {
    float: none;
    display: inline-block;
}
#page-header-bg #single-below-header >span {
    border-color: rgba(255, 255, 255, 0.25);
}
.single #single-below-header:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.blog-title #single-below-header > span {
    padding: 0 10px 0 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-title #single-below-header > span:first-child {
    padding-left: 0;
    border: none;
}
.page-header-bg-image:after {
    background-color: rgba(45, 45, 45, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: ' ';
    z-index: 1;
    display: block;
}
.blog_img {
    max-width: 100%;
    height: 230px;
    object-fit: cover;
}
#pressroom-menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #000000 solid;
    width: 100%;
}
#pressroom-menu a {
    font-weight: 800;
    line-height: 44px;
    margin: 0 10px;
}
.image-container2 {
  margin: 20px 0;
  width: 100%;
    text-align: center;
}
.image-container2 img {
  width: 100%;
  height: auto;
}
.image-container2 p{
    text-align: right;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.image-container img {
  max-width: 100%;
}
.big_img {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
img.img_center03 {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 40rem) {
  img.img_center03 {
    max-width: 70%;
    margin: 0 auto;
   }
  .image-container img {
    max-width: 75%;
    height: auto;
    object-fit: contain;
  }
  .image-container2 {
     max-width: 70%;
    margin: 0 auto;
  }
}

