:root {
    --color-1: #E9364A;
    --color-2: #182A54;
    --color-3: #364A4B;
    --color-4: #eff4ff;
    --color-5: #aeeafc;
    --color-6: #357694;
    --color-7: #D6F5C1;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--color-3);
}

body.show-menu,
body.open-modal {
    overflow: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 300;
    font-family: 'termina', sans-serif;
}

h1,
.h1 {
    font-size: 35px;
    line-height: 42px;
}

h2,
.h2 {
    font-size: 27px;
    line-height: 35px;
    letter-spacing: -1px;
}

h4,
.h4 {
    font-size: 12px;
    line-height: 19px;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.entry-content a:not(.btn),
.link {
    position: relative;
    font-weight: 700;
}

.entry-content a:not(.btn)::before,
.link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    display: block;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.entry-content a:not(.btn):hover::before,
.link:hover::before {
    width: 100%;
    left: 0;
}

.link_white,
.link_white:hover {
    color: #fff;
}

.link_white::before {
    background: #fff;
}

.link_blue,
.link_blue:hover {
    color: var(--color-2);
}

.link_blue::before {
    background: var(--color-2);
}

.entry-content a:not(.btn),
.link_teal_blue {
    color: var(--color-6);
}

.entry-content a:not(.btn)::before,
.link_teal_blue::before {
    background: var(--color-6);
}

.btn {
    position: relative;
    min-width: 139px;
    display: inline-block;
    padding: 14px 20px 15px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

button.btn {
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}

.btn_icon {
    min-height: 48px;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 9px;
    padding: 8px 7px 8px;
}

.btn:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.btn_white {
    color: var(--color-2);
    background: #fff;
}

.btn_white:hover {
    color: #fff;
}

.btn_white::after {
    background:var(--color-2);
}

.btn_red {
    color: #fff;
    background: var(--color-1);
}

.btn_red::after {
    background:var(--color-2);
}

.btn_red_white {
    color: #fff;
    background: var(--color-1);
}

.btn_red_white:hover {
    color: var(--color-1);
}

.btn_red_white::after {
    background: #fff;
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.anim-title:not(.animText),
.anim-description:not(.animText){
    opacity: 0;
}

.headline_center {
    text-align: center;
}

.headline__sub_title {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: var(--color-3);
}

.headline__title {
    color: var(--color-2);
}

.headline__title span {
    font-weight: 500;
    color: var(--color-1);
}

.headline_white .headline__sub_title,
.headline_white .headline__title,
.headline_white .headline__description {
    color: #fff;
}

.headline__description {
    font-size: 14px;
    line-height: 19px;
    color: var(--color-3);
}

.headline__title + .headline__description {
    margin-top: 15px;
}

.svg-animate path {
    opacity: 0;
}

.svg-animate.animate path {
    stroke-dashoffset: 0 !important;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
}

.s-video {
    position: relative;
    padding: 57px 0 60px;
    overflow: hidden;
}

.s-video .headline {
    max-width: 542px;
    margin: 0 auto;
}

.video_wrap {
    position: relative;
    max-width: 1087px;
    margin: 48px auto 0;
    padding-bottom: 56.25%;
    height: 0;
}
.video_wrap_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.video-play {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_wrap--icon_top {
    position: absolute;
    top: -1%;
    left: -10%;
    max-width: 171px;
    width: 47%;
    height: auto;
    z-index: 1;
}

.video_wrap--icon_bottom {
    position: absolute;
    right: -12%;
    bottom: 0;
    max-width: 164px;
    width: 45%;
    height: auto;
    z-index: 1;
}

.s-banner {
    position: relative;
    z-index: 1;
}

.parallax_bg_wrap {
    position: relative;
    width: calc(100% - 76px);
    margin: 38px;
    display: inline-block;
}

.parallax_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.parallax_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 42, 84, 0.7);
    z-index: -1;
}

.parallax_bg img {
    position: absolute;
    top: -10%;
    left: -10%;
    max-width: 120%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    z-index: -2;
}

.s-banner .headline {
    max-width: 840px;
    margin: 63px auto;
}

.s-banner .headline__title {
    margin-bottom: 29px;
    font-size: 38px;
    line-height: 39.5px;
    letter-spacing: -3.2px;
}

.s-banner .headline__description {
    max-width: 577px;
    margin: 0 auto;
    letter-spacing: -0.4px;
}

.entry-content {
    color: #000;
}

.entry-content.text-white {
    color: #fff;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 400;
    letter-spacing: 0;
    color: var(--color-2);
}

.entry-content h5 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--color-2);
}

.entry-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}

.entry-content h2:not(:nth-child(1)) {
    margin-top: 45px;
}

.entry-content h2 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 15px;
}

.entry-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.entry-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
}

.entry-content h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.entry-content p,
.entry-content li {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
}

.entry-content.text-white li::before {
    background: #fff;
}

.entry-content li {
    position: relative;
    margin-left: 10px;
    padding-left: 13px;
}

.entry-content li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-2);
}

.entry-content strong {
    font-weight: 700;
}

.card_post {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 24px 22px;
    border-radius: 10px;
    color: var(--color-2);
    background: var(--color-4);
}

.card_post__cat {
    margin: 0 0 9px auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

.card_post__img {
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    padding-top: 65%;
    border-radius: 12px;
    overflow: hidden;
}

.card_post__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card_post__date {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.card_post__title {
    margin-bottom: 41px;
    font-size: 14px;
    line-height: 20px;
}

.card_post > .link {
    margin-top: auto;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    font-size: 14px;
    line-height: 20px;
}

.s-page-404 {
    padding: 60px 0;
}

.not-found {
    text-align: center;
}

.notfound-404_sub_title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 50px;
    line-height: normal;
    color: var(--color-2);
}

.notfound-404_title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.2;
    color: var(--color-2);
}

.notfound-404_description {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 1.5rem;
    line-height: 1.3;
}

.s-news-and-events {
    position: relative;
    padding: 75px 0 68px;
}

.nae_row {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.nae_icon {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 183px;
    width: 46%;
    height: auto;
    transform: translateY(13%);
    z-index: 2;
}

.last_post_image_slider__img {
    position: relative;
    padding-top: 69%;
    overflow: hidden;
}

.last_post_txt_slider__img img,
.last_post_image_slider__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.last_post_txt_slider__txt {
    max-width: 380px;
    font-size: 20px;
    line-height: 20px;
    color: var(--color-2);
}

.last_post_txt_slider__txt span {
    font-weight: 500;
    color: var(--color-1);
}

.s-news-and-events .swiper-arrow {
    position: absolute;
    padding: 0;
    color: var(--color-2);
    border: 0;
    background: transparent;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 2;
}

.s-news-and-events .swiper-arrow:hover {
    color: var(--color-1);
}

.page-banner {
    min-height: 118px;
    padding: 56px 0 48px;
    background: var(--color-4);
}

.page-banner .container {
    max-width: 1210px;
}

.page-banner .entry-title {
    color: var(--color-2);
}

.page-banner .entry-title span {
    font-weight: 500;
    color: var(--color-6);
}

.page-entry-content {
    padding: 29px 0 27px;
}

.page-entry-content .container {
    max-width: 1114px;
}

.page-entry-content .entry-content h2 {
    margin-bottom: 32px;
}

.page-entry-content .entry-content h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -2px;
}

.page-entry-content .entry-content h3:not(:nth-child(1)) {
    margin-top: 32px;
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 29px;
        line-height: 35px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: normal;
    }

    .headline__description,
    .headline__description p {
        font-size: 14px;
        line-height: 19px;
    }

    .entry-content h1:not(:nth-child(1)) {
        margin-top: 70px;
    }

    .entry-content h1 {
        margin-bottom: 45px;
        font-size: 42px;
        line-height: 50px;
    }

    .entry-content h2:not(:nth-child(1)) {
        margin-top: 61px;
    }

    .entry-content h2 {
        margin-bottom: 37px;
        font-size: 32px;
        line-height: 38px;
    }

    .entry-content h3:not(:nth-child(1)) {
        margin-top: 50px;
    }

    .entry-content h3 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 34px;
    }

    .entry-content h4:not(:nth-child(1)) {
        margin-top: 40px;
    }

    .entry-content h4 {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 30px;
    }

    .entry-content h5:not(:nth-child(1)) {
        margin-top: 30px;
    }

    .entry-content h5 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .entry-content li,
    .entry-content p {
        font-size: 16px;
    }

    .page-entry-content .entry-content p {
        margin-bottom: 19px;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.3px;
    }

    .page-entry-content .entry-content h3 {
        margin-bottom: 17px;
        font-size: 29px;
        line-height: 35.5px;
        letter-spacing: -2.45px;
    }

    .page-entry-content .entry-content h3:not(:nth-child(1)) {
        margin-top: 34px;
    }

    .img-mobile,
    .last_post_txt_slider__img {
        display: none;
    }

    .headline__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headline__row .headline__col:nth-child(1) {
        width: 46%;
    }

    .headline__row .headline__col:nth-child(2) {
        width: 39%;
    }

    .headline__title.h2 {
        letter-spacing: -2.3px;
    }

    .headline__title + .headline__description {
        margin-top: 11px;
    }

    .s-video {
        padding: 99px 0 100px;
    }

    .video_wrap {
        margin: 37px auto 0;
        padding-bottom: 47.25%;
    }

    .video_wrap--icon_top {
        top: 0;
        left: -65px;
        max-width: 263px;
        width: 25%;
    }

    .video_wrap--icon_bottom {
        right: -8%;
        max-width: 372px;
        width: 35%;
    }

    .parallax_bg_wrap {
        width: calc(100% - 116px);
        margin: 58px;
    }

    .s-banner .headline {
        margin: 102px auto 110px;
    }

    .s-banner .headline__title {
        margin-bottom: 27px;
        font-size: 54px;
        line-height: 49.5px;
        letter-spacing: -4px;
    }

    .card_post__cat {
        margin-bottom: 11px;
    }

    .card_post__date {
        margin-bottom: 12px;
    }

    .s-page-404 {
        padding: 140px 0;
    }

    .card_post__title {
        margin-bottom: 20px;
    }

    .notfound-404_sub_title {
        font-size: 80px;
    }

    .notfound-404_title {
        font-size: 50px;
    }

    .s-news-and-events {
        padding: 100px 0 109px;
    }

    .nae_icon {
        max-width: 312px;
        width: 27%;
        transform: translateY(-17%);
    }

    .nae_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 54px 0 51px;
    }

    .nae_col:nth-of-type(1) {
        width: 41%;
    }

    .nae_col:nth-of-type(2) {
        width: 57.2%;
    }

    .last_post_slider_nav_prev {
        left: 0;
    }

    .last_post_slider_nav_next {
        right: 0;
    }

    .last_post_txt_slider {
        margin-top: 35px;
    }

    .last_post_txt_slider__txt {
        margin-bottom: 47px;
    }

    .s-news-and-events .swiper-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .page-banner {
        min-height: 232px;
        display: flex;
        align-items: flex-end;
        padding: 63px 0 63px;
    }

    .page-entry-content {
        padding: 96px 0 78px;
    }
}

@media (max-width: 991px) {
    .img-desktop,
    .nae_col:nth-child(2),
    .last_post_txt_slider .btn {
        display: none;
    }

    .s-video .headline__description {
        font-size: 17px;
        line-height: 22px;
    }

    .video-play svg {
        max-width: 60px;
    }

    .s-banner .headline__description {
        font-size: 15px;
        line-height: 24px;
    }

    .nae_row {
        padding-bottom: 75px;
    }

    .last_post_txt_slider {
        margin-top: 55px;
    }

    .last_post_txt_slider__img {
        position: relative;
        margin-bottom: 51px;
        padding-top: 69%;
        overflow: hidden;
    }

    .s-news-and-events .swiper-arrow {
        left: 50%;
        bottom: 0;
    }

    .last_post_slider_nav_prev {
        transform: translateX(-39px);
    }

    .last_post_slider_nav_next {
        transform: translateX(26px);
    }

    .s-news-and-events .swiper-arrow svg {
        width: 12px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .parallax_bg_wrap {
        width: calc(100% - 30px);
        margin: 38px 15px;
    }
}