html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #000;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46666;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  padding: 118px 0 0;
}
@media only screen and (max-width: 1139.98px) {
  .container {
    min-width: 320px;
    padding: 76px 0 0;
  }
}

@media only screen and (min-width: 1140px), print {
  .wrapper {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-nowrap {
  white-space: nowrap;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

@media only screen and (max-width: 1139.98px) {
  .lg {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

@media only screen and (min-width: 1140px), print {
  .md-sm {
    display: none !important;
  }
}

.video-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
}
.video-modal[hidden] {
  display: none;
}
.video-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-modal__container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 900px;
}
.video-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -50px;
  right: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .video-modal__close {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .video-modal__close:hover {
    opacity: 0.8;
  }
}
.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767.98px) {
  .video-modal__close {
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
  }
}
.video-modal__close-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.video-modal__close-icon::before, .video-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
}
.video-modal__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.video-modal__content {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.video-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.header__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  background: #0f1646;
  color: #fff;
}
@media only screen and (max-width: 1139.98px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84%;
  padding: 0 20px;
}
@media only screen and (max-width: 1139.98px) {
  .header__topbar-wrapper {
    width: 100%;
  }
}
.header__topbar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .header__topbar-list {
    gap: 12px;
  }
}
@media only screen and (min-width: 1140px), print {
  .header__topbar-list:last-child {
    padding-right: 86px;
  }
}
.header__topbar-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 810px) {
  .header__topbar-link {
    font-size: 12px;
  }
}
.header__topbar-link:hover {
  color: #019ee4;
}
.header__nav-button {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .header__nav-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__nav-button:hover {
    opacity: 0.8;
  }
}
.header__nav-button--search {
  background: url("../img/common/icon_search.svg") center/20px auto no-repeat;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  background: #fff;
}
.header__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84%;
  padding: 0 20px;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .header__main-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__main-wrapper {
    width: 100%;
  }
}
.header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  margin: 0;
  text-decoration: none;
}
@media (hover: hover) {
  .header__logo {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 374.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav {
  margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .header__nav {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1140px), print {
  .header__nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 76px;
    right: 0;
    width: 100%;
    height: calc(100vh - 76px);
    margin: 0;
    padding: 20px 0 80px;
    overflow: hidden auto;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.25);
  }
  .header__nav--active {
    opacity: 1;
  }
}
.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1570px) {
  .header__nav-list {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1470px) {
  .header__nav-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
    gap: 0;
  }
}
.header__nav-item {
  position: relative;
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-item {
    width: 100%;
  }
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1140px), print {
  .header__nav-link {
    height: 36px;
  }
}
@media (min-width: 1140px) and (max-width: 1380px) {
  .header__nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1140px) and (max-width: 1240px) {
  .header__nav-link {
    font-size: 11px;
  }
}
.header__nav-link:has(~ .sub-menu) {
  padding-right: 16px;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .header__nav-link:has(~ .sub-menu) {
    padding-right: 12px;
  }
}
.header__nav-link:has(~ .sub-menu)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__nav-link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media only screen and (min-width: 1140px), print {
  .header__nav-link:hover {
    color: #019ee4;
    text-decoration: underline;
  }
  .header__nav-item:hover > .header__nav-link::after {
    -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-link {
    padding: 16px 0;
  }
}
.header__nav-extra {
  margin-left: auto;
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-extra {
    display: none;
  }
}
.header__nav-extra .header__nav-list {
  gap: 12px;
}
.header__cart {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 20px);
  right: -24px;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 1139.98px) {
  .header__cart {
    display: none;
  }
}
.header__cart-button {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: none;
  background: url("../img/common/icon_cart.svg") center/33px auto no-repeat;
  cursor: pointer;
}
.header__cart-button--active {
  opacity: 0.7;
}
.header__cart-button-count {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #001a41;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.header__cart-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  padding: 12px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.header__cart-dropdown--open {
  display: block;
}
.header__cart-dropdown-title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  color: #0062d2;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.header__cart-dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
}
.header__cart-dropdown-empty {
  padding: 20px 10px;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.header__cart-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.header__cart-dropdown-item:last-child {
  border-bottom: none;
}
.header__cart-dropdown-item-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
}
.header__cart-dropdown-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__cart-dropdown-item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.header__cart-dropdown-item-title {
  margin: 0;
  color: #1e1e1e;
  font-size: 16.74px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.header__cart-dropdown-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
}
.header__cart-dropdown-item-info img {
  width: 12px;
  height: auto;
}
.header__cart-dropdown-item-name {
  color: #01a4e8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.022em;
}
.header__cart-dropdown-item-delete {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background: #f5f5f5 url("../img/common/icon_close.svg") center/12px auto no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .header__cart-dropdown-item-delete {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__cart-dropdown-item-delete:hover {
    opacity: 0.8;
  }
}
.header__cart-dropdown-item-delete:hover {
  background-color: #e0e0e0;
}
.header__btn-menu {
  display: block;
  position: absolute;
  top: 24px;
  right: 14px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: none;
  background: url("../img/common/icon_menu.svg") center/36px auto no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
@media only screen and (min-width: 1140px), print {
  .header__btn-menu {
    display: none;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__btn-menu {
    display: block;
  }
}

.sub-menu {
  background: #fff;
  color: #374151;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 220px;
    min-height: 100%;
    padding: 12px 0;
    border-radius: 0 0 18.62px 18.62px;
    opacity: 0;
    pointer-events: none;
  }
  .header__nav-item.is-hovered > .sub-menu, .header__nav-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .sub-menu--lv1 {
    top: 100%;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 422px;
    gap: 8px;
    padding: 12px 0 12px 12px;
  }
  .sub-menu--lv1:has(.sub-menu__item.is-hovered > .sub-menu--lv2) {
    border-radius: 0 0 0 18.62px;
  }
  .sub-menu--no-image {
    min-width: 200px;
  }
  .sub-menu--lv2 {
    border-radius: 0 0 18.62px;
    background: #04358c;
    color: #fff;
  }
  .sub-menu--lv3 {
    min-height: 0;
    border-radius: 0 18.62px 18.62px;
    background: #16a9d9;
    color: #fff;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu {
    display: none;
    height: 0;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
}
.sub-menu__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 183px;
          flex: 0 0 183px;
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__image {
    display: none;
  }
}
.sub-menu__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12.42px;
}
.sub-menu__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sub-menu__name {
  margin-bottom: 3px;
  padding: 7px 0 7px 16px;
  color: currentcolor;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__name {
    display: none;
  }
}
.sub-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu--lv2 .sub-menu__item {
  position: relative;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__item.is-hovered > .sub-menu, .sub-menu__item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__item {
    width: 100%;
  }
}
.sub-menu__link {
  display: block;
  position: relative;
  padding: 7px 32px 7px 16px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  color: inherit;
  font-size: 13.5px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.sub-menu__link:has(~ .sub-menu)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__link:has(~ .sub-menu)::after {
    right: 16px;
    border-top: 1px solid currentcolor;
    border-right: 1px solid currentcolor;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__link:has(~ .sub-menu)::after {
    right: 1px;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
  }
}
.sub-menu__link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__link:hover {
    color: #fff;
    text-shadow: 0 0 1px #fff;
  }
  .sub-menu--lv1 > .sub-menu__content > .sub-menu__list > .sub-menu__item > .sub-menu__link:hover {
    color: #0062d2;
    text-shadow: 0 0 1px #0062d2;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__link {
    padding: 10px 32px 10px 0;
  }
}

.search-popup {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  opacity: 0;
  background: #fff;
}
.search-popup--active {
  visibility: visible;
  opacity: 1;
}
.search-popup__wrapper {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
}
.search-popup__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.search-popup__search-form {
  position: relative;
}
.search-popup__search-form::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon_search_02.svg") center/100% auto no-repeat;
}
.search-popup__search-input {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 44px;
  padding: 4px 10px 4px 40px;
  border: 1px solid #1f2e8d;
  border-radius: 4px;
  font-size: 16px;
}
.search-popup__search-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.search-popup__search-input::-ms-input-placeholder {
  color: #b3b3b3;
}
.search-popup__search-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.search-popup__search-input::-moz-placeholder {
  color: #b3b3b3;
}
.search-popup__search-input::placeholder {
  color: #b3b3b3;
}
.search-popup__search-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 1139.98px) {
  .search-popup__search-suggestions {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-popup__search-suggestions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-popup__search-suggestion {
  display: block;
  padding: 7px 16px;
  -webkit-transition: background 0.26s ease, color 0.26s ease;
  transition: background 0.26s ease, color 0.26s ease;
  border: 1px solid #1f2e8d;
  border-radius: 100px;
  background: #fff;
  color: #244b86;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.search-popup__search-suggestion--active, .search-popup__search-suggestion:hover {
  background: #1f2e8d;
  color: #fff;
}

.search-form {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1140px), print {
  .search-form {
    display: none;
  }
}
.search-form::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon_search_02.svg") center/100% auto no-repeat;
}
.search-form__search-input {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 44px;
  padding: 4px 10px 4px 40px;
  border: 1px solid #1f2e8d;
  border-radius: 4px;
  font-size: 16px;
}
.search-form__search-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.search-form__search-input::-ms-input-placeholder {
  color: #b3b3b3;
}
.search-form__search-input:-ms-input-placeholder {
  color: #b3b3b3;
}
.search-form__search-input::-moz-placeholder {
  color: #b3b3b3;
}
.search-form__search-input::placeholder {
  color: #b3b3b3;
}

.gtranslate_wrapper {
  position: absolute;
  z-index: 1000;
}
.gtranslate_wrapper a.glink span {
  margin-left: 5px;
}
@media only screen and (min-width: 1140px), print {
  .gtranslate_wrapper {
    top: -31px;
    right: 20px;
  }
  .gtranslate_wrapper .gt_switcher-popup img {
    width: 16px;
    opacity: 1 !important;
  }
  .gtranslate_wrapper .gt_switcher-popup span {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff !important;
    font-size: 10px !important;
  }
  .gtranslate_wrapper .gt_switcher-popup:hover span {
    color: #019ee4 !important;
  }
}
@media only screen and (max-width: 1139.98px) {
  .gtranslate_wrapper {
    top: 30px;
    right: 60px;
  }
}
@media only screen and (max-width: 374.98px) {
  .gtranslate_wrapper {
    right: 50px;
  }
}

.footer {
  width: 100%;
  background: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    font-size: 13px;
  }
}
.footer__main {
  padding: 30px 0 42px;
  background: #0f1646;
  color: #fff;
}
.footer__bottom {
  height: 74px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 24px;
}
@media only screen and (max-width: 1139.98px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer__logo {
  width: 214px;
}
@media only screen and (min-width: 1140px), print {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1140px) and (hover: hover), print and (hover: hover) {
  .footer__logo {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  width: 100%;
}
@media only screen and (min-width: 1140px), print {
  .footer__nav {
    width: 50%;
    max-width: none;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139.98px) {
  .footer__nav {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__nav-item {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .footer__nav-item {
    width: 100%;
  }
}
.footer__nav-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
@media (min-width: 860px) {
  .footer__nav-link {
    white-space: nowrap;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin: 0;
}
@media only screen and (min-width: 1140px), print {
  .footer__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.footer__button-top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border: none;
  border-radius: 50%;
  background: #009cde url("../img/common/icon_chevron_up.svg") center/20px auto no-repeat;
  cursor: pointer;
}
.footer__button-top:hover {
  background-color: #0166cf;
}
@media only screen and (max-width: 767.98px) {
  .footer__button-top {
    bottom: 20px;
  }
}

.hero {
  height: 316px;
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  .hero {
    background: url("../img/features/hero_bg.jpg") center/cover no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero {
    background: url("../img/features/sp/hero_bg.jpg") center/cover no-repeat;
  }
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 20px 0;
}
@media only screen and (max-width: 1139.98px) {
  .hero__wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 80px;
    text-align: center;
  }
}
.hero__title {
  margin: 0 0 0.3em;
  font-size: 46.56px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__description {
  margin: 0;
  font-size: 14.9px;
  font-weight: 400;
  line-height: 1.496644;
}

.checkout {
  padding: 33px 0 43px;
  background: #01a4e8;
  color: #fff;
}
@media only screen and (min-width: 1140px), print {
  .checkout__wrapper {
    width: 64%;
    min-width: 1000px;
  }
}
.checkout__title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.2;
  text-align: center;
}
.checkout__description {
  margin-bottom: 21px;
  font-size: 12px;
  line-height: 1.358333;
  text-align: center;
}
.checkout__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 0.3%;
}
@media only screen and (max-width: 767.98px) {
  .checkout__list {
    gap: 10px;
  }
}
.checkout__item {
  width: 33%;
  min-height: 123px;
}
@media only screen and (max-width: 767.98px) {
  .checkout__item {
    width: 100%;
  }
}

.checkout-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 9px;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #1e1e1e;
}
.checkout-card__title {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.2;
}
.checkout-card__text {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.63;
}

.course-article {
  padding: 30px 0;
  font-weight: 500;
  line-height: 1.666667;
}
.course-article__wrapper {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px), print {
  .course-article__wrapper {
    left: -38px;
  }
}
.course-article__title {
  margin: 0 0 12px;
  color: #0f1646;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}
.course-article__reaction {
  margin-bottom: 20px;
}
.course-article__summary {
  margin-bottom: 3em;
}
.course-article__summary-text {
  font-size: 12px;
}
.course-article__summary-list {
  padding-left: 2.2em;
}
.course-article__summary-item {
  color: #0d85fd;
  font-size: 12px;
}
.course-article__content {
  font-size: 12.5px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.course-article__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.course-article__table-wrap {
  max-width: 100%;
  margin-bottom: 2em;
  overflow-x: auto;
}
.course-article__table {
  min-width: 1180px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.course-article__table th,
.course-article__table td {
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #757575;
  font-weight: 400;
}
.course-article__table th strong,
.course-article__table td strong {
  font-weight: 600;
}
.course-article__table th.font-medium,
.course-article__table td.font-medium {
  font-weight: 500;
}
.course-article__table th.font-bold,
.course-article__table td.font-bold {
  font-weight: 700;
}
.course-article__table th {
  font-weight: 500;
  white-space: nowrap;
}
.course-article__table tr.bg-gray th,
.course-article__table tr.bg-gray td {
  background: #f2f2f2;
}
.course-article__table tr.border-top th,
.course-article__table tr.border-top td {
  border-top: 1px solid #757575;
}
.course-article__table--schedule {
  border-top: 1px solid #757575;
  border-left: 1px solid #757575;
}
.course-article__table--schedule tr:first-child th:first-child {
  border-right: 1px solid #757575;
}
.course-article__table--schedule tr:first-child th {
  border-bottom: none;
}
.course-article__table--schedule tr:first-child th strong {
  font-weight: 700;
}
.course-article__table--schedule tr th:nth-child(3),
.course-article__table--schedule tr td:nth-child(3) {
  border-right: 1px solid #757575;
}
.course-article__table--schedule tr td.border-right {
  border-right: 1px solid #757575;
}
.course-article__table--schedule tr td.no-border-right {
  border-right: none;
}
.course-article__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.course-article__list li {
  position: relative;
  padding-left: 3em;
}
.course-article__list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: currentcolor;
}
.course-article__list--tick li {
  padding-left: 1.8em;
}
.course-article__list--tick li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.2em;
  background: url("../img/common/icon_tick.svg") center/contain no-repeat;
}
.course-article__olist {
  margin-bottom: 2em;
}
.course-article__olist li {
  position: relative;
  padding-left: 1em;
}

.share-post {
  position: absolute;
  top: -12px;
  left: -80px;
  padding: 20px 0;
}
@media (max-width: 1470px) {
  .share-post {
    left: -45px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .share-post {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
.share-post__title {
  margin: 0 0 5px;
  color: #0f1646;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.share-post__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1139.98px) {
  .share-post__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.share-post__item {
  margin: 0;
  padding: 0;
}
.share-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.share-post__link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.share-post__link:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.share-post__link img {
  display: block;
  width: 39px;
  height: 39px;
}
.share-post__link--x img, .share-post__link--email img {
  width: 27px;
  height: 27px;
}
.share-post__link--copy {
  border: none;
  outline: none;
  font-family: inherit;
}
.share-post__tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  padding: 6px 12px;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  opacity: 0;
  background: #0f1646;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}
.share-post__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0f1646;
}
.share-post__tooltip.show {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.table-program {
  width: 100%;
  min-width: 1180px;
}
.table-program th,
.table-program td {
  padding: 2px 5px;
  border: none;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #daf2ff;
  font-weight: 500;
  white-space: nowrap;
}
.table-program th {
  background: #fff;
}
.table-program tr:nth-child(2) th {
  background: #f7f7f6;
}
.table-program tr.bg-color-1 td {
  background: #eaf7f8;
}
.table-program tr.bg-color-2 td {
  background: #daf2ff;
}
.table-program tr.bg-color-3 td {
  background: #fbdbec;
}
.table-program tr.bg-color-4 td {
  background: #f5f5f5;
}
.table-program tr.bg-color-5 td {
  background: #dfeee7;
}

.table-speaking {
  width: 100%;
  min-width: 1180px;
}
.table-speaking th,
.table-speaking td {
  padding: 10px 5px;
  border: none;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #daf2ff;
  font-weight: 500;
  white-space: nowrap;
}
.table-speaking td:last-child {
  white-space: normal;
}
.table-speaking th {
  background: #fff;
}
.table-speaking tr.bg-color-1 td {
  background: #eaf7f8;
}
.table-speaking tr.bg-color-2 td {
  background: #daf2ff;
}
.table-speaking tr.bg-color-3 td {
  background: #fbdbec;
}
.table-speaking tr.bg-color-4 td {
  background: #f2f2f2;
}
.table-speaking tr.bg-color-5 td {
  background: #dfeee7;
}

.operations {
  padding: 33px 0 34px;
  background: #f7f7f7;
}
.operations__title {
  margin-bottom: 30px;
  color: #1f2e8d;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.operations__description {
  margin-bottom: 50px;
  color: #000;
  font-size: 13.63px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.496698;
  text-align: center;
}
.operations__article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1139.98px) {
  .operations__article-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.operations__article-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media only screen and (min-width: 1140px), print {
  .operations__article-visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 654px;
            flex: 0 0 654px;
    width: 654px;
    max-width: 50%;
  }
}
.operations__article-visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.operations__article-visual-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  border-radius: 8px;
  background: #0063c5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .operations__article-visual-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .operations__article-visual-button:hover {
    opacity: 0.8;
  }
}
.operations__article-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.operations__article-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  width: 100%;
}

.operation-card {
  display: block;
  position: relative;
  padding: 17px 20px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #1f2937;
}
.operations__article-item.is-active .operation-card {
  -webkit-box-shadow: inset 0 0 0 1px #0062d2;
          box-shadow: inset 0 0 0 1px #0062d2;
}
.operation-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  cursor: pointer;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .operation-card__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.operation-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding-right: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.operations__article-item.is-active .operation-card__title {
  color: #0062d2;
}
.operation-card__button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: none;
  background: url("../img/common/icon_chevron_down.svg") center/16px auto no-repeat;
  text-indent: -999em;
  cursor: pointer;
}
.operations__article-item.is-active .operation-card__button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767.98px) {
  .operation-card__button {
    position: absolute;
    top: 0;
    right: -3px;
  }
}
.operation-card__content {
  display: none;
  padding: 0 0 1px;
  font-size: 14px;
}
.operation-card__content p:first-child {
  padding-top: 20px;
}
.operation-card__content p:last-child {
  margin-bottom: 0;
}
.operation-card__reactions {
  margin-bottom: 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e5e7eb;
}
.operation-card__read-more {
  margin-top: 20px;
  text-align: right;
}
.operation-card__read-more-link {
  color: #00a9e0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .operation-card__read-more-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .operation-card__read-more-link:hover {
    opacity: 0.8;
  }
}
.operation-card__read-more-link::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.1em;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/common/icon_arrow_right_02.svg") center/100% auto no-repeat;
  vertical-align: middle;
}

.comparison {
  padding: 50px 0 30px;
  background: #fff;
}
.comparison__title {
  margin-bottom: 26px;
  color: #1f2e8d;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.comparison__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .comparison__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.comparison__col {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .comparison__col {
    width: 100%;
  }
}
.comparison__col-title {
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: 0 1px 0 0 #b3b3b3;
          box-shadow: 0 1px 0 0 #b3b3b3;
  color: #374151;
  font-size: 19.12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.comparison__col-title[data-active=true] {
  border-bottom: 2px solid #394494;
  color: #394494;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .comparison__col-title[data-active=true] {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.comparison__col-content {
  visibility: hidden;
  padding: 0 50px;
  opacity: 0;
  color: #212c36;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.665125;
}
.comparison__col-content[data-active=true] {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .comparison__col-content {
    padding: 0;
  }
}
.comparison__col-text {
  margin-bottom: 0;
}
.comparison__col-list {
  margin-bottom: 0;
  padding-left: 20px;
}