.button,
.button__menu,
.slick-list.dragging,
button {
  cursor: pointer;
}
.button,
.button__border svg path,
.mobile_menu__in .soc a.soc_link svg path {
  transition: all 150ms linear;
}
.button__menu.opened .sp2,
.mobile_menu,
a.header__logo span {
  opacity: 0;
}
.button {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  padding: 10px 20px;
  background-color: var(--color-orange);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.button span {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
}
.button span + svg {
  margin: 0 0 0 12px;
}
.button svg:first-child {
  margin: 0 12px 0 0;
}
.button:hover {
  background-color: #528ac8;
}
.button__border {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.button__border:hover {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
}
.button__border:hover svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .button {
    font-size: 18px;
    padding: 16px 32px;
  }
}
.block {
  margin: var(--margin-mt) auto;
}
.block__container,
.block__container-lg {
  padding: 0 var(--padding-mt2);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .block {
    margin: clamp(80px, calc(120 * var(--size)), 120px) 0;
  }
  .block__container,
  .block__container-lg {
    margin: 0 auto;
    padding: 0 var(--padding-pc2);
  }
  .block__container {
    max-width: var(--container-width-sm);
  }
  .block__container-lg {
    max-width: var(--container-width);
  }
}
.header {
  transition: transform 0.3s ease-out;
  position: fixed;
  left: 0;
  top: 0;
  height: 54px;
  z-index: 100;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.header__line {
  display: none;
}
.header__menu {
  padding: 0 var(--padding-mt2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.header__logo {
  user-select: none;
  transition: opacity 0.3s ease-out;
}
.header.not-top a.header__logo {
  opacity: 0;
  pointer-events: none;
}
a.header__logo .logo_pc,
ul.header_r {
  display: none;
}
a.header__logo .logo_mt {
  height: clamp(32px, calc(52 * var(--size-mt)), 52px);
  width: auto;
}
.button__menu {
  transition: background-color 150ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 7;
  width: 55px;
  height: 55px;
  flex: 0 0 55px;
  margin: 0 -12px 0 0;
  pointer-events: all;
  position: relative;
  padding: 0;
  border-radius: 100px;
  background-color: var(--color-red-primary);
  border: 0;
  user-select: none;
}
.button__menu .cls,
.button__menu span {
  display: none;
}
.button__menu .sp {
  position: relative;
  width: 28px;
  height: 21px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.button__menu .sp1,
.button__menu .sp2,
.button__menu .sp3 {
  width: 100%;
  height: 3px;
  transition: all 0.3s ease-in-out;
  display: block;
  transform-origin: right center;
  position: relative;
  background-color: transparent;
}
.button__menu .sp1:before,
.button__menu .sp2:before,
.button__menu .sp3:before {
  background-color: #000;
  border-radius: 999px;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.button__menu.opened .sp1 {
  transform: translateY(9px);
}
.button__menu.opened .sp1:before {
  transform: rotate(45deg);
}
.button__menu.opened .sp3 {
  transform: translateY(-9px);
}
.button__menu.opened .sp3:before {
  transform: rotate(-45deg);
}
.header__menu ._a,
.header__menu ._b2b {
  display: none;
}
@media (max-width: 1023px) {
  .mobil_nav {
    display: flex;
    width: auto;
    align-items: center;
  }
  .header__menu {
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .header__menu {
    padding: 0 var(--padding-pc2);
  }
  .header__menu ._a,
  .header__menu ._b2b {
    height: 38px;
    display: inline-flex;
    font-size: clamp(14px, calc(20 * var(--size)), 20px);
    padding: clamp(10px, calc(16 * var(--size)), 16px)
      clamp(12px, calc(32 * var(--size)), 32px);
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .header__line-cd,
  .header__menu {
    max-width: var(--container-width);
    padding: 0 var(--padding-pc2);
    margin: 0 auto;
  }
  .mobil_nav,
  a.header__logo .logo_mt {
    display: none;
  }
  a.header__logo .logo_pc {
    display: inline-flex;
    height: clamp(48px, calc(80 * var(--size)), 80px);
    width: auto;
  }
  .header__menu {
    height: clamp(100px, calc(145 * var(--size)), 145px);
  }
  .header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__line {
    display: flex;
    background-color: #f0f1f3;
    height: 45px;
  }
  .header__line-cd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .soc,
  .header__line-col {
    width: auto;
    display: flex;
    align-items: center;
  }
  .header .soc .inl,
  .header__line-col .inl {
    display: inline-flex;
    align-items: center;
    margin: 0 40px 0 0;
    white-space: nowrap;
    color: var(--Primary---Black, #000);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  .header .soc .inl svg,
  .header__line-col .inl svg {
    flex: 0 0 16px;
    margin: 0 8px 0 0;
  }
  .header .soc .inl a,
  .header__line-col .inl a {
    white-space: nowrap;
    color: #528ac8;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }
  ul.header_r li.def a,
  ul.header_r li:not(.def) a {
    font-size: clamp(14px, calc(20 * var(--size)), 20px);
  }
  .header .soc {
    margin: 0;
    display: flex;
  }
  .header .soc a.soc_link {
    display: inline-flex;
    margin: 0 20px 0 0;
    text-decoration: none;
  }
  .header .soc a.soc_link:last-child {
    margin-right: 0;
  }
  .header .soc a.soc_link span {
    display: none;
  }
  .header .soc a.soc_link svg path {
    transition: all 150ms linear;
  }
  .header .soc a.soc_link:hover svg path {
    fill: #7cc7b9;
  }
  ul.header_r {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  ul.header_r li {
    margin: 0 0 0 clamp(5px, calc(40 * var(--size)), 40px);
  }
  ul.header_r li:not(.def) a {
    color: #528ac8;
    font-weight: 600;
    text-decoration: none;
  }
  ul.header_r li:not(.def) a:hover {
    color: var(--color-orange);
  }
  ul.header_r li.def a {
    padding: clamp(10px, calc(16 * var(--size)), 16px)
      clamp(12px, calc(32 * var(--size)), 32px);
  }
  .header.not-top {
    transform: translateY(-45px);
  }
  .header.not-top .header__logo,
  .header.not-top ul.header_r li.def {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .header.not-top ul.header_r li:not(.def) a {
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
  }
  .header.not-top ul.header_r li:not(.def) a:hover {
    opacity: 1;
  }
  .header .header__logo,
  .header ul.header_r li.def,
  .header ul.header_r li:not(.def) a {
    transition: opacity 0.3s ease-out;
  }
  .header.not-top .header__menu {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.layout {
  width: 100%;
}
@media (min-width: 768px) {
  .layout {
    width: 100%;
  }
}
.mobile_menu {
  position: fixed;
  left: 100%;
  top: 0;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 98;
  transition: background-color 0.5s linear;
  overflow: hidden;
}
.mobile_menu__in {
  position: absolute;
  top: 0;
  padding-top: 54px;
  height: auto;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.875, 0.005, 0.1, 0.995);
}
button,
hr,
input {
  overflow: visible;
}
.mobile_menu__in ul {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px;
  border-bottom: 1px solid #c5c5c5;
}
.mobile_menu__in ul li:not(.def) {
  padding: 0 17px;
}
.mobile_menu__in ul li:not(.def) a {
  display: inline-block;
  padding: 16px 0;
  color: #528ac8;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.mobile_menu__in ul li.def {
  padding: 16px 17px 0;
}
.mobile_menu__in ul li.def a {
  height: 40px;
  padding: 5px 20px;
}
.mobile_menu__in .others {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
}
.mobile_menu__in .others .openings,
.mobile_menu__in .others a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.mobile_menu__in .others .openings.eml,
.mobile_menu__in .others a.eml {
  margin-top: 24px;
}
.mobile_menu__in .soc {
  padding: 0 16px 40px;
  margin: 0;
  display: flex;
}
.mobile_menu__in .soc a.soc_link {
  display: inline-flex;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.mobile_menu__in .soc a.soc_link:last-child {
  margin-right: 0;
}
.mobile_menu__in .soc a.soc_link span {
  display: none;
}
.mobile_menu__in .soc a.soc_link:hover svg path {
  fill: #7cc7b9;
}
.mt-menu-opened .mobile_menu {
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.mt-menu-opened .mobile_menu .mobile_menu__in {
  transform: translateY(0);
}
.mt-menu-closed .mobile_menu {
  animation: aimacia-fadein 0.5s linear;
}
@keyframes aimacia-fadein {
  0%,
  100% {
    opacity: 1;
    left: 0;
  }
}
.js__anim__item,
.lazy {
  opacity: 0;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
}
details,
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h2 {
  font-weight: 600;
}
h2.title,
p {
  line-height: 160%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT2020", SansSerif, Arial;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.scr-grid-a,
.scr-grid-b,
.scr-grid-c {
  display: none;
  position: fixed;
  border-left: 1px dashed rgba(255, 0, 0, 0.3);
  border-right: 1px dashed rgba(255, 0, 0, 0.3);
  left: 50%;
  top: 0;
  width: calc(100% - 32px);
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  transform: translateX(-50%);
  max-width: 1296px;
}
h1,
h2,
h3,
h4 {
  margin: 30px 0 12px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin: 0;
}
@media (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 40px 0 30px;
  }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child {
    margin: 0;
  }
}
h1 {
  line-height: 110%;
  margin: 40px;
  font-size: clamp(0, calc(56 * var(--size-mt)), 56px);
}
@media (min-width: 1024px) {
  h1 {
    font-size: clamp(56px, calc(130 * var(--size)), 130px);
  }
}
h2 {
  color: #000;
  font-size: 22px;
  line-height: 120%;
}
@media (min-width: 1024px) {
  h2 {
    font-size: clamp(24px, calc(48 * var(--size)), 48px);
    font-weight: 700;
  }
}
h3,
h4,
h5,
h6 {
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 1024px) {
  h3 {
    font-weight: 700;
    font-size: clamp(18px, calc(25 * var(--size)), 25px);
  }
  h4,
  h5,
  h6 {
    font-size: clamp(18px, calc(25 * var(--size)), 25px);
  }
}
h2.title {
  font-size: 22.5px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h2.title {
    font-size: clamp(22.5px, calc(66 * var(--size)), 66px);
    font-weight: 300;
  }
}
p {
  color: var(--color-text-secondary);
  font-size: 15px;
  font-weight: 400;
  margin: 12px 0;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 150%;
    margin: clamp(12px, calc(30 * var(--size)), 30px) 0;
  }
  p.md {
    font-size: clamp(18px, calc(20 * var(--size)), 20px);
  }
}
.slick-list,
body,
ul,
ul li {
  margin: 0;
}
:root {
  --color-bg-primary: #ffffff;
  --color-text-primary: #000;
  --color-text-secondary: #393939;
  --color-orange: #7cc7b9;
  --color-border: #f0f1f3;
  --val-radius: 8px;
  --padding-pc: 20px;
  --padding-mt: 8px;
  --padding-pc2: 40px;
  --padding-mt2: 16px;
  --col-width: 8.333%;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  --container-width: 1620px;
  --container-width-sm: 1376px;
  --size: calc(100vw / 1620);
  --size-mt: calc(100vw / 387);
  --margin-mt: 64px;
  --ref-ease: all 500ms cubic-bezier(0.46, 0.05, 0.48, 1.005);
}
body {
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-weight: 400;
}
#wpadminbar {
  position: fixed;
  top: initial !important;
  left: 0;
  bottom: 0 !important;
}
.text-center {
  text-align: center;
}
.add_after:after,
.add_before:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
img.cover {
  object-fit: cover;
}
img.contain {
  object-fit: contain;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.overflow-hidden {
  overflow: hidden;
}
body.stopScroll,
html.stopScroll {
  overflow: hidden !important;
}
body.stopScroll.stopScroll-form,
html.stopScroll.stopScroll-form {
  height: 100%;
}
.hidden {
  display: none !important;
}
@media (max-width: 1100px) {
  body.mt {
    cursor: pointer;
  }
}
.w100 {
  width: 100%;
}
.df {
  display: flex;
}
.df-xc {
  justify-content: center;
}
.df-xs {
  justify-content: flex-start;
}
.df-xe {
  justify-content: flex-end;
}
.df-yc {
  align-items: center;
}
.df-ys {
  align-items: flex-start;
}
.df-ye {
  align-items: flex-end;
}
.df-wrap {
  flex-wrap: wrap;
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  padding: 0;
}
div {
  width: 100%;
}
.map div {
  width: initial;
}
.relative {
  position: relative;
}
.abs {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
@font-face {
  font-display: swap;
  font-family: Yesteryear;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/yesteryear-v21-latin_latin-ext-regular.woff2)
    format("woff2");
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src:
    url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf) format("truetype"),
    url(../fonts/icomoon.woff) format("woff"),
    url(../images/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check1:before {
  content: "\e909";
}
.icon-access_time:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e908";
}
.icon-time:before {
  content: "\e905";
}
.icon-wallet1:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e90b";
}
.icon-arrow-kpcs:before {
  content: "\e90a";
}
.icon-process-arrow:before {
  content: "\e907";
}
.icon-link1:before {
  content: "\e902";
}
.icon-cash:before,
.icon-money:before,
.icon-wallet:before {
  content: "\e903";
}
.icon-share:before {
  content: "\e901";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-star:before {
  content: "\f005";
}
.icon-check:before {
  content: "\f00c";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-play:before {
  content: "\f04b";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-free-code-camp:before {
  content: "\f2c5";
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}