/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.accordion {
  --bs-accordion-active-bg:unset;
  --bs-accordion-btn-focus-box-shadow:unset;
  --bs-accordion-btn-focus-border-color:unset;
  --bs-accordion-border-width:0;
}
.accordion .accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom:0;
}

nav, .nav-link {
  --bs-nav-link-color: initial;
  --bs-nav-link-hover-color: initial;
  --bs-nav-link-disabled-color: initial;
}

.navbar-toggler {
  --bs-border-width: 0;
  --bs-navbar-toggler-border-color: initial;
}
.navbar-toggler:focus {
  color: var(--blue);
}

.pagination {
  --bs-border-width: 2px;
  --bs-pagination-color: var(--blue);
  --bs-pagination-border-color: var(--blue);
  --bs-pagination-active-border-color: var(--blue);
  --bs-pagination-hover-border-color: var(--blue);
  --bs-pagination-active-bg: var(--blue);
  --bs-pagination-border-radius: 0;
  --bs-pagination-padding-x: 10px;
}
.pagination .active > .page-link, .pagination .page-link.active {
  background: var(--blue);
}

:root {
  --sp-h: 60px;
  --pc-h: 80px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 375px;
  --w_max: 700px;
  --font_ja: Noto Sans JP, sans-serif;
  --font_en: Noto Serif, serif;
  --black: #333333;
  --main_color: #FF7700;
  --l_orange: #FFF2D8;
  --l_grey: #EFEFEF;
  --yellow: #FFFF06;
  --gold: #A98E62;
  --beige: #FFF6E4;
  --line: #06C755;
  --text_grey: #696D6E;
  --orange_1: #FFBB80;
  --orange_2: #FF9C44;
  --orange_3: #FF7700;
  --orange_4: #D96500;
  --orange_5: #AA4F00;
  --floating_1: #A98E62;
  --floating_2: #800020;
  --floating_3: #8D8E83;
  --tab_1_color:#C1AE91 ;
  --tab_2_color:#DCCF93 ;
  --tab_3_color:#CDCEBB ;
}

html {
  scroll-padding-block-start: var(--sp-h);
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-block-start: var(--pc-h);
  }
}

.grid_x1 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x1 {
    --columns: repeat(1, var(--child-w, 1fr));
  }
}

.grid_x2 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --columns: repeat(2, var(--child-w, 1fr));
  }
}

.grid_x3 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x3 {
    --columns: repeat(3, var(--child-w, 1fr));
  }
}

.grid_x4 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x4 {
    --columns: repeat(4, var(--child-w, 1fr));
  }
}

.grid_x5 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x5 {
    --columns: repeat(5, var(--child-w, 1fr));
  }
}

.grid_x2 {
  margin-block: var(--wrk-my, 30px 50px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --child-w: 500px;
    --gap: 30px;
    justify-content: center;
    --wrk-my: 60px 100px;
  }
}

.r_card {
  border: 2px solid var(--main_color);
  padding: 0 30px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.r_card .number {
  width: var(--size, 83px);
  height: var(--num-h, 100%);
  aspect-ratio: 1;
  color: white;
  background-color: var(--main_color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .r_card .number {
    --num-h: var(--size, 83px);
  }
}
.r_card .number p {
  text-align: center;
  font-weight: bold;
  display: grid;
  grid-auto-flow: row;
}
.r_card .number p .top {
  font-size: var(--p_top-fs, 11px);
  text-transform: uppercase;
}
.r_card .number p .bottom {
  font-size: var(--p_btm-fs, 25px);
  margin-block: calc((1em - 1lh) / 2);
}
.r_card .text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  margin-top: var(--rc_text-mt, -20px);
}
@media screen and (min-width: 992px) {
  .r_card .text {
    --rc_text-mt: 0;
  }
}
.r_card .text b {
  font-size: 24px;
  line-height: 1.375;
  color: var(--main_color);
}
.r_card .text span {
  margin-top: 9px;
  display: inline-block;
  font-size: var(--card_txt_spn-fs, 12px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .r_card .text span {
    --card_txt_spn-fs: 13px;
  }
}
.r_card img {
  margin-top: 20px;
  width: min(520px, 100%);
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.r_card .number {
  translate: 0 -50%;
}

.voice .v_title {
  font-size: var(--v_h4-fs, 20px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .voice .v_title {
    --v_h4-fs: 24px;
  }
}
.voice .v_text {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .voice .v_text {
    --v_p-fs: 16px;
  }
}

.v_card {
  padding: var(--v-p, 20px);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
  -moz-column-gap: 0;
       column-gap: 0;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .v_card {
    --v-p: 30px;
  }
}
.v_card img {
  border-radius: 20px;
  width: min(525px, 100%);
  height: var(--h, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .v_card img {
    --h: 300px;
  }
}
.v_card .categories {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.v_card .categories span {
  color: var(--main_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 5px;
  padding-inline: 10px;
  border: 1px solid;
}
.v_card h4 {
  font-size: var(--v_h4-fs, 20px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .v_card h4 {
    --v_h4-fs: 24px;
  }
}
.v_card p {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .v_card p {
    --v_p-fs: 16px;
  }
}

.news_card {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: var(--news_card-p, 15px);
}
@media screen and (min-width: 768px) {
  .news_card {
    --news_card-p: 30px;
  }
}
.news_card .top {
  display: grid;
  grid-template-columns: var(--news_card-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news_card .top {
    --news_card-columns: 270px auto;
  }
}
.news_card .top img {
  width: min(270px, 100%);
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
  border-radius: 20px;
}
.news_card .top .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.news_card .top .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .news_card .top .categories > * {
    --child-fs: 14px;
  }
}
.news_card .top .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.news_card .top .title {
  font-size: var(--nc_ttl-fs, 18px);
  line-height: 1.65;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .news_card .top .title {
    --nc_ttl-fs: 20px;
  }
}
.news_card .text {
  margin-top: var(--txt-mt, 15px);
  font-size: var(--txt-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .news_card .text {
    --txt-fs: 16px;
    --txt-mt: 20px;
  }
}

.personal_staff {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 30px 0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.personal_staff figure {
  position: relative;
}
.personal_staff figure figcaption {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main_color);
          text-decoration-color: var(--main_color);
  text-decoration-thickness: 28px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -1.1em;
  bottom: -19px;
}
.personal_staff figure figcaption span {
  padding-inline: 10px;
  background-color: var(--main_color);
}
.personal_staff ol {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.personal_staff img {
  border-radius: 20px;
  width: min(250px, 100%);
  height: min(320px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.personal_staff .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--main_color);
}
.personal_staff .stf_comment {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby {
  margin-top: 15px;
  background-color: var(--l_orange);
  padding: 10px 20px 15px;
  border-radius: 11px;
}
.personal_staff .hobby span {
  color: var(--main_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.work_card {
  border-radius: 20px;
  transition: opacity 0.4s linear, scale 0.4s ease;
  display: grid;
  grid-template-rows: 230px auto;
  gap: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.work_card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0 0;
}
.work_card .bottom {
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding: var(--btm-p, 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .work_card .bottom {
    --btm-p: 30px;
  }
}
.work_card .bottom .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.work_card .bottom .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .categories > * {
    --child-fs: 14px;
  }
}
.work_card .bottom .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.work_card .bottom .text {
  font-size: var(--btm_txt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .text {
    --btm_txt-fs: 22px;
  }
}

.fvSlide_wrapper {
  position: relative;
}
.fvSlide_wrapper .f-pagination {
  --swiper-pagination-color: var(--gold);
  bottom: 15px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.fvSwiper .swiper-slide img {
  max-height: var(--ss-mh, 500px);
}
@media screen and (min-width: 992px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 750px;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide_wrapper {
  position: relative;
  width: min(1200px, 95%);
  margin-inline: auto;
  margin-block: 40px 50px;
}
.slide_wrapper .swiper-button-next, .slide_wrapper .swiper-button-prev {
  --swiper-navigation-size: 60px;
  --swiper-navigation-sides-offset: 2%;
  width: var(--swiper-navigation-size);
  aspect-ratio: 1;
  background-color: var(--main_color);
  border-radius: 50%;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1400px) {
  .slide_wrapper .swiper-button-next, .slide_wrapper .swiper-button-prev {
    --swiper-navigation-sides-offset: -3%;
  }
}
.slide_wrapper .swiper-button-next:hover, .slide_wrapper .swiper-button-prev:hover {
  opacity: 0.5;
}
.slide_wrapper .swiper-button-next::after, .slide_wrapper .swiper-button-prev::after {
  transition: translate 0.4s ease;
}
.slide_wrapper .swiper-button-next:after, .slide_wrapper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.slide_wrapper .swiper-button-next:after,
.slide_wrapper .swiper-button-prev:after {
  --size: 18px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: white;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.slide_wrapper .swiper-button-next:hover::after {
  translate: 5px 0;
}
.slide_wrapper .swiper-button-next::after {
  -webkit-mask-image: url(../images/fontawesome/solid/arrow-right.svg);
          mask-image: url(../images/fontawesome/solid/arrow-right.svg);
}
.slide_wrapper .swiper-button-prev:hover::after {
  translate: -5px 0;
}
.slide_wrapper .swiper-button-prev::after {
  -webkit-mask-image: url(../images/fontawesome/solid/arrow-left.svg);
          mask-image: url(../images/fontawesome/solid/arrow-left.svg);
}

:is(.tabSlide, .tabSlide_2, .tabSlide_3) {
  padding-inline: 10px;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > * {
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding-block: 10px;
  opacity: 0.25;
  transition: opacity 0.5s ease;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
  letter-spacing: 0.2em;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > *.swiper-slide-thumb-active {
  opacity: 1;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > *.swiper-slide-thumb-active:nth-child(1) {
  color: white;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > :nth-child(1) {
  background-color: #C1AE91;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > :nth-child(2) {
  background-color: #DCCF93;
}
:is(.tabSlide, .tabSlide_2, .tabSlide_3) .swiper-wrapper > :nth-child(3) {
  background-color: #CDCEBB;
}

:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-wrapper > :nth-child(1) {
  border-color: #C1AE91;
  z-index: 1;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-wrapper > :nth-child(2) {
  border-color: #DCCF93;
  z-index: 2;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-wrapper > :nth-child(3) {
  border-color: #CDCEBB;
  z-index: 3;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide {
  border-top: 10px solid;
  padding: 15px 15px 30px;
  background-color: #F9F6F0;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide.tab_in {
  opacity: 0 !important;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide.tab_in.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide > * + * {
  margin-top: 15px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card > * {
  text-align: center;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .top {
  padding-block: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: white;
  border-radius: 8px 8px 0 0;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .top:is(.tab_1_inner *) {
  background-color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .top:is(.tab_2_inner *) {
  background-color: var(--tab_2_color);
  color: var(--black);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .top:is(.tab_3_inner *) {
  background-color: var(--tab_3_color);
  color: var(--black);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .bottom {
  padding: 8px;
  background-color: white;
  color: var(--text_grey);
  border-radius: 0 0 8px 8px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .price p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .price p span {
  padding-left: 20px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .price p ~ span {
  padding-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6923076923;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6923076923;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .tab_card .text.type2 {
  font-size: 14px;
  margin-bottom: 20px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon {
  margin-block: 20px;
  text-align: center;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon img {
  width: 48px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon span {
  font-size: 18px;
  line-height: 1.4444444444;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon span:is(.tab_1_inner *) {
  color: var(--gold);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon span:is(.tab_2_inner *) {
  color: var(--gold);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .icon span:is(.tab_3_inner *) {
  color: var(--floating_3);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .ttl_t2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  color: var(--gold);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .ttl_t2 .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  color: var(--gold);
  color: var(--text_grey);
  letter-spacing: 0.03em;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 {
  padding: 10px 15px 20px;
  background-color: white;
  text-align: center;
  color: var(--text_grey);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 .for {
  display: inline-block;
  padding-inline: 15px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8571428571;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 .for:is(.tab_1_inner *) {
  background-color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 .for:is(.tab_2_inner *) {
  background-color: var(--tab_2_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 .for:is(.tab_3_inner *) {
  background-color: var(--tab_3_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 .text {
  margin-block: 5px 10px;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: bold;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .card_type2 > span {
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide :where(.img_01, .img_02, .img_03, .img_04, .img_05, .img_06, .img_07, .img_08, .img_base) {
  display: block;
  margin-inline: auto;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide :where(.img_01, .img_02) {
  width: min(339px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_03 {
  width: min(328px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_04 {
  width: min(318px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_05 {
  width: min(337px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_06 {
  width: min(339px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_07 {
  width: min(334px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_08 {
  width: min(333px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_02_03 {
  width: min(349px, 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .swiper-slide .img_default {
  width: min(var(--id-w, 300px), 100%);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_ttl:is(.tab_1_inner *) {
  color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_ttl:is(.tab_2_inner *) {
  color: #BBA63F;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_ttl:is(.tab_3_inner *) {
  color: var(--text_grey);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > *:not(:last-child):is(.tab_1_inner *)::before {
  background-color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > *:not(:last-child):is(.tab_2_inner *)::before {
  background-color: var(--tab_2_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > *:not(:last-child):is(.tab_3_inner *)::before {
  background-color: var(--tab_3_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > *:not(:last-child)::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--circle-size) * 0.5 - 1.5px);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > :last-child:is(.tab_1_inner *)::before {
  border-color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > :last-child:is(.tab_2_inner *)::before {
  border-color: var(--tab_2_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > :last-child:is(.tab_3_inner *)::before {
  border-color: var(--tab_3_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper > :last-child::before {
  --arw_size: 20px;
  content: "";
  width: var(--arw_size);
  aspect-ratio: 1;
  position: absolute;
  left: 14px;
  top: calc(var(--arw_size) * -1.1);
  border-width: 3px 3px 0 0;
  border-style: solid;
  rotate: 135deg;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content {
  --circle-size: 48px;
  position: relative;
  color: #707070;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl {
  background-color: white;
  display: grid;
  grid-template-columns: var(--circle-size) 1fr;
  align-items: center;
  border-radius: calc(var(--circle-size) * 0.5);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl .num {
  position: relative;
  color: white;
  width: var(--circle-size);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  z-index: 3;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl .num:is(.tab_1_inner *) {
  background-color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl .num:is(.tab_2_inner *) {
  background-color: var(--tab_2_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl .num:is(.tab_3_inner *) {
  background-color: var(--tab_3_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
  padding-right: calc(var(--circle-size) * 0.5);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl p:is(.tab_1_inner *) {
  color: var(--tab_1_color);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl p:is(.tab_2_inner *) {
  color: #BBA63F;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .ttl p:is(.tab_3_inner *) {
  color: var(--black);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text {
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-inline: 35px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text a {
  color: var(--floating_2);
  text-decoration: underline;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text a.gold {
  color: #BBA63F;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text a.t3 {
  color: var(--floating_3);
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text .t3_sub_ttl {
  width: 175px;
  text-align: center;
  background-color: white;
  border-radius: 24px;
  padding-block: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  display: block;
  margin-inline: auto;
  margin-block: 15px;
}
:is(.tabSlideInner, .tabSlideInner_2, .tabSlideInner_3) .tab_2_wrapper .flow_content .detail_text .t3_sub_ttl + span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.studioSwiper_wrapper .swiper-button-prev, .studioSwiper_wrapper .swiper-button-next {
  background: var(--gold);
  color: white;
}

.gallerySwiper_wrapper {
  --s_btn_prv-rl: 10%;
}

.voiceSwiper_wrapper {
  --s_btn_prv-rl: 13%;
}

:where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) {
  --sec_space: calc(var(--w_max) - var(--w));
  position: relative;
  margin-top: 40px;
}
:where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-prev {
  left: var(--s_btn_prv-rl, 5%);
}
:where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-next {
  right: var(--s_btn_prv-rl, 5%);
}
:where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-prev, :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-next {
  background: var(--gold);
  color: white;
  border-radius: 50%;
  width: var(--sb-size, 32px);
  height: var(--sb-size, 32px);
}
@media screen and (min-width: 992px) {
  :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-prev, :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-next {
    --sb-size: 50px;
  }
}
:where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-prev::after, :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-next::after {
  font-size: var(--sb-fs, 14px);
}
@media screen and (min-width: 992px) {
  :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-prev::after, :where(.studioSwiper_wrapper, .gallerySwiper_wrapper, .photoSwiper_wrapper, .voiceSwiper_wrapper) .swiper-button-next::after {
    --sb-fs: 20px;
  }
}

:where(.studioSwiper, .gallerySwiper) {
  display: grid;
  grid-auto-flow: column;
}
:where(.studioSwiper, .gallerySwiper) .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
:where(.studioSwiper, .gallerySwiper) .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
:where(.studioSwiper, .gallerySwiper) .swiper-slide img {
  height: var(--s_ss_img-h, 200px);
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  :where(.studioSwiper, .gallerySwiper) .swiper-slide img {
    --s_ss_img-h: 400px;
  }
}
:where(.studioSwiper, .gallerySwiper) .swiper-slide .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.studioSwiper {
  --txt_bg: #EFEEE8;
}
.studioSwiper .text {
  margin-top: 0;
  background-color: var(--txt_bg);
  padding: 15px;
}

.gallery {
  position: relative;
  padding-bottom: 70px;
}
.gallery::before, .gallery::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery::before {
  background-color: #F9F6F0;
  border-radius: 64px 0 64px 0;
}
.gallery::after {
  width: 70%;
  background-color: #EFEEE8;
  border-radius: 64px 0 64px 0;
}
.gallery h2 {
  padding-top: 40px;
  position: relative;
  z-index: 3;
}

.gallerySwiper .swiper-slide img {
  height: var(--g_ss_img-h, 340px);
  aspect-ratio: 240/335;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .gallerySwiper .swiper-slide img {
    --g_ss_img-h: 700px;
  }
}

.photoSwiper {
  display: grid;
  grid-auto-flow: column;
}
.photoSwiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.photoSwiper .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.photoSwiper .swiper-slide img {
  height: var(--s_ss_img-h, 150px);
  aspect-ratio: 6/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .photoSwiper .swiper-slide img {
    --s_ss_img-h: 300px;
  }
}

.voiceSwiper {
  --bg-color: #F9F6F0;
  display: grid;
  grid-auto-flow: column;
}
.voiceSwiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.voiceSwiper .swiper-slide {
  padding-block: 30px 40px;
  padding-inline: 30px;
  background-color: var(--bg-color);
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.voiceSwiper .swiper-slide img {
  width: min(240px, 100%);
  aspect-ratio: 2/3;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.voiceSwiper .swiper-slide .bg_text {
  position: relative;
  padding-block: 15px;
  margin-top: 10px;
  background-image: url(../images/voice/bg.png);
  background-position: center;
  background-size: cover;
}
.voiceSwiper .swiper-slide .bg_text::before, .voiceSwiper .swiper-slide .bg_text::after {
  content: "";
  width: 25px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.voiceSwiper .swiper-slide .bg_text::before {
  top: 0;
  left: -15px;
  background-image: url(../images/voice/bg_top.png);
}
.voiceSwiper .swiper-slide .bg_text::after {
  bottom: 0;
  right: -15px;
  background-image: url(../images/voice/bg_bottom.png);
}
.voiceSwiper .img_wrapper {
  --pos: -35px;
  position: relative;
  margin-inline: auto;
}
.voiceSwiper .img_wrapper::before, .voiceSwiper .img_wrapper::after {
  content: "";
  width: 55px;
  aspect-ratio: 1;
  background-color: #F9F6F0;
  border-top: 2px solid #A98E62;
  position: absolute;
}
.voiceSwiper .img_wrapper::before {
  rotate: 135deg;
  top: var(--pos);
  left: var(--pos);
}
.voiceSwiper .img_wrapper::after {
  rotate: -45deg;
  bottom: var(--pos);
  right: var(--pos);
}

.event .tabSlideInner_3 .tab_1_inner {
  background-color: var(--tab_1_color);
}
.event .tabSlideInner_3 .tab_2_inner {
  background-color: var(--tab_2_color);
}
.event .tabSlideInner_3 .tab_3_inner {
  background-color: var(--tab_3_color);
}

.link_button {
  margin-inline: auto;
}
.link_button.arrow {
  width: var(--button_w, 280px);
  height: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  color: var(--main_color);
  border: 2px solid;
  padding-inline: 20px;
  align-items: center;
  font-size: var(--btn-fs, 16px);
  font-weight: 500;
  border-radius: 57px;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .link_button.arrow {
    --btn-fs: 18px;
    --button_w: 350px;
  }
}
.link_button.arrow:hover::after {
  translate: 5px 0;
}
.link_button.arrow::before {
  content: "";
}
.link_button.arrow::after {
  content: "";
  width: 18px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid//arrow-right.svg);
          mask-image: url(../images/fontawesome/solid//arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-inline: auto 0;
  translate: 0 0;
  transition: translate 0.3s linear;
}
.link_button.arrow.bg {
  background-color: var(--main_color);
  color: white;
  border-color: var(--main_color);
}

.tab_wrapper .nav {
  display: grid;
  grid-auto-flow: column;
}
.tab_wrapper .nav .nav-item .nav-link {
  width: 100%;
  background-color: lightgray;
  border-radius: 0;
  color: white;
  text-align: center;
  padding-block: var(--tab_nav-py, 15px);
  font-size: var(--tab_nav-py, 14px);
}
@media screen and (min-width: 992px) {
  .tab_wrapper .nav .nav-item .nav-link {
    --tab_nav-fs: 18px;
    --tab_nav-py: 25px;
  }
}
.tab_wrapper .nav .nav-item .nav-link.active {
  background-color: var(--main_color);
}
.tab_wrapper .tab-content {
  padding-block: 20px;
}

.page_sub_title {
  --dt-color: var(--main_color);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--dt-gap, 10px);
}
.page_sub_title::before, .page_sub_title::after {
  content: "";
  width: var(--dots-w, 30px);
  height: 12px;
  display: inline-block;
  background: radial-gradient(circle farthest-side, var(--dt-color, white), var(--dt-color, white), transparent 60%, transparent);
  background-size: 10px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page_sub_title::before, .page_sub_title::after {
    width: var(--dots-w, 100px);
  }
}
.page_sub_title::before {
  rotate: 60deg;
  justify-self: end;
}
.page_sub_title::after {
  rotate: -60deg;
  justify-self: start;
}
@media screen and (min-width: 992px) {
  .page_sub_title {
    --dots-w: 70px;
    --dt-gap: 20px;
  }
}
.page_sub_title .wrapper {
  --offset: 10px;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper {
    --offset: 20px;
  }
}
.page_sub_title .wrapper.bb > *::after {
  display: block;
  content: "";
  height: 10px;
  background-color: #FFFF06;
}
.page_sub_title .wrapper.bb_multiline > * {
  background-image: linear-gradient(transparent 80%, var(--yellow));
  padding-bottom: var(--bbm_pb, 0);
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper.bb_multiline > * {
    --bbm_pb: 10px;
  }
}
.page_sub_title .wrapper > * {
  color: var(--main_color);
  padding-inline: var(--offset);
  font-size: var(--dt_p-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * {
    --dt_p-fs: 24px;
  }
}
.page_sub_title .wrapper > * strong {
  padding-inline: 15px 11px;
  font-family: var(--font_en);
  font-size: var(--dt_str-fs, 40px);
  font-weight: bold;
  line-height: 0.5625;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * strong {
    --dt_str-fs: 64px;
  }
}
.page_sub_title + .text {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

.headings {
  background-color: var(--main_color);
  text-align: center;
  font-size: 18px;
  padding-block: 25px;
  border-radius: 10px;
}

.images_title {
  display: grid;
  grid-template-columns: var(--img_ttl-columns, 100%);
  grid-template-rows: 400px;
}
.images_title > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.images_title .right_logo {
  background-color: var(--main_color);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .images_title {
    --img_ttl-columns: 70% 30%;
  }
}

.pager {
  margin-top: var(--pager-mt, 40px);
}
@media screen and (min-width: 992px) {
  .pager {
    --pager-mt: 80px;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.6041666667vw, 25px) 0;
  font-size: 0;
  z-index: 6;
  margin-top: clamp(40px, 10.4166666667vw, 85px);
  -webkit-animation: cdp-in 500ms ease both;
          animation: cdp-in 500ms ease both;
  display: var(--cdp-display, grid);
  justify-content: center;
  grid-auto-columns: 20px;
  grid-template-columns: repeat(auto-fit, 42px);
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .cdp {
    --cdp-display: block;
  }
}
.cdp_i {
  --cdp-size: 50px;
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 550ms ease;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: var(--cdp-size);
  min-width: var(--cdp-size);
  border-radius: 50%;
  border: 1px solid currentColor;
  line-height: 46px;
  padding: 0;
  color: var(--black);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
}
.cdp_i.ff:hover {
  background-color: #fff !important;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .cdp_i {
    transform: scale(1);
    margin-right: 15px;
    --cdp-fs: 16px;
  }
}
.cdp_i:first-child, .cdp_i:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23FF7700' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  border: none;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:first-child {
  rotate: 180deg;
}
.cdp_i:not(:last-child):hover {
  background-color: var(--main_color);
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: var(--main_color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.to_top {
  background-color: white;
  width: var(--size, 40px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: fixed;
  bottom: var(--tt_bottom, 75px);
  right: 20px;
  cursor: pointer;
  z-index: 250;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.to_top.is-visible {
  opacity: 1;
}
.to_top.is-visible:hover {
  opacity: 0.6;
}
.to_top span {
  display: block;
  width: 12px;
  height: 12px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: -45deg;
  position: relative;
  top: 2px;
}

header {
  width: min(var(--w_max), 100%);
  height: 85px;
  margin-inline: auto;
  padding-block: 12px 7px;
}
header h1 {
  text-align: center;
}
header h1 img {
  width: min(78px, 100%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  background-color: var(--l_orange);
}
footer .offcanvas {
  --bs-offcanvas-bg: rgb(255 255 255 / 0.95);
  --bs-offcanvas-height: 100dvh;
}
footer .offcanvas .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A98E62'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --btn-c-size: 30px;
  --btn-c-m: 11px;
  width: var(--btn-c-size);
  height: var(--btn-c-size);
  background-size: 100%;
  margin-left: 38px;
  margin-bottom: var(--btn-c-m);
}
footer .floating {
  --flt-h: 64px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--flt-h);
  background-color: var(--floating_1);
  z-index: 50;
}
footer .floating .outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 100%;
}
footer .floating .outer a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  white-space: nowrap;
}
footer .floating .outer a::before {
  content: "";
  background-color: white;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
footer .floating .outer a:is(.orange, .mail) {
  background-color: var(--floating_2);
}
footer .floating .outer a:is(.orange, .mail)::before {
  width: var(--ow, 28px);
  height: var(--oh, 21px);
  -webkit-mask-image: url(../images/icon/mail_white.png);
          mask-image: url(../images/icon/mail_white.png);
}
footer .floating .outer a:is(.line, .insta) {
  background-color: var(--floating_3);
}
footer .floating .outer a:is(.line, .insta)::before {
  --size: 27px;
  width: var(--size);
  height: var(--size);
  -webkit-mask-image: url(../images/icon/insta_white.png);
          mask-image: url(../images/icon/insta_white.png);
}
footer .floating .outer .navbar {
  --bs-navbar-toggler-focus-width: 0;
  padding: 0;
  margin: 0;
  height: var(--flt-h);
}
footer .floating .navbar-toggler {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
footer .floating .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
footer .offcanvas {
  padding-top: 85px;
}
footer .offcanvas .navbar-nav > * + * {
  margin-top: 20px;
}
footer .offcanvas .navbar-nav .nav-link {
  display: block;
  color: var(--gold);
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
footer .offcanvas .navbar-nav .nav-item > span {
  color: var(--gold);
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
}
footer .offcanvas .navbar-nav .nav-item:has(ul) {
  display: grid;
  gap: 15px;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}
footer .offcanvas .navbar-nav .nav-item > ul * + * {
  margin-top: 20px;
}
footer .offcanvas .navbar-nav .nav-item > ul li a {
  text-align: left;
}
footer .offcanvas .navbar-nav .nav-item > ul li a[data-slide-to="0"] {
  color: var(--gold);
}
footer .offcanvas .navbar-nav .nav-item > ul li a[data-slide-to="1"] {
  color: #BBA63F;
}
footer .offcanvas .navbar-nav .nav-item > ul li a[data-slide-to="2"] {
  color: #696D6E;
}
footer .offcanvas .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-block: 40px;
  background: white;
  margin-inline: -1rem;
  margin-top: 20px;
}
footer .offcanvas .buttons > :nth-child(1) {
  margin-inline: auto 0;
}
footer .offcanvas .buttons img {
  width: 48px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.ranking {
  margin-top: 20px;
}
.ranking > * + * {
  margin-top: 20px;
}
.ranking > :nth-child(1) .num {
  background-color: #C4AA29;
}
.ranking > :nth-child(2) .num {
  background-color: #CCC;
}
.ranking > :nth-child(3) .num {
  background-color: #A75D1C;
}
.ranking a {
  position: relative;
  display: grid;
  grid-template-columns: 170px auto;
  gap: 14px;
}
.ranking a .num {
  --num_size: 30px;
  position: absolute;
  width: var(--num_size);
  height: var(--num_size);
  top: 0;
  left: 0;
  border-radius: 10px 0 0 0;
  display: grid;
  place-content: center;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.ranking a img {
  border-radius: 10px;
  max-height: 100px;
  height: 100%;
  width: min(170px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.ranking a .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

aside > * + * {
  margin-top: var(--aside_child-mt, 20px);
}
@media screen and (min-width: 992px) {
  aside > * + * {
    --aside_child-mt: 40px;
  }
}
aside .keyword_wrapper {
  --bs-border-color: #ccc;
  --bs-border-radius: 5px;
}
aside .keyword_wrapper .form-control {
  padding-block: 10px;
  padding-inline: 20px;
  font-size: 16px;
  line-height: 1.5;
}
aside .keyword_wrapper .form-control::-moz-placeholder {
  color: #ccc;
}
aside .keyword_wrapper .form-control::placeholder {
  color: #ccc;
}
aside .keyword_wrapper .btn {
  background-color: var(--main_color);
}
aside .keyword_wrapper .btn::before {
  --b-size: 22px;
  display: block;
  content: "";
  width: var(--b-size);
  height: var(--b-size);
  background-color: white;
  -webkit-mask-image: url("../images/fontawesome/solid/magnifying-glass.svg");
          mask-image: url("../images/fontawesome/solid/magnifying-glass.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
aside .keyword_wrapper input {
  height: 45px;
}
aside h4 {
  background-color: var(--main_color);
  color: white;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding-block: 10px;
  padding-inline: 20px;
  font-size: var(--aside_h4-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  aside h4 {
    --aside_h4-fs: 20px;
  }
}
aside .category {
  margin-top: 10px;
}
aside .category > * {
  border-bottom: 1px solid #ECECEC;
  padding-inline: 25px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
aside .category > *:has(.child) {
  margin-top: 10px;
  padding-bottom: 10px;
}
aside .category > * a:not(:is(.child *)) {
  display: block;
  padding-block: 10px;
}
aside .category > * .child {
  margin-top: 10px;
}
aside .category > * .child > * + * {
  margin-top: 5px;
}
aside .category > * .child a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
aside .category > * .child a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--main_color);
}

.sec.contact {
  --p_y: 50px;
  --orange: #FF9C44;
  position: relative;
  background-color: var(--orange);
}
.sec.contact.no_bg {
  background-color: white;
}
@media screen and (min-width: 992px) {
  .sec.contact {
    --p_y: 100px;
  }
}
.sec.contact .title_wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--dt-gap, 10px);
}
.sec.contact .title_wrapper::before, .sec.contact .title_wrapper::after {
  content: "";
  width: var(--dots-w, 30px);
  height: 12px;
  display: inline-block;
  background: radial-gradient(circle farthest-side, var(--dt-color, white), var(--dt-color, white), transparent 60%, transparent);
  background-size: 10px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .sec.contact .title_wrapper::before, .sec.contact .title_wrapper::after {
    width: var(--dots-w, 100px);
  }
}
.sec.contact .title_wrapper::before {
  rotate: 60deg;
  justify-self: end;
}
.sec.contact .title_wrapper::after {
  rotate: -60deg;
  justify-self: start;
}
.sec.contact hgroup:not(:where(.page *):not(.detail *)) {
  color: white;
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  position: relative;
}
.sec.contact hgroup:not(:where(.page *):not(.detail *)) h3 {
  font-size: var(--hg_h3-fs, 24px);
  font-weight: bold;
  line-height: 1.8823529412;
  font-family: var(--font);
}
@media screen and (min-width: 992px) {
  .sec.contact hgroup:not(:where(.page *):not(.detail *)) h3 {
    --hg_h3-fs: 34px;
  }
}
.sec.contact hgroup:not(:where(.page *):not(.detail *)) p {
  margin-top: 20px;
  font-size: var(--hg_p-fs, 14px);
  line-height: 2;
  font-family: 500;
}
@media screen and (min-width: 992px) {
  .sec.contact hgroup:not(:where(.page *):not(.detail *)) p {
    --hg_p-fs: 16px;
  }
}
.sec.contact hgroup:not(:is(.pages *):not(.detail *)) {
  color: white;
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  position: relative;
}
.sec.contact hgroup:not(:is(.pages *):not(.detail *)) h3 {
  font-size: var(--hg_h3-fs, 24px);
  font-weight: bold;
  line-height: 1.8823529412;
  font-family: var(--font);
}
@media screen and (min-width: 992px) {
  .sec.contact hgroup:not(:is(.pages *):not(.detail *)) h3 {
    --hg_h3-fs: 34px;
  }
}
.sec.contact hgroup:not(:is(.pages *):not(.detail *)) p {
  margin-top: 20px;
  font-size: var(--hg_p-fs, 14px);
  line-height: 2;
  font-family: 500;
}
@media screen and (min-width: 992px) {
  .sec.contact hgroup:not(:is(.pages *):not(.detail *)) p {
    --hg_p-fs: 16px;
  }
}
.sec.contact .contact_wrapper {
  margin-top: var(--contact_w-mt, 30px);
  background-color: white;
  border-radius: 20px;
  padding-block: var(--contact_w-py, 25px);
  padding-inline: var(--contact_w-px, 15px);
  display: grid;
  grid-template-columns: var(--contact_w-columns, 1fr);
  align-items: center;
  gap: var(--contact_w-gap, 20px);
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1200px) {
  .sec.contact .contact_wrapper {
    --contact_w-columns: 150px auto 500px;
    --contact_w-gap: 0;
    --contact_w-py: 50px;
    --contact_w-px: 55px;
    --contact_w-mt: 60px;
  }
}
.sec.contact .contact_wrapper .circle {
  --size: 120px;
  color: var(--main_color);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 2px solid;
  background-color: var(--bg-color, white);
  display: grid;
  place-content: center;
  font-size: var(--li-fs, 14px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-inline: auto;
}
.sec.contact .contact_wrapper .circle.sm {
  font-size: var(--li-fs, 12px);
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .circle {
    --li-fs: 16px;
  }
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .circle {
    --size: 150px;
  }
}
.sec.contact .contact_wrapper .circle > p:first-child {
  --p-f: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .circle > p:first-child {
    --p-f: 14px;
  }
}
.sec.contact .contact_wrapper .circle > p:last-child {
  font-size: 20px;
  margin-block: calc((1em - 1lh) / 2);
}
.sec.contact .contact_wrapper .circle > p b {
  font-size: 64px;
  font-family: var(--font_en);
  line-height: 1.375;
}
.sec.contact .contact_wrapper .tel {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
}
.sec.contact .contact_wrapper .tel p {
  color: var(--main_color);
  font-size: var(--p-fs, 20px);
  font-weight: bold;
  line-height: 1.375;
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .tel p {
    --p-fs: 24px;
  }
}
.sec.contact .contact_wrapper .tel a {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 10px;
  font-size: var(--num-fs, 39px);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .tel a {
    --num-fs: 50px;
  }
}
.sec.contact .contact_wrapper .tel a::before {
  content: "";
  width: var(--size, 34px);
  height: var(--size, 34px);
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  rotate: 15deg;
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .tel a::before {
    --size: 42px;
  }
}
.sec.contact .contact_wrapper .tel .time {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
}
.sec.contact .contact_wrapper .buttons .button {
  width: 100%;
  font-size: var(--nav-link-btn-fs, 16px);
  border-radius: 57px;
  color: #fff;
  display: grid;
  font-weight: 500;
  line-height: 1.2272727273;
  height: var(--b-h, 70px);
  text-align: center;
  padding-inline: var(--p-x, 15px);
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .buttons .button {
    --nav-link-btn-fs: 22px;
    --p-x: 40px 30px;
    --b-h: 80px;
  }
}
.sec.contact .contact_wrapper .buttons .button:hover > :where(span, p)::after {
  translate: 5px 0;
}
.sec.contact .contact_wrapper .buttons .button > :where(span, p) {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-weight: 400;
}
.sec.contact .contact_wrapper .buttons .button > :where(span, p)::before {
  background-color: white;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.sec.contact .contact_wrapper .buttons .button > :where(span, p)::after {
  content: "";
  width: 18px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid//arrow-right.svg);
          mask-image: url(../images/fontawesome/solid//arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-inline: auto 0;
  translate: 0 0;
  transition: translate 0.3s linear;
}
.sec.contact .contact_wrapper .buttons .button.orange {
  background-color: var(--main_color);
}
.sec.contact .contact_wrapper .buttons .button.orange > :where(span, p)::before {
  content: "";
  width: 40px;
  height: 30px;
  -webkit-mask-image: url(../images/fontawesome/regular/envelope.svg);
          mask-image: url(../images/fontawesome/regular/envelope.svg);
  scale: var(--icon-scale, 0.8);
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .buttons .button.orange > :where(span, p)::before {
    --icon-scale: 1;
  }
}
.sec.contact .contact_wrapper .buttons .button.orange .wrapper > * {
  display: block;
}
.sec.contact .contact_wrapper .buttons .button.orange .wrapper > *:first-child {
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 500;
}
.sec.contact .contact_wrapper .buttons .button.orange .wrapper > *:last-child {
  font-size: var(--lst_cld-fs, 18px);
  font-weight: 500;
  line-height: 1.2272727273;
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .buttons .button.orange .wrapper > *:last-child {
    --lst_cld-fs: 22px;
  }
}
.sec.contact .contact_wrapper .buttons .button.line {
  margin-top: 20px;
  background-color: var(--line);
}
.sec.contact .contact_wrapper .buttons .button.line > :where(span, p)::before {
  --size: 40px;
  content: "";
  width: var(--size);
  height: var(--size);
  -webkit-mask-image: url(../images/fontawesome/brands/line.svg);
          mask-image: url(../images/fontawesome/brands/line.svg);
  scale: var(--icon-scale, 0.8);
}
@media screen and (min-width: 992px) {
  .sec.contact .contact_wrapper .buttons .button.line > :where(span, p)::before {
    --icon-scale: 1;
  }
}
.sec.contact > h4 {
  position: absolute;
  inset-inline: 0;
  right: var(--h4-right, 0);
  font-family: var(--font_en);
  font-size: 120px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  writing-mode: vertical-rl;
  text-transform: uppercase;
  white-space: nowrap;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .sec.contact > h4 {
    --h4-right: 20px;
  }
}
.sec.contact .form_wrapper {
  background-color: #EFEFEF;
  border-radius: 20px;
  padding-block: var(--fw-py, 50px);
  padding-inline: var(--fw-px, 20px);
}
@media screen and (min-width: 992px) {
  .sec.contact .form_wrapper {
    --fw-py: 75px 80px;
    --fw-px: 80px;
  }
}
.sec.contact .form_wrapper form {
  --bc: #E6E6E6;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
.sec.contact .form_wrapper form > .form_child:not(:first-child) {
  margin-top: 20px;
}
.sec.contact .form_wrapper form > .form_child:not(:first-child):has([type=checkbox]) {
  text-align: center;
  margin-block: 50px;
}
.sec.contact .form_wrapper form .type_radio .radio_wrapper {
  margin-top: 10px;
  display: flex;
  gap: var(--rd_w-gap, 20px);
}
@media screen and (min-width: 992px) {
  .sec.contact .form_wrapper form .type_radio .radio_wrapper {
    --rd_w-gap: 30px;
  }
}
.sec.contact .form_wrapper form .wpcf7-radio {
  margin-top: 10px;
  display: flex;
  gap: var(--rd_w-gap, 20px);
}
@media screen and (min-width: 992px) {
  .sec.contact .form_wrapper form .wpcf7-radio {
    --rd_w-gap: 30px;
  }
}
.sec.contact .form_wrapper form .form-check-input:checked {
  background-color: var(--main_color);
  border-color: var(--main_color);
}
.sec.contact .form_wrapper form :where(.select_wrapper, [data-name=slc]) {
  display: block;
  background: white;
  border-radius: 5px;
}
.sec.contact .form_wrapper form :where(.select_wrapper, [data-name=slc])::after {
  z-index: 2;
  pointer-events: none;
}
.sec.contact .form_wrapper form label:not(.form-check-label) {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.sec.contact .form_wrapper form .require {
  width: 55px;
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #F10000;
  border-radius: 14px;
}
.sec.contact .form_wrapper form input:not([type=radio]):not([type=submit]) {
  width: 100%;
  background: white;
  padding-block: 10px;
  padding-inline: 20px;
  border: 1px solid var(--bc);
  border-radius: 5px;
}
.sec.contact .form_wrapper form input:not([type=radio]):not([type=submit])::-moz-placeholder {
  color: var(--bc);
}
.sec.contact .form_wrapper form input:not([type=radio]):not([type=submit])::placeholder {
  color: var(--bc);
}
.sec.contact .form_wrapper form input:not([type=radio]):not([type=submit])[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.sec.contact .form_wrapper form select {
  border: 1px solid var(--bc);
}
.sec.contact .form_wrapper form textarea {
  padding-block: 10px;
  padding-inline: 20px;
  width: 100%;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--bc);
  min-height: 250px;
}
.sec.contact .form_wrapper form textarea::-moz-placeholder {
  color: var(--bc);
}
.sec.contact .form_wrapper form textarea::placeholder {
  color: var(--bc);
}
.sec.contact .form_wrapper form .consent {
  margin-left: 10px;
  font-size: 14px;
}
.sec.contact .form_wrapper form .consent :where(strong, a) {
  text-decoration: underline;
  color: var(--main_color);
}

body {
  position: relative;
  font-family: var(--font_ja);
  min-block-size: 100svb;
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

p {
  font-size: var(--p-fs, 14px);
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 992px) {
  p {
    --p-fs: 16px;
  }
}

img {
  max-width: 100%;
}

main {
  display: grid;
  grid-template-columns: auto var(--main-size, var(--w)) auto;
}
@media screen and (min-width: 992px) {
  main {
    --main-size: min(var(--w_max), 100%);
  }
}

.gold {
  color: var(--gold);
}

.gold_2 {
  color: #BBA63F;
}

.inner {
  width: min(var(--inner-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .inner {
    --inner-w: var(--w_max);
    --sp-padding: 0;
  }
}

.sec_breadcrumb {
  width: min(var(--inner-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-bottom: var(--sb-mb, 50px);
  overflow-x: var(--sec-breadcrumb-scroll, scroll);
  white-space: var(--sec-breadcrumb-wspace, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb {
    --inner-w: var(--w_max);
    --sp-padding: 0;
  }
}
.sec_breadcrumb nav {
  margin-top: calc(15px + 0.2604166667vw);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item a {
  color: var(--main_color);
  text-decoration: underline;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: $black;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  --bs-breadcrumb-item-padding-x: 8px;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  --bs-breadcrumb-divider: " ";
  --bs-breadcrumb-item-padding-x: 8px;
  background-color: var(--main_color);
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" stroke-width="1" stroke="currentColor" stroke-linecap="butt" stroke-linejoin="miter" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" stroke-width="1" stroke="currentColor" stroke-linecap="butt" stroke-linejoin="miter" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb {
    --sec-breadcrumb-scroll: none;
    --sec-breadcrumb-wspace: wrap;
    --sb-mb: 100px;
  }
}
.sec_breadcrumb > nav {
  width: var(--sec-breadcrumb-nav-w, 135%);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb > nav {
    --sec-breadcrumb-nav-w: auto;
  }
}
.sec_breadcrumb .breadcrumb {
  flex-wrap: var(--sec-breadcrumb-flex-wrap, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

.sec {
  margin-top: var(--sec-mt, 20px);
}
@media screen and (min-width: 992px) {
  .sec {
    --sec-mt: 40px;
  }
}
.sec .inner > * + * {
  margin-top: var(--inr-mt, 20px);
}
@media screen and (min-width: 992px) {
  .sec .inner > * + * {
    --inr-mt: 30px;
  }
}
.sec h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--gold);
}
.sec h2 + p {
  color: var(--text_grey);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7333333333;
}
.sec h2 + p.center {
  text-align: center;
}

.slideup {
  opacity: 0;
  translate: 0 100%;
  transition: opacity 0.7s ease, translate 0.7s ease;
  width: 100%;
  height: 500px;
  background-color: var(--l_grey);
}
.slideup.active {
  opacity: 1;
  translate: 0 0;
}

.link_form {
  text-align: center;
}
.link_form.last_elm {
  margin-block: 30px 120px;
}
.link_form .h24 {
  color: var(--floating_2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.link_form a {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: block;
}
.link_form .link_line {
  margin-top: 10px;
  display: inline-block;
  color: #06C755;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.01em;
}
.link_form .copy {
  margin-top: 30px;
  text-align: center;
}
.link_form .copy small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.link_form .footer_logo {
  margin-top: 50px;
}
.link_form .footer_logo img {
  width: min(203px, 100%);
}

/*
.detail_page {
  .bg {
    border-radius: 20px;
    background-color: var(--l_orange);
  }

  .categories {
    display: flex;
    align-items: center;
    gap: 10px;
    & > * {
      color: var(--main_color);
      font-size: 14px;
      font-weight: 500;
      line-height: lh(21, 14);
      padding: 5px 10px;
      border: 1px solid;
    }
  }
  .date {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: lh(32, 16);
  }

  h3 {
    margin-top: 10px;
    font-size: var(--dp_h3-fs, 20px);
    font-weight: bold;
    line-height: lh(36, 24);
    @include mq(lg){
      --dp_h3-fs: 24px;
    }
  }
  img:not(:where(.swiper-slide, .detail_bottom) > img) {
    margin-top: 30px;
    display: block;
    border-radius: 20px;
    width: min(800px, 100%);
    height: max(485px, 100%);
    margin-inline: auto;
  }
  p {
    margin-top: 30px;
    font-size: var(--dpg_p-fs, 14px);
    font-weight: 500;
    line-height: lh(32, 16);
    @include mq(lg){
      --dpg_p-fs: 16px;
    }
    strong {
      color: var(--main_color);
      font-weight: bold;
    }
  }

  @mixin list {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--main_color);
    inline-size: fit-content;
    margin-inline: auto;
    font-size: 22px;
    font-weight: 500;
    line-height: lh(33, 22);
    &::before {
      content: "";
      width: 16px;
      height: 14px;
      background-color: currentColor;
      mask-image: url(../images/fontawesome/solid/list-ul.svg);
      mask-size: cover;
      mask-position: center;
      position: relative;
      top: 2px;
    }
  }
  @mixin table_list {
    margin-top: 20px;
    list-style: decimal;
    list-style-position: inside;
    & > * + * {
      margin-top: 20px;
    }
    color: var(--main_color);
    li {
      color: currentColor;
    }

    a {
      color: var(--main_color);
      font-size: 16px;
      font-weight: 500;
      line-height: lh(24, 16);
    }

    ul {
      color: initial;
      li {
        margin-top: 10px;
        color: currentColor;
        font-size: 14px;
        font-weight: 500;
        line-height: lh(21, 14);
      }
    }
  }
  .list {
    margin-top: 30px;
    padding: 20px 30px 30px;
    @include list;
  }
  .table_list {
    @include table_list;
  }

  // .list {
  //   margin-top: 30px;
  //   padding: 20px 30px 30px;
  //   .title {
  //     display: flex;
  //     align-items: center;
  //     gap: 10px;
  //     color: var(--main_color);
  //     inline-size: fit-content;
  //     margin-inline: auto;
  //     font-size: 22px;
  //     font-weight: 500;
  //     line-height: lh(33, 22);
  //     &::before {
  //       content: "";
  //       width: 16px;
  //       height: 14px;
  //       background-color: currentColor;
  //       mask-image: url(../images/fontawesome/solid/list-ul.svg);
  //       mask-size: cover;
  //       mask-position: center;
  //       position: relative;
  //       top: 2px;
  //     }
  //   }
  // }
  // .table_list {
  //   margin-top: 20px;
  //   list-style: decimal;
  //   list-style-position: inside;
  //   & > * + * {
  //     margin-top: 20px;
  //   }
  //   color: var(--main_color);
  //   li {
  //     color: currentColor;
  //   }

  //   a {
  //     color: var(--main_color);
  //     font-size: 16px;
  //     font-weight: 500;
  //     line-height: lh(24, 16);
  //   }

  //   ul {
  //     color: initial;
  //     li {
  //       margin-top: 10px;
  //       color: currentColor;
  //       font-size: 14px;
  //       font-weight: 500;
  //       line-height: lh(21, 14);
  //     }
  //   }
  // }
  .content {
    margin-top: 50px;

    .list_content {
      margin-block: var(--lc-my, 20px);
      padding: var(--lc-p, 20px 15px);
      border-radius: 20px;
      background-color: var(--l_orange);
      @include mq(lg){
        --lc-my: 30px 50px;
        --lc-p: 20px 30px 30px;
      }

      .simpletoc-title {
        @include list;
      }
      .simpletoc-list {
        @include table_list;
      }
    }

    h4 {
      @include bg_title;
    }
    h5 {
      @include border_title;
      margin-top: 30px;

      & + :where(p) {
        margin-top: 20px;
      }
    }
  }
}

.select_search {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(var(--ss_columns, 500px), 100%);
  justify-content: center;
  padding-inline: var(--ss_px, 15px);
  @include mq(md){
    --ss_px: 0;
  }
}
:where(.select_wrapper, [data-name="slc"]) {
  @include select_wrapper;
}

.table_type {
  @include table_type;
}

.w_large {
  width: min(1040px, 100%);
  margin-inline: auto;
}

.other_page {
  @include prevNext;
}

.related {
  @include type_slide;
}


.accordion {
  @include accordion;
}

.banner {
  margin-bottom: var(--bnr-mb, 50px);
  // text-align: center;
  @include mq(lg){
    --bnr-mb: 100px;
    --bnr_child-mt: 50px;
  }
  .inner {
    & > a {
      display: block;
    }
    & > * {
      & + * {
        margin-top: var(--bnr_child-mt, 30px);
      }
    }
  }
}

.reasons {
  @include mq(lg){
    --p_y: 100px 90px;
  }
  .reasons_wrapper {

    margin-block: var(--rw_my, 60px 40px);
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--rw_gap, 20px);
    row-gap: var(--rw_r_gap, 60px);
    justify-content: center;
    @include mq(md){
      --rw_my: 80px;
      --rw_gap: 20px;
      --rw_r_gap: 92px;
    }

    & > * {
      flex-basis: calc((100% - var(--rw_gap) * (var(--_column, 1) - 1)) / var(--_column, 1));
      @include mq(md){
        --_column: 2;
      }
      @include mq(xxl){
        --_column: 3;
      }
    }
  }
}

.flow {
  .wrapper {
    margin-block: var(--fw-my, 50px);
    @include mq(lg){
      --fw-my: 100px;
    }
  }
  .flow_container {
    margin-top: 65px;
    display:grid;
    grid-template-columns: var(--flow_columns, 100%);
    justify-content: center;
    gap: 50px 20px;
    @include mq(sm){
      --flow_columns: repeat(auto-fit, minmax(min(175px, 100%), 224px));
    }
    & > * {
      position: relative;
      border: 1px solid;
      border-radius: 20px;

    }
    li {
      padding-block: 35px 30px;
      padding-inline: 20px;
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 2;
      gap: 10px 0;
      .number {
        --size: 50px;
        position: absolute;
        inset: 0;
        top: calc(var(--size) * -0.5);
        margin-inline: auto;
        width: var(--size);
        height: var(--size);
        aspect-ratio: 1;
        color: white;
        display: grid;
        place-content: center;
        border-radius: 50%;
        font-size: 25px;
        font-weight: bold;
        font-family: var(--font_en);
        line-height: lh(34, 25);
      }
      h4 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: inherit;
        text-align: center;
      }
      .text {
        color: initial;
        font-size: var(--li_txt-fs, 15px);
        font-weight: 500;
        line-height: lh(32, 16);
        @include mq(lg){
          --li_txt-fs: 16px;
        }
      }
    }
  }
}

:where(.home){
  .works {
    --bg_color: #FFF2D8;
  }
}
*/
.home {
  /*    */
}
.home .fv {
  position: relative;
}
.home .fv .fv_wrapper {
  padding-block: var(--fv_py, 70px 35px);
  display: grid;
  grid-template-columns: var(--fv_columns, 100%);
}
@media screen and (min-width: 992px) {
  .home .fv .fv_wrapper {
    --fv_columns: 40% 60%;
    --fv_py: 150px 70px;
  }
}
.home .fv .fv_wrapper .left {
  position: relative;
  padding-inline: var(--fv_l-px, 15px);
  left: var(--fv_l-left, 0);
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  margin-block: auto 0;
  z-index: 3;
  order: var(--fv_l-order, 2);
}
@media screen and (min-width: 992px) {
  .home .fv .fv_wrapper .left {
    --fv_l-left: 50px;
    --fv_l-order: 1;
    --fv_l-px: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_wrapper .left {
    --fv_l-left: 125px;
  }
}
.home .fv .fv_wrapper .left hgroup {
  color: var(--main_color);
  white-space: var(--hg-ws, wrap);
}
@media screen and (min-width: 992px) {
  .home .fv .fv_wrapper .left hgroup {
    --hg-ws: nowrap;
  }
}
.home .fv .fv_wrapper .left hgroup p {
  font-size: var(--fv-p_fs, 16px);
  line-height: 3.4;
  font-weight: bold;
  letter-spacing: var(--fv-p_ls, 0);
}
@media screen and (min-width: 768px) {
  .home .fv .fv_wrapper .left hgroup p {
    --fv-p_fs: 30px;
    --fv-p_ls: 0.08em;
    margin-block: calc((1em - 1lh) / 2);
  }
}
.home .fv .fv_wrapper .left hgroup h2 {
  font-family: var(--font_en);
  font-size: var(--fv-h2_fs, 80px);
  letter-spacing: var(--fv-h2_ls, 0);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home .fv .fv_wrapper .left hgroup h2 {
    --fv-h2_fs: 150px;
    --fv-h2_ls: 0.08em;
  }
}
@media screen and (min-width: 992px) {
  .home .fv .fv_wrapper .left hgroup h2 {
    --fv-h2_fs: 190px;
  }
}
@media (max-width: 576px) {
  .home .fv .fv_wrapper .left hgroup h2 {
    line-height: 0.7;
  }
}
.home .fv .fv_wrapper .left .text {
  margin-top: 10px;
  font-size: var(--fv_text-fs, 16px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .home .fv .fv_wrapper .left .text {
    --fv_text-fs: 26px;
  }
}
.home .fv .fv_wrapper .left .text span {
  color: var(--main_color);
}
.home .fv .fv_wrapper .left ul {
  --size: 103px;
  margin-top: var(--mt, 10px);
  display: grid;
  grid-template-columns: repeat(3, var(--size));
  gap: var(--fv-ul_gap, 10px);
  justify-content: var(--fv-ul_justify, space-between);
}
@media screen and (min-width: 768px) {
  .home .fv .fv_wrapper .left ul {
    --size: 150px;
    --mt: 40px;
    --fv-ul_gap: 23px;
    --fv-ul_justify: start;
  }
}
.home .fv .fv_wrapper .left ul li {
  color: var(--main_color);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 2px solid;
  background-color: var(--bg-color, white);
  display: grid;
  place-content: center;
  font-size: var(--li-fs, 14px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.home .fv .fv_wrapper .left ul li.sm {
  font-size: var(--li-fs, 12px);
}
@media screen and (min-width: 992px) {
  .home .fv .fv_wrapper .left ul li {
    --li-fs: 16px;
  }
}
.home .fv .fv_wrapper .right {
  order: var(--fv_r-order, 1);
  width: var(--fv_r-w, min(600px, 90%));
  max-height: var(--fv_r-mh, 500px);
  height: 100%;
  margin-inline: auto 0;
}
@media screen and (min-width: 1200px) {
  .home .fv .fv_wrapper .right {
    --fv_r-order: 2;
    --fv_r-mh: 860px;
    --fv_r-w: min(1100px, 90%);
  }
}
.home .event .event_wrapper {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  background: white;
}
.home .event .event_wrapper .right {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.home .event .event_wrapper .right > div {
  height: 100%;
}
.home .event .event_wrapper .right .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--text_grey);
  letter-spacing: 0.03em;
}
.home .event .event_wrapper .right :where(.days, .place, .link) {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  color: var(--text_grey);
}
.home .event .event_wrapper .right .link {
  text-align: right;
}
.home .event .event_wrapper .right .link:is(.tab_1_inner *) {
  color: var(--tab_1_color);
}
.home .event .event_wrapper .right .link:is(.tab_2_inner *) {
  color: var(--tab_2_color);
}
.home .event .event_wrapper .right .link:is(.tab_3_inner *) {
  color: var(--tab_3_color);
}
.home .event .event_wrapper > img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .info .info_img img {
  display: block;
  margin-inline: auto;
  width: min(344px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.home .info .info_wrapper {
  padding: 20px;
}
.home .info .info_inner + p {
  padding-top: 20px;
  color: var(--text_grey);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.home .info .info_inner > * + * {
  margin-top: 15px;
}
.home .info .info_inner li {
  border-bottom: 1px solid #A98E62;
  color: var(--text_grey);
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.home .info .info_inner li:has(span) {
  display: grid;
  grid-template-columns: 25% 75%;
}
.home .info .info_inner li p {
  font-weight: bold;
}
.home .info .map {
  margin-top: 20px;
}
.home .info .map iframe {
  aspect-ratio: 3/2;
}
.home #scroll-trigger {
  position: absolute;
  top: 80vh;
  width: auto;
  height: 1px;
}
/*# sourceMappingURL=style.css.map */