<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section .sc-inner.no-t {
    padding-top: 0;
}
.issue-main { overflow: hidden; padding-top: 90px; }
.container {
    max-width: 1290px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container.container-md {
    max-width: 1140px;
}
.vertical-center {
    display: table;
    width:100%;
    height: 100%;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.footer {
    height: auto;
    min-height: 0;
}
.footer:before { 
    height: 2px;
}
.footer a {
    margin-right: 35px;
}
.footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .other {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}
.footer .social {
    padding-right: 0;
    margin-top: 0;
    vertical-align: middle;
}
.footer .social &gt; a {
    font-size: 17px;
}
/*========== ISSUE ==========*/
/* Font */
.font-theme,
.hl-menu,
.issue-panels .list-menus,
.privileges-slider.thumbnails .thumbnail .meta .badge .caption span,
.ct-box-wrapper .ct-box-column .num {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
}
.font-arial {
    font-family: "Arial", sans-serif;
    font-size: 75%;
}
/* General */
.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* Transition */
.issue-logo img,
.issue-heading,
.issue-date,
.issue-scroll,
.bg-img,
.hl-content,
.issue-panels-ctrl,
.caption-eff {
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
/* Header */
.issue-header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    position: fixed;
    top: 0; 
    left: 0;
    background-color: #ffffff;
    z-index: 9;
}
.issue-header.header-fixed {
    position: fixed;
}
.issue-header .inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.issue-header .col {
    display: table-cell;
    vertical-align: middle;
}
.issue-logo { 
    text-align: center;
}
.issue-logo img { 
    width: 170px;
    max-width: none;
}
.issue-month {
    font-size: 14px;
    font-family: Arial;
    line-height: 1.1;
    color: #641D2E;
}
.issue-date {
    position: relative;
    color: #641D2E;
    text-align: right;
    line-height: 1.1;
    font-family: Arial;
    font-size: 14px;
}
.issue-month span,
.issue-date span {
    font-family: 'itc_giovannibook';
    font-size: 30px;
    color: #111111;
    font-weight: normal;
}
.issue-date .btn-share .tool {
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 70px; 
}
.issue-date .btn-share .tool.active {
    color: #641d2e;
}
.issue-date .btn-share .share:before {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
/* Hero */
.issue-hero {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.hero-bg {
    position: relative;
    text-align: center;
}
.hero-bg img {
    width: 100%;
}
.hero-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-content .hero-title {
    position: relative;
    height: 100%;
}
.hero-content .hero-title img {
    width: 460px;
}
.hero-content .hero-desc {
    line-height: 4.5rem;
    font-size: 24px;
    color: #FFFFFF;
}
.hero-title .content-area {
    margin-top: -100px;
}
/* Navbar */
#issue-navbar-fixed { 
    z-index: 9; 
}
.issue-navbar {
    position: relative;
    top: -30px;
    padding: 0 40px;
    max-width: 1260px;
    margin: auto;
    height: 60px;
}
.issue-navbar.fixed {
    width: 100%;
    max-width: 1180px;
    padding: 0;
    position: fixed;
    z-index: 99;
    top: 89px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.issue-navbar .navbar-inner {
    position: relative;
    height: 60px;
    z-index: 2;
    background-color: rgba(100, 29, 46, 0.9);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.issue-navbar .navbar-inner .navbar-menu {
    line-height: 60px;
}
.issue-navbar .navbar-inner .navbar-menu .title{
    display: none;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus {
    width: 100%;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    position: relative;
    width: 50%;
    letter-spacing: 2px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li:hover {
    font-size: 18px;
}
.issue-navbar .navbar-inner .navbar-menu .navbar-list-menus li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    right: 0;
    top: 11px;
    background-color: #D09AA7;
}
.issue-navbar .nav .tool {
    position: absolute;
    top: 0;
    right: 0; 
}
.issue-navbar .nav .tool.active {
    color: #641d2e;
}
.issue-navbar .nav .share:before {
    font-family: 'iconfont';
    content: "\e90c";
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.navbar-inner-sub {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    top: -60px;
    transition: all 0.5s ease;
    background-color: rgba(251, 251, 251, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.navbar-inner-sub.finiancial.hover {
    top: 0;
}
.navbar-inner-sub.lifestyle.hover {
    top: -60px;
}
.navbar-inner-sub.finiancial {
    text-align: left;
    top: -60px;
}
.navbar-inner-sub.lifestyle {
    text-align: right;
    top: -120px;
}
.navbar-inner-sub ul li {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #9A465A;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
}
.navbar-inner-sub ul li:hover {
    color: #641D2E;
}
.menus ul.list-menus {
    margin: 0 -15px;
}
.menus ul.list-menus li {
    padding: 0 12px;
    width: 50%;
    float: left;
    text-align: center;
}
.mobile-menus {
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.mobile-menus .mobile-menu {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(100, 29, 46, 0.98);
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    text-transform: uppercase;
    position: relative;
}
.mobile-menus .mobile-menu .share {
    position: absolute;
    right: 20px;
    top: 0;
}
.mobile-menus .mobile-menus-menu {
 background-color: rgba(100, 29, 46, 0.98);
    padding: 0 70px 0 20px;
    position: relative;
    bottom: -500px;
    transition: all 0.5s ease;
    height: 0;
}
.mobile-menus .mobile-menus-menu.show {
    bottom: 0;
    height: auto;
}
.mobile-menus .mobile-menus-menu ul li {
    font-size: 15px;
    color: #D09AA7;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    text-transform: uppercase;
    border-bottom: 1px solid #D09AA7;
    padding: 15px 0;
}
.mobile-menus .mobile-menus-menu .share-list {
    position: absolute;
    right: 20px;
    bottom: 0;
}
.mobile-menus .mobile-menus-menu .share-list li {
    border-bottom: 0;
    color: #fff;
}
.mobile-menu .bars {
    width: 1px;
    height: 25px;
    background-color: #D09AA7;
    position: absolute;
    right: 55px;
    top: 11px;
}

.ct-red {
    color: #641D2E !important;
}

/* Special Lifestyle Privilege */
#special-lifestyle-privilege {
    background-color: #F6F4F4;
}
#special-lifestyle-privilege .sc-inner {
    position: relative;
}
.thumb-special-lifestyle .thumb-list .img-thumb {
    position: relative;
    overflow: unset;
}
.thumb-special-lifestyle .thumb-list .img-thumb .badge {
    width: 67.5px;
    height: 96px;
    position: absolute;
    top: -8px;
    right: 4%;
    background-image: url(../img/img-v5/badge.png);
    background-size: contain;
    text-align: center;
    padding-top: 12px;
    z-index: 2;
    background-repeat: no-repeat;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption span {
    font-size: 22px;
}
.thumb-special-lifestyle .thumb-list .img-thumb .caption span small {
    font-size: 60%;
}
.thumb-special-lifestyle .thumb-list .detail-thumb {
    position: relative;
    top: -33px;
/*
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
*/
    background-color: #fff;
    margin: 0 20px;
    padding: 30px 20px;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .img-logo {
    text-align: center;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .img-logo img {
    max-width: 130px;
    margin: auto;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-name{
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-size: 25px;
    color: #641D2E;
    margin-top: 20px;
    text-transform: uppercase;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-desc{
    font-size: 13px;
    margin-top: 20px;
    color: #777;
    line-height: 1.6;
}
.thumb-special-lifestyle .thumb-list .detail-thumb .privilege-date{
    font-size: 12px;
    margin-top: 25px;
}
.thumb-special-lifestyle .slick-track {
    padding-top: 40px;
}
.thumb-special-lifestyle .thumb-special-list {
    transition: all 0.5s ease;
}
.thumb-special-lifestyle .thumb-special-list:hover {
    margin-top: -30px;
}

.sc-almost {
    width: 100%;
    display: table;
    table-layout: fixed
}
.sc-almost .almost {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.sc-almost .almost .caption-new {
    padding-left: 70px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
.sc-almost .almost .image-new {
    position: relative;
    z-index: 2;
}
.sc-bg-half-pink {
    position: relative
}
.sc-bg-half-pink:after {
    content: "";
    width: 73%;
    height: 100%;
    position: absolute;
    background-color: rgba(100, 29, 47, 0.1);
    top: 0;
    right: 0;
}
.sc-bg-third-pink {
    position: relative
}
.sc-bg-third-pink:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    background-color: rgba(100, 29, 47, 0.1);
    top: 0;
    left: 0;
}
.image-new img { width: 100% }
.content-new .category {
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    color: #641D2E;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.content-new .heading {
    font-size: 40px;
    color: #333;
    margin-bottom: 30px;
}
.content-new .desc {
    font-size: 16px;
    color: #777;
}
.content-new .note {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
}
.content-new .list {
    margin-top: 20px;
}
.content-new .list li {
    list-style-type: none;
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    position: relative;
}
.content-new .list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #777;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.content-new .action {
    margin-top: 50px;
}
.content-new .img {
    margin-bottom: 30px;
}
/* BTN - START */
.btn-new {
    position:relative;
    z-index:0;
    display:block;
    width:150px;
    height:50px;
    line-height: 50px;
    font-size:16px;
    border:none;
    color:#641D2E !important;
    overflow:hidden;
    text-align: center;
    font-weight: bold;
}
.btn-effect {
    background:#641D2E;
    box-shadow:inset 0 1px 0 #DDDDDD,
    inset 0 -1px 0 #DDDDDD;
}
.btn-effect::before {
    position:absolute;
    right:100%;
    top:100%;
    width:100%;
    height:98%;
    z-index:1;
    content:'';
    background:#641D2E;
}
.btn-effect:hover::before {
    animation:spike-ine .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
@keyframes spike-ine {
0%  { top:100%; right:99%; }
50%  { top:-95%; right:99%; }
100%  { top:-95%; right:0%; }
}
.btn-effect.out::before {
    animation:spike-oute .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
@keyframes spike-oute {
    0%  { top:-95%; right:0% }
    50%  { top:-95%; right:99%; }
    100%  { top:100%; right:99%; }
}
.btn-effect::after {
    position:absolute;
    left:100%;
    top:94%;
    width:200%;
    height:3%;
    z-index:1;
    content:'';
    background:linear-gradient(to left, #641D2E 50%, #641D2E 50%,  #641D2E 95%);
    transition:all .5s ease;
}
.btn-effect:hover::after {
    left:-100%;
}
.btn-new.a-center {
    margin: auto;
}
.btn-effect-02 {
    background:#641D2E;
    box-shadow:inset 0 1px 0 #DDDDDD,
    inset 0 -1px 0 #DDDDDD;
}
.btn-effect-02::before {
    position:absolute;
    right:100%;
    top:100%;
    width:100%;
    height:99%;
    z-index:1;
    content:'';
    background:#641D2E;
}
.btn-effect-02:hover::before {
    animation:spike-ine .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
.btn-effect-02.out::before {
    animation:spike-oute .7s ease;
    animation-fill-mode:both;
    animation-iteration-count:1;
}
.btn-effect-02::after {
    position:absolute;
    left:100%;
    top:95%;
    width:200%;
    height:3%;
    z-index:1;
    content:'';
    background:linear-gradient(to left, #641D2E 50%, #641D2E 50%,  #641D2E 95%);
    transition:all .5s ease;
}
.btn-effect-02:hover::after {
    left:-100%;
}
/* sc Two Columns - START */
.two-columns-new { 
    width: 100%; 
    display: table;
    font-size: 0; 
}
.two-columns-new .column { 
    width: 50%; 
    display: inline-block; 
    vertical-align: middle;
    text-align: left;
    direction: ltr;
    unicode-bidi: bidi-override;
    position: relative;
    z-index: 2;
}
.two-columns-new .column .image-new { 
    position: relative;
    z-index: 2;
}
.two-columns-new .column .image-new.more-left { 
    padding-left: 100px;
}
.two-columns-new .column .caption-new { 
    padding-left: 60px;
}
.two-columns-new.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}
.two-columns-new.rtl .column .caption-new { 
    padding-right: 60px;
}
.obj-pattern-01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: right;
}
.obj-pattern-01 img {
    width: 50%;
}
.obj-pattern-02 {
    position: absolute;
    bottom: 80px;
    left: 5%;
    text-align: left;
}
.obj-pattern-02 img {
    width: 50%;
    opacity: 0.5;
}
.obj-pattern-03 {
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: left;
}
.obj-pattern-03 img {
    width: 50%;
    opacity: 0.5;
}
.obj-pattern-04 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}
.obj-pattern-04 img {
    width: 50%;
}
.obj-pattern-05 img {
    width: 100%;
}
.obj-pattern-05 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
/* Survey */
#sc-survey {
    background-color: rgba(100, 29, 47, 0.1);
    text-align: center;
    position: relative;
}
#sc-survey.section .sc-heading { 
    color: #333;
    text-transform: capitalize;
}
#sc-survey .sc-inner {
    position: relative;
    z-index: 2;
}
.special-report-img {
    position: relative;
}
.special-report-img .obj-01 {
    position: absolute;
    top: 18%;
    left: 6%;
    text-align: left;
}
.special-report-img .obj-01 img {
    width: 50%;
}
.special-report-img .obj-02 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.special-report-img .obj-02 img {
    width: 50%;
}
.special-business {
    background-image: url("../2021/issue50-feb/img/special-business-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 80px 0;
}
.special-business .inner {
    max-width: 1140px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    background-color: rgba(251, 251, 251, 0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
/*
.special-business .caption-new {
    padding: 0 40px;
    display: inline-block;
    margin-top: -80px;
}
.special-business .caption-new .content-new {
    background-color: rgba(251, 251, 251, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
}
*/
.icw .section-highlight .phone {
    font-size: 30px;
    line-height: 1.6;
    color: #641D2E;
    text-decoration: underline;
}

.section-highlight .content-new .heading {
    font-size: 32px;
}

.section-highlight .content-new .small-note {
    font-size: 18px;
}

.arrow-bottom {
    width: 35px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99;
}
.event-slider.slick-slider .slick-dots {
    bottom: 15px;
}

@media screen and (min-width: 992px) {
    .ct-br-desktop {
        display: block;
    }
    .visible-device { 
        display: none !important;
    }
    .btn-new.a-center-desktop {
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .visible-w767 { display: none !important;}
    .ct-br-device {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .special-report-img .obj-01 {
        left: 0;
    }
    .event-slider.slick-slider .slick-prev, 
    .event-slider.slick-slider .slick-next { display: none !important; }
}

@media screen and (max-width: 1024px) {
    #page.issue-page { padding-top: 0;}
    .footer .other { display: block;}
    .content-new .heading {
        font-size: 24px;
    }
    .section-highlight .content-new .heading {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .hidden-device { 
        display: none !important;
    }
    .ct-br-desktop {
        display: block;
    }
    .issue-logo {
        text-align: left;
    }
    .container.no-pd-m {
        padding-left: 0;
        padding-right: 0;
    }
    .a-center-device {
        text-align: center;
    }
    .sc-bg-half-pink {
        padding: 40px 0;
    }
    .sc-bg-half-pink:after {
        width: 100%;
    }
    .sc-almost {
        width: auto;
        display: inline-block;
    }
    .sc-almost .almost {
        width: 100%;
        display: inline-block;
    }
    .sc-almost .almost .caption-new {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .caption-new {
        text-align: center;
    }
    .btn-new {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .two-columns-new {
        display: inline-block;
    }
    .two-columns-new .column {
        width: 100%;
        display: inline-block;
    }
    .two-columns-new .column .caption-new,
    .two-columns-new.rtl .column .caption-new {
        padding: 30px 0;
    }
    .two-columns-new .column .image-new.more-left {
        padding-left: 0;
    }
    .two-columns-new .column .image-new.more-mar-device {
        margin: 55px 0 40px 0;
    }
    .sc-bg-third-pink:after {
        width: 50%;
        top: 8%;
        height: 63%;
    } 
    .special-business {
        background-image: url("../2021/issue50-feb/img/special-business-bg-m.jpg");
    }
    #special-report.section .sc-inner {
        padding-top: 50px;
    }
    .section.border-bt {
        border-bottom: 1px solid #ECE4E6;
    }
    .thumb-special-lifestyle .slick-track { padding-top: 0; }
    .content-new .category {
        margin-bottom: 30px;
    }
    .special-business .inner {
        padding: 0 20px;
        background-color: transparent;
    }
    .special-business .two-columns-new .column .caption-new {
        background-color: #fff;
        padding: 30px;
        background-color: rgba(251, 251, 251, 0.3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    .btn-new {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    .btn-effect,
    .btn-effect-02 {
        box-shadow: none;
        border-top: 1px solid #1D433B;
        border-bottom: 1px solid #1D433B;
    }
    .btn-effect:hover::before,
    .btn-effect-02:hover::before {
        animation: none;
        animation-fill-mode: none;
        animation-iteration-count: none;
    }
    .btn-effect::after,
    .btn-effect-02::after {
        background: none;
    }
    .obj-pattern-02 {
        display: none;
    }
    .arrow-bottom {  
        bottom: 7%;
        right: 5%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .special-report-img .obj-01 img {
        width: 60%;
    }
    .special-report-img .obj-02 img {
        width: 68%
    }
}

@media screen and (max-width: 767px) {
    .section-highlight .content-new .heading {
        font-size: 25px;
    }    
    .hidden-mobile { 
        display: none !important;
    }
    .issue-logo img {
        width: 130px;
    }
    .issue-month span, .issue-date span {
        font-size: 17px;
    }
    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.container-md,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-new .heading {
        font-size: 26px;
    }
    .two-columns-new .column .image-new.more-mar-device {
        margin: 55px 0 40px 0;
    }
    .sc-bg-third-pink:after {
        width: 50%;
        top: 11%;
        height: 48%;
    }
    .special-report-img .obj-01 img {
        width: 45%;
    }
    .thumb-special-lifestyle .thumb-list {
        padding: 15px 10px;
    }
    #special-business-privilege .container {
        padding-left: 0;
        padding-right: 0;
    }
    .special-business .two-columns-new .column .caption-new {
        padding: 20px;
    }
}

@media screen and (max-width: 375px) {
    .sc-bg-third-pink:after {
        height: 46%;
    }
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Animation */
@-webkit-keyframes fadeInUpMedium {
    from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpMedium {
    from { opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpMedium { -webkit-animation-name: fadeInUpMedium; animation-name: fadeInUpMedium;}

@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInUpSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall;}

@-webkit-keyframes fadeInDownSmall {
    from { opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInDownSmall {
    from {opacity: 0; -webkit-transform: translate3d(0, -10%, 0); transform: translate3d(0, -10%, 0);}
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInDownSmall { -webkit-animation-name: fadeInDownSmall; animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeftSmall {
    from { opacity: 0; -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none;transform: none; }
}
.fadeInLeftSmall { -webkit-animation-name: fadeInLeftSmall; animation-name: fadeInLeftSmall; }

@-webkit-keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none;transform: none; }
}
@keyframes fadeInRightSmall {
    from { opacity: 0; -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none;}
}
.fadeInRightSmall { -webkit-animation-name: fadeInRightSmall;animation-name: fadeInRightSmall; }


@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    from { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
    60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
    75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
    from { opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); }
    60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
    75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
    90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }</pre></body></html>