.u-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.u-col {
    margin-bottom: 20px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, div {
    display: block;
    box-sizing: border-box
}

ol, ul {
    list-style: none;
    padding: 0
}

/*
ol li, ul li {
    margin-bottom: 10px
}*/

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    text-transform: none
}

button, [type=reset], [type=submit], [type=button] {
    -webkit-appearance: button
}

textarea {
    overflow: auto;
    resize: vertical
}

select {
    word-wrap: normal
}

.is-overflow-hidden {
    overflow: hidden
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.wrapper main {
    flex: 1 0 auto
}

.wrapper footer {
    flex: 0 0 auto
}

.text-center {
    text-align: center
}

.post, .page {
    margin-bottom: 0
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    padding: 0;
    box-sizing: border-box;
    color: #666;
    border: 0;
    resize: none;

}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 150px;
    height: 4px;
    background: #d3d3d3;
    ;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 4px;
    padding: 0
}

input[type=range]:hover {
    opacity: 1
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #F59D19;
    cursor: pointer;
    border-radius: 50%
}

input[type=range]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #F59D19;
    cursor: pointer
}

picture {
    display: block
}

input[type=submit], button, button:focus {
    cursor: pointer;

}

body {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0
}

html {
    height: 100%;
    box-sizing: border-box
}

@media (max-width: 576px) {
    html, body {
        overflow-x: hidden
    }
}

hr {
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    opacity: .8;
    display: block;
    margin: 10px 0
}

button, input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none
}

input[type=radio] {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    transition: all .2s ease;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0
}

input[type=radio]:checked {
    border: 5px solid #2980b9
}

input[type=checkbox] {
    height: 22px;
    width: 22px;
    background: #FFFFFF;
    padding: 0;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    flex-shrink: 0
}

input[type=checkbox]:checked {
    background-color: #fff;
    background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit
}

p {
    color: inherit;
    font-weight: inherit;
    line-height: inherit
}

hr {
    border: .5px solid #f1f1f1
}

mark {
    font-weight: 500;
    background-color: transparent
}

pre {
    direction: ltr !important;
    text-align: left !important
}

table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    background-color: #f6f6f6
}

td, th {
    border: 1px solid #999;
    padding: 20px
}

th {
    background: brown;
    color: #fff;
    border-radius: 0;
    position: sticky;
    top: 0;
    padding: 10px
}

tfoot>tr {
    background: black;
    color: #fff
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    max-width: 8.3333333333%
}

.col-2 {
    max-width: 16.6666666667%
}

.col-3 {
    max-width: 25%
}

.col-4 {
    max-width: 33.3333333333%
}

.col-5 {
    max-width: 41.6666666667%
}

.col-6 {
    max-width: 50%
}

.col-7 {
    max-width: 58.3333333333%
}

.col-8 {
    max-width: 66.6666666667%
}

.col-9 {
    max-width: 75%
}

.col-10 {
    max-width: 83.3333333333%
}

.col-11 {
    max-width: 91.6666666667%
}

.col-12 {
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        width: 8.3333333333%
    }

    .col-xl-2 {
        width: 16.6666666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.3333333333%
    }

    .col-xl-5 {
        width: 41.6666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333333333%
    }

    .col-xl-8 {
        width: 66.6666666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.3333333333%
    }

    .col-xl-11 {
        width: 91.6666666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.c-accordion__block {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #FFF;
    margin-bottom: 16px
}

.c-accordion__block.is-active .c-accordion__block-title,
.c-accordion__block-title.is-active {
    /*border-bottom: 1px solid rgba(0, 0, 0, .12);*/
    font-family: 'Bergen Text Semibold', sans-serif;
    font-weight: 400
}

.c-accordion__block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--Text-text, #000000D1);
    font-family: 'Bergen Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    padding: 12px 12px 12px 16px
}

.c-accordion__block-title span {
    padding-right: 8px
}

.c-accordion__block-title svg {
    transition: all .3s ease;
    flex-shrink: 0;
    background-color: #ebf1f1;
    border-radius: 50%;
    padding: 6px;
    fill: #417880
}

.c-accordion__block-content {
    padding: 12px 12px 12px 16px
}

.c-accordion__block-content p, .c-accordion__block-content h2 {
    margin-bottom: 0 !important;
    padding-bottom: 20px
}

.c-accordion__block-content h3 {
    margin-bottom: 0 !important;
    padding-bottom: 16px
}

.c-accordion__block-content img {
    margin: 24px 0 !important
}

.c-accordion .js-accordion__list {
    display: none;
    color: var(--Text-text-subtle, #000000A8);
}

.p-archive, .p-post, .p-category, .p-search {
    position: relative;
    padding-top: 120px
}

@media (max-width: 992px) {
    .p-archive, .p-post, .p-category, .p-search {
        padding-top: 64px;
    }
}

.p-search__title {
    margin-bottom: 40px
}

.p-search__result .c-search-result {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.p-search .l-sidebar {
    max-width: 280px
}

@media (max-width: 768px) {
    .p-search .l-sidebar {
        max-width: 100%
    }

    .p-search .l-sidebar .c-tags {
        display: flex
    }
}

.p-post .l-hero {
    padding-bottom: 0
}

.p-post .l-hero__content {
    padding-right: 0;
    padding-left: 55px;
    color: var(--Text-text, #000000D1);
}

.p-post .l-hero__flex {
    padding-bottom: 48px;
    margin-bottom: 43px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

@media(max-width: 768px) {
    .p-post .l-hero__flex {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .p-post .l-hero__content {
        padding-left: 0
    }

    .p-post .l-hero__flex {
        flex-direction: column-reverse;
    }
}

.l-post-content__content {
    width: 100%;
}

.p-post .l-post-content__content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 790px;
    color: var(--Text-text, #000000D1);
}

.p-post .l-post-content__content p strong,
.p-post .l-post-content__content ul strong,
.p-post .l-post-content__content ol strong {
    font-family: "Bergen Text Semibold";
    font-weight: 400;
}

.p-post .l-post-content__content img {
    margin: 24px 0;
    display: block;
}

.p-post .l-post-content__content a:not(.c-list-box__item) {
    display: inline-flex;
}

.p-post .l-post-content__content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .p-post .l-post-content__content {
        padding-left: 0;
        padding-right: 0
    }

    .p-post .l-post-content__content img {
        margin: 16px 0
    }
}

.p-post .c-list-box {
    background-color: #ebf1f1
}

.p-post .c-list-box__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

.l-hero {
    padding: 40px 0 104px
}

@media (max-width: 992px) {
    .l-hero {
        padding: 30px 0 80px
    }
}

@media (max-width: 768px) {
    .l-hero {
        padding: 20px 0
    }
}

.l-hero__flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.l-hero__content {
    max-width: 47.5%;
    padding-right: 55px;
    width: 100%
}

@media (max-width: 992px) {
    .l-hero__content {
        max-width: 100%;
        padding-right: 0
    }
}

.l-hero__content .c-date {
    margin: 0 0 var(--spacing-lg, 24px);
    display: block
}

.l-hero__content h1, .l-hero__content p {
    margin: 0 0 var(--spacing-lg, 24px)
}

.l-hero__content p a {
    text-decoration: underline;
    color: #417880;
}

.l-hero__content .button {
    max-width: 213px;
    box-sizing: border-box;
    width: 100%;
    display: block
}

.l-hero__content .is-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.l-hero__image {
    max-width: 52.5%;
    width: 100%;
    height: 420px;
    border-radius: 48px;
    box-shadow: 0 4px 24px #0000001f;
    overflow: hidden;
}

.l-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .l-hero__image {
        max-width: 100%;
        height: calc(200vw / 3 - 16px);
        margin-bottom: 48px;
    }
}

.l-archive {
    padding: 80px 0 104px
}

@media (max-width: 768px) {
    .l-archive {
        padding: 20px 0 40px
    }
}

.l-archive .c-filter {
    margin-bottom: 50px
}

.l-archive .u-col {
    margin-bottom: 56px
}

.c-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.c-filter__item {
    color: #000000a8;
    font-family: 'Bergen Text', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 2px solid rgba(0, 0, 0, .12);
    background: #FFF;
    border-radius: 20px
}

.c-filter__item a {
    display: flex;
    min-width: 80px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
}

.c-filter__item:hover {
    border-color: var(--Border-border, #0000001F);
    background: var(--Surface-surface-hover, #0000000F);
}

.c-filter__item a:focus,
.c-filter__item a:focus-visible {
    color: var(--Text-text, #000000D1);
}

@media (max-width: 576px) {
    .c-filter__item a {
        min-width: 70px
    }
}

.c-filter__item.is-active {
    border: 2px solid #417880;
    background: #EBF1F1;
    color: #0f5c66
}

.row {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex
}

.c-product {
    display: block;
}

.c-product:focus,
.c-product:focus-visible {
    outline-width: 0;
}

.c-product__img {
    margin-bottom: 24px;
    height: 260px;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.c-product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 576px) {
    .c-product__img {
        margin-bottom: 15px
    }
}

.c-product__text {
    font-family: 'Bergen Text', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.c-product__text a {
    text-decoration: underline;
}

.c-product__title {
    color: #417880;
    font-family: MADE Mirage;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
    display: block
}

.c-product:hover .c-product__title {
    text-decoration: underline;
}

.c-product:focus .c-product__title,
.c-product:focus-visible .c-product__title {
    outline: 3px solid #417880 !important;
    border-radius: 6px;
}

.c-product .c-date {
    margin-bottom: 8px
}

.c-date {
    color: #000000a8;
    font-family: 'Bergen Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.l-post-content {
    padding-top: 50px;
    padding-bottom: 114px
}

.l-post-content__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media (max-width: 768px) {
    .l-post-content__flex {
        flex-direction: column
    }
}

.l-post-content__content p,
.l-post-content__content ul,
.l-post-content__content ol {
    margin-bottom: 16px
}

.l-post-content__content .js-post-content>ul,
.l-post-content__content .js-post-content>ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.l-post-content__content a {
    display: flex;
    color: #417880;
    font-family: 'Bergen Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.news-content a {
    display: inline;
}

.l-post-content__content h2, .l-post-content__content h3, .l-post-content__content h4 {
    color: #417880;
    font-family: MADE Mirage;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 24px 0 16px
}

.l-post-content__content h3 {
    color: #417880;
    font-family: 'Bergen Text Semibold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px
}

.l-post-content__content .js-video-player {
    margin-bottom: 24px
}

.l-post-content__content video {
    max-width: 100%
}

.l-post-content__content img {
    border-radius: 6px;
    box-shadow: 0 4px 24px #0000001f
}

.l-post-content__content ul {
    list-style-type: disc;
    margin: 20px 0;
    list-style-position: inside
}

.l-post-content__content ul ol {
    padding-left: 22px
}

.l-post-content__content ol {
    list-style-type: decimal;
    list-style-position: inside
}

.l-post-content__content ol ul {
    padding-left: 22px
}

.l-post-content__content .c-pagination {
    margin-top: 50px
}

.l-post-content__content .c-search-result__category {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Bergen Text', sans-serif;
    margin-bottom: 0;
    display: block;
    color: #000000a8
}

.l-post-content__content .c-search-result__title {
    font-family: 'Bergen Text Semibold', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    display: block
}

.l-post-content__content .c-search-result__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

@media (max-width: 992px) {
    .l-post-content {
        padding-top: 0
    }
}

.l-sidebar {
    flex-shrink: 0;
    max-width: 375px;
    width: 100%;
    position: sticky;
    top: 120px
}

@media (min-width: 769px) and (max-width: 1199px) {
    .l-sidebar {
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    .l-sidebar {
        position: relative;
        top: 0;
        max-width: 100%;
        margin-bottom: 40px
    }
}

.l-sidebar__title {
    font-size: 20px;
    line-height: 28px;
    color: #417880;
    margin-bottom: 34px
}

.l-sidebar__list {
    margin-bottom: 40px;
    position: relative
}

@media(max-width: 768px) {
    .l-sidebar__list {
        display: none;
    }
}

.l-sidebar__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    z-index: -1
}

.l-sidebar__list-item {
    padding-left: 44px;
    position: relative;
    display: block;
    margin-bottom: 24px;
    line-height: 24px;
    color: var(--Text-text-subtle, #000000A8);
}

.l-sidebar__list-item:last-child {
    background: white;
}

.l-sidebar__list-item.is-active {
    color: var(--Text-text-brand, #417880);
}

.l-sidebar__list-item:before, .l-sidebar__list-item:after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    position: absolute
}

.l-sidebar__list-item:before {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, .12);
    background-color: #fff;
    z-index: 0;
    left: 0
}

.l-sidebar__list-item.is-active:before {
    border: 2px solid #417880;
    background: #417880;
    box-shadow: 0 0 0 5px white inset;
}

.l-sidebar__contact span {
    margin-bottom: 16px;
    color: #00000069;
    font-family: 'Bergen Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block
}

.l-sidebar .c-tags {
    display: block
}

.l-sidebar .c-tags__item {
    display: block;
    max-width: fit-content;
    padding: 8px 16px
}

.l-sidebar .c-tags__item.is-active {
    border: 2px solid #417880;
    color: #000000d1
}

.c-social {
    display: flex;
    align-items: center
}

.c-social__item {
    margin-right: 12px
}

.c-social__item:last-child {
    margin-right: 0
}

.l-related {
    background: #EBF1F1
}

.l-related .u-col {
    margin-bottom: 40px
}

.l-related h2 {
    text-align: center;
    margin-bottom: 40px
}

.c-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.c-breadcrumbs__back {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #FFF;
    margin-right: 12px;
    line-height: 0 !important
}

.c-breadcrumbs a {
    color: #417880;
    font-family: 'Bergen Text', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.c-breadcrumbs span {
    color: #000000a8;
    font-family: 'Bergen Text', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.p-category .c-list-box {
    border: 0
}

.l-hero-centered {
    padding: 60px 0;
    background: #EBF1F1;
    text-align: center
}

.l-hero-centered.is-transparent {
    background: transparent
}

.l-hero-centered.is-transparent .c-search {
    background: #F5F5F5
}

.c-search input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: var(--Text-text, #000000D1);
}

.c-search input::placeholder {
    color: var(--Text-text-subtle, #000000A8);
}

.l-hero-centered__content {
    max-width: 790px;
    margin: 0 auto
}

@media (max-width: 992px) {
    .l-hero-centered {
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    .l-hero-centered {
        padding: 20px 0
    }
}

.l-hero-centered h1 {
    font-family: MADE Mirage;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .l-hero-centered h1 {
        font-size: 36px;
        line-height: 1.35
    }
}

.l-hero-centered .c-search {
    margin-top: 32px
}

.section-search {
    position: relative;
    margin-top: 100px;
    padding-top: 80px
}

@media (max-width: 992px) {
    .section-search {
        margin-top: 64px;
        padding-top: 36px;
    }
}

.c-search {
    position: relative;
    border-radius: 6px;
    background: #FFF;
    padding: 0
}

.c-search input {
    padding: 22px 24px 22px 48px;
}

.c-search input:focus,
.c-search input:focus-visible {
    outline-width: 2px;
    outline-color: var(--Text-text-brand, #417880);
}

.c-search .u-btn {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    line-height: 0
}

.c-search .u-btn:hover {
    background: linear-gradient(to right, var(--Surface-surface-hover, rgba(0, 0, 0, 0.06)), var(--Surface-surface-hover, rgba(0, 0, 0, 0.06))), linear-gradient(to right, var(--Surface-surface, #FFFFFF), var(--Surface-surface, #FFFFFF));
}

.c-search .u-clear {
    border: 2px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    line-height: 0;
    display: none;
}

.c-search .u-clear.active {
    display: block;
}

/*.c-search .u-clear:hover{
    background: linear-gradient(to right, var(--Surface-surface-hover, rgba(0, 0, 0, 0.06)), var(--Surface-surface-hover, rgba(0, 0, 0, 0.06))), linear-gradient(to right, var(--Surface-surface, #FFF), var(--Surface-surface, #FFF));
}

.c-search .u-clear:focus,
.c-search .u-clear:focus-visible {
    background: linear-gradient(to right, var(--Surface-surface-hover, rgba(0, 0, 0, 0.06)), var(--Surface-surface-hover, rgba(0, 0, 0, 0.06))), linear-gradient(to right, var(--Surface-surface, #FFF), var(--Surface-surface, #FFF));
}*/

.c-list-box {
    border-radius: 16px;
    background: #FFF;
    padding: 40px
}

.section-listbox .c-list-box {
    border: 1px solid var(--Border-border, #0000001F);
}

@media (max-width: 576px) {
    .c-list-box {
        padding: 16px;
    }

    .section-listbox .c-list-box {
        padding: 40px 24px;
    }

    .p-category .c-list-box {
        padding: 40px 0;
    }
}

.c-list-box__title {
    margin-bottom: 24px;
    color: #417880;
    font-family: MADE Mirage;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px
}

.c-list-box__item {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000d1;
    font-family: 'Bergen Text', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.c-list-box__item svg {
    flex-shrink: 0;
    padding-left: 10px
}

.c-list-box__item:last-child {
    border-bottom: 0
}

.c-list-box .button {
    margin-top: 24px
}

@media (max-width: 480px) {
    .c-list-box .button {
        display: block
    }
}

.section-listbox {
    padding-bottom: 0;
    margin-bottom: 41px
}

.section-listbox .u-col {
    margin-bottom: 0;
}

.section-textbox {
    padding: 0;
    margin-bottom: 41px
}

.section-textbox .c-notification-box:last-child {
    margin-bottom: 0
}


@media (max-width: 991px) {
    .section-listbox .u-col {
        margin-bottom: 24px;
    }
}

.c-notification-box {
    border-radius: 16px;
    background-color: #ebf1f1;
    padding: 40px
}

@media (max-width: 768px) {
    .c-notification-box {
        padding: 20px
    }
}

.c-notification-box.is-birch {
    background-color: #0f5c66
}

.c-notification-box.is-birch .c-notification-box__title, 
.c-notification-box.is-birch .c-notification-box__content {
    color: #fff
}

.c-notification-box__title {
    color: #417880;
    font-family: MADE Mirage;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 24px
}

.c-notification-box__content {
    margin-bottom: 24px
}

.c-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.c-tags__item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, .12);
    background: #FFF;
    margin-right: 24px;
    margin-bottom: 12px
}

.c-tags__item svg {
    margin-right: 8px
}

@media (max-width: 768px) {
    .c-tags__item {
        margin-right: 12px
    }

    .c-notification-box__title,
    .c-list-box__title {
        font-size: 28px;
        line-height: 40px;
    }
}

.js-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer
}

.js-video-play-btn.is-play {
    display: none
}

.js-video-play-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 40px;
    height: 40px;
    z-index: -1
}

.js-video-player {
    position: relative
}

.js-video-player video {
    width: 100%;
    height: auto
}

.c-post-question {
    padding: 40px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    margin: 24px 0;
    text-align: center
}

.c-post-question__title {
    color: #417880;
    text-align: center;
    font-family: 'Bergen Text Semibold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px
}

.c-post-question__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.c-post-question__btn .button {
    margin: 0 8px;
    min-width: 110px
}

.c-post-question__bottom {
    color: #000000a8;
    font-family: 'Bergen Text', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.c-post-question__bottom a {
    color: #417880;
    font-family: 'Bergen Text', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    display: inline-block;
}

.l-post-content__content .js-post-content a:not(.c-list-box__item) {
    display: inline;
}

.l-post-content__content .js-post-content h1.title {
    margin-bottom: 16px;
}

@media(max-width: 1200px) {
    .c-product__img {
        height: calc((200vw - 216px) / 9);
    }
}

@media(max-width: 767.9px) {
    .c-product__img {
        height: calc((100vw - 78px) / 3);
    }
}

@media(max-width: 575.9px) {
    .c-product__img {
        height: calc((200vw - 96px) / 3);
    }
}

.c-pagination, .l-post-content__content .c-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.c-pagination__item {
    border-radius: 6px;
    margin: 0 2px;
    color: #417880;
    text-align: center;
    font-family: 'Bergen Text Semibold', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid rgba(65, 120, 128, 0);
}

.c-pagination__item a {
    display: block;
    padding: 4px 8px;
    min-width: 25px;
    box-sizing: border-box;
    line-height: 20px;
}

.c-pagination__item a:focus,
.c-pagination__item a:focus-visible {
    border-radius: 6px;
}

.c-pagination__item.is-active {
    border-color: #417880
}

.c-pagination__item:not(.is-active):hover {
    background: linear-gradient(0deg, var(--Surface-surface-hover, rgba(0, 0, 0, 0.06)), var(--Surface-surface-hover, rgba(0, 0, 0, 0.06))), linear-gradient(0deg, var(--Surface-surface, #FFFFFF), var(--Surface-surface, #FFFFFF));
}

.c-pagination__item:not(.is-active):focus,
.c-pagination__item:not(.is-active):focus-visivle {
    border-color: #417880
}

.c-pagination__item.is-prev, .c-pagination__item.is-next {
    padding: 0;
}

.c-pagination__item.is-prev a, .c-pagination__item.is-next a {
    display: flex;
    align-items: center;
    padding: 0;
}

.title-educational {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.page-template-page-educational-home .p-archive,
.page-template-page-educational-category .p-archive,
.page-template-page-educational-subcategory .p-archive,
.page-template-page-educational-single .p-archive {
    padding-top: 0;
}

.page-template-page-educational-category .p-archive>.l-archive:first-of-type, .page-template-page-educational-subcategory .p-archive>.l-archive:first-of-type {
    padding-top: 120px;
}


@media(max-width: 992px) {
    .title-educational {
        font-size: 32px;
        line-height: 44px;
    }
}

.section-hero-educational {
    background: var(--Text-text-brand-bold, #0F5C66);
    padding: 200px 156px 100px;
    min-height: 42vw;
    display: flex;
    align-items: center;
}

.section-hero-educational .background {
    background-attachment: unset;
    background-position: right top;
    background-size: auto 100%;
}

.section-hero-educational .background::after {
    background: linear-gradient(90deg, var(--Text-text-brand-bold, #0F5C66) 48%, rgba(15, 92, 102, 0.82) 52%, rgba(15, 92, 102, 0.61) 55%, rgba(15, 92, 102, 0.00) 58%, rgba(15, 92, 102, 0.00) 100%);
}

.section-hero-educational h1 {
    font-size: 52px;
    line-height: 76px;
}

.section-hero-educational h1,
.section-hero-educational p {
    color: white;
}

@media(max-width: 768px) {
    .section-hero-educational {
        flex-direction: column;
        padding: 0;
    }

    .section-hero-educational .background {
        width: 100%;
        background-size: cover;
    }

    .section-hero-educational .content {
        padding: var(--spacing-xl, 32px) var(--spacing-lg, 24px);
    }

    .section-hero-educational h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

@media(min-width: 769px) and (max-width: 1199px) {
    .section-hero-educational {
        padding: 200px var(--spacing-lg, 24px) 100px;
    }
}

.section-educational-category {
    padding-bottom: 0;
}

.section-educational-category .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 128px;
    justify-content: center;
}

.section-educational-category .container .item {
    width: calc((100% - 256px) / 3);
}

.section-educational-category .container .item:focus,
.section-educational-category .container .item:focus-visible {
    outline-width: 0;
}

.section-educational-category .container .item .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 48px;
    margin-bottom: 24px;
}

.section-educational-category .container .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-educational-category .container .item h2 {
    font-size: 36px;
    line-height: 48px;
    padding-right: 52px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="18" fill="%230F5C66"/><path d="M9 18H27M27 18L21 12M27 18L21 24" stroke="white" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') right center no-repeat;
}

.section-educational-category .container .item:hover h2 {
    text-decoration: underline;
}

.section-educational-category .container .item:focus h2,
.section-educational-category .container .item:focus-visible h2 {
    border-radius: 6px;
    outline: 3px solid var(--Border-border-brand, #417880);
}

@media(max-width: 1199px) {
    .section-educational-category .container {
        flex-wrap: wrap;
        gap: 40px 32px;
        box-sizing: border-box;
    }

    .section-educational-category .container .item {
        width: calc(50% - 16px);
        box-sizing: border-box;
    }

    .section-educational-category .container .item h2 {
        font-size: 32px;
        line-height: 44px;
        background-position: right 4px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .section-educational-category .container .item {
        width: calc((100% - 64px) / 3);
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .section-educational-category .container {
        justify-content: flex-start;
    }

}

@media(max-width: 575px) {
    .section-educational-category .container .item {
        width: 100%;
    }
}

.c-next {
    display: flex;
    gap: 24px;
    padding: 48px 0;
    margin-top: 48px;
    border-top: 1px solid var(--Border-border, #0000001F);
}

.c-next .c-next__img {
    width: 210px;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
}

.c-next .c-next__img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    margin: 0;
}

.c-next .c-next__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 226px);
    align-items: flex-start;
}

.c-next .c-next__title {
    font-family: MADE Mirage;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin: 0;
}

.c-next .c-next__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
}

.c-next .c-next__button {
    width: auto;
    color: white;
}

.c-next .c-next__button span::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6135 4.30587C11.9968 3.90831 12.6299 3.8968 13.0275 4.28016L17.6941 8.78016C17.8896 8.96863 18 9.22848 18 9.5C18 9.77152 17.8896 10.0314 17.6941 10.2198L13.0275 14.7198C12.6299 15.1032 11.9968 15.0917 11.6135 14.6941C11.2301 14.2966 11.2416 13.6635 11.6392 13.2802L14.5223 10.5H8.76116H3C2.44772 10.5 2 10.0523 2 9.5C2 8.94772 2.44772 8.5 3 8.5H14.5223L11.6392 5.71985C11.2416 5.33648 11.2301 4.70342 11.6135 4.30587Z" fill="white"/></svg>');
    padding-left: 8px;
    position: relative;
    top: 4px;
}

@media(max-width: 767px) {
    /*.c-next .c-next__content {
        width: calc(100% - 240px);
    }*/
}

@media(max-width: 575px), (min-width: 769px) and (max-width: 900px) {
    .c-next {
        flex-wrap: wrap;
        max-width: 375px;
        margin: 36px auto 0;
    }

    .c-next .c-next__img {
        width: 100%;
        height: auto;
    }

    .c-next .c-next__content {
        width: 100%;
    }

    .c-next .c-next__title {
        text-align: center;
    }

    .c-next .c-next__text {
        text-align: center;
        margin-bottom: 8px;
    }

    .c-next .c-next__button {
        margin: 0 auto;
    }
}