.postBoard_postVideo {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    overflow: hidden;
    border-radius: 24px;
}

.postBoard_postVideo img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 768px) {
    .postBoard_postVideo {
        margin-top: 24px;
    }

    .postBoard_postVideo {
        max-width: 1120px;
    }
}




.partner-banner_wrap {
    column-gap: 6px;
    row-gap: 10px;
    border-radius: 14px;
    border: 1px solid #3b71fe;
    background: #fcfcfd;
    box-shadow: 0 2px 44px 0 hsla(0, 0%, 6%, .13);
    padding: 14px 10px
}

@media screen and (max-width:990px) {
    .partner-banner_wrap {
        display: grid;
        align-items: center;
        grid-template-columns: 70px 1fr auto;
        position: fixed;
        z-index: 999;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s
    }

    .partner-banner_wrap.visible {
        opacity: 1;
        pointer-events: all
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .partner-banner_wrap {
        max-width: 640px
    }
}

@media screen and (min-width:991px) {
    .partner-banner_wrap {
        display: flex;
        flex-direction: column;
        padding: 20px 16px
    }
}

.partner-banner_title {
    color: #23262f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -.8px;
    width: 94%;
    margin: auto
}

@media screen and (max-width:990px) {
    .partner-banner_title {
        display: none
    }
}

.partner-banner_titleMobile {
    color: #23262f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -.8px
}

@media screen and (min-width:992px) {
    .partner-banner_titleMobile {
        display: none
    }
}

.partner-banner_logo img {
    max-width: 100%;
    width: 70px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 9px
}

@media screen and (min-width:992px) {
    .partner-banner_logo img {
        width: 100%;
        height: auto;
        aspect-ratio: 188/84
    }
}

.partner-banner_action {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

@media screen and (max-width:479px) {
    .partner-banner_actionLink {
        font-size: 11px;
        padding: 12px 10px !important;
        line-height: 16px;
        height: auto !important
    }
}

.partner-banner_actionLabel {
    color: #777e90;
    text-align: center;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.8px;
    width: 94%;
    margin: auto
}

.wp-block-image {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

@media screen and (max-width:991px) {
    .partner-banner_actionLabel {
        display: none
    }
}

.postPage_postArticle {
    column-gap: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
}

@media screen and (min-width:991px) {
    .postPage_postArticle {
        display: grid;
        grid-template-columns: 1.1fr 2.5fr
    }
}

@media screen and (min-width:1100px) {
    .postPage_postArticle {
        grid-template-columns: 1.2fr 4fr
    }
    
}

.postPage_postArticle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.postPage_postArticle p, li{
    color: #777e90;
}

.postPage_postArticle p:first-of-type {
    margin-top: 0
}

.postPage_postArticle p b,
.postPage_postArticle p strong {
    font-weight: 600
}

.postPage_postArticle .postPage_body-text-large {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px
}

.postPage_postArticle .postPage_body-text-large b,
.postPage_postArticle .postPage_body-text-large strong {
    font-weight: 700
}

.postPage_postArticle .postPage_body-text-normal {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.postPage_postArticle .postPage_body-text-normal b,
.postPage_postArticle .postPage_body-text-normal strong {
    font-weight: 600
}

.postPage_postArticle .postPage_caption-text-large {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.postPage_postArticle .postPage_caption-text-large b,
.postPage_postArticle .postPage_caption-text-large strong {
    font-weight: 600
}

.postPage_postArticle .postPage_caption-text-normal {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
}

.postPage_postArticle .postPage_caption-text-normal b,
.postPage_postArticle .postPage_caption-text-normal strong {
    font-weight: 600
}

.postPage_postArticle .postPage_hairline-large {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px
}

.postPage_postArticle .postPage_hairline-small {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 12px
}

.postPage_articleSectionWrapper {
    margin-top: 32px
}

.postPage_articleSection {
    grid-column: 2;
    max-width: 100%
}

.postPage_articleSection a:not([class]) {
    text-decoration: underline !important;
}

.postPage_articleSection a:not([class]):hover {
    text-decoration: none !important;
}

.postPage_postArticle--full {
    grid-template-columns: 1fr;
}

.postPage_postArticle--full .postPage_articleSection  {
    grid-column: auto;
}

.postPage_articleSection > *:first-child {
    margin-top: 0;
}

.postPage_articleSection  ul li:not([class]) {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    
}

.postPage_articleSection  ul:not([class]) {
    margin-top: 24px;
    margin-bottom: 24px;
}

.postPage_articleSection  ul li:not([class]):last-child {
    margin-bottom: 0;
}

.postPage_articleSection  ul li:not([class]):before {
    content:'';
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMxNjFfMTkpIj4KPHBhdGggZD0iTTEgNUw1IDlMMTMgMSIgc3Ryb2tlPSIjM0I3MUZFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzE2MV8xOSI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 6px;
}

.postPage_articleSection ol:not([class]),
.postPage_articleSection ol.wp-block-list {
    list-style: none;
    counter-reset: custom-counter;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

.postPage_articleSection ol:not([class]) li,
.postPage_articleSection ol.wp-block-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
}

.postPage_articleSection ol:not([class]) li:last-child,
.postPage_articleSection ol.wp-block-list li:last-child {
    margin-bottom: 0;
}

.postPage_articleSection ol:not([class]) li:before,
.postPage_articleSection ol.wp-block-list li:before {
    content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #3b71fe;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}


.postPage_messageWrapper {
    margin-top: 32px
}


.share_share {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto
}

.share_share>div {
    margin-left: 20px
}

.share_share .share_block {
    display: block
}

.share_share .share_none {
    display: none
}

.postBoard_postBoard {
    display: flex;
    flex-direction: column;
}

.postBoard_postVideo {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    overflow: hidden;
    border-radius: 24px
}

@media screen and (min-width:768px) {
    .postBoard_postVideo {
        max-width: 1120px
    }
}

@media screen and (min-width:1800px) {
    .postBoard_postVideo {
        max-width: 100%
    }
}

.postBoard_postVideo .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover
}

@media screen and (min-width:768px) {
    .postBoard_postVideo {
        margin-top: 24px
    }
}

@media screen and (max-width:768px) {
    .postBoard_postVideo {
        margin-top: 16px
    }
}

.postBoard_postButtons {
    display: flex;
    column-gap: 16px
}

.postBoard_postMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 40px;
    order: 3
}

@media only screen and (max-width:767px) {
    .postBoard_postMeta {
        margin-top: 16px;
        margin-bottom: 32px
    }
}

@media only screen and (max-width:480px) {
    .postBoard_postMeta {
        margin-bottom: 16px
    }
}

.postBoard_postAuthor {
    display: inline-flex;
    gap: 8px;
    margin-left: 8px
}

.postBoard_postAuthor a {
    display: inline-flex;
    gap: 8px
}

.postBoard_postAuthor a:not(:last-child):after {
    content: "/"
}

.postBoard_postMetaDate {
    margin-top: 8px
}

.postBoard_postTitle {
    margin-bottom: 0
}

.newsCard_newsCard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1
}

.newsCard_newsCard .newsCard_innerCard {
    display: block;
    flex-grow: 1;
    border: 1px solid #e6e8ec;
    border-radius: 24px;
    font-size: 0;
    overflow: hidden
}

.newsCard_newsCard .newsCard_innerCard:hover {
    box-shadow: 0 8px 16px -8px hsla(0, 0%, 6%, .1)
}

.newsCard_newsCard .newsCard_innerCard .newsCard_imageWrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.newsCard_newsCard .newsCard_innerCard .newsCard_cardImage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newsCard_newsCard .newsCard_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 240px;
    padding: 16px 16px 0;
    margin-bottom: 24px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .newsCard_newsCard .newsCard_content {
        padding: 16px 16px 0
    }
}

@media screen and (max-width:768px) {
    .newsCard_newsCard .newsCard_content {
        height: 272px
    }
}

.newsCard_newsCard .newsCard_content_text {
    height: 80%;
    overflow: hidden
}

.newsCard_newsCard .newsCard_title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

@media screen and (min-width:768px) {
    .newsCard_newsCard .newsCard_title {
        font-size: 16px;
        line-height: 24px
    }
}

.newsCard_newsCard .newsCard_text {
    margin-bottom: 0;
    margin-top: 16px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #777e90
}

.newsCard_newsCard .newsCard_toread {
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #23262f
}

.newsSection_newsSection .swiper {
    position: relative;
    padding: 0 0 32px;
    display: flex;
    flex-direction: column-reverse;
    overflow: visible
}

@media only screen and (max-width:767px) {
    .newsSection_newsSection .swiper {
        padding-bottom: 24px
    }
}

.newsSection_newsSection .swiper .swiper-slide {
    display: flex
}

.newsSection_newsSection .swiper .swiper-button-prev {
    left: auto;
    right: 58px
}

.newsSection_newsSection .swiper .swiper-button-next,
.newsSection_newsSection .swiper .swiper-button-prev {
    position: absolute;
    top: 27px;
    right: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 2px solid #e6e8ec;
    border-radius: 40px;
    transition: border .3s
}

@media screen and (min-width:767px) {

    .newsSection_newsSection .swiper .swiper-button-next,
    .newsSection_newsSection .swiper .swiper-button-prev {
        right: 0
    }
}

.newsSection_newsSection .swiper .swiper-button-next:after,
.newsSection_newsSection .swiper .swiper-button-prev:after {
    content: "";
    width: 14px;
    height: 9px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4wOTA5NCAwLjI2NTIwN0M5LjQ5Njc2IC0wLjEwOTM5OSAxMC4xMjk0IC0wLjA4NDA5NjIgMTAuNTA0IDAuMzIxNzIyTDEzLjczNDggMy44MjE2OEMxNC4wODg0IDQuMjA0NzQgMTQuMDg4NCA0Ljc5NTE4IDEzLjczNDggNS4xNzgyNEwxMC41MDQgOC42NzgyOEMxMC4xMjk0IDkuMDg0MTEgOS40OTY3NyA5LjEwOTQxIDkuMDkwOTUgOC43MzQ4MUM4LjY4NTEzIDguMzYwMjEgOC42NTk4MiA3LjcyNzU1IDkuMDM0NDIgNy4zMjE3M0wxMC43MTYgNS40OTk5N0wwLjk5OTk5OSA1LjQ5OTk3QzAuNDQ3NzE0IDUuNDk5OTcgLTcuNjQxNTRlLTA3IDUuMDUyMjUgLTcuODY3OTllLTA3IDQuNDk5OTdDLTguMDk0NDRlLTA3IDMuOTQ3NjggMC40NDc3MTQgMy40OTk5NyAwLjk5OTk5OSAzLjQ5OTk3TDEwLjcxNiAzLjQ5OTk3TDkuMDM0NDMgMS42NzgyOUM4LjY1OTgyIDEuMjcyNDcgOC42ODUxMyAwLjYzOTgxMyA5LjA5MDk0IDAuMjY1MjA3WiIgZmlsbD0iIzc3N0U5MSIvPgo8L3N2Zz4K");
}

.newsSection_newsSection .swiper .swiper-wrapper {
    margin-top: 24px
}

.newsSection_newsSection .swiper .swiper-button-prev {
    transform: scale(-1);
    right: 61px
}

@media screen and (min-width:768px) {
    .newsSection_newsSection .swiper .swiper-button-prev {
        right: 48px
    }
}

.newsSection_newsSection .swiper .swiper-button-disabled {
    border: 2px solid transparent
}

.newsSection_newsSection .swiper h2 {
    margin-top: 0;
    margin-bottom: 0
}

.newsSection_categorySection {
    padding-top: 0;
    padding-bottom: 0
}

.newsSection_sliderWrapper {
    max-width: 100vw
}

.newsSection_sliderTitle {
    max-width: 80%;
    top: 10px;
    margin-bottom: 40px
}

@media screen and (min-width:767px) {
    .newsSection_sliderTitle {
        top: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .newsSection_sliderTitle {
        margin-bottom: 24px
    }
}

.newsSection_hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px
}


.postPage_newsWrapper {
    margin-top: var(--newsGap);
    margin-bottom: var(--newsGap);
    overflow: hidden
}

.postPage_logoSection {
    margin-top: 16px
}

@media screen and (min-width:991px) {
    .postPage_logoSection {
        margin-top: 136px
    }
}

.postPage_postButtons {
    max-width: 328px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between
}

.postArticleNav_buttonWrapper {
    display: none;
}

.postArticleNav_buttonWrapper {
    display: none;
}

@media screen and (max-width: 991px) {
    .postArticleNav_buttonWrapper {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .newsSection_newsSection .swiper .swiper-button-next,
    .newsSection_newsSection .swiper .swiper-button-prev {
        top: 18px;
    }

    .postPage_newsWrapper {
        padding-top: 10px;
    }
}

@media screen and (max-width: 519px) {
    .postPage_newsWrapper .swiper-slide {
        width: 312px !important;
    }
}







.css-126xj0f {
    position: fixed;
    z-index: 1300;
    inset: 0px;
    width: 100vw;
    height: 100vh;
}

.css-919eu4 {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
}

.css-ekeie0 {
    height: 100%;
    outline: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-uhb5lp {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 600px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    margin: 32px;
}

.shareComp_shareComp .MuiPaper-root {
    max-width: 300px;
    width: 100%;
    padding: 16px;
    overflow-y: visible;
    border-radius: 16px
}

@media screen and (min-width:374px) {
    .shareComp_shareComp .MuiPaper-root {
        max-width: 330px
    }
}

@media screen and (min-width:768px) {
    .shareComp_shareComp .MuiPaper-root {
        max-width: 504px;
        padding: 40px
    }
}

.shareComp_buttoWrapper {
    position: absolute;
    right: -18px;
    top: -18px
}

.shareComp_modalTitle {
    margin: 0;
    text-align: center
}

.shareComp_shareTypes {
    width: 100%;
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px;
    justify-content: center
}

.shareComp_shareTypes .MuiButton-root {
    margin: 0 auto
}

@media screen and (min-width:374px) {
    .shareComp_shareTypes {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center
    }
}

@media screen and (min-width:991px) {
    .shareComp_shareTypes {
        column-gap: 16px
    }
}

.shareComp_inputLabel {
    margin-top: 32px;
    text-align: center
}

.shareComp_buttoWrapper .MuiButton-root {
    padding: 0 !important;
    width: 32px;
    height: 32px;
    background-color: #fcfcfd;
    color: #777e90;
}


.input_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.input_input .MuiInput-input {
    cursor: pointer;
    width: 100%;
    padding: 10px 40px 10px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 2px solid #e6e8ec;
    background-color: #fcfcfd;
    border-radius: 90px;
    font-size: 14px;
    transition: border-color .2s
}

.input_input.input_isCopied .MuiInput-input {
    border-color: #3b71fe;
    transition: border-color .2s;
    color: #3b71fe
}

.input_input.input_text-sm .MuiInput-input {
    font-size: 14px;
    line-height: 24px
}

.input_typeIcon-copy {
    position: relative
}

.input_typeIcon-copy:after {
    content: "";
    position: absolute;
    right: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDIwLjAwMUg4QzcuMjA0MzUgMjAuMDAxIDYuNDQxMjkgMTkuNjg0OSA1Ljg3ODY4IDE5LjEyMjNDNS4zMTYwNyAxOC41NTk3IDUgMTcuNzk2NiA1IDE3LjAwMVY3LjAwMDk4QzUgNi43MzU3NiA0Ljg5NDY0IDYuNDgxNDEgNC43MDcxMSA2LjI5Mzg3QzQuNTE5NTcgNi4xMDYzMyA0LjI2NTIyIDYuMDAwOTggNCA2LjAwMDk4QzMuNzM0NzggNi4wMDA5OCAzLjQ4MDQzIDYuMTA2MzMgMy4yOTI4OSA2LjI5Mzg3QzMuMTA1MzYgNi40ODE0MSAzIDYuNzM1NzYgMyA3LjAwMDk4VjE3LjAwMUMzIDE4LjMyNzEgMy41MjY3OCAxOS41OTg4IDQuNDY0NDcgMjAuNTM2NUM1LjQwMjE1IDIxLjQ3NDIgNi42NzM5MiAyMi4wMDEgOCAyMi4wMDFIMTZDMTYuMjY1MiAyMi4wMDEgMTYuNTE5NiAyMS44OTU2IDE2LjcwNzEgMjEuNzA4MUMxNi44OTQ2IDIxLjUyMDUgMTcgMjEuMjY2MiAxNyAyMS4wMDFDMTcgMjAuNzM1OCAxNi44OTQ2IDIwLjQ4MTQgMTYuNzA3MSAyMC4yOTM5QzE2LjUxOTYgMjAuMTA2MyAxNi4yNjUyIDIwLjAwMSAxNiAyMC4wMDFaTTIxIDguOTQwOThDMjAuOTg5NiA4Ljg0OTExIDIwLjk2OTUgOC43NTg2MSAyMC45NCA4LjY3MDk4VjguNTgwOThDMjAuODkxOSA4LjQ3ODE2IDIwLjgyNzggOC4zODM2NCAyMC43NSA4LjMwMDk4TDE0Ljc1IDIuMzAwOThDMTQuNjY3MyAyLjIyMzE5IDE0LjU3MjggMi4xNTkwNiAxNC40NyAyLjExMDk4SDE0LjM4TDE0LjA2IDIuMDAwOThIMTBDOS4yMDQzNSAyLjAwMDk4IDguNDQxMjkgMi4zMTcwNSA3Ljg3ODY4IDIuODc5NjZDNy4zMTYwNyAzLjQ0MjI3IDcgNC4yMDUzMyA3IDUuMDAwOThWMTUuMDAxQzcgMTUuNzk2NiA3LjMxNjA3IDE2LjU1OTcgNy44Nzg2OCAxNy4xMjIzQzguNDQxMjkgMTcuNjg0OSA5LjIwNDM1IDE4LjAwMSAxMCAxOC4wMDFIMThDMTguNzk1NiAxOC4wMDEgMTkuNTU4NyAxNy42ODQ5IDIwLjEyMTMgMTcuMTIyM0MyMC42ODM5IDE2LjU1OTcgMjEgMTUuNzk2NiAyMSAxNS4wMDFWOS4wMDA5OEMyMSA5LjAwMDk4IDIxIDkuMDAwOTggMjEgOC45NDA5OFpNMTUgNS40MTA5OEwxNy41OSA4LjAwMDk4SDE2QzE1LjczNDggOC4wMDA5OCAxNS40ODA0IDcuODk1NjIgMTUuMjkyOSA3LjcwODA4QzE1LjEwNTQgNy41MjA1NSAxNSA3LjI2NjE5IDE1IDcuMDAwOThWNS40MTA5OFpNMTkgMTUuMDAxQzE5IDE1LjI2NjIgMTguODk0NiAxNS41MjA1IDE4LjcwNzEgMTUuNzA4MUMxOC41MTk2IDE1Ljg5NTYgMTguMjY1MiAxNi4wMDEgMTggMTYuMDAxSDEwQzkuNzM0NzggMTYuMDAxIDkuNDgwNDMgMTUuODk1NiA5LjI5Mjg5IDE1LjcwODFDOS4xMDUzNiAxNS41MjA1IDkgMTUuMjY2MiA5IDE1LjAwMVY1LjAwMDk4QzkgNC43MzU3NiA5LjEwNTM2IDQuNDgxNDEgOS4yOTI4OSA0LjI5Mzg3QzkuNDgwNDMgNC4xMDYzMyA5LjczNDc4IDQuMDAwOTggMTAgNC4wMDA5OEgxM1Y3LjAwMDk4QzEzIDcuNzk2NjMgMTMuMzE2MSA4LjU1OTY5IDEzLjg3ODcgOS4xMjIzQzE0LjQ0MTMgOS42ODQ5MSAxNS4yMDQ0IDEwLjAwMSAxNiAxMC4wMDFIMTlWMTUuMDAxWiIgZmlsbD0iIzNCNzFGRSIvPgo8L3N2Zz4K");
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.input_icon-right__04rg4.input_typeIcon-copy:after {
    right: 12px
}

.input_shareInput {
    margin-top: 8px
}



.copy.active {
    border-color: #3b71fe !important;
    color: #3b71fe !important;
}

.page-default {
    padding-bottom: 80px;
}