@font-face {
    font-family : DFVN Tan;
    src         : url(assets/fonts/DFVN-TAN-WALTZING-MATHILDE.otf) format("opentype");
    font-weight : 400;
    font-style  : normal;
    font-display: swap
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 3px
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(135, 141, 141, .47058823529411764)
}

button,
input,
select,
textarea {
    margin : 0;
    outline: none
}

*,
html {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

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

img,
video {
    height   : auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing : 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: left
}

body,
html {
    margin : 0;
    padding: 0
}

.site-container {
    overflow: hidden
}

body {
    font-family           : Montserrat, sans-serif;
    font-optical-sizing   : auto;
    font-style            : normal;
    font-size             : 16px;
    font-weight           : 400;
    line-height           : 1.4;
    -webkit-font-smoothing: antialiased
}

body.hidden {
    overflow: hidden
}

* {
    scroll-behavior: smooth
}

.typography blockquote,
.typography body,
.typography dd,
.typography dl,
.typography dt,
.typography fieldset,
.typography figure,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography hr,
.typography html,
.typography iframe,
.typography legend,
.typography li,
.typography ol,
.typography p,
.typography pre,
.typography textarea,
.typography ul {
    margin : 0;
    padding: 0
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-size  : 100%;
    font-weight: 400
}

.typography ul {
    list-style: none
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform        : rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform        : rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform        : rotate(359deg)
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap
}

.flex-column {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

.inset {
    position: absolute;
    z-index : 0;
    inset   : 0
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.mt-0 {
    margin-top: 0 !important
}

.tw-container {
    width    : 100%;
    margin   : auto;
    max-width: 1600px;
    padding  : 0 20px
}

@media only screen and (max-width:1600px) {
    .tw-container {
        max-width: 1240px
    }
}

@media only screen and (max-width:1200px) {
    .tw-container {
        max-width: 1120px
    }
}

.tw-title {
    font-family: DFVN Mahony Browns, serif;
    font-weight: 400
}

.tw-title.__h1 {
    font-size  : 32px;
    line-height: 1.5
}

.tw-title.--gradient-red {
    background             : -webkit-gradient(linear, right top, left top, color-stop(-33.33%, #3d0f16), color-stop(67.71%, #a03e42), color-stop(179.07%, #cc735b));
    background             : linear-gradient(270deg, #3d0f16 -33.33%, #a03e42 67.71%, #cc735b 179.07%);
    background-clip        : text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

:root {
    --text                   : linear-gradient(90deg, 0% #dfb864, 23% #feec92, 40% #d6b05e, 58% #fddc97, 76% #fff4b4, 100% #fef8bc);
    --button                 : linear-gradient(90deg, 0% #feeb94, 21% #fef5b6, 46% #f8f0aa, 53% #f5e9a3, 62% #edd98f, 74% #e1c073, 87% #d39f4d, 100% #c47e2a);
    --background             : #fff3e3;
    --gradient-09            : linear-gradient(90deg, 0% #912c3c, 89% #912c3c, 100% #912c3c);
    --gradient-10            : linear-gradient(90deg, 0% #ff9c7d, 19% #da7763, 37% #c45e57, 61% #b54c50, 82% #a53846, 100% #912c3c);
    --gradient-new-01        : linear-gradient(90deg, 0% #191537, 28% #4b336e, 51% #68446c, 69% #8f5b6c, 96% #b6736d);
    --gradient-new-02        : radial-gradient(50% 50% at 50% 50%, 0% #171761, 19% #48326e, 38% #5b3c6c, 64% #915d6e, 85% #c07870, 96% #c07870);
    --gradient-new-03        : radial-gradient(50% 50% at 50% 50%, 25% #212177, 39% #48326e, 60% #915d6e, 85% #c07870, 96% #c07870);
    --gradient-new-04        : linear-gradient(90deg, 0% #ff9c7d, 19% #da7763, 37% #c45e57, 61% #b54c50, 82% #a53846, 100% #912c3c);
    --gradient-new-05        : linear-gradient(90deg, 0% #ff9c7d, 19% #da7763, 37% #c45e57, 61% #b54c50, 82% #a53846, 100% #912c3c);
    --gradient-new-06        : linear-gradient(90deg, #ff9c7d, #da7763 19%, #c45e57 37%, #b54c50 61%, #a53846 82%, #912c3c);
    --gradient-new-07        : linear-gradient(90deg, 0% #871941, 40% #f3bc54, 100% #b40126);
    --primary-new-09         : #270c10;
    --primary-new-08         : #3b1219;
    --primary-new-07         : #621e29;
    --primary-new-06         : #912c3c;
    --primary-new-05         : #b0364a;
    --primary-new-04         : #c94f64;
    --primary-new-03         : #d57686;
    --primary-new-02         : #e7b1ba;
    --primary-new-01         : #f3d8dc;
    --dark-blue-09           : #151439;
    --dark-blue-08           : #07275a;
    --dark-blue-07           : #292871;
    --dark-blue-06           : #373597;
    --dark-blue-05           : #4442bd;
    --dark-blue-04           : #6a68ca;
    --dark-blue-03           : #8f8ed7;
    --dark-blue-02           : #c7c6eb;
    --dark-blue-01           : #ececf8;
    --purple-09              : #281b31;
    --purple-08              : #362442;
    --purple-07              : #513663;
    --purple-06              : #583b6c;
    --purple-05              : #6c4884;
    --purple-04              : #936bae;
    --purple-03              : #b79cc9;
    --purple-02              : #dbcee4;
    --purple-01              : #f3eff6;
    --style-ver1-secondary-01: #d9ddf2;
    --style-ver1-secondary-02: #b3bbe5;
    --style-ver1-secondary-03: #8d9ad8;
    --style-ver1-secondary-04: #5467c4;
    --style-ver1-secondary-05: #3b4dab;
    --style-ver1-secondary-06: #2e3c85;
    --style-ver1-secondary-07: #212b5f;
    --style-ver1-secondary-08: #141a39;
    --style-ver1-secondary-09: #0d1126;
    --style-ver1-gradient-01 : linear-gradient(90deg, 0% #dfb864, 22.789999842643738% #feec92, 41.4000004529953% #d6b05e, 58.60000252723694% #fddc97, 77.20999717712402% #fff4b4, 100% #fef8bc);
    --style-ver1-gradient-02 : linear-gradient(90deg, 0% #feeb94, 21.870000660419464% #fbeda0, 46.32000029087067% #f8f0aa, 53.109997510910034% #f5e9a3, 62.83000111579895% #edd98f, 74.30999875068665% #e1c073, 87.1399998664856% #d39f4d, 100% #c47e2a);
    --style-ver1-gradient-03 : linear-gradient(90deg, 0% #871941, 40.00000059604645% #f3bc54, 100% #b40126);
    --style-ver1-gradient-04 : linear-gradient(90deg, 0% #290a12, 100% #8f233f);
    --style-ver1-gradient-05 : linear-gradient(90deg, 24.622994661331177% #02103f, 100% #354dc8);
    --style-ver1-gradient-06 : linear-gradient(90deg, 7.09075927734375% #204068, 58.89996290206909% #e76461, 89.89996314048767% #ea7764);
    --style-ver1-gradient-07 : linear-gradient(90deg, 9.49999988079071% #a32e3f, 46.87671363353729% #ff9166);
    --style-ver1-gradient-08 : linear-gradient(90deg, 0% #dfb864, 22.789999842643738% #feec92, 41.4000004529953% #d6b05e, 58.60000252723694% #fddc97, 77.20999717712402% #fff4b4, 100% #fef8bc);
    --style-ver1-primary-01  : #f9ebee;
    --style-ver1-primary-02  : #e8b0bd;
    --style-ver1-primary-03  : #d6768c;
    --style-ver1-primary-04  : #ca4e6b;
    --style-ver1-primary-05  : #b13552;
    --style-ver1-primary-06  : #892940;
    --style-ver1-primary-07  : #621d2d;
    --style-ver1-primary-08  : #3b121b;
    --style-ver1-primary-09  : #270c12
}

.color-primary-new-07 {
    color: var(--primary-new-07)
}

.color-primary-new-06 {
    color: var(--primary-new-06)
}

.color-primary-new-04 {
    color: var(--primary-new-04)
}

.display {
    font-family: DFVN Tan, serif;
    line-height: 150%;
    font-weight: 400
}

.display.d1 {
    font-size: 48px
}

.display.d2 {
    font-size: 40px
}

@media only screen and (max-width:640px) {
    .display.d2 {
        font-size: 32px
    }
}

.display.d3 {
    font-size: 32px
}

.display.d4 {
    font-size: 28px
}

@media only screen and (max-width:640px) {
    .display.d4 {
        font-size: 24px
    }
}

.display.d5 {
    font-size: 24px
}

.display.d6 {
    font-size: 20px
}

.display.d7 {
    font-size: 16px
}

.heading {
    font-family: Montserrat, sans-serif;
    line-height: 140%;
    font-weight: 600
}

.heading.h1 {
    font-size: 48px
}

.heading.h2 {
    font-size: 40px
}

.heading.h3 {
    font-size: 32px
}

.heading.h4 {
    font-size: 28px
}

.heading.h5 {
    font-size: 24px
}

.heading.h6 {
    font-size: 20px
}

@media only screen and (max-width:640px) {
    .heading.h6 {
        font-size: 16px
    }
}

.heading.h7 {
    font-size: 16px
}

.font-bold {
    font-weight: 600
}

.font-medium,
.tw-uppercase {
    font-weight: 500
}

.tw-uppercase {
    font-family   : Montserrat, sans-serif;
    line-height   : 1.4;
    text-transform: uppercase
}

.tw-uppercase.up-1 {
    font-size: 28px
}

.tw-uppercase.up-2 {
    font-size: 20px
}

.tw-uppercase.up-3 {
    font-size: 16px
}

.tw-uppercase.up-4 {
    font-size: 14px
}

.body {
    font-family: Montserrat, sans-serif;
    line-height: 140%;
    font-weight: 400
}

.body.b1 {
    font-size: 20px
}

.body.b2 {
    font-size: 16px
}

.body.b3 {
    font-size: 14px
}

.body.b4 {
    font-size: 12px
}

.box-s {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
    box-shadow        : 0 4px 12px 0 rgba(0, 0, 0, .08)
}

.box-m {
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .09);
    box-shadow        : 0 4px 16px 0 rgba(0, 0, 0, .09)
}

.box-l {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
    box-shadow        : 0 4px 20px 0 rgba(0, 0, 0, .2)
}

.tw-button {
    cursor            : pointer;
    text-align        : center;
    font-family       : Montserrat, sans-serif;
    font-weight       : 500;
    line-height       : 1.4;
    font-size         : 16px;
    outline           : 0;
    border            : none;
    background        : transparent;
    position          : relative;
    border-radius     : 100px;
    padding           : 13px 32px;
    height            : 48px;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    text-decoration   : none
}

.tw-button,
.tw-button.--has-icon {
    display          : -webkit-inline-box;
    display          : -ms-inline-flexbox;
    display          : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center
}

.tw-button.--has-icon span {
    color: inherit
}

.tw-button.--has-icon img {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 16px;
    flex            : 0 0 16px;
    max-width       : 16px;
    margin-right    : 10px
}

.tw-button.--s {
    padding: 9px 24px;
    height : 40px
}

@media only screen and (max-width:640px) {
    .tw-button.--s {
        height : 36px;
        padding: 7px 24px
    }
}

.tw-button.__primary {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(-22.67%, #fef5b6), color-stop(40.49%, #f8f0aa), color-stop(58.03%, #f5e9a3), color-stop(83.14%, #edd98f), color-stop(112.8%, #e1c073), color-stop(145.95%, #d39f4d), color-stop(179.17%, #c47e2a));
    background        : linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    color             : var(--primary-new-08, #3b1219)
}

.tw-button.__primary.focus,
.tw-button.__primary.hover,
.tw-button.__primary:focus,
.tw-button.__primary:hover {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-208.33%, #feeb94), color-stop(-123.59%, #fef5b6), color-stop(-28.84%, #f8f0aa), color-stop(-2.53%, #f5e9a3), color-stop(35.13%, #edd98f), color-stop(79.62%, #e1c073), color-stop(129.33%, #d39f4d), color-stop(179.17%, #c47e2a));
    background        : linear-gradient(180deg, #feeb94 -208.33%, #fef5b6 -123.59%, #f8f0aa -28.84%, #f5e9a3 -2.53%, #edd98f 35.13%, #e1c073 79.62%, #d39f4d 129.33%, #c47e2a 179.17%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.tw-button.__primary.active,
.tw-button.__primary:active {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-278.12%, #feeb94), color-stop(-179.71%, #fef5b6), color-stop(-69.68%, #f8f0aa), color-stop(-39.13%, #f5e9a3), color-stop(4.61%, #edd98f), color-stop(56.27%, #e1c073), color-stop(114.01%, #d39f4d), color-stop(171.88%, #c47e2a));
    background        : linear-gradient(180deg, #feeb94 -278.12%, #fef5b6 -179.71%, #f8f0aa -69.68%, #f5e9a3 -39.13%, #edd98f 4.61%, #e1c073 56.27%, #d39f4d 114.01%, #c47e2a 171.88%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.tw-button.__primary.disable,
.tw-button.__primary:disabled {
    color             : var(--primary-new-04);
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(42.26%, #fff9d2), color-stop(178.01%, #f8f0aa), color-stop(215.7%, #f5e9a3), color-stop(269.67%, #edd98f), color-stop(333.41%, #e1c073), color-stop(404.64%, #d39f4d), color-stop(476.04%, #c47e2a));
    background        : linear-gradient(180deg, #feeb94 -79.17%, #fff9d2 42.26%, #f8f0aa 178.01%, #f5e9a3 215.7%, #edd98f 269.67%, #e1c073 333.41%, #d39f4d 404.64%, #c47e2a 476.04%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .06);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .06)
}

.tw-button.__secondary {
    color             : #fff;
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-42.82%, #da7763), color-stop(12.57%, #c45e57), color-stop(90.32%, #b54c50), color-stop(161.59%, #a53846), color-stop(216.67%, #912c3c));
    background        : linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -42.82%, #c45e57 12.57%, #b54c50 90.32%, #a53846 161.59%, #912c3c 216.67%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.tw-button.__secondary.focus,
.tw-button.__secondary.hover,
.tw-button.__secondary:focus,
.tw-button.__secondary:hover {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background        : linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.tw-button.__secondary.active,
.tw-button.__secondary:active {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-389.47%, #ff9c7d), color-stop(-292.07%, #da7763), color-stop(-208.37%, #c45e57), color-stop(-90.89%, #b54c50), color-stop(16.79%, #a53846), color-stop(99.95%, #621e29), to(#7a2633));
    background        : linear-gradient(180deg, #ff9c7d -389.47%, #da7763 -292.07%, #c45e57 -208.37%, #b54c50 -90.89%, #a53846 16.79%, #621e29 99.95%, #7a2633);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.tw-button.__secondary.disable,
.tw-button.__secondary:disabled {
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-33.33%, #ffc0ac), color-stop(45.02%, #f29b89), color-stop(112.35%, #c45e57), color-stop(206.85%, #b54c50), color-stop(293.48%, #a53846), color-stop(360.42%, #912c3c));
    background        : linear-gradient(180deg, #ffc0ac -33.33%, #f29b89 45.02%, #c45e57 112.35%, #b54c50 206.85%, #a53846 293.48%, #912c3c 360.42%);
    -webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap;
    margin-left       : -8px;
    margin-right      : -8px;
    row-gap           : 16px
}

.row .column {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 33.33%;
    flex            : 0 0 33.33%;
    max-width       : 33.33%;
    padding-left    : 8px;
    padding-right   : 8px
}

.news-list .news-item {
    border-radius     : 8px;
    overflow          : hidden;
    -webkit-transition: all .4s ease-out;
    transition        : all .4s ease-out
}

.news-list .news-item .news-img img {
    -webkit-transform: translateZ(0);
    transform        : translateZ(0);
    isolation        : isolate
}

.news-list .news-item:hover .news-img img {
    -webkit-transform: scale(1.015) translateZ(0);
    transform        : scale(1.015) translateZ(0)
}

.news-list .news-item.--item-white .date,
.news-list .news-item.--item-white .news-title {
    color: #fff
}

@media only screen and (max-width:1023px) {
    .news-list .news-item.--item-white {
        background-color: #fff
    }

    .news-list .news-item.--item-white .date,
    .news-list .news-item.--item-white .news-title {
        color: #912c3c
    }
}

.news-list .news-item.--item-white:hover {
    background-color: #fff
}

.news-list .news-item.--item-white:hover .date,
.news-list .news-item.--item-white:hover .news-title {
    color: #912c3c
}

.news-list .news-item.--flex {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

@media only screen and (max-width:1023px) {
    .news-list .news-item.--flex {
        display: block
    }
}

.news-list .news-item.--flex .news-img {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 187px;
    flex            : 0 0 187px;
    max-width       : 187px;
    padding-top     : 29.8200514139%
}

@media only screen and (max-width:1023px) {
    .news-list .news-item.--flex .news-img {
        -ms-flex-preferred-size: 100%;
        flex-basis             : 100%;
        max-width              : 100%
    }
}

.news-list .news-item.--flex .news-img img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

.news-list .news-item.--flex .news-body {
    width  : 100%;
    padding: 0 0 0 16px
}

@media only screen and (max-width:1023px) {
    .news-list .news-item.--flex .news-body {
        padding: 16px 20px 24px
    }
}

.news-list .news-item .news-img {
    display      : block;
    line-height  : 0;
    border-radius: 8px;
    overflow     : hidden;
    width        : 100%;
    height       : auto;
    padding-top  : 56.0411311054%;
    position     : relative
}

.news-list .news-item .news-img img {
    position          : absolute;
    top               : 0;
    left              : 0;
    width             : 100%;
    height            : 100%;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease
}

.news-list .news-item .news-body {
    padding           : 16px 20px 32px;
    overflow          : hidden;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease
}

@media only screen and (max-width:1023px) {
    .news-list .news-item .news-body {
        padding-bottom: 24px
    }
}

.news-list .news-item .date {
    font-size         : 14px;
    display           : block;
    margin-bottom     : 8px;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease
}

.news-list .news-item .news-title {
    font-size         : 16px;
    line-height       : 1.4em;
    text-decoration   : none;
    font-weight       : 500;
    word-break        : break-word;
    display           : -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    height            : auto;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease
}

.tw-breadcrumb a {
    text-decoration: none;
    color          : var(--Text-06, #7d869b)
}

.tw-breadcrumb a:hover {
    color          : var(--Text-04);
    text-decoration: underline
}

.tw-breadcrumb .icon {
    width            : 16px;
    height           : 16px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center
}

.tw-breadcrumb .tw-container {
    gap: 8px
}

@media only screen and (max-width:640px) {
    .tw-breadcrumb .tw-container {
        gap: 4px
    }
}

.paginate_links {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    width                : 100%;
    gap                  : 8px
}

.paginate_links,
.paginate_links .page-numbers {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    flex-direction   : row
}

.paginate_links .page-numbers {
    -webkit-transition   : .3s;
    transition           : .3s;
    width                : 48px;
    height               : 48px;
    border-radius        : 100px;
    -webkit-box-orient   : initial;
    -webkit-box-direction: initial;
    -ms-flex-direction   : initial;
    text-decoration      : none;
    font-size            : 16px;
    font-weight          : 500;
    color                : var(--primary-new-08, #3b1219)
}

@media only screen and (max-width:640px) {
    .paginate_links .page-numbers {
        width : 40px;
        height: 40px
    }
}

.paginate_links .page-numbers.next,
.paginate_links .page-numbers.prev {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background: linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c);
    color     : #fff
}

.paginate_links .page-numbers.next span,
.paginate_links .page-numbers.prev span {
    opacity: 0
}

.paginate_links .page-numbers.prev {
    margin-right: 8px
}

.paginate_links .page-numbers.next {
    margin-left: 8px
}

.paginate_links .page-numbers.current,
.paginate_links .page-numbers:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background: linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c);
    color     : #fff
}

#header-main {
    position          : fixed;
    z-index           : 101;
    top               : 0;
    left              : 0;
    width             : 100%;
    padding           : 16px 0;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    will-change       : transform;
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-28.22%, #193867), color-stop(70.95%, rgba(57, 27, 105, .21)), to(rgba(68, 41, 106, 0)));
    background        : linear-gradient(180deg, #193867 -28.22%, rgba(57, 27, 105, .21) 70.95%, rgba(68, 41, 106, 0))
}

#header-main.fixed,
#header-main.sticky {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background: linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c)
}

#header-main.scroll-down {
    -webkit-transform: translate3d(0, -100%, 0);
    transform        : translate3d(0, -100%, 0)
}

@media only screen and (max-width:1180px) {
    #header-main {
        height           : 84px;
        padding          : 0;
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center
    }
}

#header-main .navigation-mobile {
    display       : none;
    opacity       : 0;
    visibility    : hidden;
    pointer-events: none
}

@media only screen and (max-width:1180px) {
    #header-main .navigation-mobile {
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        width           : 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        opacity         : 1;
        visibility      : visible;
        pointer-events  : inherit
    }

    #header-main .navigation-mobile .logo {
        width: 96px
    }

    #header-main .navigation-mobile .btn-toggle-menu {
        display          : -webkit-inline-box;
        display          : -ms-inline-flexbox;
        display          : inline-flex;
        width            : 30px;
        height           : 30px;
        padding          : 0;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        background       : transparent;
        outline          : 0;
        border           : none
    }
}

@media only screen and (max-width:1600px) {
    #header-main .tw-container {
        max-width: 1280px
    }
}

#header-main .header-main .btn-close {
    display   : none;
    opacity   : 0;
    visibility: hidden
}

@media only screen and (max-width:1180px) {
    #header-main .header-main {
        display                : none;
        position               : fixed;
        z-index                : 999;
        top                    : 0;
        left                   : 0;
        width                  : 100%;
        height                 : 100vh;
        overflow               : hidden;
        background             : -webkit-gradient(linear, left bottom, left top, color-stop(-66.35%, rgba(255, 156, 125, .9)), color-stop(-33.25%, rgba(218, 119, 99, .9)), color-stop(-4.8%, rgba(196, 94, 87, .9)), color-stop(35.12%, rgba(181, 76, 80, .9)), color-stop(71.72%, rgba(165, 56, 70, .9)), to(rgba(145, 44, 60, .9)));
        background             : linear-gradient(0deg, rgba(255, 156, 125, .9) -66.35%, rgba(218, 119, 99, .9) -33.25%, rgba(196, 94, 87, .9) -4.8%, rgba(181, 76, 80, .9) 35.12%, rgba(165, 56, 70, .9) 71.72%, rgba(145, 44, 60, .9));
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter        : blur(4px);
        padding                : 110px 0
    }

    #header-main .header-main .tw-container {
        padding: 0
    }

    #header-main .header-main .header-container {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }

    #header-main .header-main .logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order           : 1;
        order                    : 1;
        margin-bottom            : 48px
    }

    #header-main .header-main .menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order           : 2;
        order                    : 2
    }

    #header-main .header-main .btn-close {
        display   : -webkit-inline-box;
        display   : -ms-inline-flexbox;
        display   : inline-flex;
        position  : absolute;
        right     : 20px;
        opacity   : 1;
        visibility: visible;
        top       : 30px;
        width     : 32px;
        height    : 32px;
        padding   : 0;
        border    : none;
        outline   : 0;
        background: transparent
    }
}

#header-main .logo {
    position         : relative;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    width            : 126px;
    -ms-flex-negative: 0;
    flex-shrink      : 0
}

#header-main .header-container .menu,
#header-main .logo {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

#header-main .header-container .menu {
    -ms-flex-pack  : distribute;
    justify-content: space-around;
    gap            : 4px;
    list-style     : none;
    width          : 100%
}

@media only screen and (max-width:1180px) {
    #header-main .header-container .menu {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        gap                  : 0;
        width                : 100%
    }

    #header-main .header-container .menu li {
        width  : 100%;
        display: inline-block
    }
}

#header-main .header-container .menu .current-menu-item a,
#header-main .header-container .menu li.menu-item:hover a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(-22.67%, #fef5b6), color-stop(40.49%, #f8f0aa), color-stop(58.03%, #f5e9a3), color-stop(83.14%, #edd98f), color-stop(112.8%, #e1c073), color-stop(145.95%, #d39f4d), color-stop(179.17%, #c47e2a));
    background: linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%);
    color     : var(--primary-new-07)
}

#header-main .header-container .menu a {
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    padding           : 9px 24px;
    color             : #fff;
    text-decoration   : none;
    border-radius     : 60px;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    font-size         : 16px;
    line-height       : 1.4;
    font-weight       : 500
}

@media only screen and (max-width:1180px) {
    #header-main .header-container .menu a {
        width        : 100%;
        padding      : 13px 24px;
        border-radius: 0
    }
}

@media only screen and (max-width:1280px) {
    #header-main .header-container .menu a {
        padding: 9px 20px
    }
}

.footer-main {
    background-image   : url(assets/images/bg-footer.jpg);
    background-position: 50%;
    background-repeat  : no-repeat;
    background-size    : cover;
    padding-top        : 62px;
    -webkit-box-sizing : border-box;
    box-sizing         : border-box
}

@media only screen and (max-width:640px) {
    .footer-main {
        background-image: url(assets/images/bg-footer-mobile.png)
    }
}

.footer-main .ft-layout {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between
}

.footer-main .ft-layout.--mb {
    display: block
}

.footer-main .ft-layout .ft-logo {
    display      : inline-block;
    margin-bottom: 40px
}

@media only screen and (max-width:1023px) {
    .footer-main .ft-layout .ft-logo {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        text-align       : center;
        margin-bottom    : 24px
    }
}

.footer-main .ft-layout .left {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 450px;
    flex            : 0 0 450px;
    max-width       : 450px
}

@media (min-width:768px) and (max-width:1024px) {
    .footer-main .ft-layout .left {
        -ms-flex-preferred-size: 40%;
        flex-basis             : 40%;
        max-width              : 40%
    }
}

.footer-main .ft-layout .right {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 50%;
    flex            : 0 0 50%;
    max-width       : 50%
}

.footer-main .ft-layout ul {
    list-style : none;
    padding    : 0;
    margin     : 0;
    font-size  : 14px;
    font-weight: 600;
    color      : #fff
}

@media only screen and (max-width:1023px) {
    .footer-main .ft-layout ul {
        display      : -webkit-box;
        display      : -ms-flexbox;
        display      : flex;
        -ms-flex-wrap: wrap;
        flex-wrap    : wrap;
        margin-left  : -6px;
        margin-right : -6px;
        padding-top  : 32px
    }
}

.footer-main .ft-layout ul li {
    margin-bottom: 16px
}

@media only screen and (max-width:1023px) {
    .footer-main .ft-layout ul li {
        -webkit-box-flex: 0;
        -ms-flex        : 0 0 50%;
        flex            : 0 0 50%;
        max-width       : 50%;
        padding-left    : 6px;
        padding-right   : 6px
    }
}

.footer-main .ft-layout ul strong {
    display       : block;
    line-height   : 1.4em;
    text-transform: uppercase
}

.footer-main .ft-layout ul span {
    font-weight: 400
}

.footer-main .ft-layout ul a {
    font-weight    : 400;
    text-decoration: none;
    color          : inherit;
    word-wrap      : break-word
}

.footer-main .ft-layout ul .tw-button {
    font-size : 14px;
    margin-top: 16px
}

@media only screen and (max-width:375px) {
    .footer-main .ft-layout ul .tw-button {
        font-size: 12px
    }
}

.footer-main .ft-layout ul .tw-button span {
    color: #621d2d
}

.footer-main .ft-layout .social-links {
    margin-top: 24px
}

@media only screen and (max-width:767px) {
    .footer-main .ft-layout .social-links {
        margin-top: 16px
    }
}

.footer-main .ft-layout .social-links a {
    display: inline-block
}

.footer-main .ft-layout .title .display {
    margin-top   : 0;
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .footer-main .ft-layout .title .display {
        margin-bottom: 24px;
        font-size    : 20px;
        color        : var(--primary-new-07)
    }
}

.footer-main .ft-layout form {
    text-align: center;
    padding   : 48px 38px;
    position  : relative
}

.footer-main .ft-layout form>div {
    position: relative
}

.footer-main .ft-layout form .bg-form {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%
}

.footer-main .ft-layout form label {
    text-align : left;
    display    : block;
    color      : var(--primary-new-07, #621e29);
    font-size  : 14px;
    line-height: 1.4em;
    font-family: inherit
}

.footer-main .ft-layout form .form-row {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    margin-left  : -18px;
    margin-right : -18px;
    row-gap      : 24px
}

.footer-main .ft-layout form .form-row .form-group {
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 50%;
    flex            : 0 0 50%;
    max-width       : 50%;
    padding-left    : 18px;
    padding-right   : 18px
}

@media only screen and (max-width:767px) {
    .footer-main .ft-layout form .form-row .form-group {
        -ms-flex-preferred-size: 100%;
        flex-basis             : 100%;
        max-width              : 100%
    }
}

.footer-main .ft-layout form .form-row .form-control {
    border          : 0;
    border-bottom   : 1px solid #d57686;
    color           : var(--primary-new-05, #d57686);
    font-size       : 14px;
    line-height     : 1.4;
    font-weight     : 500;
    font-family     : inherit;
    padding         : 6px 0;
    width           : 100%;
    background-color: transparent
}

.footer-main .ft-layout form .form-row .form-message {
    color     : red;
    text-align: left;
    display   : inline-block;
    margin-top: 2px;
    width     : 100%
}

.footer-main .ft-layout form .form-response {
    display   : none;
    color     : green;
    font-size : 12px;
    text-align: center;
    width     : 100%
}

.footer-main .ft-layout form .form-submit.loading {
    opacity       : .6;
    pointer-events: none
}

.footer-main .ft-layout form .tw-button {
    font-weight       : 600;
    padding           : .8em 4em;
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-389.47%, #ff9c7d), color-stop(-292.07%, #da7763), color-stop(-208.37%, #c45e57), color-stop(-90.89%, #b54c50), color-stop(16.79%, #a53846), color-stop(99.95%, #621e29), to(#7a2633));
    background        : linear-gradient(180deg, #ff9c7d -389.47%, #da7763 -292.07%, #c45e57 -208.37%, #b54c50 -90.89%, #a53846 16.79%, #621e29 99.95%, #7a2633);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15) inset;
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15)
}

.footer-main .copyright {
    margin-top: 22px;
    padding   : 16px 0;
    color     : #fff;
    border-top: 1px solid hsla(0, 0%, 100%, .4)
}

@media only screen and (max-width:767px) {
    .footer-main .copyright .tw-container {
        -webkit-box-pack: center;
        -ms-flex-pack   : center;
        justify-content : center
    }
}

.footer-main .copyright a {
    color             : inherit;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    text-decoration   : none
}

.footer-main .copyright a:hover {
    opacity: .6
}

.tw-form {
    width                : 100%;
    max-width            : 604px;
    min-height           : 400px;
    margin               : auto;
    position             : relative;
    z-index              : 9;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    gap                  : 32px;
    background           : url(assets/images/teaser/bg-form.svg) no-repeat 50%;
    background-size      : cover;
    padding              : 64px 44px
}

@media only screen and (max-width:576px) {
    .tw-form {
        padding: 32px 20px
    }
}

.tw-form .tw-title {
    font-size  : 32px;
    line-height: 1.5;
    text-align : center;
    position   : relative;
    z-index    : 9
}

@media only screen and (max-width:576px) {
    .tw-form .tw-title {
        font-size: 28px
    }
}

.tw-form .tw-form-input {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    gap          : 16px 32px;
    position     : relative;
    z-index      : 9
}

@media only screen and (max-width:576px) {
    .tw-form .tw-form-input {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }
}

.tw-form .form-group {
    width                : calc(50% - 16px);
    color                : #3d0f16;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    position             : relative
}

@media only screen and (max-width:576px) {
    .tw-form .form-group {
        width: 100%
    }
}

.tw-form .form-group.invalid {
    color: red
}

.tw-form .form-group .form-label {
    margin-bottom: 4px;
    font-weight  : 500
}

.tw-form .form-control {
    width        : 100%;
    height       : 24px;
    border       : none;
    border-bottom: 1px solid;
    border-radius: 0;
    background   : transparent;
    color        : inherit;
    overflow     : hidden;
    font-family  : Montserrat, sans-serif;
    font-weight  : 400;
    font-size    : 14px;
    line-height  : 16px;
    resize       : none
}

.tw-form .form-control::-webkit-input-placeholder {
    font   : inherit;
    color  : #3d0f16;
    opacity: .5
}

.tw-form .form-control::-moz-placeholder {
    font   : inherit;
    color  : #3d0f16;
    opacity: .5
}

.tw-form .form-control:-ms-input-placeholder {
    font   : inherit;
    color  : #3d0f16;
    opacity: .5
}

.tw-form .form-control::-ms-input-placeholder {
    font   : inherit;
    color  : #3d0f16;
    opacity: .5
}

.tw-form .form-control::placeholder {
    font   : inherit;
    color  : #3d0f16;
    opacity: .5
}

.tw-form .form-message {
    font-size  : 10px;
    line-height: 12px;
    margin-top : 2px;
    position   : absolute;
    top        : 100%;
    left       : 0
}

.tw-form .tw-button {
    position: relative;
    z-index : 9;
    margin  : auto;
    height  : 48px;
    padding : 12px 24px
}

.tw-form .form-response {
    display: none;
    color  : green
}

.tw-form .btn-close {
    position          : absolute;
    z-index           : 9;
    top               : 6px;
    right             : 6px;
    width             : 24px;
    height            : 24px;
    border-radius     : 100px;
    border            : 1px solid #fff;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    background        : transparent;
    outline           : 0;
    cursor            : pointer;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out
}

.tw-form .btn-close:hover {
    -webkit-transform: rotate(180deg);
    transform        : rotate(180deg)
}

.floating {
    position             : fixed;
    z-index              : 99;
    right                : 24px;
    bottom               : 120px;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    gap                  : 8px
}

@media only screen and (max-width:640px) {
    .floating {
        right            : 20px;
        bottom           : 20px;
        top              : auto;
        -webkit-transform: none;
        transform        : none
    }
}

.floating .tw-button {
    display           : -webkit-inline-box;
    display           : -ms-inline-flexbox;
    display           : inline-flex;
    padding           : 0;
    width             : 48px;
    height            : 48px;
    border-radius     : 100px;
    overflow          : hidden;
    border-radius     : 60px;
    background        : -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(-22.67%, #fef5b6), color-stop(40.49%, #f8f0aa), color-stop(58.03%, #f5e9a3), color-stop(83.14%, #edd98f), color-stop(112.8%, #e1c073), color-stop(145.95%, #d39f4d), color-stop(179.17%, #c47e2a));
    background        : linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15) inset;
    box-shadow        : inset 0 4px 4px 0 rgba(0, 0, 0, .15);
    color             : var(--primary-new-06)
}

.floating .tw-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background: linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c);
    color     : var(--background)
}

picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width  : 100%;
    height : 100%
}

.h-section1 {
    position  : relative;
    z-index   : 1;
    width     : 100%;
    overflow  : hidden;
    background: #111
}

.h-section1 .swiper {
    height: 100%
}

.h-section1 .swiper .swiper-slide {
    overflow: hidden
}

.h-section1 .swiper .swiper-slide img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

.h-section1 .swiper .swiper-pagination {
    left                 : auto;
    right                : 44px;
    top                  : 50%;
    -webkit-transform    : translateY(50%);
    transform            : translateY(50%);
    bottom               : auto;
    width                : auto;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column
}

.h-section1 .swiper .swiper-pagination-bullet {
    margin    : 5px 0;
    opacity   : 1;
    background: #fff
}

.h-section1 .swiper .swiper-pagination-bullet-active {
    background: var(--primary-new-06)
}

.h-section2 {
    position  : relative;
    color     : #fff;
    background: var(--bg-10, linear-gradient(0deg, #ff9c7d, #da7763 19.9%, #c45e57 37%, #b54c50 61%, #a53846 83%, #912c3c))
}

.h-section2:before {
    position       : absolute;
    content        : "";
    left           : 0;
    top            : 0;
    width          : 100%;
    height         : 100%;
    background     : url(assets/images/home/bg-section2.webp) no-repeat 50%;
    background-size: cover;
    pointer-events : none
}

@media only screen and (max-width:640px) {
    .h-section2:before {
        display: none
    }
}

.h-section2:after {
    position       : absolute;
    content        : "";
    right          : 3.4722222222%;
    top            : 22.4435590969%;
    width          : 81.3194444444%;
    height         : 41.3563829787%;
    background     : url(assets/images/home/fireworks.webp) no-repeat 50%;
    background-size: contain;
    pointer-events : none;
    z-index        : 0
}

@media only screen and (max-width:640px) {
    .h-section2 .section-container {
        -ms-flex-wrap: wrap;
        flex-wrap    : wrap;
        padding      : 0 32px;
        position     : relative;
        background   : -webkit-gradient(linear, left top, left bottom, from(#912c3c), color-stop(87.42%, rgba(145, 44, 60, 0)));
        background   : linear-gradient(180deg, #912c3c, rgba(145, 44, 60, 0) 87.42%)
    }

    .h-section2 .section-container:after,
    .h-section2 .section-container:before {
        position  : absolute;
        content   : "";
        width     : 1px;
        height    : 100%;
        top       : 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 87.1%, .4556)), to(transparent));
        background: linear-gradient(180deg, #fff, hsla(0, 0%, 87.1%, .4556) 50%, transparent)
    }

    .h-section2 .section-container:before {
        left: 0
    }

    .h-section2 .section-container:after {
        right: 0
    }
}

.h-section2 .section-title {
    padding-top: 150px;
    position   : relative;
    z-index    : 9
}

@media only screen and (max-width:640px) {
    .h-section2 .section-title {
        padding-top: 70px;
        width      : 100%
    }

    .h-section2 .section-title:after {
        position         : absolute;
        content          : "";
        right            : 0;
        bottom           : 0;
        width            : 40px;
        height           : 40px;
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%);
        background       : url(assets/images/home/decor-title-section2.webp) no-repeat 50%;
        background-size  : contain
    }
}

.h-section2 .section-title .site-name {
    margin-bottom: 8px
}

.h-section2 .section-content {
    position  : relative;
    z-index   : 9;
    width     : 57.6666666667%;
    padding   : 70px 101px 48px;
    background: -webkit-gradient(linear, left top, left bottom, from(#912c3c), color-stop(87.42%, rgba(145, 44, 60, 0)));
    background: linear-gradient(180deg, #912c3c, rgba(145, 44, 60, 0) 87.42%)
}

@media only screen and (max-width:640px) {
    .h-section2 .section-content {
        padding   : 32px 0 48px;
        width     : 100%;
        background: none
    }

    .h-section2 .section-content:after,
    .h-section2 .section-content:before {
        display: none !important
    }
}

.h-section2 .section-content:after,
.h-section2 .section-content:before {
    position  : absolute;
    content   : "";
    width     : 1px;
    height    : 100%;
    top       : 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 87.1%, .4556)), to(transparent));
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 87.1%, .4556) 50%, transparent)
}

.h-section2 .section-content:before {
    left: 0
}

.h-section2 .section-content:after {
    right: 0
}

.h-section2 .section-content .swiper .row-item {
    margin-bottom: 24px;
    gap          : 32px
}

@media only screen and (max-width:640px) {
    .h-section2 .section-content .swiper .row-item {
        margin-bottom: 16px;
        display      : block
    }
}

.h-section2 .section-content .swiper .row-item:last-child {
    margin-bottom: 0
}

.h-section2 .section-content .swiper .row-item .content-left b,
.h-section2 .section-content .swiper .row-item .content-left strong {
    display      : inline-block;
    margin-bottom: 6px
}

.h-section2 .section-content .swiper .row-item .content-right {
    width            : 72.6530612245%;
    -ms-flex-negative: 0;
    flex-shrink      : 0
}

@media only screen and (max-width:640px) {
    .h-section2 .section-content .swiper .row-item .content-right {
        width     : 100%;
        margin-top: 8px
    }
}

.h-section2 .section-content .swiper .row-item .content-right b,
.h-section2 .section-content .swiper .row-item .content-right strong {
    font-weight  : 600;
    margin-bottom: 4px;
    display      : inline-block
}

.h-section2 .section-content .swiper .row-item .content-right ul {
    margin-bottom: 8px
}

.h-section2 .section-content .swiper .swiper-pagination {
    position         : relative;
    margin-top       : 24px;
    -webkit-transform: none;
    transform        : none;
    bottom           : 0
}

.h-section2 .section-content .swiper .swiper-pagination-bullet {
    background: var(--background);
    opacity   : .4;
    margin    : 0 5px
}

.h-section2 .section-content .swiper .swiper-pagination-bullet-active {
    opacity: 1
}

.h-section2 .bridge-decor {
    position: relative;
    z-index : 1;
    width   : 100%;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex
}

.h-section2 .bridge-decor:before {
    position  : absolute;
    content   : "";
    left      : 0;
    bottom    : 0;
    width     : 100%;
    height    : 55.8064516129%;
    background: var(--Background, #fff3e3)
}

@media only screen and (max-width:640px) {
    .h-section2 .bridge-decor:before {
        height: 50%
    }
}

.h-section2 .bridge-decor img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
    position     : relative;
    z-index      : 2
}

.h-section3 {
    position: relative
}

.h-section3 .main-content {
    position   : absolute;
    width      : 100%;
    z-index    : 9;
    padding-top: 42px
}

@media only screen and (max-width:640px) {
    .h-section3 .main-content {
        padding-top: 80px
    }

    .h-section3 .main-content .tw-container {
        position: relative;
        z-index : 9
    }
}

@media only screen and (max-width:640px) {
    .h-section3 .section-title {
        display: block
    }
}

.h-section3 .section-title .tw-uppercase {
    margin-top: 30px
}

@media only screen and (max-width:640px) {
    .h-section3 .section-title .tw-uppercase {
        font-size : 20px;
        margin-top: 18px
    }
}

.h-section3 .section-title .row-item {
    gap: 8px
}

.h-section3 .section-title .row-item:last-child {
    -webkit-transform: translateY(100%);
    transform        : translateY(100%)
}

@media only screen and (max-width:640px) {
    .h-section3 .section-title .row-item:last-child {
        -webkit-transform: none;
        transform        : none;
        text-align       : right
    }
}

@media only screen and (max-width:640px) {
    .h-section3 .section-title .display {
        text-shadow: 0 2px 6px rgba(0, 0, 0, .1)
    }

    .h-section3 .section-title .display.d1 {
        font-size: 32px
    }

    .h-section3 .section-title .display.d4 {
        font-size: 20px
    }
}

.h-section3 .image {
    position: relative
}

.h-section3 .image:before {
    position   : absolute;
    z-index    : 1;
    content    : "";
    left       : 0;
    top        : 0;
    width      : 100%;
    height     : auto;
    padding-top: 39.6527777778%;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(28.27%, #fff3e3), color-stop(73.19%, rgba(255, 250, 243, .44)), color-stop(120.05%, hsla(0, 0%, 100%, 0)));
    background : linear-gradient(180deg, #fff3e3 28.27%, rgba(255, 250, 243, .44) 73.19%, hsla(0, 0%, 100%, 0) 120.05%)
}

@media only screen and (max-width:640px) {
    .h-section3 .image:before:before {
        padding-top: 85.641025641%;
        background : -webkit-gradient(linear, left top, left bottom, color-stop(1.11%, #fff3e3), color-stop(56.6%, rgba(255, 250, 243, .44)), to(hsla(0, 0%, 100%, 0)));
        background : linear-gradient(180deg, #fff3e3 1.11%, rgba(255, 250, 243, .44) 56.6%, hsla(0, 0%, 100%, 0))
    }
}

@media only screen and (max-width:640px) {
    .h-section3 .image {
        height     : auto;
        padding-top: 146.153846154%
    }
}

.h-section3 .image picture {
    z-index: 5
}

.h-section3 .image img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

@media only screen and (max-width:640px) {
    .h-section3 .image img {
        position: absolute;
        left    : 0;
        top     : 0
    }
}

.h-section4 {
    position       : relative;
    background     : url(assets/images/home/bg-section4.webp) no-repeat 50%;
    background-size: cover;
    padding        : 104px 0 80px;
    color          : #fff
}

@media only screen and (max-width:640px) {
    .h-section4 {
        padding        : 60px 0;
        background     : url(assets/images/home/bg-section4-mobile.png) no-repeat 100% 0;
        background-size: cover
    }
}

.h-section4 .image {
    position          : relative;
    border-radius     : 20px;
    background        : -webkit-gradient(linear, left top, right top, from(#871941), color-stop(40%, #f3bc54), to(#b40126));
    background        : linear-gradient(90deg, #871941, #f3bc54 40%, #b40126);
    padding           : 4px;
    overflow          : hidden;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex
}

@media only screen and (max-width:640px) {
    .h-section4 .image {
        padding: 2px
    }
}

.h-section4 .image img {
    width        : 100%;
    height       : 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit   : cover
}

@media only screen and (max-width:640px) {
    .h-section4 .image img {
        border-radius: 18.5px
    }
}

.h-section4 .main-content {
    margin-bottom    : 24px;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center
}

.h-section4 .main-content .image {
    -webkit-box-shadow: 0 4px 21px 0 rgba(96, 96, 96, .3);
    box-shadow        : 0 4px 21px 0 rgba(96, 96, 96, .3);
    width             : 49.3333333333%
}

.h-section4 .main-content .image .frame-image {
    position   : relative;
    width      : 100%;
    height     : auto;
    padding-top: 65.0684931507%
}

.h-section4 .main-content .image .frame-image img {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%
}

@media only screen and (max-width:640px) {
    .h-section4 .main-content .image {
        display: none
    }
}

.h-section4 .main-content .content {
    width: 40.8333333333%
}

@media only screen and (max-width:640px) {
    .h-section4 .main-content .content {
        width: 100%
    }
}

.h-section4 .main-content .content .title {
    margin: 8px 0 16px;
    gap   : 12px
}

@media only screen and (max-width:640px) {
    .h-section4 .main-content .content .title {
        margin-top: 6px
    }

    .h-section4 .main-content .content .title .display.d4 {
        font-size: 20px
    }

    .h-section4 .main-content .content .title .display.d1 {
        font-size: 32px
    }
}

@media only screen and (max-width:640px) {
    .h-section4 .main-content .content .entry-content {
        display: none
    }
}

.h-section4 .main-content .content .entry-content .title {
    margin-bottom: 12px
}

.h-section4 .main-content .content .entry-content p {
    margin: 12px 0
}

.h-section4 .main-content .content .entry-content p:last-child {
    margin-bottom: 0
}

.h-section4 .swiper-gallery .swiper-slide {
    position: relative;
    overflow: hidden;
    width   : 27.0138888889%
}

.h-section4 .swiper-gallery .swiper-slide .frame-image {
    width      : 100%;
    height     : auto;
    position   : relative;
    padding-top: 64.5669291339%
}

.h-section4 .swiper-gallery .swiper-slide .frame-image img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
    position     : absolute;
    left         : 0;
    top          : 0
}

.h-section4 .swiper-gallery .swiper-slide .content {
    display: none
}

@media only screen and (max-width:640px) {
    .h-section4 .swiper-gallery .swiper-slide .content {
        display   : block;
        opacity   : 0;
        visibility: hidden;
        margin-top: 24px
    }

    .h-section4 .swiper-gallery .swiper-slide .content .display {
        font-size    : 16px;
        margin-bottom: 12px
    }

    .h-section4 .swiper-gallery .swiper-slide .content p {
        text-align: justify
    }

    .h-section4 .swiper-gallery .swiper-slide .content p:not(:last-child) {
        margin-bottom: 8px
    }
}

.h-section4 .swiper-gallery .swiper-slide .image:after {
    position          : absolute;
    content           : "";
    top               : 4px;
    left              : 4px;
    width             : calc(100% - 8px);
    height            : calc(100% - 8px);
    border-radius     : 16px;
    overflow          : hidden;
    background        : -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background        : linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    opacity           : 0;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out
}

.h-section4 .swiper-gallery .swiper-slide-active .image:after {
    opacity: 1
}

@media only screen and (max-width:640px) {
    .h-section4 .swiper-gallery .swiper-slide-active .content {
        opacity           : 1;
        visibility        : visible;
        -webkit-transition: .4s ease-out .4s;
        transition        : .4s ease-out .4s
    }

    .h-section4 .swiper-gallery .swiper-slide-active .image:after {
        display: none
    }
}

.h-section5 {
    position: relative
}

.h-section5 .section-title-wrapper {
    position: absolute;
    top     : 120px;
    width   : 100%
}

@media only screen and (max-width:640px) {
    .h-section5 .section-title-wrapper {
        left: 0;
        top : 60px
    }
}

.h-section5 .section-title-wrapper .tw-container {
    position: relative
}

.h-section5 .section-title-wrapper .section-title {
    position  : absolute;
    text-align: center;
    right     : 0
}

.h-section5 .section-title-wrapper .section-title .tooltip {
    display: none
}

@media only screen and (max-width:640px) {
    .h-section5 .section-title-wrapper .section-title {
        position  : relative;
        right     : auto;
        text-align: left
    }

    .h-section5 .section-title-wrapper .section-title .display {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        gap              : 12px
    }

    .h-section5 .section-title-wrapper .section-title .tooltip {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        text-decoration  : none;
        width            : 24px;
        height           : 24px;
        cursor           : pointer;
        border-radius    : 100px;
        -webkit-animation: pulse-animation 2s infinite;
        animation        : pulse-animation 2s infinite
    }

    .h-section5 .section-title-wrapper .section-title .tooltip img {
        position: relative
    }
}

.h-section5 .section-title-wrapper .section-title .display {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:640px) {
    .h-section5 .section-title-wrapper .section-title .display {
        margin-bottom: 8px
    }
}

.h-section5 .utilities {
    position  : relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-59.51%, #ff9c7d), color-stop(-27.77%, #da7763), color-stop(-.49%, #c45e57), color-stop(37.79%, #b54c50), color-stop(72.88%, #a53846), to(#912c3c));
    background: linear-gradient(0deg, #ff9c7d -59.51%, #da7763 -27.77%, #c45e57 -.49%, #b54c50 37.79%, #a53846 72.88%, #912c3c);
    color     : #fff;
    padding   : 36px 0
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-container {
        display: block
    }

    .h-section5 .utilities-container .site-logo {
        display: none
    }
}

.h-section5 .utilities .site-name {
    margin-top: 16px
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities .site-name {
        margin-top   : 0;
        margin-bottom: 24px
    }
}

.h-section5 .utilities-content {
    gap: 16px
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-content {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column
    }
}

.h-section5 .utilities-list.addition {
    display: none
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-list.addition {
        display      : block;
        margin-bottom: 8px
    }
}

.h-section5 .utilities-list .list {
    font-weight         : 500;
    -webkit-column-count: 2;
    -moz-column-count   : 2;
    column-count        : 2;
    -webkit-column-gap  : 16px;
    -moz-column-gap     : 16px;
    column-gap          : 16px;
    min-width           : 388px;
    font-size           : 14px
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-list .list {
        -webkit-column-gap: 12px;
        -moz-column-gap   : 12px;
        column-gap        : 12px;
        font-weight       : 400;
        min-width         : auto
    }

    .h-section5 .utilities-list .list p {
        margin-bottom: 8px
    }

    .h-section5 .utilities-list .list:last-child {
        -webkit-column-count: 2;
        -moz-column-count   : 2;
        column-count        : 2
    }
}

.h-section5 .utilities-list .list b,
.h-section5 .utilities-list .list span,
.h-section5 .utilities-list .list strong {
    font-weight : 500;
    width       : 15px;
    display     : inline-block;
    margin-right: 8px
}

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

    .h-section5 .utilities-list .list b,
    .h-section5 .utilities-list .list span,
    .h-section5 .utilities-list .list strong {
        margin-right: 4px;
        font-weight : 400;
        width       : auto
    }
}

.h-section5 .utilities-list .heading {
    margin-bottom: 8px
}

.h-section5 .utilities-list:last-child {
    width: 186px
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-list:last-child {
        width: auto
    }
}

.h-section5 .utilities-list:last-child .list {
    -webkit-column-count: 1;
    -moz-column-count   : 1;
    column-count        : 1
}

@media only screen and (max-width:640px) {
    .h-section5 .utilities-list:last-child .list {
        -webkit-column-count: 2;
        -moz-column-count   : 2;
        column-count        : 2
    }
}

@media only screen and (max-width:640px) {
    .h-section5 .image {
        height     : auto;
        position   : relative;
        width      : 100%;
        padding-top: 99.2307692308%
    }
}

.h-section5 .image img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

@media only screen and (max-width:640px) {
    .h-section5 .image img {
        position: absolute;
        left    : 0;
        top     : 0
    }
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(145, 44, 61, .5725490196078431);
        box-shadow        : 0 0 0 0 rgba(145, 44, 61, .5725490196078431)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow        : 0 0 0 20px transparent
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(145, 44, 61, .5725490196078431);
        box-shadow        : 0 0 0 0 rgba(145, 44, 61, .5725490196078431)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow        : 0 0 0 20px transparent
    }
}

.h-section6 {
    position: relative
}

.h-section6 .content {
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 100%;
    z-index    : 9;
    padding-top: 5.5555555556%
}

@media only screen and (max-width:640px) {
    .h-section6 .content {
        padding-top: 60px
    }
}

.h-section6 .content .tw-container {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -ms-flex-wrap   : wrap;
    flex-wrap       : wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

.h-section6 .content .entry-title {
    width: 49.3333333333%
}

@media only screen and (max-width:640px) {
    .h-section6 .content .entry-title {
        width: 100%
    }
}

.h-section6 .content .entry-title .subtitle {
    margin: 12px 0 24px
}

@media only screen and (max-width:640px) {
    .h-section6 .content .entry-title .subtitle {
        margin-top: 8px
    }

    .h-section6 .content .entry-title .subtitle .display {
        font-size: 20px
    }
}

.h-section6 .content .entry-title .subtitle p {
    text-align: justify
}

.h-section6 .content .entry-title .subtitle p span.tw-uppercase {
    display: inline-block
}

.h-section6 .content .entry-title .subtitle p:first-child span.tw-uppercase {
    margin-left: 8px
}

.h-section6 .content .entry-title .subtitle p:last-child {
    margin-left     : auto;
    text-align      : right;
    -webkit-box-pack: end;
    -ms-flex-pack   : end;
    justify-content : flex-end
}

.h-section6 .content .entry-title .subtitle p:last-child span.tw-uppercase {
    margin-right: 8px
}

.h-section6 .content .description {
    width: 45.3333333333%
}

@media only screen and (max-width:640px) {
    .h-section6 .content .description {
        width     : 100%;
        margin-top: 24px
    }
}

.h-section6 .content .description p {
    text-align: justify
}

.h-section6 .content .description p:not(:last-child) {
    margin-bottom: 12px
}

.h-section6 .content .description .description strong,
.h-section6 .content .description b {
    font-weight: 600
}

.h-section6 .image img {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

@media only screen and (max-width:640px) {
    .h-section6 .image {
        height     : auto;
        min-height : 944px;
        padding-top: 242.051282051%;
        position   : relative
    }

    .h-section6 .image img {
        position: absolute;
        top     : 0;
        left    : 0
    }
}

.h-section7 {
    position: relative
}

.h-section7 .content {
    position: absolute;
    width   : 100%;
    height  : 100%;
    top     : 0;
    left    : 0;
    z-index : 9;
    color   : #fff
}

.h-section7 .content .tw-container {
    height     : 100%;
    padding-top: 100px
}

@media only screen and (max-width:640px) {
    .h-section7 .content .tw-container {
        padding-top: 60px;
        display    : block
    }
}

.h-section7 .content .title {
    margin-top: 30px
}

@media only screen and (max-width:640px) {
    .h-section7 .content .title {
        margin: 0 0 40px
    }
}

.h-section7 .content .subtitle {
    margin-top: 8px
}

.h-section7 .content .description {
    padding        : 79px 68px;
    width          : 49.3333333333%;
    max-width      : 592px;
    background     : url(assets/images/home/para-section7.webp) no-repeat top;
    background-size: 100%;
    height         : 100%
}

@media only screen and (max-width:640px) {
    .h-section7 .content .description {
        width          : 100%;
        padding        : 48px 36px;
        background     : url(assets/images/home/bg-text-mobile.png) no-repeat top;
        background-size: 100%
    }
}

.h-section7 .content .description p {
    text-align: justify
}

.h-section7 .content .description p:not(:last-child) {
    margin-bottom: 12px
}

.h-section7 .content .description p b,
.h-section7 .content .description p strong {
    font-weight: 600
}

.h-section7 .image img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

@media only screen and (max-width:640px) {
    .h-section7 .image {
        min-height : 700px;
        position   : relative;
        padding-top: 179.487179487%
    }

    .h-section7 .image img {
        position: absolute;
        left    : 0;
        top     : 0
    }
}

.h-section7 .decor {
    position: absolute;
    z-index : 10;
    left    : 0;
    bottom  : 0
}

.h-section7 .decor img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

.h-section7 .decor .firework {
    display: none
}

@media only screen and (max-width:640px) {
    .h-section7 .decor .firework {
        position      : absolute;
        display       : block;
        width         : 169px;
        height        : 125px;
        top           : 7px;
        right         : 30px;
        mix-blend-mode: color-dodge
    }
}

.h-section8 {
    position: relative;
    padding : 80px 0
}

@media only screen and (max-width:640px) {
    .h-section8 {
        padding: 60px 0
    }
}

.h-section8 .background {
    position      : absolute;
    top           : 0;
    left          : 0;
    width         : 100%;
    height        : 100%;
    z-index       : 0;
    pointer-events: none
}

.h-section8 .background img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

.h-section8 .content-section {
    position: relative;
    z-index : 9
}

.h-section8 .content-section .main-content {
    border           : 4px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    background       : -webkit-gradient(linear, left bottom, left top, color-stop(-33.43%, #ff9c7d), color-stop(-6.88%, #da7763), color-stop(15.94%, #c45e57), color-stop(47.96%, #b54c50), color-stop(77.32%, #a53846), to(#912c3c));
    background       : linear-gradient(0deg, #ff9c7d -33.43%, #da7763 -6.88%, #c45e57 15.94%, #b54c50 47.96%, #a53846 77.32%, #912c3c)
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content {
        border               : none;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction   : column-reverse;
        flex-direction       : column-reverse
    }
}

.h-section8 .content-section .main-content .content-left {
    width     : 70.1666666667%;
    position  : relative;
    background: #fff
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-left {
        width: 100%
    }
}

.h-section8 .content-section .main-content .content-left .image {
    width: 100%
}

.h-section8 .content-section .main-content .content-left .image img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover
}

.h-section8 .content-section .main-content .content-left .description {
    width           : 100%;
    padding         : 24px 48px 20px 44px;
    gap             : 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    background      : #fff
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-left .description {
        padding: 24px 32px;
        display: block
    }
}

.h-section8 .content-section .main-content .content-left .description .utilities-list .heading {
    color        : var(--primary-new-07);
    margin-bottom: 8px
}

.h-section8 .content-section .main-content .content-left .description .utilities-list .list {
    color      : var(--primary-new-04);
    font-size  : 14px;
    font-weight: 500
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-left .description .utilities-list .list p:not(:last-child) {
        margin-bottom: 6px
    }
}

.h-section8 .content-section .main-content .content-left .description .utilities-list .list b,
.h-section8 .content-section .main-content .content-left .description .utilities-list .list span,
.h-section8 .content-section .main-content .content-left .description .utilities-list .list strong {
    font-weight : 500;
    display     : inline-block;
    margin-right: 8px;
    width       : 15px;
    color       : var(--primary-new-05)
}

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

    .h-section8 .content-section .main-content .content-left .description .utilities-list .list b,
    .h-section8 .content-section .main-content .content-left .description .utilities-list .list span,
    .h-section8 .content-section .main-content .content-left .description .utilities-list .list strong {
        color: var(--primary-new-04, #c94f64)
    }
}

.h-section8 .content-section .main-content .content-left .description .utilities-list:first-child {
    -webkit-box-flex: 1;
    -ms-flex        : 1;
    flex            : 1
}

.h-section8 .content-section .main-content .content-left .description .utilities-list:first-child .list {
    -webkit-column-count: 2;
    -moz-column-count   : 2;
    column-count        : 2;
    -webkit-column-gap  : 16px;
    -moz-column-gap     : 16px;
    column-gap          : 16px
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-left .description .utilities-list:first-child .list {
        -webkit-column-count: 1;
        -moz-column-count   : 1;
        column-count        : 1
    }
}

.h-section8 .content-section .main-content .content-left .description .utilities-list:last-child {
    width: 21.0213776722%
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-left .description .utilities-list:last-child {
        width     : 100%;
        margin-top: 16px
    }
}

.h-section8 .content-section .main-content .content-right {
    width             : 29.5%;
    color             : #fff;
    padding           : 24px 26px 24px 48px;
    -webkit-box-flex  : 1;
    -ms-flex          : 1;
    flex              : 1;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-right {
        width  : 100%;
        padding: 40px 32px 32px
    }
}

.h-section8 .content-section .main-content .content-right .subtitle {
    margin-top: 5px;
    text-align: right
}

.h-section8 .content-section .main-content .content-right .swiper {
    width: 100%
}

.h-section8 .content-section .main-content .content-right .swiper .swiper-pagination {
    position  : relative;
    bottom    : 0;
    margin-top: 20px
}

.h-section8 .content-section .main-content .content-right .swiper .swiper-pagination-bullet {
    background: var(--primary-new-02, #e7b1ba);
    opacity   : 1
}

.h-section8 .content-section .main-content .content-right .swiper .swiper-pagination-bullet-active {
    background: #fff
}

.h-section8 .content-section .main-content .content-right .description {
    margin-top   : 40px;
    overflow-y   : auto;
    height       : 276px;
    padding-right: 16px
}

.h-section8 .content-section .main-content .content-right .description::-webkit-scrollbar {
    background   : var(--Style-ver1-Primary-03, #d6768c);
    border-radius: 4px
}

.h-section8 .content-section .main-content .content-right .description::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background   : var(--style-ver1-Primary-06, #892940)
}

@media only screen and (max-width:640px) {
    .h-section8 .content-section .main-content .content-right .description {
        height       : auto;
        padding-right: 0;
        margin-top   : 24px
    }
}

.h-section8 .content-section .main-content .content-right p {
    text-align: justify
}

.h-section8 .content-section .main-content .content-right p b,
.h-section8 .content-section .main-content .content-right p strong {
    font-weight: 600
}

.h-section8 .content-section .main-content .content-right p:not(:last-child) {
    margin-bottom: 12px
}

.h-section9 {
    position: relative
}

.h-section9 .ss9-content {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%)
}

.h-section9 .play-icon {
    display: block;
    margin : 0 auto 16px;
    width  : 72px;
    height : 72px
}

@media only screen and (max-width:767px) {
    .h-section9 .play-icon {
        width : 40px;
        height: 40px
    }
}

.h-section9 .tw-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.h-section9 .tw-button img {
    width    : 24px;
    max-width: unset
}

.h-section10 {
    padding-top   : 80px;
    padding-bottom: 140px;
    position      : relative;
    background    : var(--background);
    overflow      : hidden
}

.h-section10 .dragon {
    position      : absolute;
    width         : 72.7777777778%;
    max-width     : 1048px;
    left          : 0;
    bottom        : 0;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    pointer-events: none;
    z-index       : 0
}

@media only screen and (max-width:640px) {
    .h-section10 .dragon {
        width: 100%
    }
}

.h-section10 .dragon img {
    width: 100%
}

.h-section10 .cloud {
    position      : absolute;
    top           : 0;
    left          : 0;
    width         : 100%;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    z-index       : 0;
    mix-blend-mode: screen;
    pointer-events: none
}

.h-section10 .cloud img {
    width: 100%
}

.h-section10 .firework {
    position      : absolute;
    z-index       : 0;
    top           : 18.0147058824%;
    right         : -6.0416666667%;
    pointer-events: none;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    width         : 12.9861111111%
}

.h-section10 .firework img {
    width: 100%
}

.h-section10 .fireworks {
    position      : absolute;
    z-index       : 0;
    top           : 8.9460784314%;
    left          : 22.1527777778%;
    width         : 53.4722222222%;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    pointer-events: none
}

.h-section10 .fireworks img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .h-section10 {
        padding-top   : 60px;
        padding-bottom: 140px
    }
}

.h-section10 .tw-container {
    position: relative;
    z-index : 9
}

.h-section10 .title {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : justify;
    -ms-flex-pack    : justify;
    justify-content  : space-between;
    margin-bottom    : 32px
}

@media only screen and (max-width:767px) {
    .h-section10 .title {
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        -webkit-box-align    : start;
        -ms-flex-align       : start;
        align-items          : flex-start;
        margin-bottom        : 24px
    }
}

.h-section10 .title .display {
    line-height: 1
}

@media only screen and (max-width:767px) {
    .h-section10 .nav-tabs {
        margin-top: 32px
    }
}

.h-section10 .nav-tabs ul {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-align : center;
    -ms-flex-align    : center;
    align-items       : center;
    -webkit-box-pack  : center;
    -ms-flex-pack     : center;
    justify-content   : center;
    list-style        : none;
    -webkit-column-gap: 8px;
    -moz-column-gap   : 8px;
    column-gap        : 8px;
    padding           : 0;
    margin            : 0
}

.h-section10 .nav-tabs ul li {
    background        : transparent;
    -webkit-box-shadow: unset;
    box-shadow        : unset
}

@media only screen and (max-width:767px) {
    .h-section10 .nav-tabs ul li {
        font-size: 14px
    }
}

.h-section10 .nav-tabs ul li.is-active,
.h-section10 .nav-tabs ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(-22.67%, #fef5b6), color-stop(40.49%, #f8f0aa), color-stop(58.03%, #f5e9a3), color-stop(83.14%, #edd98f), color-stop(112.8%, #e1c073), color-stop(145.95%, #d39f4d), color-stop(179.17%, #c47e2a));
    background: linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%)
}

.h-section10 .tab-content .tab-panel {
    display: none
}

.h-section10 .tab-content .tab-panel.active {
    display: block
}

.h-section10 .ss10-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.h-section10 .ss10-grid .item {
    position          : relative;
    border-radius     : 16px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    overflow          : hidden;
    color             : var(--White, #fff);
    text-decoration   : none
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .item {
        border-radius: 0
    }
}

.h-section10 .ss10-grid .item .item-img {
    width   : 100%;
    height  : auto;
    position: relative;
    overflow: hidden
}

.h-section10 .ss10-grid .item .item-img img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: cover;
    object-fit   : cover;
    position     : absolute;
    left         : 0;
    top          : 0
}

.h-section10 .ss10-grid .item .item-body {
    position  : absolute;
    width     : 100%;
    left      : 0;
    bottom    : 0;
    z-index   : 9;
    padding   : 58px 48px 32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(145, 44, 60, .7)));
    background: linear-gradient(180deg, transparent 20%, rgba(145, 44, 60, .7))
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .item .item-body {
        padding   : 0;
        position  : relative;
        background: none
    }
}

.h-section10 .ss10-grid .item .count {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    gap              : 8px
}

.h-section10 .ss10-grid .item .count img {
    width: 24px
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .item .count {
        font-size        : 14px;
        position         : absolute;
        width            : 100%;
        left             : 0;
        padding          : 12px 16px;
        border-radius    : 12px;
        -webkit-transform: translateY(calc(-100% - 12px));
        transform        : translateY(calc(-100% - 12px));
        background       : -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(145, 44, 60, .7)));
        background       : linear-gradient(180deg, transparent 20%, rgba(145, 44, 60, .7))
    }

    .h-section10 .ss10-grid .item .count img {
        width: 16px
    }
}

.h-section10 .ss10-grid .item .item-title {
    font-weight       : 500;
    line-height       : 1.4em;
    text-decoration   : none;
    word-break        : break-word;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    height            : auto
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .item .item-title {
        margin-top: 12px !important;
        color     : var(--primary-new-07)
    }
}

.h-section10 .ss10-grid .main-item {
    width : 74.6666666667%;
    height: 100%;
    margin: 0
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .main-item {
        width   : 100%;
        overflow: visible
    }
}

.h-section10 .ss10-grid .main-item .item .item-img {
    padding-top: 58.4821428571%
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .main-item .item .item-img {
        padding-top  : 56.5714285714%;
        border-radius: 9.66px
    }
}

.h-section10 .ss10-grid .main-item .item .item-title {
    font-size : 16px;
    margin-top: 8px
}

.h-section10 .ss10-grid .main-item .item .icon {
    position         : absolute;
    left             : 50%;
    top              : 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    z-index          : 9;
    width            : 64px;
    height           : 64px
}

.h-section10 .ss10-grid .main-item .item .icon img {
    width        : 100%;
    height       : 100%;
    -o-object-fit: contain;
    object-fit   : contain
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .main-item .item .icon {
        height: 32px;
        width : 32px
    }
}

.h-section10 .ss10-grid .sidebar {
    width     : 26.3333333333%;
    padding   : 0 12px 0 16px;
    overflow-y: auto
}

.h-section10 .ss10-grid .sidebar::-webkit-scrollbar {
    width        : 4px;
    border-radius: 4px;
    background   : var(--Style-ver1-Primary-02, #e8b0bd)
}

.h-section10 .ss10-grid .sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background   : var(--Style-ver1-Primary-06, #892940)
}

@media only screen and (max-width:640px) {
    .h-section10 .ss10-grid .sidebar {
        display: none
    }
}

.h-section10 .ss10-grid .sidebar .item {
    border-radius     : 12px;
    margin-bottom     : 16px;
    cursor            : pointer;
    -webkit-transition: .4s;
    transition        : .4s
}

.h-section10 .ss10-grid .sidebar .item.active {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
    box-shadow        : 0 4px 20px 0 rgba(0, 0, 0, .2);
    padding           : 2px
}

.h-section10 .ss10-grid .sidebar .item.active:before {
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    position          : absolute;
    z-index           : 0;
    top               : 0;
    left              : 0;
    width             : 100%;
    height            : 100%;
    content           : "";
    background        : -webkit-gradient(linear, left top, right top, from(#871941), color-stop(40%, #f3bc54), to(#b40126));
    background        : linear-gradient(90deg, #871941, #f3bc54 40%, #b40126);
    border-radius     : 12px;
    overflow          : hidden
}

.h-section10 .ss10-grid .sidebar .item.active .item-img {
    border-radius: 10px;
    overflow     : hidden
}

.h-section10 .ss10-grid .sidebar .item .item-img {
    position   : relative;
    z-index    : 2;
    padding-top: 56.9444444444%
}

.h-section10 .ss10-grid .sidebar .item .item-body {
    padding: 11px 16px 16px
}

.h-section10 .ss10-grid .sidebar .item .item-title {
    font-size : 14px;
    margin-top: 4px
}

.h-section10 .ss10-grid .sidebar .item .count {
    gap: 6px
}

.h-section10 .ss10-grid .sidebar .item .count img {
    width: 16px
}

@media only screen and (max-width:767px) {
    .h-section10 .gallery-slide {
        padding-bottom: 60px;
        overflow      : visible
    }
}

.h-section10 .swiper-button-next,
.h-section10 .swiper-button-prev {
    width            : 48px;
    height           : 48px;
    display          : -webkit-inline-box;
    display          : -ms-inline-flexbox;
    display          : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    text-align       : center;
    border-radius    : 100px;
    overflow         : hidden;
    font-size        : 16px;
    color            : #fff;
    background       : -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background       : linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c)
}

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

    .h-section10 .swiper-button-next,
    .h-section10 .swiper-button-prev {
        bottom  : 0;
        width   : 40px;
        height  : 40px;
        position: relative;
        top     : auto;
        bottom  : auto
    }
}

.h-section10 .swiper-button-next:after,
.h-section10 .swiper-button-prev:after {
    font-size: 16px;
    color    : #fff
}

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

    .h-section10 .swiper-button-next,
    .h-section10 .swiper-button-prev {
        left: 50%
    }
}

@media only screen and (max-width:767px) {
    .h-section10 .swiper-button-prev {
        -webkit-transform: translateX(calc(-100% - 3px));
        transform        : translateX(calc(-100% - 3px))
    }
}

@media only screen and (max-width:767px) {
    .h-section10 .swiper-button-next {
        -webkit-transform: translateX(calc(-100% + 3px));
        transform        : translateX(calc(-100% + 3px))
    }
}

.h-section10 .documents-wrapper {
    margin-top: 48px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper {
        margin-top: 24px
    }
}

.h-section10 .documents-wrapper .table {
    overflow     : hidden;
    border-radius: 24px
}

.h-section10 .documents-wrapper .header {
    border-bottom: 1px solid var(--Text-03, #c5c9d3);
    background   : var(--Text-01, #f1f2f4);
    color        : #373c48;
    font-weight  : 600;
    height       : 70px;
    padding      : 24px 32px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .header {
        height: 54px
    }
}

.h-section10 .documents-wrapper .item-document {
    height            : 72px;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    border-bottom     : 1px solid var(--Text-02, #e2e4e9);
    background        : var(--White, #fff);
    padding           : 24px 32px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .item-document {
        padding: 16px
    }
}

.h-section10 .documents-wrapper .item-document a {
    color          : #373c48;
    text-decoration: none
}

.h-section10 .documents-wrapper .item-document .document-title {
    gap: 16px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .item-document .document-title {
        max-width: 217px;
        gap      : 8px
    }
}

.h-section10 .documents-wrapper .item-document .download {
    gap: 4px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .item-document .download span {
        display: none
    }
}

.h-section10 .documents-wrapper .swiper-custom-pagination {
    position  : relative;
    margin-top: 24px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .swiper-custom-pagination {
        margin-top: 12px
    }
}

.h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-next,
.h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-prev {
    position         : relative;
    left             : auto;
    top              : auto;
    right            : auto;
    -webkit-transform: none;
    transform        : none;
    margin           : 0
}

.h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-prev {
    margin-right: 24px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-prev {
        margin-right: 12px
    }
}

.h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-next {
    margin-left: 24px
}

@media only screen and (max-width:640px) {
    .h-section10 .documents-wrapper .swiper-custom-pagination .swiper-button-next {
        margin-left: 12px
    }
}

.h-section11 {
    background-image   : url(assets/images/home/section11/ss11-bg.jpg);
    background-position: 50%;
    background-repeat  : no-repeat;
    background-size    : cover;
    padding            : 70px 0
}

@media only screen and (max-width:640px) {
    .h-section11 {
        padding         : 60px 0;
        background-image: url(assets/images/home/section11/bg-section11-mobile.webp)
    }

    .h-section11 .swiper {
        overflow: visible
    }
}

.h-section11 .title {
    margin-bottom: 40px;
    position     : relative
}

.h-section11 .title:after {
    content          : "";
    width            : 392px;
    height           : 70px;
    display          : block;
    position         : absolute;
    top              : 30%;
    left             : 51%;
    background       : url(assets/images/home/section11/ss11-decor-title.svg) no-repeat 50%;
    background-size  : contain;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%)
}

@media only screen and (max-width:640px) {
    .h-section11 .title:after {
        left             : auto;
        right            : 0;
        -webkit-transform: translateY(-50%);
        transform        : translateY(-50%);
        width            : 90%
    }
}

.h-section11 .title .display {
    margin-bottom          : 8px;
    display                : inline-block;
    background             : -webkit-gradient(linear, left bottom, left top, color-stop(-160.4%, #dfb864), color-stop(-64.74%, #feec92), color-stop(10.12%, #d6b05e), color-stop(84.98%, #fddc97), color-stop(159.84%, #fff4b4), color-stop(255.5%, #fef8bc));
    background             : linear-gradient(0deg, #dfb864 -160.4%, #feec92 -64.74%, #d6b05e 10.12%, #fddc97 84.98%, #fff4b4 159.84%, #fef8bc 255.5%);
    background-clip        : text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width:640px) {
    .h-section11 .title .display {
        background             : none;
        color                  : #fff;
        -webkit-text-fill-color: #fff
    }
}

.h-section11 .title p {
    background             : -webkit-gradient(linear, left bottom, left top, color-stop(-160.4%, #dfb864), color-stop(-64.74%, #feec92), color-stop(10.12%, #d6b05e), color-stop(84.98%, #fddc97), color-stop(159.84%, #fff4b4), color-stop(255.5%, #fef8bc));
    background             : linear-gradient(0deg, #dfb864 -160.4%, #feec92 -64.74%, #d6b05e 10.12%, #fddc97 84.98%, #fff4b4 159.84%, #fef8bc 255.5%);
    background-clip        : text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media only screen and (max-width:640px) {
    .h-section11 .title p {
        background             : none;
        color                  : #fff;
        -webkit-text-fill-color: #fff
    }
}

.h-section11 .box-button {
    margin-top: 32px
}

@media only screen and (max-width:767px) {
    .h-section11 .box-button {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        -webkit-box-pack : justify;
        -ms-flex-pack    : justify;
        justify-content  : space-between
    }
}

.h-section11 .box-button .tw-button {
    width: 160px
}

@media only screen and (max-width:640px) {
    .h-section11 .box-button .tw-button {
        height: 40px
    }
}

.h-section11 .swiper-button-next,
.h-section11 .swiper-button-prev {
    position         : static;
    width            : 48px;
    height           : 48px;
    display          : -webkit-inline-box;
    display          : -ms-inline-flexbox;
    display          : inline-flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    text-align       : center;
    border-radius    : 100px;
    overflow         : hidden;
    font-size        : 16px;
    color            : #fff;
    background       : var(--Button, linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%));
    -webkit-transform: unset;
    transform        : unset
}

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

    .h-section11 .swiper-button-next,
    .h-section11 .swiper-button-prev {
        bottom: 0;
        top   : auto;
        width : 40px;
        height: 40px;
        margin: 0
    }
}

.h-section11 .swiper-button-next:after,
.h-section11 .swiper-button-prev:after {
    font-size  : 16px;
    color      : #621e29;
    font-weight: 800
}

@media only screen and (max-width:640px) {
    .h-section11 .swiper-button-next {
        margin-left: 12px
    }
}

.h-section12 {
    padding   : 80px 0;
    background: url(assets/images/home/section12/ss12-bg.png) no-repeat 50%
}

@media only screen and (max-width:640px) {
    .h-section12 {
        padding        : 60px 0;
        background     : url(assets/images/home/section12/bg-mobile.png) no-repeat 50%;
        background-size: cover
    }
}

@media only screen and (max-width:1600px) {
    .h-section12 .tw-container {
        max-width: 1360px
    }
}

.h-section12 .title .display {
    margin-bottom: 40px
}

.h-section12 .swiper-slide {
    height: auto
}

.h-section12 .agency-item {
    height            : 100%;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    border-radius     : 12px;
    border            : 2px solid var(--Background, #fff3e3);
    background        : -webkit-gradient(linear, left bottom, left top, from(#ff9c7d), color-stop(19.9%, #da7763), color-stop(37%, #c45e57), color-stop(61%, #b54c50), color-stop(83%, #a53846), to(#912c3c));
    background        : linear-gradient(0deg, #ff9c7d, #da7763 19.9%, #c45e57 37%, #b54c50 61%, #a53846 83%, #912c3c);
    padding           : 32px;
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap
}

.h-section12 .agency-item .title {
    display      : block;
    color        : #fff;
    font-weight  : 600;
    line-height  : 140%;
    margin-bottom: 8px
}

.h-section12 .agency-item .bottom {
    width     : 100%;
    margin-top: auto
}

.h-section12 .agency-item .phone {
    color     : #fff;
    font-size : 14px;
    margin-top: auto
}

.h-section12 .agency-item .phone span {
    font-weight: 500
}

.h-section12 .agency-item .tw-button {
    margin-top: 20px;
    width     : 100%
}

.h-section12 .section12-slide-outer {
    padding-left : 60px;
    padding-right: 60px;
    position     : relative
}

@media only screen and (max-width:767px) {
    .h-section12 .section12-slide-outer {
        padding-left  : 0;
        padding-right : 0;
        padding-bottom: 60px
    }

    .h-section12 .section12-slide-outer .swiper {
        overflow: visible
    }
}

.h-section12 .section12-slide-outer .swiper-button-next,
.h-section12 .section12-slide-outer .swiper-button-prev {
    width            : 48px;
    height           : 48px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    text-align       : center;
    border-radius    : 100px;
    overflow         : hidden;
    font-size        : 16px;
    color            : #fff;
    background       : -webkit-gradient(linear, left top, left bottom, color-stop(-107.29%, #ff9c7d), color-stop(-66.04%, #da7763), color-stop(-30.59%, #c45e57), color-stop(19.16%, #b54c50), color-stop(64.76%, #a53846), to(#912c3c));
    background       : linear-gradient(180deg, #ff9c7d -107.29%, #da7763 -66.04%, #c45e57 -30.59%, #b54c50 19.16%, #a53846 64.76%, #912c3c)
}

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

    .h-section12 .section12-slide-outer .swiper-button-next,
    .h-section12 .section12-slide-outer .swiper-button-prev {
        bottom: 0;
        top   : auto;
        width : 40px;
        height: 40px;
        margin: 0
    }
}

.h-section12 .section12-slide-outer .swiper-button-next:after,
.h-section12 .section12-slide-outer .swiper-button-prev:after {
    font-size: 16px;
    color    : #fff
}

.h-section12 .section12-slide-outer .swiper-button-prev {
    left: 0
}

@media only screen and (max-width:767px) {
    .h-section12 .section12-slide-outer .swiper-button-prev {
        left             : 50%;
        -webkit-transform: translateX(calc(-100% - 6px));
        transform        : translateX(calc(-100% - 6px))
    }
}

.h-section12 .section12-slide-outer .swiper-button-next {
    right: 0
}

@media only screen and (max-width:767px) {
    .h-section12 .section12-slide-outer .swiper-button-next {
        right            : 50%;
        -webkit-transform: translateX(calc(100% + 6px));
        transform        : translateX(calc(100% + 6px))
    }
}

@media only screen and (max-width:640px) {
    [class*=h-section] .display.d2 {
        font-size  : 28px;
        text-shadow: 0 2px 6px rgba(0, 0, 0, .1)
    }

    [class*=h-section] .tw-uppercase.up-2 {
        font-size: 14px
    }
}

.tw-template .list-posts {
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -ms-flex-wrap     : wrap;
    flex-wrap         : wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap   : 32px;
    column-gap        : 32px
}

@media only screen and (max-width:1440px) {
    .tw-template .list-posts {
        -webkit-column-gap: 16px;
        -moz-column-gap   : 16px;
        column-gap        : 16px
    }
}

.tw-template .list-posts .item-post {
    margin-bottom: 32px
}

@media only screen and (max-width:1440px) {
    .tw-template .list-posts .item-post {
        margin-bottom: 16px
    }
}

.tw-template .list-posts .paginate_links {
    margin-top: 16px
}

@media only screen and (max-width:640px) {
    .tw-template .list-posts .paginate_links {
        margin-top: 8px
    }
}

.tw-template .item-post {
    position          : relative;
    display           : block;
    background        : transparent;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    border-radius     : 8px;
    overflow          : hidden;
    color             : #4e5565;
    width             : calc(33.33333% - 21.33333px);
    text-decoration   : none
}

@media only screen and (max-width:1440px) {
    .tw-template .item-post {
        width: calc(33.33333% - 10.66667px)
    }
}

@media only screen and (max-width:960px) {
    .tw-template .item-post {
        width: calc(50% - 16px)
    }
}

@media only screen and (max-width:640px) {
    .tw-template .item-post {
        width            : 100%;
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center
    }
}

.tw-template .item-post:hover {
    background        : #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .09);
    box-shadow        : 0 4px 16px 0 rgba(0, 0, 0, .09);
    color             : var(--style-ver1-primary-06)
}

.tw-template .item-post:hover .item-image img {
    -webkit-transform: scale(1.05) translateZ(0);
    transform        : scale(1.05) translateZ(0)
}

.tw-template .item-post .item-image {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    width            : 100%;
    height           : auto;
    padding-top      : 56.0411311054%;
    overflow         : hidden;
    border-radius    : 8px;
    background       : #f0f0f0;
    position         : relative;
    isolation        : isolate;
    -webkit-transform: translateZ(0);
    transform        : translateZ(0)
}

@media only screen and (max-width:640px) {
    .tw-template .item-post .item-image {
        width            : 169px;
        height           : 96px;
        padding-top      : 0;
        -ms-flex-negative: 0;
        flex-shrink      : 0
    }
}

.tw-template .item-post .item-image img {
    position          : absolute;
    top               : 0;
    left              : 0;
    width             : 100%;
    height            : 100%;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out;
    -webkit-transform : translateZ(0);
    transform         : translateZ(0);
    isolation         : isolate
}

.tw-template .item-post .item-content {
    padding: 16px 20px 32px
}

@media only screen and (max-width:640px) {
    .tw-template .item-post .item-content {
        padding: 0 0 0 12px
    }
}

.tw-template .item-post .date {
    font-size: 14px
}

.tw-template .item-post .item-title {
    color             : inherit;
    font-weight       : 500;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow          : hidden;
    text-overflow     : ellipsis;
    margin-top        : 8px
}

@media only screen and (max-width:640px) {
    .tw-template .item-post .item-title {
        font-size : 14px;
        margin-top: 4px
    }
}

.tw-news-archive-template .section-title {
    margin-bottom: 40px
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .section-title {
        margin-bottom: 32px
    }
}

.tw-news-archive-template .outstanding-posts {
    position       : relative;
    padding        : 9.8611111111% 0 11.25%;
    background     : url(assets/images/news/bg-outstanding-news.webp) no-repeat 50%;
    background-size: cover;
    color          : #fff
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts {
        padding: 120px 0 112px
    }

    .tw-news-archive-template .outstanding-posts .section-title {
        text-align: center
    }
}

.tw-news-archive-template .outstanding-posts:before {
    position       : absolute;
    content        : "";
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    background     : url(assets/images/news/mask.webp) no-repeat 100% 0;
    mix-blend-mode : multiply;
    background-size: cover;
    pointer-events : none
}

.tw-news-archive-template .outstanding-posts .decor {
    position      : absolute;
    left          : 0;
    bottom        : 0;
    width         : 100%;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    pointer-events: none
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .decor {
        height: 82px
    }

    .tw-news-archive-template .outstanding-posts .decor img {
        height            : 100%;
        -o-object-fit     : cover;
        object-fit        : cover;
        -o-object-position: 70%;
        object-position   : 70%
    }
}

.tw-news-archive-template .outstanding-posts .site-name {
    margin-bottom: 8px
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .site-name {
        margin-bottom: 6px;
        text-align   : center;
        font-size    : 14px
    }
}

.tw-news-archive-template .outstanding-posts .list-posts {
    display              : grid;
    grid-gap             : 32px;
    gap                  : 32px;
    grid-template-columns: repeat(3, 1fr)
}

.tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation {
    display: none
}

@media only screen and (max-width:1440px) {
    .tw-news-archive-template .outstanding-posts .list-posts {
        grid-gap: 16px;
        gap     : 16px
    }
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .list-posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tw-news-archive-template .outstanding-posts .list-posts .swiper-slide {
        width : -webkit-fit-content;
        width : -moz-fit-content;
        width : fit-content;
        height: auto
    }

    .tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        -webkit-box-pack : center;
        -ms-flex-pack    : center;
        justify-content  : center;
        gap              : 12px;
        width            : 100%;
        text-align       : center
    }

    .tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation .swiper-button-next,
    .tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation .swiper-button-prev {
        position     : relative;
        left         : auto;
        top          : auto;
        right        : auto;
        bottom       : auto;
        margin       : 0;
        color        : var(--primary-new-07);
        background   : -webkit-gradient(linear, left top, left bottom, color-stop(-79.17%, #feeb94), color-stop(-22.67%, #fef5b6), color-stop(40.49%, #f8f0aa), color-stop(58.03%, #f5e9a3), color-stop(83.14%, #edd98f), color-stop(112.8%, #e1c073), color-stop(145.95%, #d39f4d), color-stop(179.17%, #c47e2a));
        background   : linear-gradient(180deg, #feeb94 -79.17%, #fef5b6 -22.67%, #f8f0aa 40.49%, #f5e9a3 58.03%, #edd98f 83.14%, #e1c073 112.8%, #d39f4d 145.95%, #c47e2a 179.17%);
        border-radius: 100px;
        width        : 40px;
        height       : 40px;
        display      : -webkit-box;
        display      : -ms-flexbox;
        display      : flex
    }

    .tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation .swiper-button-next:after,
    .tw-news-archive-template .outstanding-posts .list-posts .swiper-navigation .swiper-button-prev:after {
        font-size  : 14px;
        line-height: 1
    }
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post {
    color            : #fff;
    width            : 100%;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    grid-column      : 3;
    margin-bottom    : 0
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .list-posts .item-post {
        width             : 260px !important;
        display           : block;
        background        : #fff;
        -webkit-box-sizing: border-box;
        box-sizing        : border-box;
        height            : 100%
    }

    .tw-news-archive-template .outstanding-posts .list-posts .item-post:hover {
        background: #fff !important
    }
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post .item-image {
    width            : 48.0719794344%;
    height           : auto;
    position         : relative;
    overflow         : hidden;
    padding-top      : 30.5912596401%;
    -ms-flex-negative: 0;
    flex-shrink      : 0
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .list-posts .item-post .item-image {
        height: 164px !important
    }
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post .item-content {
    padding: 0 0 0 16px;
    width  : calc(100% - 203px)
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .list-posts .item-post .item-content {
        padding: 16px 20px 24px !important;
        color  : var(--primary-new-06)
    }
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post .item-content .item-title {
    margin-top: 4px
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .outstanding-posts .list-posts .item-post .item-content .item-title {
        font-size : 16px;
        margin-top: 8px
    }
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:hover {
    color: var(--style-ver1-primary-06)
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child {
    grid-column: 1/3;
    grid-row   : 1/5;
    max-height : 100%;
    display    : block
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child .item-image {
    padding-top: 0
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child .item-image img {
    position          : relative;
    -webkit-transition: .4s ease-out;
    transition        : .4s ease-out
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child:hover {
    background        : transparent;
    -webkit-box-shadow: none;
    box-shadow        : none;
    color             : #fff
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child:hover .item-image img {
    -webkit-transform: scale(1.015);
    transform        : scale(1.015)
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child .item-content {
    width       : 100%;
    padding-left: 0;
    padding-top : 16px
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child .item-image {
    width      : 100%;
    height     : auto;
    padding-top: 56.1712846348%;
    position   : relative
}

.tw-news-archive-template .outstanding-posts .list-posts .item-post:first-child .item-image img {
    width   : 100%;
    height  : 100%;
    position: absolute;
    left    : 0;
    top     : 0
}

.tw-news-archive-template .newest-posts {
    position  : relative;
    padding   : 90px 0 80px;
    background: var(--background)
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .newest-posts {
        padding: 64px 0 60px
    }
}

.tw-news-archive-template .newest-posts .decor {
    position      : absolute;
    left          : 0;
    top           : 0;
    width         : 100%;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    pointer-events: none
}

@media only screen and (max-width:640px) {
    .tw-news-archive-template .newest-posts .decor {
        height: 93px
    }

    .tw-news-archive-template .newest-posts .decor img {
        height            : 100%;
        -o-object-fit     : cover;
        object-fit        : cover;
        -o-object-position: 70%;
        object-position   : 70%
    }
}

.tw-news-archive-template .newest-posts .section-title {
    color: var(--primary-new-07)
}

.tw-single {
    padding   : 140px 0 80px;
    background: var(--background)
}

@media only screen and (max-width:640px) {
    .tw-single {
        background: #fff;
        padding   : 120px 0 60px
    }
}

.tw-single main {
    max-width : 998px;
    margin    : 32px auto auto;
    background: #fff;
    padding   : 48px 102px
}

@media only screen and (max-width:640px) {
    .tw-single main {
        padding   : 16px 20px;
        margin-top: 16px
    }
}

.tw-single main .entry-title {
    margin: 0 0 16px
}

.tw-single main .date {
    font-weight: 400;
    gap        : 8px;
    color      : #4e5565
}

.tw-single main .entry-content {
    color     : var(--Text-08, #4e5565);
    margin-top: 24px
}

.tw-single main .entry-content h1,
.tw-single main .entry-content h2,
.tw-single main .entry-content h3,
.tw-single main .entry-content h4,
.tw-single main .entry-content h5,
.tw-single main .entry-content h6 .wp-block-heading {
    color      : #2c303a;
    font-weight: 600;
    text-align : justify
}

.tw-single main .entry-content .wp-block-image {
    margin    : 24px 0;
    text-align: center;
    font-size : 14px
}

.tw-single main .entry-content .wp-block-image img {
    border-radius: 8px;
    overflow     : hidden
}

.tw-single main .entry-content .wp-block-image .wp-element-caption,
.tw-single main .entry-content .wp-block-image figcaption {
    margin-top   : 12px;
    margin-bottom: 0
}

.tw-single main .entry-content p {
    margin    : .6em 0;
    text-align: justify
}

.tw-single main .entry-content p.has-text-align-right {
    text-align: right
}

.tw-single main .entry-content p.has-text-align-left {
    text-align: left
}

.tw-single main .entry-content p.has-text-align-center {
    text-align: center
}

.tw-single .tw-related-posts {
    margin-top: 64px
}

.tw-single .tw-related-posts .list-posts {
    padding-top: 32px
}

@media only screen and (max-width:640px) {
    .tw-single .tw-related-posts {
        margin-top: 48px
    }

    .tw-single .tw-related-posts .header .tw-button {
        display: none
    }

    .tw-single .tw-related-posts .list-posts {
        gap                 : 18px;
        -ms-flex-wrap       : nowrap;
        flex-wrap           : nowrap;
        overflow            : auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type    : x mandatory;
        margin              : 0 -20px;
        padding             : 24px 20px
    }

    .tw-single .tw-related-posts .list-posts::-webkit-scrollbar {
        height: 0
    }
}

.tw-single .tw-related-posts .item-post {
    margin-bottom: 0
}

@media only screen and (max-width:640px) {
    .tw-single .tw-related-posts .item-post {
        width             : 290px;
        display           : block;
        -ms-flex-negative : 0;
        flex-shrink       : 0;
        scroll-snap-align : center;
        -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .09);
        box-shadow        : 0 4px 16px 0 rgba(0, 0, 0, .09)
    }

    .tw-single .tw-related-posts .item-post .item-image {
        width : 100%;
        height: 164px
    }

    .tw-single .tw-related-posts .item-post .item-content {
        padding: 16px 20px 24px
    }
}

.tw-single .tw-related-posts .footer .tw-button {
    display: none
}

@media only screen and (max-width:640px) {
    .tw-single .tw-related-posts .footer .tw-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}