html {
    font-size: 14px
}

body {
    font-family: "Roboto", Arial, sans-serif;
    color: #0c1724;
    background-color: #fff
}

* {
    box-sizing: border-box
}

.img-fluid {
    display: block;
    max-width: 100%
}

.visually-hidden {
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 0;
    height: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 9px 20px;
    color: #0c1724;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .3s ease
}

.btn svg {
    display: block;
    margin-left: 5px;
    transition: all .15s ease
}

.btn svg.first {
    margin-left: 0;
    margin-right: 5px
}

.btn--primary {
    color: #fff;
    background-color: #fa9d24 !important;
    border-color: #fa9d24 !important
}

.btn--primary:hover,
.btn--primary:focus {
    color: #fff;
    background-color: #fbb356 !important;
    border-color: #fbb356 !important
}

.btn--secondary {
    color: #0c1724;
    background-color: #fff !important;
    border-color: #0c1724 !important
}

.btn--secondary:hover,
.btn--secondary:focus {
    color: #fff;
    background-color: #0c1724 !important;
    border-color: #0c1724 !important
}

.btn--dark {
    color: #fff;
    background-color: #0c1724 !important;
    border-color: #0c1724 !important
}

.btn--dark:hover,
.btn--dark:focus {
    color: #fff;
    background-color: #fbb356 !important;
    border-color: #fbb356 !important
}

.btn--link {
    color: #0c1724;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important
}

.btn--link:hover,
.btn--link:focus {
    color: #fa9d24
}

.btn--link:hover svg,
.btn--link:focus svg {
    transform: translateX(5px)
}

.btn--cancel {
    color: #656c76;
    background-color: #fff !important;
    border-color: #ebebeb !important
}

.btn--cancel:hover,
.btn--cancel:focus {
    color: #0c1724;
    background-color: #fff !important;
    border-color: #0c1724 !important;
    box-shadow: 0 0 12px 0 rgba(12, 23, 36, .3)
}

.container {
    padding-left: 30px;
    padding-right: 30px
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1280px !important
    }
}

@media screen and (max-width: 1279px) {
    .container {
        max-width: 100% !important
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.d-none {
    display: none !important
}

.required {
    color: #f64e60
}

.color-link {
    color: #1677ff
}

.color-primary {
    color: #fa9d24
}

.color-secondary {
    color: #354f8a
}

.bg-primary {
    background-color: #fa9d24
}

.bg-secondary {
    background-color: #354f8a
}

.duchv-image {
    position: relative;
    overflow: hidden
}

.duchv-image--constrained {
    display: inline-block;
    vertical-align: top
}

.duchv-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
    width: 100%
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
    animation-duration: 250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.announcement-bar-slider--fade-in-next.announcement-bar__message {
    --announcement-translate-from: -1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: 250ms
}

.announcement-bar-slider--fade-in-previous.announcement-bar__message {
    --announcement-translate-from: 1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: 250ms
}

.announcement-bar-slider--fade-out-next.announcement-bar__message {
    --announcement-translate-to: 1.5rem;
    animation-name: translateAnnouncementSlideOut
}

.announcement-bar-slider--fade-out-previous.announcement-bar__message {
    --announcement-translate-to: -1.5rem;
    animation-name: translateAnnouncementSlideOut
}

@keyframes translateAnnouncementSlideIn {
    0% {
        opacity: 0;
        transform: translateX(var(--announcement-translate-from))
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes translateAnnouncementSlideOut {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(var(--announcement-translate-to))
    }
}

.slick-slider {
    position: relative;
    display: none;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y
}

.slick-slider.slick-initialized {
    display: block
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-list .slick-track,
.slick-list .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table
}

.slick-track::after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-slide:hover,
.slick-slide:focus {
    outline: 0
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: -25px;
    color: #0c1724;
    background-color: #fff !important;
    border: 0;
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    font-size: 0;
    overflow: hidden;
    transition: all .2s ease
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        margin-top: -22px
    }
}

.slick-arrow:hover {
    opacity: .7
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 30px;
    background-position: 19px 50%;
    background-image: url("../img/slide_arr_prev.png") !important
}

@media screen and (max-width: 767px) {
    .slick-prev {
        background-position: 16px 50%
    }
}

.slick-next {
    right: 30px;
    background-position: 21px 50%;
    background-image: url("../img/slide_arr_next.png") !important
}

@media screen and (max-width: 767px) {
    .slick-next {
        background-position: 18px 50%
    }
}

.slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    list-style: none
}

@media(max-width: 991px) {
    .slick-dots {
        padding-top: 15px
    }
}

.slick-dots li {
    padding: 0 4px;
    outline: 0
}

.slick-dots li:first-child {
    padding-left: 18px
}

.slick-dots li:last-child {
    padding-right: 18px
}

.slick-dots li.slick-active button {
    background-color: #fa9d24
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #000;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    outline: 0
}

slider-component {
    position: relative;
    display: block
}

@media(prefers-reduced-motion) {
    .slider {
        scroll-behavior: auto
    }
}

.slider {
    display: flex;
    scrollbar-color: #000 rgba(0, 0, 0, .04);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.slider__slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    padding-bottom: 0
}

.slider__slide[aria-hidden=true] {
    visibility: hidden
}

@media screen and (max-width: 320px) {
    .slider.slider--mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }

    .slider.slider--mobile .slider__slide {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .slider.slider--tablet {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }

    .slider.slider--tablet .slider__slide {
        margin-bottom: 0
    }
}

.slider--mobile:after {
    content: "";
    width: 0;
    padding-left: 1.5rem
}

.slider--everywhere {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem
}

.slider--everywhere .slider__slide {
    margin-bottom: 0;
    scroll-snap-align: center
}

.slider::-webkit-scrollbar {
    height: .4rem;
    width: .4rem;
    display: none
}

.no-js .slider {
    -ms-overflow-style: auto;
    scrollbar-width: auto
}

.no-js .slider::-webkit-scrollbar {
    display: initial
}

.slider::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: .4rem;
    border: 0
}

.slider::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .04);
    border-radius: .4rem
}

.slider-counter {
    display: flex;
    justify-content: center;
    min-width: 4.4rem
}

slideshow-component {
    position: relative;
    display: flex;
    flex-direction: column
}

slideshow-component .slideshow.banner {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    gap: 0
}

.slideshow__slide {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    visibility: visible
}

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

    .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image .slideshow__media,
    .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom) {
        height: 28rem
    }
}

@media screen and (min-width: 768px) {
    .slideshow--placeholder.banner--adapt_image {
        height: 56rem
    }
}

.slideshow__text.banner__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 54.5rem
}

.slideshow__text>* {
    max-width: 100%
}

@media screen and (max-width: 767px) {
    slideshow-component.page-width .slideshow__text {
        border-right: var(--text-boxes-border-width) solid rgba(0, 0, 0, var(--text-boxes-border-opacity));
        border-left: var(--text-boxes-border-width) solid rgba(0, 0, 0, var(--text-boxes-border-opacity))
    }

    .banner--mobile-bottom .slideshow__text.banner__box {
        max-width: 100%
    }

    .banner--mobile-bottom .slideshow__text-wrapper {
        flex-grow: 1
    }

    .banner--mobile-bottom .slideshow__text.banner__box {
        height: 100%
    }

    .banner--mobile-bottom .slideshow__text .button {
        flex-grow: 0
    }

    .slideshow__text.slideshow__text-mobile--left {
        align-items: flex-start;
        text-align: left
    }

    .slideshow__text.slideshow__text-mobile--right {
        align-items: flex-end;
        text-align: right
    }
}

@media screen and (min-width: 768px) {
    .slideshow__text.slideshow__text--left {
        align-items: flex-start;
        text-align: left
    }

    .slideshow__text.slideshow__text--right {
        align-items: flex-end;
        text-align: right
    }
}

.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    height: 100%
}

@media screen and (min-width: 768px) {
    .slideshow__text-wrapper.banner__content {
        height: 100%;
        padding: 5rem
    }
}

.slideshow__controls {
    border: .1rem solid rgba(0, 0, 0, .08)
}

.slideshow__controls--top {
    order: 2;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .slideshow__controls--border-radius-mobile {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.spaced-section--full-width:last-child slideshow-component:not(.page-width) .slideshow__controls {
    border-bottom: none
}

@media screen and (min-width: 768px) {
    .slideshow__controls {
        position: relative
    }
}

slideshow-component:not(.page-width) .slider-buttons {
    border-right: 0;
    border-left: 0
}

.slideshow__control-wrapper {
    display: flex
}

.slideshow__autoplay {
    position: absolute;
    right: 0;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    slideshow-component.page-width .slideshow__autoplay {
        right: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .slideshow__autoplay.slider-button {
        position: inherit;
        margin-left: .6rem;
        padding: 0 0 0 .6rem;
        border-left: .1rem solid rgba(0, 0, 0, .08)
    }
}

.slideshow__autoplay .icon.icon-play,
.slideshow__autoplay .icon.icon-pause {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform 150ms ease, opacity 150ms ease;
    width: .8rem;
    height: 1.2rem
}

.slideshow__autoplay .icon.icon-play {
    height: 1rem
}

.slideshow__autoplay path {
    fill: rgba(0, 0, 0, .75)
}

.slideshow__autoplay:hover path {
    fill: #000
}

@media screen and (forced-colors: active) {

    .slideshow__autoplay path,
    .slideshow__autoplay:hover path {
        fill: CanvasText
    }
}

.slideshow__autoplay:hover svg {
    transform: scale(1.1)
}

.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8)
}

.panigation {
    display: flex;
    justify-content: center;
    padding: 20px 0 0
}

.panigation__nav {
    display: flex;
    flex-flow: row wrap
}

.panigation__page-item {
    padding: 4px
}

.panigation__page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #0c1724;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ebebeb;
    border-radius: 1px;
    transition: all .3s ease
}

.panigation__page-link:hover,
.panigation__page-link.active {
    color: #354f8a;
    background-color: rgba(0, 0, 0, 0);
    border-color: #354f8a
}

.panigation__page-link.active {
    font-weight: 500
}

.panigation__page-link.disabled {
    color: #ebebeb;
    background-color: rgba(0, 0, 0, 0)
}

.panigation__page-link.disabled:hover {
    color: #ebebeb;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ebebeb
}

.panigation__page-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    opacity: .25
}

.breadcrumb {
    margin: 16px 0 0;
    padding: 4px 0
}

.breadcrumb__items {
    display: flex;
    flex-flow: row wrap
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px
}

.breadcrumb__item.active {
    font-weight: bold
}

.breadcrumb__item a {
    display: block;
    opacity: .9;
    transition: opacity .3s ease
}

.breadcrumb__item a:hover {
    opacity: 1
}

.breadcrumb__item+.breadcrumb__item::before {
    content: "/";
    display: block;
    width: 22px;
    height: 22px;
    opacity: .9;
    text-align: center
}

@keyframes tabsContentFadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tabs-content__panel {
    display: none;
    animation: tabsContentFadeEffect .5s
}

.tabs-content__panel.active {
    display: block
}

.duchv-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.duchv-modal.active {
    opacity: 1;
    visibility: visible
}

.duchv-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.duchv-modal__header {
    position: relative;
    min-height: 40px;
    padding: 10px 30px;
    font-weight: bold
}

.duchv-modal__container {
    position: relative;
    z-index: 2;
    display: block;
    width: 800px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 50vmax rgba(0, 0, 0, .5)
}

.duchv-modal__container.medium {
    width: 600px
}

.duchv-modal__container.small {
    width: 480px
}

.duchv-modal__body {
    display: block;
    width: 100%;
    max-height: 80vh;
    padding: 30px;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto
}

.duchv-modal__body h1,
.duchv-modal__body h2,
.duchv-modal__body h3,
.duchv-modal__body h4,
.duchv-modal__body h5,
.duchv-modal__body h6 {
    font-weight: bold
}

.duchv-modal__body p {
    margin: 0 0 15px
}

.duchv-modal__body p:last-child {
    margin-bottom: 0
}

.duchv-modal__close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 5
}

.notification-modal .duchv-modal__container {
    width: 600px
}

.warning {
    text-align: center
}

.warning__image {
    display: flex;
    justify-content: center;
    margin: 0 0 24px
}

.warning__heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.warning__summary {
    color: rgba(12, 23, 36, .5);
    font-size: 14px;
    font-weight: normal;
    line-height: 22px
}

.warning__summary a {
    color: #1677ff
}

.warning__buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 16px;
    margin: 24px 0 0
}

.notify-modal {
    max-width: 500px;
    margin: 0 auto
}

.notify-modal__title {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .notify-modal__title {
        font-size: 20px;
        line-height: 26px
    }
}

.notify-modal__body {
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width: 767px) {
    .notify-modal__body {
        font-size: 14px;
        line-height: 18px
    }
}

.collpase__toggle {
    cursor: pointer
}

.collpase__content {
    display: none
}

.collpase.open>.collpase__content {
    display: block
}

.page-header {
    position: relative;
    overflow: hidden
}

.page-header__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-header__image::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 26, 12, .6)
}

.page-header__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-header__main {
    position: relative;
    z-index: 2;
    padding: 50px 0
}

.page-header__content {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 26px
}

.page-header__content::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 136px;
    height: 2px;
    background-color: #fa9d24
}

.page-header__title {
    max-width: 920px;
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px
}

@media screen and (max-width: 1024px) {
    .page-header__title {
        font-size: 30px;
        line-height: 38px
    }
}

.page-header__summary {
    margin: 16px 0 0;
    max-width: 1020px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .page-header__summary {
        font-size: 16px;
        line-height: 22px
    }
}

.page-header__contribute {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 24px;
    gap: 16px
}

.page-header__btn {
    padding: 10px 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 24px;
    font-weight: 600;
    transition: all .3s ease
}

.page-header__btn:hover {
    color: #fff;
    background-color: #fa9d24;
    border-color: #fa9d24
}

.page-header .breadcrumb {
    margin: 0;
    padding: 0
}

.page-header .breadcrumb__item {
    color: #fff
}

.page-header .breadcrumb__item a {
    color: #fff;
    opacity: 1
}

.page-header .breadcrumb__item.active {
    font-weight: 700
}

.page-header .breadcrumb__item+.breadcrumb__item::before {
    opacity: 1
}

.pdata-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #ebebeb
}

.pdata-header__title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 6px 0;
    color: #0c1724;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.pdata-header__actions {
    display: flex;
    flex-flow: row wrap
}

.pdata-header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    padding: 8px 30px;
    color: #fff;
    background-color: #fa9d24 !important;
    border: 2px solid #fa9d24;
    border-radius: 40px;
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease
}

.pdata-header__btn:hover {
    color: #fff;
    background-color: #fbb356 !important;
    border-color: #fbb356
}

.pdata-header__btn--cancel {
    color: #f64e60;
    background-color: #fff !important;
    border-color: #f64e60
}

.pdata-header__btn--cancel:hover {
    color: #fff;
    background-color: #f64e60 !important;
    border-color: #f64e60
}

.page-return {
    display: flex;
    margin-right: 16px;
    color: #0c1724;
    text-decoration: none;
    transition: color .3s ease
}

.page-return:hover {
    color: #fa9d24
}

.section-title {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .section-title {
        display: block;
        margin: 0 0 30px
    }
}

.section-title__heading {
    width: 33.3333%;
    margin: 0;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right
}

@media screen and (max-width: 767px) {
    .section-title__heading {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
        text-align: left
    }
}

.section-title__summary {
    width: 66.6667%;
    padding: 10px 20px;
    font-size: 16px
}

@media screen and (max-width: 1024px) {
    .section-title__summary {
        padding: 0 20px
    }
}

@media screen and (max-width: 767px) {
    .section-title__summary {
        width: 100%;
        padding: 0;
        font-size: 14px
    }
}

.single-section {
    position: relative;
    overflow: hidden;
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .single-section {
        margin-top: 40px
    }
}

.single-section--no-title {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .single-section--no-title {
        margin-top: 30px
    }
}

.single-section__content {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.single-section__bg-left {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 560px;
    height: 300px;
    background-image: var(--image-bg);
    background-size: 100%;
    background-repeat: no-repeat
}

.single-section__bg-right {
    position: absolute;
    bottom: 0;
    right: -170px;
    display: block;
    width: 680px;
    height: 400px;
    background-image: var(--image-bg);
    background-size: 100%;
    background-repeat: no-repeat
}

.intro-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 250px;
    padding: 40px;
    color: #0c1724;
    background-color: #f6f3fe;
    border-radius: 4px;
    transition: all .3s ease
}

@media screen and (max-width: 1024px) {
    .intro-card {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .intro-card {
        padding: 20px;
        gap: 10px
    }
}

.intro-card:hover {
    background: linear-gradient(93.83deg, rgba(250, 157, 36, 0.4) 7.27%, rgba(53, 79, 138, 0.4) 105.33%);
    border-radius: 4px 4px 90px 4px
}

.intro-card__heading {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .intro-card__heading {
        font-size: 20px;
        line-height: 24px
    }
}

.intro-card__body {
    font-size: 14px;
    font-weight: normal
}

.intro-card__link {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .intro-card__link {
        font-size: 14px
    }
}

.intro-card__link svg {
    display: block;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    transform: rotate(-90deg);
    transition: all .3s ease
}

@media screen and (max-width: 767px) {
    .intro-card__link svg {
        width: 12px;
        height: 12px
    }
}

.intro-card__link:hover {
    text-decoration: underline
}

.intro-card__link:hover svg {
    margin-left: 10px
}

.home-about {
    max-width: 820px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .home-about {
        padding: 120px 0
    }
}

.home-about__logo {
    display: flex;
    justify-content: center;
    margin: 0 0 16px
}

.home-about__heading {
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width: 1024px) {
    .home-about__heading {
        font-size: 30px
    }
}

.home-about__desc {
    margin: 0 0 30px;
    font-size: 16px
}

@media screen and (max-width: 1024px) {
    .home-about__desc {
        font-size: 14px
    }
}

.home-about__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 16px
}

.home-about__actions .btn svg {
    transition: all .15s ease
}

.home-about__actions .btn:hover svg {
    transform: translateX(5px)
}

.home-about__download {
    margin-top: 16px
}

.home-about__download .btn {
    text-decoration: underline
}

.home-about__download .btn svg {
    margin-top: -2px;
    margin-left: 0;
    margin-right: 6px
}

.home-about__download .btn:hover svg,
.home-about__download .btn:focus svg {
    transform: translateX(0)
}

.post-tiny {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 40px
}

.post-tiny::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    border-left: 1px solid #ebebeb
}

@media screen and (max-width: 767px) {
    .post-tiny::before {
        display: none
    }
}

.post-tiny__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.post-tiny__body {
    padding: 16px 0
}

@media screen and (max-width: 767px) {
    .post-tiny__body {
        padding: 5px 0
    }
}

.article-highlight {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 48px 60px;
    border: 1px solid #ebebeb;
    border-radius: 16px
}

@media screen and (max-width: 1199px) {
    .article-highlight {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .article-highlight {
        padding: 20px
    }
}

.article-highlight__content {
    max-width: 780px
}

@media screen and (max-width: 1199px) {
    .article-highlight__content {
        max-width: 100%
    }
}

.article-highlight__sub-heading {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .article-highlight__sub-heading {
        margin: 0 0 10px;
        font-size: 14px
    }
}

.article-highlight__body {
    font-size: 24px;
    font-weight: normal
}

@media screen and (max-width: 1199px) {
    .article-highlight__body {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .article-highlight__body {
        font-size: 14px
    }
}

.article-highlight__button {
    padding-left: 50px
}

@media screen and (max-width: 1199px) {
    .article-highlight__button {
        margin-top: 20px;
        padding-left: 0
    }
}

.article-highlight__button .btn {
    padding: 12px 40px;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .article-highlight__button .btn {
        padding: 8px 30px;
        font-size: 14px
    }
}

.content-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px
}

@media screen and (max-width: 1024px) {
    .content-highlight {
        margin: 0
    }
}

.content-highlight__image {
    position: relative;
    display: block;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px
}

@media screen and (max-width: 1024px) {
    .content-highlight__image {
        width: 100%;
        padding: 0
    }
}

.content-highlight__image img {
    display: block;
    max-width: 100%
}

.content-highlight__content {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .content-highlight__content {
        width: 100%;
        padding: 30px 0 0
    }
}

.content-highlight__content-inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width: 1024px) {
    .content-highlight__content-inner {
        padding: 0
    }
}

.content-highlight__icon {
    margin: 0 0 30px
}

.content-highlight__icon img {
    display: block;
    max-width: 100%
}

.content-highlight__heading {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

@media screen and (max-width: 1024px) {
    .content-highlight__heading {
        font-size: 30px
    }
}

@media screen and (max-width: 767px) {
    .content-highlight__heading {
        margin: 0 0 10px;
        font-size: 18px
    }
}

.content-highlight__body {
    font-size: 16px;
    line-height: 1.625
}

@media screen and (max-width: 767px) {
    .content-highlight__body {
        font-size: 14px
    }
}

.content-highlight__body a {
    color: #fa9d24;
    font-weight: bold;
    text-decoration: underline
}

.querry-analyze__header {
    margin: 0 0 50px;
    text-align: center
}

.querry-analyze__sub-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.92;
    text-transform: uppercase
}

@media screen and (max-width: 1024px) {
    .querry-analyze__sub-title {
        margin: 0 0 10px;
        font-size: 14px
    }
}

.querry-analyze__title {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .querry-analyze__title {
        font-size: 30px;
        line-height: 1.2
    }
}

.querry-analyze__summary {
    font-size: 16px
}

@media screen and (max-width: 1024px) {
    .querry-analyze__summary {
        font-size: 14px
    }
}

.querry-analyze__summary a {
    color: #fa9d24;
    text-decoration: underline
}

.querry-analyze__grid {
    display: grid;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 767px) {
    .querry-analyze__grid {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 30px;
        gap: 30px 0
    }
}

.querry-analyze__box-img {
    margin-bottom: 16px
}

.querry-analyze__box-img img {
    display: block;
    max-width: 100%
}

.querry-analyze__box-heading {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .querry-analyze__box-heading {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .querry-analyze__box-heading {
        font-size: 20px
    }
}

.querry-analyze__box-summary {
    font-size: 16px;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .querry-analyze__box-summary {
        font-size: 14px
    }
}

.querry-analyze__box-more {
    margin-top: 16px
}

.querry-analyze__box-more .btn {
    padding-left: 0;
    padding-right: 0;
    color: #fa9d24;
    font-size: 15px
}

.querry-analyze__box-more .btn:hover {
    color: #e68405
}

.section-enhance {
    padding: 60px 0;
    background-color: #f5f7fa
}

.section-enhance__grid {
    display: grid;
    justify-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 1024px) {
    .section-enhance__grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }
}

@media screen and (max-width: 767px) {
    .section-enhance__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }
}

/*# sourceMappingURL=global.css.map */