@charset "UTF-8";
.contact_content_head {
  --ls: 0.02em;
  font-family: var(--en_mds_sans);
  font-weight: 700;
  text-indent: 0.02em;
}
.contact_content_body {
  margin-top: 1lh;
}
.contact_content_body p +p {
  margin-top: 1em;
}
@media (min-width: 769px) {
  .contact_content {
    text-align: center;
  }
  .contact_content_head {
    font-size: clamp(0.625rem, 1.388888888888889vw, 1.25rem);
    margin-top: clamp(0rem, 3.333333333333333vw, 3rem);
  }
  .contact_content_body {
    font-size: clamp(0.625rem, 1.041666666666667vw, 0.9375rem);
    line-height: 1.866666666666667;
  }
  .contact_content_body small {
    font-size: clamp(0.625rem, 0.694444444444444vw, 0.625rem);
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .contact_content_head {
    font-size: clamp(0.625rem, 4.8vw, 1.125rem);
    text-align: center;
    margin-top: clamp(0rem, 12.8vw, 3rem);
  }
  .contact_content_body {
    font-size: clamp(0.625rem, 3.733333333333334vw, 0.875rem);
    line-height: 1.571428571428571;
  }
  .contact_content_body small {
    font-size: clamp(0.625rem, 2.666666666666667vw, 0.625rem);
    line-height: 1.6;
  }
}
.contact_icon {
  position: relative;
  z-index: 2;
  fill: none;
}
.contact_icon_cntnr {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: currentColor;
}
.contact_icon_cntnr:before {
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  inset: -1px;
  -webkit-animation-name: contact_icon_bg;
  -moz-animation-name: contact_icon_bg;
  -o-animation-name: contact_icon_bg;
  -ms-animation-name: contact_icon_bg;
  animation-name: contact_icon_bg;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -ms-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.contact_icon_circle {
  stroke: currentColor;
  stroke-width: 3px;
  stroke-dashoffset: calc(61px * pi);
  stroke-dasharray: calc(61px * pi);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  rotate: -90deg;
  -webkit-animation-name: contact_icon_circle;
  -moz-animation-name: contact_icon_circle;
  -o-animation-name: contact_icon_circle;
  -ms-animation-name: contact_icon_circle;
  animation-name: contact_icon_circle;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -ms-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.contact_icon_check {
  stroke: #fff;
  stroke-width: 3px;
  scale: 0;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: contact_icon_check;
  -moz-animation-name: contact_icon_check;
  -o-animation-name: contact_icon_check;
  -ms-animation-name: contact_icon_check;
  animation-name: contact_icon_check;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -ms-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 769px) {
  .contact_icon_cntnr {
    width: clamp(0rem, 4.444444444444445vw, 4rem);
  }
}
@media (max-width: 768px) {
  .contact_icon_cntnr {
    width: clamp(0rem, 17.066666666666666vw, 4rem);
  }
}
.toTop {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #262627;
  color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #262627;
  border-radius: 9999px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -ms-transition-property: color, background-color;
  transition-property: color, background-color;
  margin-inline: auto;
  overflow: hidden;
}
.toTop:before {
  display: block;
  content: "";
}
.toTop_label {
  font-family: var(--en_sans);
  font-weight: 600;
}
.toTop_arrow svg {
  fill: currentColor;
}
.toTop:hover {
  color: #262627;
  opacity: 1;
  background-color: #fff;
}
.toTop:hover .toTop_arrow svg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: arwi;
  -moz-animation-name: arwi;
  -o-animation-name: arwi;
  -ms-animation-name: arwi;
  animation-name: arwi;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (min-width: 769px) {
  .toTop {
    width: clamp(0rem, 19.444444444444446vw, 17.5rem);
    height: clamp(0rem, 4.444444444444445vw, 4rem);
    padding-inline: clamp(0rem, 1.805555555555555vw, 1.625rem);
  }
  .toTop_cntnr {
    margin-top: clamp(0rem, 5vw, 4.5rem);
  }
  .toTop_label {
    font-size: clamp(0.625rem, 1.111111111111111vw, 1rem);
  }
  .toTop:before,
  .toTop_arrow {
    width: clamp(0rem, 1.666666666666667vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .toTop {
    width: calc((260 / 327) * 100%);
    height: clamp(0rem, 14.933333333333335vw, 3.5rem);
    padding-inline: clamp(0rem, 6.4vw, 1.5rem);
  }
  .toTop_cntnr {
    margin-top: clamp(0rem, 12.8vw, 3rem);
  }
  .toTop:before,
  .toTop_arrow {
    width: clamp(0rem, 5.333333333333334vw, 1.25rem);
  }
}
@-moz-keyframes contact_icon_circle {
  0% {
    stroke-dashoffset: calc(61px * pi);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes contact_icon_circle {
  0% {
    stroke-dashoffset: calc(61px * pi);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes contact_icon_circle {
  0% {
    stroke-dashoffset: calc(61px * pi);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes contact_icon_circle {
  0% {
    stroke-dashoffset: calc(61px * pi);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes contact_icon_check {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.2;
  }
  70% {
    scale: 0.8;
  }
  80% {
    scale: 1.1;
  }
  90% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@-webkit-keyframes contact_icon_check {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.2;
  }
  70% {
    scale: 0.8;
  }
  80% {
    scale: 1.1;
  }
  90% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@-o-keyframes contact_icon_check {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.2;
  }
  70% {
    scale: 0.8;
  }
  80% {
    scale: 1.1;
  }
  90% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes contact_icon_check {
  0% {
    scale: 0;
  }
  60% {
    scale: 1.2;
  }
  70% {
    scale: 0.8;
  }
  80% {
    scale: 1.1;
  }
  90% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@-moz-keyframes contact_icon_bg {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
@-webkit-keyframes contact_icon_bg {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
@-o-keyframes contact_icon_bg {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
@keyframes contact_icon_bg {
  0% {
    scale: 1;
  }
  100% {
    scale: 0;
  }
}
